@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap");
.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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  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;
  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; }

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: 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: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .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 {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Noto Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

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

.row {
  max-width: 83rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

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

.small-offset-0 {
  margin-left: 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

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

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 83rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 83rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 83rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 83rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/*********************
* Global Stylesheets *
**********************/
* {
  image-rendering: -webkit-optimize-contrast; }

html, body {
  width: 100%;
  overflow-x: hidden; }

@font-face {
  font-family: "Brown-Bold";
  src: url("./fonts/BROWN-BOLD.otf") format("OpenType"); }

@font-face {
  font-family: "Brown-Light";
  src: url("./fonts/Brown-Light.otf") format("OpenType"); }

@font-face {
  font-family: "Baudbodk-Italic";
  src: url("./fonts/baubodki.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Regular";
  src: url("./fonts/Mark Simonson - Proxima Nova Regular.otf") format("OpenType"); }

body {
  font-family: 'Proxima Nova Regular', Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Brown-Bold", Helvetica, sans-serif; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  font-family: "Brown-Bold";
  border: solid 2px #fefefe;
  color: #000D33;
  text-decoration: none;
  padding: 6px 22px 7px;
  margin-top: 22px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fefefe; }

body .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent;
  border: solid 2px #7e8599;
  padding: 10px 10px;
  font-size: 14px; }

header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99; }
  @media screen and (min-width: 64em) {
    header {
      position: absolute; } }
  header .mobile-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 25px; }
    header .mobile-menu .header-social {
      text-align: center;
      flex: 1; }
      header .mobile-menu .header-social ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        header .mobile-menu .header-social ul li {
          display: inline-block;
          padding: 0 5px; }
          header .mobile-menu .header-social ul li a img {
            width: 22px; }
    header .mobile-menu a {
      text-decoration: none; }
    header .mobile-menu .topbar_container {
      width: 100%;
      border-bottom: solid 1px #fff;
      padding: 0 10px 15px 10px; }
      header .mobile-menu .topbar_container > ul {
        display: block;
        list-style: none;
        padding-left: 0;
        text-align: center;
        margin: 0; }
        header .mobile-menu .topbar_container > ul li {
          display: inline-block;
          color: #fefefe;
          font-family: 'Gotham-Book', sans-serif;
          font-size: 11px;
          padding: 0 20px; }
          header .mobile-menu .topbar_container > ul li a {
            text-decoration: none;
            color: #fefefe; }
        header .mobile-menu .topbar_container > ul li.flags-contianer a {
          display: inline-block;
          padding: 0 5px; }
        header .mobile-menu .topbar_container > ul li.flags-contianer img {
          width: 25px; }
    header .mobile-menu .logo-container {
      padding: 0.5em 3px 0.5em 3px;
      flex: 1; }
      @media screen and (min-width: 27.25em) {
        header .mobile-menu .logo-container {
          padding: 0.5em 3px 0.5em 3px; } }
      header .mobile-menu .logo-container img {
        width: 100%;
        max-width: 100px; }
    header .mobile-menu .wp-menu {
      display: block;
      text-align: left;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      max-width: 320px;
      background-color: #ff573b;
      transition: transform .5s ease-in-out,z-index 0s 0s;
      -webkit-transform: translate3d(100%, 0, 1px);
      transform: translate3d(100%, 0, 1px);
      z-index: 200;
      flex: 1; }
      @media print, screen and (min-width: 40em) {
        header .mobile-menu .wp-menu {
          max-width: 400px; } }
      header .mobile-menu .wp-menu a {
        text-decoration: none;
        color: #fefefe; }
      header .mobile-menu .wp-menu .dp-plain-menu {
        padding-top: 0.45em;
        padding-left: 0;
        height: 100%;
        min-height: 100vh;
        height: 100%;
        overflow: auto;
        background-color: #0a0a0a;
        z-index: 1; }
      header .mobile-menu .wp-menu .menu-item > a {
        display: block;
        padding: 0.75em 1.5em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: normal; }
        header .mobile-menu .wp-menu .menu-item > a:hover {
          background-color: rgba(255, 255, 255, 0.05); }
      header .mobile-menu .wp-menu .menu-item:first-child > a {
        padding-top: 1.5em; }
      header .mobile-menu .wp-menu .menu-item.active > a {
        font-weight: 600; }
      header .mobile-menu .wp-menu .menu-item-has-children > a {
        position: relative; }
        header .mobile-menu .wp-menu .menu-item-has-children > a:after {
          content: "";
          background: url("../images/arrow-right-thin-white.svg") no-repeat;
          width: 8px;
          height: 15px;
          position: absolute;
          right: 80px;
          bottom: 1em;
          background-size: cover; }
    header .mobile-menu .second-level-menu {
      position: absolute;
      top: 0;
      right: 10px;
      width: 100%;
      height: 100%;
      background-color: #0a0a0a;
      height: 100vh;
      transition: transform .5s ease-in-out,z-index 0s 0s;
      -webkit-transform: translate3d(100%, 0, 1px);
      transform: translate3d(100%, 0, 1px);
      z-index: 1;
      height: calc(100vh - 41px);
      overflow: auto;
      padding-left: 0; }
      header .mobile-menu .second-level-menu .second-level-parent.menu-item {
        font-weight: bold;
        text-transform: uppercase; }
        header .mobile-menu .second-level-menu .second-level-parent.menu-item a {
          padding: 1.25em 1em 1.25em 0; }
      header .mobile-menu .second-level-menu > .menu-item > a {
        padding: 0.75em 1.5em 0.75em 10px;
        font-size: 90%; }
    header .mobile-menu .mobile-menu-opener {
      position: absolute;
      right: 100%;
      top: 1.1em;
      display: flex;
      align-items: center;
      background-color: transparent;
      margin-right: 15px; }
      @media screen and (min-width: 27.25em) {
        header .mobile-menu .mobile-menu-opener {
          top: 1.2em; } }
      header .mobile-menu .mobile-menu-opener .hamburger-icon {
        width: 35px;
        height: 20px;
        position: relative;
        display: block;
        margin: 20px 12px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
        header .mobile-menu .mobile-menu-opener .hamburger-icon .line {
          display: block;
          background: #fefefe;
          width: 35px;
          height: 2px;
          position: absolute;
          left: 0;
          border-radius: 0;
          /* border-radius: ($height-line/2);*/
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          transition: all 0.4s; }
          header .mobile-menu .mobile-menu-opener .hamburger-icon .line.line-1 {
            top: 0; }
          header .mobile-menu .mobile-menu-opener .hamburger-icon .line.line-2 {
            top: 50%; }
          header .mobile-menu .mobile-menu-opener .hamburger-icon .line.line-3 {
            top: 100%; }
        header .mobile-menu .mobile-menu-opener .hamburger-icon:hover .line-1, header .mobile-menu .mobile-menu-opener .hamburger-icon:focus .line-1 {
          transform: translateY(-1px);
          -moz-transform: translateY(-1px);
          -webkit-transform: translateY(-1px); }
        header .mobile-menu .mobile-menu-opener .hamburger-icon:hover .line-3, header .mobile-menu .mobile-menu-opener .hamburger-icon:focus .line-3 {
          transform: translateY(1px);
          -moz-transform: translateY(1px);
          -webkit-transform: translateY(1px); }
        header .mobile-menu .mobile-menu-opener .hamburger-icon.active {
          margin: 20px 15px; }
          header .mobile-menu .mobile-menu-opener .hamburger-icon.active .line-1 {
            transform: translateY(10px) translateX(0) rotate(45deg);
            -moz-transform: translateY(10px) translateX(0) rotate(45deg);
            -webkit-transform: translateY(10px) translateX(0) rotate(45deg); }
          header .mobile-menu .mobile-menu-opener .hamburger-icon.active .line-2 {
            opacity: 0; }
          header .mobile-menu .mobile-menu-opener .hamburger-icon.active .line-3 {
            transform: translateY(-10px) translateX(0) rotate(-45deg);
            -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
            -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg); }
    header .mobile-menu .back-to-main {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: #0a0a0a;
      z-index: 0;
      opacity: 0;
      transition: opacity .5s ease-in-out 0s,z-index 0s 0s; }
      header .mobile-menu .back-to-main:after {
        content: "";
        background: url("../images/arrow-left-thin-white.svg") no-repeat;
        width: 10px;
        height: 20px;
        position: absolute;
        left: 25px;
        top: 18px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
    header .mobile-menu.first-level-open .wp-menu {
      border-left: none;
      -webkit-transform: translate3d(60px, 0, 1px);
      transform: translate3d(60px, 0, 1px); }
    header .mobile-menu.second-level-open .back-to-main {
      z-index: 2;
      opacity: 1;
      transition: opacity .5s ease-in-out,z-index 0s 0s; }
    header .mobile-menu.second-level-open .wp-menu {
      -webkit-transform: translate3d(0, 0, 1px);
      transform: translate3d(0, 0, 1px); }
    header .mobile-menu.second-level-open .menu-item.open .second-level-menu {
      z-index: 5;
      -webkit-transform: translate3d(60px, 0, 1px);
      transform: translate3d(60px, 0, 1px); }
  header .desktop-menu {
    width: 100%; }
    header .desktop-menu .desktop-menu__container {
      position: relative; }
      header .desktop-menu .desktop-menu__container .logo-area {
        position: absolute;
        top: 50px;
        left: 30px; }
        @media screen and (min-width: 81.25em) {
          header .desktop-menu .desktop-menu__container .logo-area {
            left: 50px; } }
        header .desktop-menu .desktop-menu__container .logo-area a img {
          max-width: 150px; }
      header .desktop-menu .desktop-menu__container .header-menu {
        padding-left: 140px; }
        @media screen and (min-width: 73.75em) {
          header .desktop-menu .desktop-menu__container .header-menu {
            padding-left: 0; } }
        header .desktop-menu .desktop-menu__container .header-menu .top_text {
          width: 100%; }
          header .desktop-menu .desktop-menu__container .header-menu .top_text p {
            font-family: "Baudbodk-Italic";
            color: #fefefe;
            text-align: center;
            font-size: 40px;
            margin-bottom: 12px; }
        header .desktop-menu .desktop-menu__container .header-menu .menu-area {
          width: auto;
          margin: auto; }
          header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu {
            display: flex;
            justify-content: center;
            justify-content: center;
            list-style: none;
            width: 100%;
            padding: 0;
            padding-bottom: 20px;
            border-bottom: solid 1px #fefefe; }
            header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li {
              text-align: center;
              padding: 0 17px; }
              @media screen and (min-width: 81.25em) {
                header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li {
                  padding: 0 20px; } }
              @media screen and (min-width: 93.75em) {
                header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li {
                  padding: 0 40px; } }
              header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li:first-child {
                padding-left: 0; }
              header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li:last-child {
                padding-right: 0; }
              header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li a {
                font-family: "Brown-Bold";
                color: #fefefe;
                font-size: 16px;
                text-transform: uppercase;
                text-decoration: none;
                position: relative; }
                @media screen and (min-width: 81.25em) {
                  header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li a {
                    font-size: 18px; } }
                header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li a:after {
                  content: "";
                  display: block;
                  position: absolute;
                  width: 0;
                  height: 0.2rem;
                  bottom: -24px;
                  left: 0;
                  transition: all 0.4s ease-in-out 0s;
                  background-color: #ff573b; }
                header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li a:hover:after {
                  width: 100%; }
              header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li.current-menu-item a:after {
                width: 100%;
                background-color: #ff573b; }
              header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu {
                display: none;
                position: absolute;
                left: 40px;
                top: 100%;
                text-align: left;
                padding-top: 10px;
                width: 100%;
                min-width: 180px;
                text-transform: none;
                z-index: 9;
                padding-left: 0;
                list-style: none; }
                header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu > li {
                  background: #fefefe; }
                  header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu > li:nth-child(2),
                  header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu > li:nth-child(2) > a {
                    border-top-right-radius: 3px;
                    border-top-left-radius: 3px; }
                  header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu > li:last-child,
                  header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu > li:last-child > a {
                    border-bottom-right-radius: 3px;
                    border-bottom-left-radius: 3px; }
                  header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu > li a {
                    color: #0a0a0a;
                    font-size: 0.9rem;
                    line-height: 1.2;
                    text-transform: uppercase;
                    padding: 0.8rem 1rem;
                    border-left: 5px solid transparent;
                    display: block;
                    font-family: 'Proxima Nova Regular', Helvetica, sans-serif; }
                    header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu > li a:after {
                      display: none; }
                  header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li .second-level-menu > li.active a {
                    border-left: 5px solid #ff573b; }
              header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li.menu-item-has-children {
                position: relative; }
                header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > li.menu-item-has-children:hover .second-level-menu {
                  display: block; }
            header .desktop-menu .desktop-menu__container .header-menu .menu-area ul.dp-plain-menu > .menu-item:last-child .second-level-menu {
              right: 0;
              left: auto; }

#content {
  margin-top: -146px; }
  @media screen and (min-width: 64em) {
    #content {
      margin-top: 0; } }

.text-section {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 2rem 0; }
  .text-section .text-section__wrapper .text-section__column .premiere-lounge-img {
    margin-top: 25px; }
    @media screen and (min-width: 35.625em) {
      .text-section .text-section__wrapper .text-section__column .premiere-lounge-img {
        margin-top: 0; } }
  .text-section.gray_color_bg {
    background-color: #f6f6f6; }
  .text-section a {
    color: #ff573b;
    text-decoration: none; }
  @media screen and (min-width: 35.625em) {
    .text-section {
      padding: 2rem 0 2rem 0; } }
  .text-section img.aligncenter {
    display: block;
    margin: auto; }
  @media screen and (max-width: 39.99875em) {
    .text-section.column_2 .custom-percentage .text-section__column {
      width: 100% !important; } }
  @media print, screen and (min-width: 40em) {
    .text-section {
      margin-left: auto;
      margin-right: auto;
      padding: 3rem 0; } }
  @media print, screen and (min-width: 40em) {
    .text-section.column_1 .text-section__column {
      width: 100%; }
    .text-section.column_2 .text-section__column {
      width: 50%; } }
  @media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .text-section.column_3 .text-section__column {
      width: 50%; }
    .text-section.column_3 .text-section__column:last-child {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .text-section.column_3 .text-section__column {
      width: 33.3%; } }
  .text-section h1 {
    color: #0a0a0a;
    margin: 0;
    font-family: "Brown-Bold", Helvetica, sans-serif;
    font-size: 3.5em;
    margin-bottom: 20px;
    line-height: 1.2; }
  .text-section h2, .text-section h4 {
    color: #ff573b;
    font-weight: 600;
    letter-spacing: 1.5px; }
    @media screen and (min-width: 35.625em) {
      .text-section h2, .text-section h4 {
        margin-top: 39px; } }
  .text-section h2 {
    color: #0a0a0a;
    margin: 0;
    font-family: "Brown-Bold", Helvetica, sans-serif;
    font-size: 3em;
    line-height: 50px;
    margin-bottom: 20px;
    line-height: 1.2; }
    @media print, screen and (min-width: 40em) {
      .text-section h2 {
        font-size: 4em;
        line-height: 1.5; } }
  .text-section h3 {
    font-family: "Brown-Bold", Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    margin-top: 0; }
    @media screen and (min-width: 35.625em) {
      .text-section h3 {
        font-size: 35px; } }
  .text-section h3 + h2 {
    margin-top: 0; }
  .text-section h4 {
    font-family: "Brown-Bold", Helvetica, sans-serif;
    color: #ff573b;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-top: 0; }
  .text-section h5 {
    font-size: 18px;
    font-weight: 400; }
  .text-section h6 {
    font-size: 16px;
    border-top: solid 3px #f8bf4f;
    padding-top: 35px;
    font-family: "Brown-Bold", Helvetica, sans-serif;
    color: #002d4f;
    font-weight: 500; }
  .text-section p {
    margin-top: 0;
    display: block; }
  .text-section hr[style="text-align: center;"] {
    display: block;
    max-width: 300px;
    margin: 2rem auto;
    background-color: #539d37;
    border-color: #539d37;
    border-style: solid; }
  .text-section__wrapper {
    display: flex;
    max-width: 75rem;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
  .text-section__column {
    width: 100%;
    padding: 0 2rem; }
    @media print, screen and (min-width: 64em) {
      .text-section__column {
        padding: 0 1rem; } }
    .text-section__column ul {
      list-style: none;
      padding-left: 0; }
      .text-section__column ul li:before {
        content: "- ";
        text-indent: -5px; }
  .text-section.gray_background {
    background-color: #e6e6e6;
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 2rem; }
    @media print, screen and (min-width: 40em) {
      .text-section.gray_background {
        padding-top: 4rem;
        padding-bottom: 3rem; } }
  .text-section.light_blue_background {
    background-color: blue;
    margin: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    color: #8a8a8a; }
    @media print, screen and (min-width: 40em) {
      .text-section.light_blue_background {
        padding-top: 4rem;
        padding-bottom: 3rem; } }
    .text-section.light_blue_background h1, .text-section.light_blue_background h2, .text-section.light_blue_background h3, .text-section.light_blue_background h4, .text-section.light_blue_background h5, .text-section.light_blue_background h6 {
      color: #ff573b !important; }
  .text-section.full_width .text-section__wrapper {
    max-width: 100%; }
    .text-section.full_width .text-section__wrapper .text-section__column {
      padding: 0; }
  .text-section.smaller_width .text-section__wrapper .text-section__column {
    max-width: 53.125rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .text-section.smaller_width .text-section__wrapper .text-section__column h2 {
      display: inline-block; }
  .text-section.remove_bottom_spacing {
    padding-bottom: 15px;
    margin-bottom: 0; }
  .text-section.remove_top_spacing {
    padding-top: 0;
    margin-top: 0; }
  .text-section table {
    border: solid 1px #707070;
    max-width: 500px;
    width: 100%;
    margin: auto; }
    .text-section table thead {
      background-color: #818080; }
      .text-section table thead th {
        text-align: left;
        color: #fefefe;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 8px 25px; }
    .text-section table tbody tr td {
      border-bottom: solid 1px #707070;
      color: #818080;
      font-size: 15px;
      padding: 8px 25px; }
    .text-section table tbody tr:last-child td {
      border-bottom: 0; }

.home .text-section h3 {
  color: #ff573b;
  font-size: 1rem; }
  @media screen and (min-width: 65.625em) {
    .home .text-section h3 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 81.25em) {
    .home .text-section h3 {
      font-size: 25px; } }

.contact-us .text-section.column_2 {
  margin: 0; }
  .contact-us .text-section.column_2 .text-section__column {
    padding: 3rem 2rem; }
    @media print, screen and (min-width: 64em) {
      .contact-us .text-section.column_2 .text-section__column {
        padding: 3rem 2rem; } }
  .contact-us .text-section.column_2 .text-section__column:nth-child(2) {
    position: relative; }
  .contact-us .text-section.column_2 .icon {
    width: 40px;
    margin: 0 0.2rem; }
  .contact-us .text-section.column_2 a {
    color: #ff573b;
    text-decoration: none; }

.contact .text-section.column_2 {
  background: linear-gradient(180deg, #ff573b 360px, transparent 360px); }
  @media print, screen and (min-width: 40em) {
    .contact .text-section.column_2 {
      background: linear-gradient(90deg, #ff573b 50%, transparent 50%);
      padding: 2rem; } }
  @media screen and (min-width: 56.25em) {
    .contact .text-section.column_2 {
      background: linear-gradient(90deg, #ff573b 40%, transparent 40%); } }
  .contact .text-section.column_2 form {
    text-align: left; }
  .contact .text-section.column_2 .text-section__column:nth-of-type(1) {
    color: #fefefe; }
    .contact .text-section.column_2 .text-section__column:nth-of-type(1) h2 {
      color: #fefefe;
      font-size: 2rem;
      margin-bottom: 0; }

.inner-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  min-height: 600px; }
  @media screen and (min-width: 47.9375em) {
    .inner-header {
      min-height: 800px; } }
  .inner-header.smaller_height {
    min-height: 450px; }
  .inner-header.dark_overlay:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .inner-header .herobg-content-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 60px;
    padding: 0 30px; }
    .inner-header .herobg-content-wrap .herobg-content-container {
      max-width: 83rem;
      margin: auto; }
      .inner-header .herobg-content-wrap .herobg-content-container h1 {
        font-family: "Baudbodk-Italic";
        color: #fefefe;
        margin: 0;
        line-height: 1;
        font-size: 65px; }
        @media screen and (min-width: 47.9375em) {
          .inner-header .herobg-content-wrap .herobg-content-container h1 {
            font-size: 85px; } }
        @media screen and (min-width: 64em) {
          .inner-header .herobg-content-wrap .herobg-content-container h1 {
            font-size: 115px; } }
      .inner-header .herobg-content-wrap .herobg-content-container .short_description {
        color: #fefefe;
        max-width: 300px; }
      .inner-header .herobg-content-wrap .herobg-content-container .hero_button a {
        font-family: "Brown-Bold";
        border: solid 2px #ff573b;
        color: #fefefe;
        text-decoration: none;
        padding: 6px 22px 7px;
        margin-top: 30px;
        display: inline-block;
        font-size: 18px;
        letter-spacing: 2px; }
        .inner-header .herobg-content-wrap .herobg-content-container .hero_button a:hover {
          background-color: #ff573b; }
  .inner-header.smaller_height .herobg-content-wrap .herobg-content-container h1 {
    font-size: 65px; }
    @media screen and (min-width: 47.9375em) {
      .inner-header.smaller_height .herobg-content-wrap .herobg-content-container h1 {
        font-size: 85px; } }
    @media screen and (min-width: 64em) {
      .inner-header.smaller_height .herobg-content-wrap .herobg-content-container h1 {
        font-size: 100px; } }

.section_1 {
  background-color: #000D33;
  padding: 70px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 9; }
  .section_1 .leaves_1 {
    position: absolute;
    right: -410px;
    top: 0;
    z-index: 9;
    max-width: 300px; }
    @media screen and (min-width: 64em) {
      .section_1 .leaves_1 {
        max-width: 400px; } }
  .section_1 .leaves_2 {
    position: absolute;
    bottom: -270px;
    left: -480px;
    max-width: 350px; }
    @media screen and (min-width: 64em) {
      .section_1 .leaves_2 {
        bottom: -150px;
        max-width: 468px; } }
  .section_1 .section_1_container {
    position: relative;
    max-width: 83rem;
    margin: auto; }
    .section_1 .section_1_container .section_1_wrap {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 64em) {
        .section_1 .section_1_container .section_1_wrap {
          flex-wrap: no-wrap; } }
      .section_1 .section_1_container .section_1_wrap .left_content {
        width: 100%;
        padding: 0 30px; }
        @media screen and (min-width: 64em) {
          .section_1 .section_1_container .section_1_wrap .left_content {
            width: 50%; } }
        .section_1 .section_1_container .section_1_wrap .left_content .left_content_details {
          padding: 0 0; }
          @media screen and (min-width: 64em) {
            .section_1 .section_1_container .section_1_wrap .left_content .left_content_details {
              padding: 0 30px; } }
          .section_1 .section_1_container .section_1_wrap .left_content .left_content_details h2 {
            font-family: "Brown-Bold";
            color: transparent;
            -webkit-text-stroke: 1px #ff573b;
            font-size: 55px;
            text-transform: uppercase;
            line-height: 1;
            margin-top: 0;
            margin-bottom: 30px; }
            @media screen and (min-width: 64em) {
              .section_1 .section_1_container .section_1_wrap .left_content .left_content_details h2 {
                font-size: 85px; } }
          .section_1 .section_1_container .section_1_wrap .left_content .left_content_details .short_description {
            color: #fefefe;
            max-width: 730px; }
          .section_1 .section_1_container .section_1_wrap .left_content .left_content_details .find_out_more_button a {
            font-family: "Brown-Bold";
            border: solid 2px #ff573b;
            color: #fefefe;
            text-decoration: none;
            padding: 6px 22px 7px;
            margin-top: 22px;
            display: inline-block;
            font-size: 18px;
            letter-spacing: 2px; }
            .section_1 .section_1_container .section_1_wrap .left_content .left_content_details .find_out_more_button a:hover {
              background-color: #ff573b; }
        .section_1 .section_1_container .section_1_wrap .left_content .section_img {
          margin-top: 50px; }
      .section_1 .section_1_container .section_1_wrap .right_content {
        width: 100%;
        padding: 0 30px;
        margin-top: 50px; }
        @media screen and (min-width: 64em) {
          .section_1 .section_1_container .section_1_wrap .right_content {
            width: 50%;
            margin-top: 0; } }
        .section_1 .section_1_container .section_1_wrap .right_content .section_img {
          position: relative;
          margin-top: 50px; }
          @media screen and (min-width: 64em) {
            .section_1 .section_1_container .section_1_wrap .right_content .section_img {
              margin-top: 0; } }
        .section_1 .section_1_container .section_1_wrap .right_content .wave {
          display: none;
          margin-top: -107px;
          margin-left: -45px; }
          .section_1 .section_1_container .section_1_wrap .right_content .wave img {
            max-width: 380px; }
          @media screen and (min-width: 64em) {
            .section_1 .section_1_container .section_1_wrap .right_content .wave {
              display: block; } }
        .section_1 .section_1_container .section_1_wrap .right_content .right_content_details {
          padding: 0; }
          @media screen and (min-width: 64em) {
            .section_1 .section_1_container .section_1_wrap .right_content .right_content_details {
              padding: 0 30px; } }
          .section_1 .section_1_container .section_1_wrap .right_content .right_content_details .short_description {
            color: #fefefe;
            max-width: 730px; }
          .section_1 .section_1_container .section_1_wrap .right_content .right_content_details .find_out_more_button a {
            font-family: "Brown-Bold";
            border: solid 2px #ff573b;
            color: #fefefe;
            text-decoration: none;
            padding: 6px 22px 7px;
            margin-top: 22px;
            display: inline-block;
            font-size: 18px;
            letter-spacing: 2px; }
            .section_1 .section_1_container .section_1_wrap .right_content .right_content_details .find_out_more_button a:hover {
              background-color: #ff573b; }

.section_2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  z-index: 8; }
  .section_2 .wave {
    position: absolute;
    top: -112px;
    left: 50%;
    transform: translateX(-50%); }
    @media screen and (min-width: 64em) {
      .section_2 .wave {
        top: 100px; } }
    .section_2 .wave img {
      max-width: 280px; }
  .section_2 .section_2_container .section_2_wrap {
    display: flex; }
    .section_2 .section_2_container .section_2_wrap .left_content {
      width: 100%;
      padding: 50px 30px;
      background-color: rgba(242, 100, 73, 0.85); }
      @media screen and (min-width: 64em) {
        .section_2 .section_2_container .section_2_wrap .left_content {
          width: 50%; } }
      .section_2 .section_2_container .section_2_wrap .left_content h2 {
        text-align: center;
        font-family: "Brown-Bold";
        color: transparent;
        -webkit-text-stroke: 1px #fefefe;
        font-size: 55px;
        line-height: 1;
        margin-top: 30px; }
        @media screen and (min-width: 64em) {
          .section_2 .section_2_container .section_2_wrap .left_content h2 {
            font-size: 85px;
            margin-top: 0; } }
      .section_2 .section_2_container .section_2_wrap .left_content .short_description {
        position: relative;
        font-family: "Brown-Light";
        color: #fefefe;
        font-size: 25px;
        text-align: center;
        line-height: 1.3;
        max-width: 450px;
        margin: auto; }
        @media screen and (min-width: 64em) {
          .section_2 .section_2_container .section_2_wrap .left_content .short_description {
            font-size: 35px; } }
        .section_2 .section_2_container .section_2_wrap .left_content .short_description span {
          color: transparent;
          -webkit-text-stroke: 1px #fefefe;
          font-size: 70px;
          line-height: 1;
          font-family: "Brown-Bold"; }
          .section_2 .section_2_container .section_2_wrap .left_content .short_description span.quote1 {
            position: absolute;
            left: -15px;
            top: -20px; }
          .section_2 .section_2_container .section_2_wrap .left_content .short_description span.quote2 {
            position: absolute;
            right: -15px;
            bottom: -32px; }

.section_3 {
  position: relative;
  padding: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 9; }
  @media screen and (min-width: 64em) {
    .section_3 {
      padding: 110px 0 125px 0; } }
  .section_3 .leaves_1 {
    position: absolute;
    left: -205px;
    top: -305px; }
  .section_3 .leaves_2 {
    position: absolute;
    left: -305px;
    bottom: -235px; }
  .section_3 .leaves_3 {
    display: none;
    position: absolute;
    right: -115px;
    top: -100px;
    z-index: 10; }
    @media screen and (min-width: 28.125em) {
      .section_3 .leaves_3 {
        display: block;
        top: -68px;
        max-width: 300px; } }
    @media screen and (min-width: 64em) {
      .section_3 .leaves_3 {
        right: -115px;
        top: -100px; } }
  .section_3 .leaves_4 {
    position: absolute;
    right: -320px;
    bottom: -390px; }
  .section_3 .wave {
    display: none;
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8; }
    @media screen and (min-width: 64em) {
      .section_3 .wave {
        display: block; } }
    .section_3 .wave img {
      max-width: 380px; }
  .section_3 .section_3_container {
    max-width: 83rem;
    margin: auto; }
    .section_3 .section_3_container .section_3_wrap {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 64em) {
        .section_3 .section_3_container .section_3_wrap {
          flex-wrap: nowrap; } }
      .section_3 .section_3_container .section_3_wrap .left_content {
        width: 100%;
        background-color: #000D33;
        padding: 50px 50px 70px;
        position: relative;
        right: 0;
        top: 0; }
        @media screen and (min-width: 64em) {
          .section_3 .section_3_container .section_3_wrap .left_content {
            width: 50%;
            right: -30px;
            top: -30px; } }
        .section_3 .section_3_container .section_3_wrap .left_content h2 {
          font-family: "Brown-Bold";
          color: transparent;
          -webkit-text-stroke: 1px #fefefe;
          font-size: 55px;
          line-height: 1;
          text-transform: uppercase;
          margin-top: 0;
          margin-bottom: 35px;
          z-index: 11;
          position: relative; }
          @media screen and (min-width: 64em) {
            .section_3 .section_3_container .section_3_wrap .left_content h2 {
              font-size: 75px; } }
        .section_3 .section_3_container .section_3_wrap .left_content .short_description {
          color: #fefefe;
          max-width: 450px; }
        .section_3 .section_3_container .section_3_wrap .left_content .find_out_more_button a {
          font-family: "Brown-Bold";
          border: solid 2px #ff573b;
          color: #fefefe;
          text-decoration: none;
          padding: 6px 22px 7px;
          margin-top: 22px;
          display: inline-block;
          font-size: 18px;
          letter-spacing: 2px; }
          .section_3 .section_3_container .section_3_wrap .left_content .find_out_more_button a:hover {
            background-color: #ff573b; }
      .section_3 .section_3_container .section_3_wrap .right_content {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        z-index: 9; }
        @media screen and (min-width: 64em) {
          .section_3 .section_3_container .section_3_wrap .right_content {
            width: 50%;
            left: -30px;
            top: 30px; } }

#events_list_wrap {
  position: relative;
  margin-top: 7px; }
  #events_list_wrap .event-item-details {
    text-align: center; }
    #events_list_wrap .event-item-details h2 {
      font-size: 21px;
      color: #eab51d;
      margin-top: 20px;
      letter-spacing: 0;
      text-transform: uppercase;
      font-weight: 700; }
    #events_list_wrap .event-item-details p {
      font-size: 16px; }
  #events_list_wrap .event-image-item {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  #events_list_wrap .swiper-custom-navigation {
    width: 100%;
    text-align: center;
    z-index: 3;
    position: absolute;
    top: 0;
    height: auto; }
    #events_list_wrap .swiper-custom-navigation .swiper-btn-next {
      outline: none;
      cursor: pointer;
      position: absolute;
      right: 0;
      height: 100%;
      width: 200px;
      background: linear-gradient(270deg, #060606 0%, rgba(255, 255, 255, 0) 100%); }
      #events_list_wrap .swiper-custom-navigation .swiper-btn-next:before {
        content: "";
        position: absolute;
        top: 104px;
        right: 30px;
        width: 26px;
        height: 45px;
        background-image: url("/wp-content/themes/DailyPress/assets/images/arrow_right.png");
        background-size: cover; }
      #events_list_wrap .swiper-custom-navigation .swiper-btn-next i {
        display: none; }
    #events_list_wrap .swiper-custom-navigation .swiper-btn-prev {
      outline: none;
      cursor: pointer;
      position: absolute;
      left: 0;
      height: 100%;
      width: 200px;
      background: linear-gradient(90deg, #060606 0%, rgba(255, 255, 255, 0) 100%); }
      #events_list_wrap .swiper-custom-navigation .swiper-btn-prev:before {
        content: "";
        position: absolute;
        top: 104px;
        left: 30px;
        width: 26px;
        height: 45px;
        background-image: url("/wp-content/themes/DailyPress/assets/images/arrow_left.png");
        background-size: cover; }
      #events_list_wrap .swiper-custom-navigation .swiper-btn-prev i {
        display: none; }

.tribe-events-pro-photo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: auto !important;
  justify-content: center; }
  .tribe-events-pro-photo:before,
  .tribe-events-pro-photo .tribe-events-visuallyhidden,
  .tribe-events-pro-photo .tribe-events-photo-grid-sizer,
  .tribe-events-pro-photo .tribe-events-list-separator-month,
  .tribe-events-pro-photo .tribe-events-pro-photo__event-featured-image-wrapper {
    display: none; }
  .tribe-events-pro-photo .type-tribe_events {
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    width: 30%;
    margin-bottom: 0; }
    .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap {
      background-color: #fff;
      box-shadow: none; }
      @media screen and (min-width: 28em) {
        .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap {
          box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); } }
      .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap .event_bg {
        min-height: 250px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap .tribe-events-event-details .tribe-events-event-meta .tribe-event-schedule-details {
        text-align: center;
        font-weight: 300;
        font-size: 16px;
        margin-top: 35px; }
      .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap .tribe-events-event-details h3 {
        text-align: center;
        display: block;
        font-weight: 300;
        margin-top: 10px;
        min-height: 60px;
        padding: 0 20px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px;
		line-height: 1.2; }
        .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap .tribe-events-event-details h3 a {
          color: rgba(40, 40, 41, 0.9); }
      .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap .tribe-events-event-details .event-more-btn-container {
        text-align: center;
        margin-top: 40px;
        padding-bottom: 35px; }
        .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap .tribe-events-event-details .event-more-btn-container .event-more-btn {
          text-decoration: none;
          text-transform: uppercase;
          display: inline-block;
          background-color: #000D33;
          padding: 8px 40px;
          color: #fefefe; }
          .tribe-events-pro-photo .type-tribe_events .tribe-events-photo-event-wrap .tribe-events-event-details .event-more-btn-container .event-more-btn img {
            max-width: 8px;
            vertical-align: -1px;
            margin-left: 5px; }
  .tribe-events-pro-photo .tribe-common-g-row {
    width: 100%;
    max-width: 100%; }

#tribe-events {
  padding-top: 0 !important; }
  #tribe-events .tribe-events-title-bar {
    display: none; }
  #tribe-events #tribe-events-footer,
  #tribe-events .tribe-events-ical.tribe-events-button {
    display: none !important; }
  #tribe-events .tribe-events-header,
  #tribe-events .tribe-events-c-nav {
    display: none !important; }

.tribe-events .tribe-events-header,
.tribe-events .tribe-events-c-nav {
  display: none !important; }

.tribe-common .tribe-common-b2 {
  display: none !important; }

body.single-tribe_events #tribe-events-pg-template {
  margin: 0;
  max-width: 100%;
  padding: 0; }
  body.single-tribe_events #tribe-events-pg-template #tribe-events {
    padding: 0; }

body.single-tribe_events .tribe_events {
  max-width: 900px;
  margin: auto;
  padding-top: 75px; }
  body.single-tribe_events .tribe_events .tribe-events-event-image {
    margin: 0; }
  body.single-tribe_events .tribe_events .book_tickets_wrap {
    background-color: #ff573b;
    color: #fefefe;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    padding: 8px 20px; }
  body.single-tribe_events .tribe_events .event_info {
    padding: 50px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3); }
    body.single-tribe_events .tribe_events .event_info .tribe-events-single-event-title {
      font-family: "Brown-Bold";
      font-weight: 400;
      padding: 15px 0 18px !important; }
    body.single-tribe_events .tribe_events .event_info .tribe-events-cal-links {
      display: none; }
    body.single-tribe_events .tribe_events .event_info .event_book_btn {
      background-color: #ff573b;
      padding: 10px 20px;
      color: #0a0a0a;
      display: inline-block;
      margin-top: 20px; }

body.single-tribe_events .tribe-events-content p {
  font-family: 'Proxima Nova Regular', Helvetica, sans-serif;
  font-size: 16px; }

body.single-tribe_events .recurringinfo {
  display: none; }

body.single-tribe_events #tribe-events-footer {
  display: none; }

.tribe-events-photo-gutter-sizer,
.tribe-clearfix:after {
  display: none !important; }

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important; }

.tribe-events-single .tribe_events {
  overflow: visible;
  padding-bottom: 75px; }

.tribe-events-content h2,
.tribe-events-content h3,
.tribe-events-content h4,
.tribe-events-content h5,
.tribe-events-content h6 {
  font-family: "Brown-Bold", Helvetica, sans-serif; }

.teams {
  padding: 70px 0;
  background-color: #fafbfc; }
  .teams .teams_container {
    position: relative;
    max-width: 1080px;
    margin: auto; }
    .teams .teams_container .teams_wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 0 30px; }
      @media screen and (min-width: 47.9375em) {
        .teams .teams_container .teams_wrap {
          flex-wrap: no-wrap; } }
      @media screen and (min-width: 64em) {
        .teams .teams_container .teams_wrap {
          padding: 0; } }
      .teams .teams_container .teams_wrap .member_item {
        width: 100%;
        box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06);
        background-color: #fefefe;
        padding: 30px; }
        @media screen and (min-width: 47.9375em) {
          .teams .teams_container .teams_wrap .member_item {
            width: calc(33.33% - 20px); } }
        .teams .teams_container .teams_wrap .member_item .member_photo {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          padding-top: 100%; }
        .teams .teams_container .teams_wrap .member_item .member_name {
          text-transform: uppercase;
          text-align: center;
          margin-bottom: 10px; }
        .teams .teams_container .teams_wrap .member_item .member_designation {
          margin-top: 0;
          text-align: center;
          margin-bottom: 10px; }
        .teams .teams_container .teams_wrap .member_item .member_description {
          text-align: center;
          margin-top: 10px; }
          .teams .teams_container .teams_wrap .member_item .member_description p {
            margin: 10px 0;
            font-size: 15px; }

body.blog #content {
  margin-top: 0; }
  body.blog #content .inner-header {
    margin-top: -146px; }
    @media screen and (min-width: 64em) {
      body.blog #content .inner-header {
        margin-top: 0; } }

.blog_main_container {
  max-width: 83rem;
  margin: auto; }
  .blog_main_container .blog-main {
    padding: 70px 0; }
    .blog_main_container .blog-main article {
      margin-top: 50px; }
      .blog_main_container .blog-main article:first-child {
        margin-top: 0; }
      .blog_main_container .blog-main article .blog-item-container {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (min-width: 47.9375em) {
          .blog_main_container .blog-main article .blog-item-container {
            padding: 0 15px 0 30px;
            flex-wrap: nowrap; } }
        .blog_main_container .blog-main article .blog-item-container header {
          position: relative;
          width: 100%;
          padding: 0 30px; }
          @media screen and (min-width: 47.9375em) {
            .blog_main_container .blog-main article .blog-item-container header {
              width: 50%;
              padding: 0 15px 0 30px; } }
          @media screen and (min-width: 84.375em) {
            .blog_main_container .blog-main article .blog-item-container header {
              padding: 0 15px; } }
          .blog_main_container .blog-main article .blog-item-container header .blog-img_wrap .blog-img {
            min-height: 300px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%; }
            @media screen and (min-width: 47.9375em) {
              .blog_main_container .blog-main article .blog-item-container header .blog-img_wrap .blog-img {
                min-height: 400px; } }
        .blog_main_container .blog-main article .blog-item-container .blog_content {
          width: 100%;
          padding: 0 30px; }
          @media screen and (min-width: 47.9375em) {
            .blog_main_container .blog-main article .blog-item-container .blog_content {
              width: 50%;
              padding: 0 30px 0 15px; } }
          @media screen and (min-width: 84.375em) {
            .blog_main_container .blog-main article .blog-item-container .blog_content {
              padding: 0 15px; } }
          .blog_main_container .blog-main article .blog-item-container .blog_content h2 {
            font-size: 30px;
            text-transform: uppercase; }
          .blog_main_container .blog-main article .blog-item-container .blog_content .article_link a {
            font-family: "Brown-Bold";
            border: solid 2px #000D33;
            color: #fefefe;
            text-decoration: none;
            padding: 6px 22px 7px;
            margin-top: 22px;
            display: inline-block;
            font-size: 18px;
            letter-spacing: 2px;
            background-color: #000D33; }

.footer {
  background-color: #000D33;
  padding: 70px 0 0 0; }
  .footer .footer_container {
    max-width: 83rem;
    margin: auto; }
    .footer .footer_container .footer_wrap {
      display: flex;
      gap: 50px;
      padding: 0 30px;
      flex-wrap: wrap; }
      @media screen and (min-width: 71.875em) {
        .footer .footer_container .footer_wrap {
          flex-wrap: nowrap;
          gap: 100px; } }
      @media screen and (min-width: 84.875em) {
        .footer .footer_container .footer_wrap {
          padding: 0; } }
      .footer .footer_container .footer_wrap .footert_details {
        position: relative;
        width: 100%;
        text-align: center; }
        .footer .footer_container .footer_wrap .footert_details a {
          color: #fefefe; }
        @media screen and (min-width: 71.875em) {
          .footer .footer_container .footer_wrap .footert_details {
            width: 20%;
            text-align: left; } }
        .footer .footer_container .footer_wrap .footert_details .footert_menu ul.dp-plain-footer-menu {
          padding: 0;
          list-style: none; }
          .footer .footer_container .footer_wrap .footert_details .footert_menu ul.dp-plain-footer-menu li a {
            color: #fefefe;
            text-transform: uppercase;
            text-decoration: none; }
        .footer .footer_container .footer_wrap .footert_details .footer_text {
          color: #fefefe; }
        .footer .footer_container .footer_wrap .footert_details .footer_copyright {
          color: #fefefe; }
        .footer .footer_container .footer_wrap .footert_details:after {
          content: "";
          position: absolute;
          height: 100%;
          width: 1px;
          background-color: #fefefe;
          display: block;
          top: 0;
          right: -50px; }
      .footer .footer_container .footer_wrap .footert_map {
        position: relative;
        width: 100%; }
        @media screen and (min-width: 71.875em) {
          .footer .footer_container .footer_wrap .footert_map {
            width: 40%; } }
        .footer .footer_container .footer_wrap .footert_map h3 {
          font-family: "Brown-Bold";
          font-size: 25px;
          color: #fefefe;
          text-transform: uppercase;
          margin-top: 0;
          text-align: center; }
          @media screen and (min-width: 71.875em) {
            .footer .footer_container .footer_wrap .footert_map h3 {
              text-align: left; } }
        .footer .footer_container .footer_wrap .footert_map:after {
          content: "";
          position: absolute;
          height: 100%;
          width: 1px;
          background-color: #fefefe;
          display: block;
          top: 0;
          right: -50px; }
      .footer .footer_container .footer_wrap .footert_form {
        width: 100%; }
        @media screen and (min-width: 71.875em) {
          .footer .footer_container .footer_wrap .footert_form {
            width: 40%; } }
        .footer .footer_container .footer_wrap .footert_form h3 {
          font-family: "Brown-Bold";
          font-size: 25px;
          color: #fefefe;
          text-transform: uppercase;
          margin-top: 0;    text-align: center; }
          @media screen and (min-width: 71.875em) {.footer .footer_container .footer_wrap .footert_form h3 {              text-align: left; } }
  .footer .footer_designedby {text-align: center;  background: #000a1f;    padding: 7px 30px;    margin-top: 40px;    color: #fefefe; }

/*# sourceMappingURL=style.css.map */
