@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.

******************************************************************/
@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf"); }

@font-face {
  font-family: 'LatoLight';
  src: url("../fonts/Lato/Lato-Light.ttf"); }

@font-face {
  font-family: 'LatoHairline';
  src: url("../fonts/Lato/Lato-Hairline.ttf"); }

@font-face {
  font-family: 'LatoRegular';
  src: url("../fonts/Lato/Lato-Regular.ttf"); }

@font-face {
  font-family: 'LatoBold';
  src: url("../fonts/Lato/Lato-Bold.ttf"); }

@font-face {
  font-family: 'LatoBlack';
  src: url("../fonts/Lato/Lato-Black.ttf"); }

@font-face {
  font-family: 'MontserratRegular';
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf"); }

@font-face {
  font-family: 'MontserratMedium';
  src: url("../fonts/Montserrat/Montserrat-Medium.ttf"); }

@font-face {
  font-family: 'MontserratSemiBold';
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf"); }

@font-face {
  font-family: 'MontserratBold';
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf"); }

@font-face {
  font-family: 'MontserratBlack';
  src: url("../fonts/Montserrat/Montserrat-Black.ttf"); }

body#tinymce.wp-editor {
  font-family: 'MontserratRegular' !important; }

.mceContentBody.wp-editor {
  background-color: #b0b0b0; }

.__opensans_regular {
  font-family: 'OpenSansRegular'; }

.__lato_light {
  font-family: 'LatoLight'; }

.__lato_hairline {
  font-family: 'LatoHairline'; }

.__lato_regular {
  font-family: 'LatoRegular'; }

.__lato_bold {
  font-family: 'LatoBold'; }

.__lato_black {
  font-family: 'LatoBlack'; }

.__montserrat_regular {
  font-family: 'MontserratRegular'; }

.__montserrat_medium {
  font-family: 'MontserratMedium'; }

.__montserrat_semibold {
  font-family: 'MontserratSemiBold'; }

.__montserrat_bold {
  font-family: 'MontserratBold'; }

.__montserrat_black {
  font-family: 'MontserratBlack'; }

/**
 * 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; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*! 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: #ffffff;
  font-family: "MontserratSemiBold", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -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: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .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.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

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

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

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

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

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

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

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

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child),
  .small-push-0,
  .small-push-0:last-child:not(:first-child),
  .small-pull-0,
  .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child),
  .small-push-0:last-child:not(:first-child),
  .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

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

.row {
  max-width: 75rem;
  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; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #fcd3c1;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #f9a986; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000000; }
  .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; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fcd3c1 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #697e90; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fcd3c1 transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fcd3c1; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fcd3c1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fcd3c1 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fcd3c1; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fcd3c1 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fcd3c1 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fcd3c1; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fcd3c1 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fcd3c1; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.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(0, 0, 0, 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: #ffffff;
  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: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .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; } }

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

/*********************
* Global Stylesheets *
**********************/
/* --> Mixins */
/* <--- Mixins */
/* --> HTML Tag */
* {
  image-rendering: -webkit-optimize-contrast; }

body {
  background: #ffffff; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
.responsive-embed {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 1;
  letter-spacing: 2px; }

p,
a {
  letter-spacing: 0.5px; }

p {
  line-height: 1.4; }

a,
input,
button,
textarea,
select {
  outline: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

a:hover {
  text-decoration: underline; }

h3 {
  font-size: 20px; }

figure {
  margin: 0; }

@media screen and (max-width: 39.99875em) {
  table.__timeline td {
    margin-bottom: 0;
    padding: 0 !important; }
    table.__timeline td:last-child {
      margin-bottom: 15px; }
  table tr,
  table td {
    height: auto !important; } }

.__table_overflow {
  overflow: auto; }
  @media (max-width: 650px) {
    .__table_overflow table {
      width: 690px !important; }
      .__table_overflow table td {
        width: 170px !important;
        display: inline-block;
        margin: 0; } }

/* <-- HTML Tag */
/* --> DEV Class */
.__preloader {
  background: #697e90;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11111; }
  .__preloader--icon {
    margin-left: 5px;
    max-width: 60px; }
  .__preloader .__table--cell_middle {
    padding: 0 50px;
    text-align: center; }

.__full_center {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center; }

.__show_grid {
  margin-bottom: 15px; }

.__show_grid_2 {
  margin-bottom: 20px; }

.__show_grid_3 {
  margin-bottom: 30px; }

.__show_grid_4 {
  margin-bottom: 40px; }

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

.__loading {
  overflow: hidden; }

.__no_padding {
  padding: 0; }

.__no_padding_right {
  padding-right: 0; }

.__no_padding_left {
  padding-left: 0; }

.__no_margin {
  margin: 0; }

.__d_table {
  display: table;
  width: 100%;
  height: 100%; }
  .__d_table--cell_middle {
    display: table-cell;
    vertical-align: middle; }

.__row_extended {
  max-width: 90rem !important; }

.__full_width {
  max-width: 100%; }
  .__full_width .columns {
    padding-left: 0;
    padding-right: 0; }

.__no_gutter {
  max-width: 95rem;
  margin: auto; }

.__dark_overlay,
.__light_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.__dark_overlay {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .__dark_overlay.__link, .__dark_overlay.__view {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .__dark_overlay.__link {
    background-image: url(../images/link.png);
    background-size: 32px !important; }
  .__dark_overlay.__view {
    background-image: url(../images/eye.png);
    background-size: 42px !important; }

.__light_overlay {
  background-color: rgba(255, 255, 255, 0.3); }

.__p_relative {
  position: relative; }

.__no_found {
  padding: 100px 0;
  text-align: center;
  font-size: 30px; }

/* <-- DEV Class */
/* --> THIRD PARTY Class */
.column, .columns,
.columns {
  position: relative; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child),
  .columns:last-child:not(:first-child) {
    float: left; }

.reveal {
  border-radius: 5px;
  position: relative;
  padding: 35px; }
  .reveal .close-button {
    position: absolute; }

.alignright,
.aligncenter {
  display: block; }

.aligncenter {
  margin-right: auto;
  margin-left: auto; }

.alignright {
  margin-right: 0;
  margin-left: auto; }

.hamburger {
  outline: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle; }
  .hamburger:hover {
    opacity: 1; }
    .hamburger:hover .hamburger-box .hamburger-inner {
      background-color: #ffffff; }
      .hamburger:hover .hamburger-box .hamburger-inner:before, .hamburger:hover .hamburger-box .hamburger-inner:after {
        background-color: #ffffff; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-box .hamburger-inner {
    background-color: #ffffff; }
    .hamburger.is-active .hamburger-box .hamburger-inner:before, .hamburger.is-active .hamburger-box .hamburger-inner:after {
      background-color: #ffffff; }
  .hamburger .hamburger-box .hamburger-inner {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
      background-color: #ffffff;
      border-radius: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.wpcf7-not-valid {
  border-color: red !important; }

.wpcf7-not-valid-tip {
  font-size: 13px !important;
  color: red !important; }

.wpcf7-response-output {
  padding: 15px !important;
  margin: 0;
  margin: 10px 0 !important;
  color: #fff;
  border: 0 !important;
  font-size: 16px; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #4caf50; }
  .wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #f44336; }
  .wpcf7-response-output.wpcf7-spam-blocked {
    background: #ff9800; }
  .wpcf7-response-output.wpcf7-validation-errors {
    background: #e5d92e; }

.wpcf7-submit {
  display: inline-block !important; }

.grecaptcha-badge {
  visibility: hidden; }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e5d92e; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #4caf50; }

/* <-- THIRD PARTY Class */
header {
  /** homepage image slider banner **/
  /** homepage video banner **/ }
  header .header-logo-menu-wrapper {
    position: relative;
    background: #ffffff;
    padding: 20px 0; }
    header .header-logo-menu-wrapper .__custom_row {
      max-width: 78rem; }
  header .header-logo {
    text-align: center;
    display: block;
    width: 180px;
    margin: 0 auto; }
  header .header-links {
    position: absolute;
    top: 18px;
    right: 0; }
    header .header-links ul {
      padding: 0;
      margin: 0; }
      header .header-links ul li {
        list-style: none;
        display: inline-block;
        padding-right: 15px; }
        header .header-links ul li:nth-of-type(2) span {
          position: relative;
          top: 1px; }
          header .header-links ul li:nth-of-type(2) span i {
            font-size: 22px; }
        header .header-links ul li:nth-of-type(3) span i {
          font-size: 22px; }
        header .header-links ul li:nth-of-type(4) span {
          position: relative;
          top: 2px; }
          header .header-links ul li:nth-of-type(4) span i {
            font-size: 22px; }
        header .header-links ul li a span i {
          color: #505050;
          font-size: 20px; }
  header .header-main-menu {
    text-align: center;
    margin-top: 35px; }
    header .header-main-menu ul {
      padding: 0;
      margin: 0; }
      header .header-main-menu ul li {
        list-style: none;
        display: inline-block;
        padding: 0 25px; }
        header .header-main-menu ul li.current-menu-item a {
          color: #b45820; }
        header .header-main-menu ul li.current-menu-parent a {
          color: #b45820; }
        header .header-main-menu ul li a {
          text-decoration: none;
          display: inline-block;
          text-transform: uppercase;
          color: #505050;
          font-size: 17px;
          font-family: 'LatoBold';
          letter-spacing: 0; }
          header .header-main-menu ul li a:hover {
            color: #b45820;
            -webkit-transition: all .30s ease-in-out;
            -moz-transition: all .30s ease-in-out;
            -o-transition: all .30s ease-in-out;
            transition: all .30s ease-in-out; }
  header .header-main-menu li.menu-item-has-children ul li a {
    color: #505050; }
  header .header-main-menu li.menu-item-has-children ul li.current-menu-item a {
    color: #b45820; }
  header .header-main-menu li > ul {
    position: absolute;
    z-index: 12;
    margin-top: 3px;
    background: rgba(255, 255, 255, 0.9);
    padding: 0 15px 0;
    width: 20%; }
    header .header-main-menu li > ul li {
      list-style: none;
      display: block;
      padding: 8px 0;
      border-bottom: 1px solid #505050;
      margin: 0;
      text-align: left; }
      header .header-main-menu li > ul li:last-of-type {
        border-bottom: 0; }
      header .header-main-menu li > ul li a {
        text-align: left; }
        header .header-main-menu li > ul li a:hover {
          color: #b45820; }
  header .mobile-main-menu {
    display: none;
    position: relative;
    padding: 0 15px; }
    header .mobile-main-menu a > img {
      width: 170px; }
    header .mobile-main-menu #open-mobile-menu {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
      header .mobile-main-menu #open-mobile-menu i.fa.fa-bars {
        cursor: pointer;
        font-size: 32px;
        color: #b45820;
        padding: 4px 6px;
        border: 2px solid #b45820;
        border-radius: 4px;
        background: transparent; }
    header .mobile-main-menu #mobile-menu {
      display: none; }
  header .__homepage_image_slider_banner .banner-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 670px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  header .__homepage_image_slider_banner .swiper-pagination.swiper-pagination-bullets {
    bottom: 190px; }
  header .__homepage_image_slider_banner .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 18px;
    height: 18px;
    margin: 0 3px;
    background: transparent;
    border: 1.5px solid #ffffff; }
    header .__homepage_image_slider_banner .swiper-pagination .swiper-pagination-bullet:hover {
      background: #ffffff;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
    header .__homepage_image_slider_banner .swiper-pagination .swiper-pagination-bullet:focus {
      outline: none; }
  header .__homepage_image_slider_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff; }
  header .__homepage_image_slider_banner .swiper-slider-buttons {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 80px;
    z-index: 10; }
    header .__homepage_image_slider_banner .swiper-slider-buttons span {
      display: inline-block;
      font-size: 34px;
      font-family: 'MontserratBold';
      background: #ffffff;
      border: 2px solid #36455d;
      color: #36455d;
      padding: 20px 55px; }
      header .__homepage_image_slider_banner .swiper-slider-buttons span.__blue_btn {
        background: #36455d;
        color: #ffffff;
        padding: 20px 80px;
        border-left: 0; }
  header .__homepage_image_slider_banner .swiper-button-next,
  header .__homepage_image_slider_banner .swiper-button-prev {
    color: #ffffff; }
    header .__homepage_image_slider_banner .swiper-button-next:focus,
    header .__homepage_image_slider_banner .swiper-button-prev:focus {
      outline: none; }
  header .__homepage_video_banner .__video_wrapper {
    position: relative; }
    header .__homepage_video_banner .__video_wrapper .__overlay_video_content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 11;
      text-align: center; }
    header .__homepage_video_banner .__video_wrapper .responsive-embed {
      padding-bottom: 56%;
      background-color: #000000; }
      header .__homepage_video_banner .__video_wrapper .responsive-embed:after {
        content: 'Loading Video...';
        position: absolute;
        width: 100%;
        text-align: center;
        color: #ffffff;
        top: 50%;
        transform: translateY(-50%); }
      header .__homepage_video_banner .__video_wrapper .responsive-embed iframe {
        z-index: 1; }

/** moby mobile menu **/
.moby {
  overflow: unset; }
  .moby.left-side {
    min-width: 300px; }
  .moby .moby-close {
    padding: 0;
    position: absolute;
    background: transparent;
    right: 0;
    top: 5px; }
    .moby .moby-close .moby-close-icon {
      height: 40px;
      width: 40px; }
      .moby .moby-close .moby-close-icon:before, .moby .moby-close .moby-close-icon:after {
        background: #ffffff; }
  .moby.moby-active .moby-close {
    right: -55px; }
  .moby .moby-wrap {
    overflow-y: auto;
    height: 100%;
    background: #ffffff; }
    .moby .moby-wrap .__mobile_side_logo {
      max-width: 205px;
      margin: 30px auto; }
    .moby .moby-wrap .__mobile_social_media {
      text-align: center;
      margin: 35px auto 25px; }
      .moby .moby-wrap .__mobile_social_media ul {
        padding: 0;
        margin: 0; }
        .moby .moby-wrap .__mobile_social_media ul li {
          list-style: none;
          display: inline-block;
          padding: 0 10px; }
          .moby .moby-wrap .__mobile_social_media ul li:nth-of-type(2) span {
            position: relative;
            top: 1px; }
            .moby .moby-wrap .__mobile_social_media ul li:nth-of-type(2) span i {
              font-size: 22px; }
          .moby .moby-wrap .__mobile_social_media ul li:nth-of-type(3) span i {
            font-size: 22px; }
          .moby .moby-wrap .__mobile_social_media ul li:nth-of-type(4) span {
            position: relative;
            top: 1px; }
            .moby .moby-wrap .__mobile_social_media ul li:nth-of-type(4) span i {
              font-size: 22px; }
          .moby .moby-wrap .__mobile_social_media ul li a {
            padding: 0; }
            .moby .moby-wrap .__mobile_social_media ul li a span i {
              color: #505050;
              font-size: 20px; }
    .moby .moby-wrap .menu-main-menu-container ul {
      padding: 0;
      margin: 0; }
      .moby .moby-wrap .menu-main-menu-container ul > li.current-menu-item a {
        color: #b45820; }
      .moby .moby-wrap .menu-main-menu-container ul > li.current-menu-parent a {
        color: #b45820; }
      .moby .moby-wrap .menu-main-menu-container ul > li > a {
        padding: 0;
        color: #505050;
        font-size: 17px;
        font-family: 'LatoBold';
        letter-spacing: 0;
        padding: 15px 15px;
        border-top: 1px solid #505050;
        text-transform: uppercase; }
        .moby .moby-wrap .menu-main-menu-container ul > li > a:hover {
          color: #b45820;
          -webkit-transition: all .30s ease-in-out;
          -moz-transition: all .30s ease-in-out;
          -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out; }
        .moby .moby-wrap .menu-main-menu-container ul > li > a .moby-expand {
          color: #505050; }
      .moby .moby-wrap .menu-main-menu-container ul > li:last-of-type a {
        border-bottom: 1px solid #505050; }
      .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul {
        border-top: 1px solid #505050;
        padding: 10px 0 10px 15px; }
        .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li {
          padding: 8px 0; }
          .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li a {
            display: table;
            padding: 0 0 5px;
            border-bottom: 1px solid transparent;
            border-top: 0;
            color: #505050; }
            .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li a:hover {
              color: #b45820;
              -webkit-transition: all .30s ease-in-out;
              -moz-transition: all .30s ease-in-out;
              -o-transition: all .30s ease-in-out;
              transition: all .30s ease-in-out; }
          .moby .moby-wrap .menu-main-menu-container ul li.menu-item-has-children ul li.current-menu-item a {
            color: #b45820; }
      .moby .moby-wrap .menu-main-menu-container ul li:last-of-type.menu-item-has-children ul {
        border-top: 0;
        border-bottom: 1px solid #645d5d; }

footer .sitemap-section {
  background: #36455d;
  padding: 55px 0 60px; }

footer .__custom_row {
  max-width: 77rem; }

footer .__border_right {
  border-right: 1px solid #ffffff; }

footer .footer-logo {
  text-align: center;
  display: block;
  width: 190px;
  margin: 0 auto; }

footer .newsletter {
  width: 90%; }
  footer .newsletter h4 {
    font-size: 14px;
    color: #b0b5bd;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 7px; }
  footer .newsletter input[type="text"] {
    width: 100%;
    height: 50px;
    background: #36455d;
    color: #ffffff;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    font-family: 'MontserratMedium'; }
    footer .newsletter input[type="text"]::-webkit-input-placeholder {
      color: #ffffff;
      font-size: 14px; }
    footer .newsletter input[type="text"]:-ms-input-placeholder {
      color: #ffffff;
      font-size: 14px; }
    footer .newsletter input[type="text"]::-moz-placeholder {
      color: #ffffff;
      font-size: 14px; }
    footer .newsletter input[type="text"]:-moz-placeholder {
      color: #ffffff;
      font-size: 14px; }
  footer .newsletter input[type="email"]::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 14px; }
  footer .newsletter input[type="email"]:-ms-input-placeholder {
    color: #ffffff;
    font-size: 14px; }
  footer .newsletter input[type="email"]::-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  footer .newsletter input[type="email"]:-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }

footer .footer-menu ul {
  padding: 0;
  margin: 0; }
  footer .footer-menu ul li {
    list-style: none;
    display: block;
    margin-bottom: 4px; }
    footer .footer-menu ul li:first-of-type a {
      pointer-events: none;
      color: #ffffff; }
    footer .footer-menu ul li:last-of-type {
      margin-bottom: 0; }
    footer .footer-menu ul li a {
      text-decoration: none;
      display: inline-block;
      color: #b0b5bd;
      font-size: 14px;
      font-family: 'MontserratMedium'; }
      footer .footer-menu ul li a:hover {
        color: #b45820;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }

footer .footer-social-media {
  text-align: center; }
  footer .footer-social-media h4 {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px; }
  footer .footer-social-media ul {
    padding: 0;
    margin: 0; }
    footer .footer-social-media ul li {
      list-style: none;
      display: inline-block;
      margin-right: 22px; }
      footer .footer-social-media ul li:last-of-type {
        margin-right: 0; }
      footer .footer-social-media ul li a {
        text-decoration: none; }
      footer .footer-social-media ul li img {
        width: 39px;
        height: 39px; }

footer .srm-section {
  background: #505050;
  margin-top: 30px; }
  footer .srm-section .springs-resorts-details h4 {
    font-size: 30px;
    font-family: 'MontserratSemiBold';
    color: #ffffff;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 20px; }
  footer .srm-section .springs-resorts-details p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px; }
    footer .srm-section .springs-resorts-details p a {
      text-decoration: none;
      color: #ffffff; }

footer .copyright-section {
  background: #36455d;
  padding: 15px 0 20px; }
  footer .copyright-section p {
    text-align: center;
    font-size: 14px;
    font-family: 'MontserratMedium';
    color: #b0b5bd; }
    footer .copyright-section p a {
      text-decoration: none;
      color: #b0b5bd; }

footer .map-contact-details-section {
  background: #ffffff; }
  footer .map-contact-details-section .__custom_row {
    max-width: 100%; }
  footer .map-contact-details-section .home-google-map {
    line-height: 0; }
  footer .map-contact-details-section .__full_center_left {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: left; }
  footer .map-contact-details-section .contact-details-title h4 {
    font-size: 21px;
    font-family: 'MontserratSemiBold';
    color: #505050;
    letter-spacing: 1px;
    line-height: normal; }
  footer .map-contact-details-section .contact-details-title h2 {
    font-size: 64px;
    font-family: 'LatoBold';
    color: #221f20;
    letter-spacing: 1px;
    line-height: normal; }
  footer .map-contact-details-section .contact-details-list {
    margin-top: 38px; }
    footer .map-contact-details-section .contact-details-list p {
      font-size: 16px;
      color: #505050;
      margin-bottom: 15px; }
      footer .map-contact-details-section .contact-details-list p a {
        text-decoration: none;
        color: #505050; }
      footer .map-contact-details-section .contact-details-list p img {
        width: 24px;
        height: 24px; }
      footer .map-contact-details-section .contact-details-list p span {
        margin-left: 10px; }
      footer .map-contact-details-section .contact-details-list p:first-of-type img {
        position: relative;
        left: 4px;
        width: 15px;
        height: 25px; }
      footer .map-contact-details-section .contact-details-list p:first-of-type span {
        position: relative;
        top: 2px;
        left: 10px; }
      footer .map-contact-details-section .contact-details-list p:nth-of-type(2) span {
        position: relative;
        top: 3px;
        left: 1px; }
      footer .map-contact-details-section .contact-details-list p:last-of-type img {
        position: relative;
        right: 1px;
        width: 26px;
        height: 20px; }
      footer .map-contact-details-section .contact-details-list p:last-of-type span {
        position: relative;
        top: 3px; }
  footer .map-contact-details-section .springs-resorts-details {
    margin-top: 60px; }
    footer .map-contact-details-section .springs-resorts-details h4 {
      font-size: 21px;
      font-family: 'MontserratSemiBold';
      color: #505050;
      letter-spacing: 1px;
      line-height: normal;
      margin-bottom: 20px; }
    footer .map-contact-details-section .springs-resorts-details p {
      font-size: 16px;
      color: #505050;
      margin-bottom: 15px; }
      footer .map-contact-details-section .springs-resorts-details p a {
        text-decoration: none;
        color: #505050; }

main {
  /** Homepage **/
  /** Eat And Drink **/
  /** Functions **/
  /** Contact **/
  /** Woocommerce Cart **/
  /** Woocommerce Checkout **/ }
  main.home .about-us-section {
    background: #ffffff;
    padding: 60px 0 100px; }
    main.home .about-us-section .about-us-title h4 {
      text-align: center;
      font-size: 21px;
      color: #505050;
      letter-spacing: 4px;
      line-height: normal;
      margin-bottom: 65px; }
    main.home .about-us-section .about-us-content {
      margin-top: 10px; }
      main.home .about-us-section .about-us-content hr {
        border-bottom: 4px solid #36455d;
        margin: 0;
        width: 140px; }
      main.home .about-us-section .about-us-content h2 {
        font-size: 64px;
        font-family: 'LatoBold';
        color: #36455d;
        letter-spacing: 1px;
        line-height: normal;
        margin-top: 15px;
        margin-bottom: 25px; }
      main.home .about-us-section .about-us-content p {
        font-size: 16px;
        font-family: 'MontserratSemiBold';
        color: #505050;
        text-align: justify;
        line-height: 1.6; }
      main.home .about-us-section .about-us-content a {
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        color: #505050;
        margin-top: 10px; }
        main.home .about-us-section .about-us-content a:hover {
          color: #b45820;
          -webkit-transition: all .30s ease-in-out;
          -moz-transition: all .30s ease-in-out;
          -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out; }
      main.home .about-us-section .about-us-content i {
        font-size: 19px;
        font-weight: bold;
        position: relative;
        left: 12px;
        top: 0.5px; }
  main.home .galleries-section .__custom_row {
    max-width: 100%; }
  main.home .galleries-section .__gc_wrapper {
    background: #36455d; }
  main.home .galleries-section .galleries-content {
    border-left: 3px solid #ffffff;
    padding-left: 27px; }
    main.home .galleries-section .galleries-content h2 {
      font-size: 64px;
      font-family: 'LatoBold';
      color: #ffffff;
      letter-spacing: 1px;
      margin-bottom: 20px; }
    main.home .galleries-section .galleries-content p {
      text-align: justify;
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      color: #ffffff;
      line-height: 1.6; }
  main.home .galleries-section .galleries-slider .swiper-pagination.swiper-pagination-bullets {
    bottom: 30px; }
  main.home .galleries-section .galleries-slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 18px;
    height: 18px;
    margin: 0 3px;
    background: transparent;
    border: 1.5px solid #ffffff; }
    main.home .galleries-section .galleries-slider .swiper-pagination .swiper-pagination-bullet:hover {
      background: #ffffff;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
    main.home .galleries-section .galleries-slider .swiper-pagination .swiper-pagination-bullet:focus {
      outline: none; }
  main.home .galleries-section .galleries-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff; }
  main.home .specialties-section {
    background: #ffffff;
    padding: 70px 0; }
    main.home .specialties-section .__row_margin_bottom {
      margin-bottom: 70px; }
    main.home .specialties-section .__custom_row {
      max-width: 78rem; }
    main.home .specialties-section .specialties-title {
      float: right; }
      main.home .specialties-section .specialties-title h4 {
        font-size: 21px;
        font-family: 'MontserratSemiBold';
        color: #505050;
        letter-spacing: 1px;
        line-height: normal; }
      main.home .specialties-section .specialties-title h2 {
        font-size: 46px;
        font-family: 'LatoBold';
        color: #221f20;
        letter-spacing: 1px;
        line-height: normal; }
    main.home .specialties-section .specialties-description p {
      text-align: justify;
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      color: #505050;
      line-height: 1.6; }
    main.home .specialties-section a {
      text-decoration: none; }
    main.home .specialties-section .sp-image {
      width: 320px;
      height: 320px;
      margin: 0 auto;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    main.home .specialties-section .sp-title h2 {
      margin-top: 30px;
      text-align: center;
      font-size: 30px;
      color: #221f20;
      text-transform: uppercase;
      letter-spacing: 0; }
  main.home .srm-banner-section {
    background: #36455d;
    padding: 40px 0; }
    main.home .srm-banner-section .srm-banner-content {
      text-align: center; }
      main.home .srm-banner-section .srm-banner-content h2 {
        font-size: 40px;
        font-family: 'LatoBold';
        color: #ffffff;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 20px; }
      main.home .srm-banner-section .srm-banner-content p {
        font-size: 16px;
        font-family: 'MontserratSemiBold';
        color: #ffffff;
        line-height: 1.6; }
        main.home .srm-banner-section .srm-banner-content p a {
          text-decoration: none;
          color: #ffffff; }
      main.home .srm-banner-section .srm-banner-content img {
        width: 180px; }
  main.home .map-contact-details-section {
    background: #ffffff; }
    main.home .map-contact-details-section .__custom_row {
      max-width: 100%; }
    main.home .map-contact-details-section .home-google-map {
      line-height: 0; }
    main.home .map-contact-details-section .__full_center_left {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: left; }
    main.home .map-contact-details-section .contact-details-title h4 {
      font-size: 21px;
      font-family: 'MontserratSemiBold';
      color: #505050;
      letter-spacing: 1px;
      line-height: normal; }
    main.home .map-contact-details-section .contact-details-title h2 {
      font-size: 64px;
      font-family: 'LatoBold';
      color: #221f20;
      letter-spacing: 1px;
      line-height: normal; }
    main.home .map-contact-details-section .contact-details-list {
      margin-top: 38px; }
      main.home .map-contact-details-section .contact-details-list p {
        font-size: 16px;
        color: #505050;
        margin-bottom: 15px; }
        main.home .map-contact-details-section .contact-details-list p a {
          text-decoration: none;
          color: #505050; }
        main.home .map-contact-details-section .contact-details-list p img {
          width: 24px;
          height: 24px; }
        main.home .map-contact-details-section .contact-details-list p span {
          margin-left: 10px; }
        main.home .map-contact-details-section .contact-details-list p:first-of-type img {
          position: relative;
          left: 4px;
          width: 15px;
          height: 25px; }
        main.home .map-contact-details-section .contact-details-list p:first-of-type span {
          position: relative;
          top: 2px;
          left: 10px; }
        main.home .map-contact-details-section .contact-details-list p:nth-of-type(2) span {
          position: relative;
          top: 3px;
          left: 1px; }
        main.home .map-contact-details-section .contact-details-list p:last-of-type img {
          position: relative;
          right: 1px;
          width: 26px;
          height: 20px; }
        main.home .map-contact-details-section .contact-details-list p:last-of-type span {
          position: relative;
          top: 3px; }
    main.home .map-contact-details-section .springs-resorts-details {
      margin-top: 60px; }
      main.home .map-contact-details-section .springs-resorts-details h4 {
        font-size: 21px;
        font-family: 'MontserratSemiBold';
        color: #505050;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 20px; }
      main.home .map-contact-details-section .springs-resorts-details p {
        font-size: 16px;
        color: #505050;
        margin-bottom: 15px; }
        main.home .map-contact-details-section .springs-resorts-details p a {
          text-decoration: none;
          color: #505050; }
  main.eat-and-drink .eat-and-drink-section {
    background: #ffffff;
    padding: 70px 0 32px; }
  main.eat-and-drink .__m_bottom {
    margin-bottom: 40px; }
    main.eat-and-drink .__m_bottom:last-of-type {
      margin-bottom: 0; }
      main.eat-and-drink .__m_bottom:last-of-type .venue-content {
        border-bottom: 0; }
  main.eat-and-drink .venue-name h2 {
    text-align: center;
    font-size: 24px;
    color: #505050;
    letter-spacing: 5px;
    line-height: normal;
    margin-bottom: 20px; }
  main.eat-and-drink .venue-image {
    text-align: center; }
  main.eat-and-drink .venue-content {
    text-align: center;
    width: 87%;
    margin: 0 auto;
    border-bottom: 2px solid #b45820;
    padding: 20px 0 38px; }
    main.eat-and-drink .venue-content p {
      text-align: center;
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      color: #505050;
      line-height: 1.55; }
      main.eat-and-drink .venue-content p a {
        text-decoration: none;
        color: #505050; }
        main.eat-and-drink .venue-content p a:hover {
          color: #b45820; }
    main.eat-and-drink .venue-content a.view-menu {
      text-decoration: none;
      display: inline-block;
      font-size: 18.5px;
      font-family: 'MontserratBold';
      color: #505050;
      border: 1px solid #505050;
      margin-top: 20px;
      padding: 5px 16px; }
      main.eat-and-drink .venue-content a.view-menu:hover {
        border: 1px solid #b45820;
        background: #b45820;
        color: #ffffff; }
  main.functions .functions-section {
    background: #ffffff;
    padding: 80px 0; }
  main.functions .__custom_row {
    max-width: 100%; }
  main.functions ._margin_bottom {
    margin-bottom: 40px; }
    main.functions ._margin_bottom:last-of-type {
      margin-bottom: 0; }
  main.functions .event-name h2 {
    font-size: 42px;
    color: #36455d;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px; }
  main.functions .event-content p {
    text-align: left;
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    color: #505050;
    line-height: 1.6; }
  main.functions .event-packages {
    margin-top: 15px; }
    main.functions .event-packages ul {
      padding: 0;
      margin: 0;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      -o-column-count: 2;
      column-count: 2; }
      main.functions .event-packages ul li {
        list-style: none;
        display: block;
        margin-bottom: 5px; }
        main.functions .event-packages ul li a {
          text-decoration: none;
          display: inline-block;
          font-size: 18px;
          color: #505050; }
          main.functions .event-packages ul li a:hover {
            color: #b45820;
            -webkit-transition: all .30s ease-in-out;
            -moz-transition: all .30s ease-in-out;
            -o-transition: all .30s ease-in-out;
            transition: all .30s ease-in-out; }
        main.functions .event-packages ul li i {
          font-size: 19px;
          font-weight: bold;
          position: relative;
          left: 12px;
          top: 0.5px; }
  main.contact .contact-section {
    background: #ffffff;
    padding: 80px 0; }
  main.contact .contact-title h2 {
    font-size: 42px;
    color: #36455d;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 20px; }
  main.contact .contact-form .form-group {
    margin-bottom: 20px; }
    main.contact .contact-form .form-group.submit-btn {
      margin-bottom: 0; }
    main.contact .contact-form .form-group input[type="text"], main.contact .contact-form .form-group input[type="email"], main.contact .contact-form .form-group input[type="number"], main.contact .contact-form .form-group textarea {
      width: 100%;
      height: 50px;
      background: #ffffff;
      color: #505050;
      padding: 5px 15px;
      border: 2px solid #505050;
      font-family: 'MontserratSemiBold';
      font-size: 16px;
      letter-spacing: 0.5px; }
      main.contact .contact-form .form-group input[type="text"]::-webkit-input-placeholder, main.contact .contact-form .form-group input[type="email"]::-webkit-input-placeholder, main.contact .contact-form .form-group input[type="number"]::-webkit-input-placeholder, main.contact .contact-form .form-group textarea::-webkit-input-placeholder {
        font-family: 'MontserratSemiBold';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.contact .contact-form .form-group input[type="text"]:-ms-input-placeholder, main.contact .contact-form .form-group input[type="email"]:-ms-input-placeholder, main.contact .contact-form .form-group input[type="number"]:-ms-input-placeholder, main.contact .contact-form .form-group textarea:-ms-input-placeholder {
        font-family: 'MontserratSemiBold';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.contact .contact-form .form-group input[type="text"]::-moz-placeholder, main.contact .contact-form .form-group input[type="email"]::-moz-placeholder, main.contact .contact-form .form-group input[type="number"]::-moz-placeholder, main.contact .contact-form .form-group textarea::-moz-placeholder {
        font-family: 'MontserratSemiBold';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.contact .contact-form .form-group input[type="text"]:-moz-placeholder, main.contact .contact-form .form-group input[type="email"]:-moz-placeholder, main.contact .contact-form .form-group input[type="number"]:-moz-placeholder, main.contact .contact-form .form-group textarea:-moz-placeholder {
        font-family: 'MontserratSemiBold';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
    main.contact .contact-form .form-group textarea {
      display: block;
      resize: none;
      height: 140px;
      padding: 15px 15px; }
    main.contact .contact-form .form-group input[type="submit"] {
      cursor: pointer;
      background: #ffffff;
      font-family: 'MontserratSemiBold';
      font-size: 14.5px;
      color: #36455d;
      padding: 15px 10px;
      border: 2px solid #505050;
      width: 130px; }
      main.contact .contact-form .form-group input[type="submit"]:hover {
        background: #36455d;
        color: #ffffff;
        border: 2px solid #36455d;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }
  main.contact .contact-info h2 {
    font-size: 42px;
    font-family: 'LatoBold';
    color: #36455d;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 20px; }
  main.contact .contact-info h4 {
    font-size: 20px;
    font-family: 'MontserratSemiBold';
    color: #505050;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px; }
  main.contact .contact-info p {
    text-align: justify;
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    color: #505050;
    line-height: 1.6; }
    main.contact .contact-info p a {
      text-decoration: none;
      color: #505050; }
      main.contact .contact-info p a:hover {
        color: #b45820;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }
  main.contact .contact-google-map {
    margin-top: 60px;
    line-height: 0; }
  main.cart .woocommerce .shop_table {
    border: 1px solid #505050;
    border-radius: 0;
    margin-bottom: 60px; }
    main.cart .woocommerce .shop_table thead {
      background: #36455d; }
      main.cart .woocommerce .shop_table thead th {
        text-transform: uppercase;
        color: #ffffff; }
    main.cart .woocommerce .shop_table tbody tr td {
      color: #505050; }
    main.cart .woocommerce .shop_table td {
      border-top: 1px solid #505050;
      padding: 12px 12px; }
    main.cart .woocommerce .shop_table .input-text {
      color: #505050;
      border: 1px solid #505050; }
  main.cart .woocommerce .cart_totals h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 34px;
    font-family: 'LatoBold';
    color: #36455d;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 30px; }
  main.cart .woocommerce .cart_totals table {
    border: 1px solid #505050;
    border-radius: 0;
    margin-bottom: 40px; }
  main.cart .woocommerce .cart_totals tbody tr th {
    border-top: 1px solid #505050;
    color: #505050; }
  main.cart .woocommerce .cart_totals .wc-proceed-to-checkout {
    padding: 0; }
    main.cart .woocommerce .cart_totals .wc-proceed-to-checkout a {
      border-radius: 0;
      background: #36455d;
      color: #ffffff;
      font-family: 'MontserratSemiBold';
      font-size: 20px;
      letter-spacing: 1px;
      text-transform: uppercase; }
  main.cart .woocommerce .cart .button, main.cart .woocommerce .cart input.button {
    border-radius: 0;
    background: #36455d;
    color: #ffffff;
    font-family: 'MontserratSemiBold';
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 15px 23px;
    text-transform: uppercase; }
  main.cart .return-to-shop a.wc-backward {
    border-radius: 0;
    background: #36455d;
    color: #ffffff;
    font-family: 'MontserratSemiBold';
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 15px 20px;
    text-transform: uppercase; }
  main.cart .return-to-shop a:hover {
    color: #ffffff !important; }
  main.cart p.cart-empty {
    text-align: left; }
  main.checkout .woocommerce-billing-fields h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'LatoBold';
    color: #36455d;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 30px; }
  main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field {
    margin-bottom: 30px; }
    main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field label {
      margin-bottom: 12px; }
    main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p#billing_country_field span {
      font-family: 'MontserratBold'; }
  main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row {
    padding: 0;
    margin: 0;
    line-height: 0;
    margin-bottom: 20px; }
    main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row:last-of-type {
      margin-bottom: 0; }
    main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row label {
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      color: #505050;
      text-transform: capitalize;
      letter-spacing: 0; }
    main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="text"], main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="email"], main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="tel"], main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row textarea {
      width: 100%;
      height: 50px;
      background: #ffffff;
      color: #505050;
      padding: 5px 15px;
      border: 1px solid #505050;
      font-family: 'MontserratMedium';
      font-size: 16px;
      letter-spacing: 0.5px; }
      main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="text"]::-webkit-input-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="email"]::-webkit-input-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="tel"]::-webkit-input-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row textarea::-webkit-input-placeholder {
        font-family: 'MontserratMedium';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="text"]:-ms-input-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="email"]:-ms-input-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="tel"]:-ms-input-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row textarea:-ms-input-placeholder {
        font-family: 'MontserratMedium';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="text"]::-moz-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="email"]::-moz-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="tel"]::-moz-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row textarea::-moz-placeholder {
        font-family: 'MontserratMedium';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="text"]:-moz-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="email"]:-moz-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row input[type="tel"]:-moz-placeholder, main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row textarea:-moz-placeholder {
        font-family: 'MontserratMedium';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
    main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection--single {
      width: 100%;
      height: 50px;
      background: #ffffff;
      color: #505050;
      padding: 5px 15px;
      padding-left: 0;
      padding-right: 0;
      border: 1px solid #505050;
      border-radius: 0;
      font-family: 'MontserratMedium';
      font-size: 16px;
      letter-spacing: 0.5px; }
      main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection--single:focus {
        border: 1px solid #505050;
        border-radius: 0; }
    main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection__rendered {
      padding: 5.5px 15px; }
    main.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection__arrow {
      top: 13px;
      right: 10px; }
  main.checkout .woocommerce-additional-fields h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'LatoBold';
    color: #36455d;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 30px; }
  main.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row {
    padding: 0;
    margin: 0;
    line-height: 0;
    margin-bottom: 20px; }
    main.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row label {
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      color: #505050;
      text-transform: capitalize;
      letter-spacing: 0; }
    main.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row textarea {
      width: 100%;
      height: 200px;
      resize: none;
      background: #ffffff;
      color: #505050;
      padding: 14px 15px;
      border: 1px solid #505050;
      font-family: 'MontserratMedium';
      font-size: 16px;
      letter-spacing: 0.5px; }
      main.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row textarea::-webkit-input-placeholder {
        font-family: 'MontserratMedium';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row textarea:-ms-input-placeholder {
        font-family: 'MontserratMedium';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row textarea::-moz-placeholder {
        font-family: 'MontserratMedium';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
      main.checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper p.form-row textarea:-moz-placeholder {
        font-family: 'MontserratMedium';
        font-size: 16px;
        color: #505050;
        letter-spacing: 0.5px; }
  main.checkout #customer_details {
    margin-bottom: 50px; }
  main.checkout h3#order_review_heading {
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'MontserratBold';
    color: #36455d;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 12px; }
  main.checkout .tribe-checkout-backlinks a {
    text-decoration: none;
    color: #36455d;
    font-size: 16px;
    font-family: 'MontserratSemiBold'; }
    main.checkout .tribe-checkout-backlinks a:hover {
      color: #b45820;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
  main.checkout .woocommerce-checkout-review-order {
    margin-top: 15px; }
    main.checkout .woocommerce-checkout-review-order table.shop_table {
      border: 1px solid #505050;
      border-radius: 0;
      border-collapse: collapse;
      margin-bottom: 50px; }
      main.checkout .woocommerce-checkout-review-order table.shop_table thead {
        background: #36455d; }
        main.checkout .woocommerce-checkout-review-order table.shop_table thead th {
          text-transform: uppercase;
          color: #ffffff; }
      main.checkout .woocommerce-checkout-review-order table.shop_table tbody tr td {
        color: #505050; }
      main.checkout .woocommerce-checkout-review-order table.shop_table tfoot tr th {
        color: #505050;
        border-top: 1px solid #505050; }
      main.checkout .woocommerce-checkout-review-order table.shop_table tfoot tr td {
        color: #505050; }
      main.checkout .woocommerce-checkout-review-order table.shop_table td {
        border-top: 1px solid #505050;
        padding: 12px 12px; }
    main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment {
      border-radius: 0;
      background: #36455d; }
      main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul {
        border-bottom: 1px solid #ffffff; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li label {
          font-size: 16px;
          font-family: 'MontserratSemiBold';
          color: #ffffff;
          text-transform: capitalize; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe label img {
          display: none; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe .payment_box {
          background: #ffffff; }
          main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe .payment_box:before {
            border: 1em solid #ffffff;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top-color: transparent; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe #stripe-payment-data p {
          text-align: left;
          color: #505050;
          font-size: 16px;
          font-family: 'MontserratSemiBold';
          line-height: 1.6; }
          main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe #stripe-payment-data p a {
            text-decoration: none;
            color: #505050; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe #stripe-payment-data label {
          color: #505050; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe #stripe-payment-data .wc-stripe-elements-field {
          width: 100%;
          height: 40px;
          background: #ffffff;
          color: #505050;
          padding: 5px 15px;
          border: 1px solid #505050;
          font-family: 'MontserratMedium';
          font-size: 16px;
          letter-spacing: 0.5px; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe #stripe-payment-data #stripe-card-element .__PrivateStripeElement {
          top: 6px; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe #stripe-payment-data #stripe-exp-element .__PrivateStripeElement {
          top: 6px; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_stripe #stripe-payment-data #stripe-cvc-element .__PrivateStripeElement {
          top: 6px; }
        main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment ul.payment_methods li input {
          position: relative;
          top: 0.5px; }
      main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
        display: none; }
      main.checkout .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment button#place_order {
        border-radius: 0;
        background: #ffffff;
        color: #36455d;
        font-family: 'MontserratSemiBold';
        font-size: 16px;
        letter-spacing: 0.5px;
        padding: 15px 23px;
        text-transform: uppercase; }
  main.checkout .woocommerce-order p.woocommerce-thankyou-order-received {
    text-align: left;
    margin-bottom: 20px; }
  main.checkout .woocommerce-order ul.woocommerce-thankyou-order-details {
    margin-bottom: 65px; }
    main.checkout .woocommerce-order ul.woocommerce-thankyou-order-details li {
      text-align: justify;
      color: #505050;
      font-size: 12px;
      font-family: 'MontserratSemiBold';
      line-height: 1.6; }
      main.checkout .woocommerce-order ul.woocommerce-thankyou-order-details li strong {
        color: #505050; }
  main.checkout .woocommerce-order section.woocommerce-order-details h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'LatoBold';
    color: #36455d;
    letter-spacing: 2px;
    line-height: normal;
    margin-bottom: 25px; }
  main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table {
    border: 1px solid #505050;
    border-radius: 0;
    border-collapse: collapse;
    margin-bottom: 50px; }
    main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table thead {
      background: #36455d; }
      main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table thead th {
        text-transform: uppercase;
        color: #ffffff; }
    main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table tbody tr td {
      color: #505050; }
      main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table tbody tr td .tribe-event-details a {
        text-decoration: none;
        color: #36455d; }
      main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table tbody tr td .tribe-attendee-meta {
        max-width: 500px;
        width: 100%; }
        main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table tbody tr td .tribe-attendee-meta tbody tr td {
          width: 50%; }
    main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table tfoot tr th {
      color: #505050;
      border-top: 1px solid #505050;
      padding: 12px 12px;
      text-transform: capitalize; }
    main.checkout .woocommerce-order section.woocommerce-order-details table.shop_table tfoot tr td {
      color: #505050;
      border-top: 1px solid #505050;
      padding: 12px 12px;
      text-transform: capitalize; }
  main.checkout .woocommerce-order section.woocommerce-customer-details {
    margin-bottom: 30px; }
    main.checkout .woocommerce-order section.woocommerce-customer-details h2 {
      text-align: left;
      text-transform: uppercase;
      font-size: 36px;
      font-family: 'LatoBold';
      color: #36455d;
      letter-spacing: 2px;
      line-height: normal;
      margin-bottom: 25px; }
    main.checkout .woocommerce-order section.woocommerce-customer-details address {
      border: 1px solid #505050;
      border-radius: 0;
      text-align: justify;
      color: #505050;
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      line-height: 1.8; }

/** Events Single Page **/
main #tribe-events-content,
section #tribe-events-content {
  margin-bottom: 0;
  padding: 0; }

main.tribe-events-pg-template,
section.tribe-events-pg-template {
  background: #ffffff;
  padding: 90px 0 !important;
  max-width: 100% !important;
  margin: 0 auto !important; }
  main.tribe-events-pg-template .event-details-tabs,
  section.tribe-events-pg-template .event-details-tabs {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px; }
    main.tribe-events-pg-template .event-details-tabs .se-tab-content,
    section.tribe-events-pg-template .event-details-tabs .se-tab-content {
      text-align: center;
      justify-content: center;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 0;
      background: #ffffff;
      border: 2px solid #36455d;
      border-right: 0;
      border-left: 0;
      padding: 20px 0; }
      main.tribe-events-pg-template .event-details-tabs .se-tab-content:first-of-type,
      section.tribe-events-pg-template .event-details-tabs .se-tab-content:first-of-type {
        border-left: 2px solid #36455d; }
      main.tribe-events-pg-template .event-details-tabs .se-tab-content:last-of-type,
      section.tribe-events-pg-template .event-details-tabs .se-tab-content:last-of-type {
        border-right: 2px solid #36455d;
        background: #36455d; }
        main.tribe-events-pg-template .event-details-tabs .se-tab-content:last-of-type span,
        section.tribe-events-pg-template .event-details-tabs .se-tab-content:last-of-type span {
          border-right: 0;
          font-family: 'MontserratSemiBold';
          font-size: 34px;
          color: #ffffff;
          letter-spacing: 2px; }
      main.tribe-events-pg-template .event-details-tabs .se-tab-content:nth-child(3) span,
      section.tribe-events-pg-template .event-details-tabs .se-tab-content:nth-child(3) span {
        border-right: 0; }
      main.tribe-events-pg-template .event-details-tabs .se-tab-content.__normal_tab,
      section.tribe-events-pg-template .event-details-tabs .se-tab-content.__normal_tab {
        background: #ffffff; }
        main.tribe-events-pg-template .event-details-tabs .se-tab-content.__normal_tab span,
        section.tribe-events-pg-template .event-details-tabs .se-tab-content.__normal_tab span {
          color: #36455d; }
      main.tribe-events-pg-template .event-details-tabs .se-tab-content span,
      section.tribe-events-pg-template .event-details-tabs .se-tab-content span {
        display: block;
        border-right: 1px solid #36455d;
        padding: 5px 0;
        font-size: 35px;
        font-family: 'LatoBold';
        color: #36455d;
        letter-spacing: 0.5px; }
        main.tribe-events-pg-template .event-details-tabs .se-tab-content span a,
        section.tribe-events-pg-template .event-details-tabs .se-tab-content span a {
          text-decoration: none;
          color: #ffffff; }
  main.tribe-events-pg-template .event-content p,
  section.tribe-events-pg-template .event-content p {
    text-align: center;
    font-size: 17px;
    font-family: 'MontserratSemiBold';
    color: #505050;
    line-height: 1.7; }
    main.tribe-events-pg-template .event-content p a,
    section.tribe-events-pg-template .event-content p a {
      text-decoration: none;
      color: #505050; }
  main.tribe-events-pg-template .event-content a,
  section.tribe-events-pg-template .event-content a {
    text-decoration: none;
    color: #505050; }
  main.tribe-events-pg-template .event-content .responsive-embed,
  section.tribe-events-pg-template .event-content .responsive-embed {
    margin-top: 45px; }
  main.tribe-events-pg-template .event-buy-tickets-btn,
  section.tribe-events-pg-template .event-buy-tickets-btn {
    text-align: justify; }
    main.tribe-events-pg-template .event-buy-tickets-btn hr,
    section.tribe-events-pg-template .event-buy-tickets-btn hr {
      border-bottom: 4px solid #36455d;
      width: 140px;
      margin: 45px auto; }
    main.tribe-events-pg-template .event-buy-tickets-btn .tribe-link-view-attendee,
    section.tribe-events-pg-template .event-buy-tickets-btn .tribe-link-view-attendee {
      display: none; }
    main.tribe-events-pg-template .event-buy-tickets-btn form#tribe-tickets,
    section.tribe-events-pg-template .event-buy-tickets-btn form#tribe-tickets {
      margin: 0 !important;
      padding: 25px 25px !important;
      max-width: 100%;
      border: 1px solid #505050;
      border-radius: 0; }
    main.tribe-events-pg-template .event-buy-tickets-btn form h2,
    section.tribe-events-pg-template .event-buy-tickets-btn form h2 {
      text-align: center;
      font-size: 22px;
      font-family: 'LatoBold';
      color: #36455d; }
    main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item,
    section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item {
      border-top: 1px solid #505050; }
    main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-common-h3,
    section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-common-h3 {
      font-size: 26px;
      font-family: 'MontserratSemiBold'; }
    main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-common-h7,
    section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-common-h7 {
      font-size: 16px;
      font-family: 'MontserratSemiBold'; }
    main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item__extra span.tribe-formatted-currency-wrap,
    section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item__extra span.tribe-formatted-currency-wrap {
      font-size: 14px;
      font-family: 'MontserratSemiBold'; }
    main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item__extra .tribe-tickets__item__extra__available,
    section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item__extra .tribe-tickets__item__extra__available {
      font-size: 11px;
      font-family: 'MontserratRegular'; }
    main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item__quantity,
    section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item__quantity {
      font-family: 'LatoBold'; }
    main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item__quantity__add,
    section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__item__quantity__add {
      position: relative;
      top: 0.5px; }
    main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__footer,
    section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__footer {
      border-top: 1px solid #505050; }
      main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__footer .tribe-common-b2,
      section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__footer .tribe-common-b2 {
        font-size: 13px;
        font-family: 'MontserratMedium'; }
      main.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__footer button#tribe-tickets__buy,
      section.tribe-events-pg-template .event-buy-tickets-btn form .tribe-tickets__footer button#tribe-tickets__buy {
        background: #36455d;
        color: #ffffff;
        font-family: 'MontserratSemiBold';
        font-size: 16px;
        letter-spacing: 1px; }

/** Content Editor Layout **/
.content-editor-section {
  background: #ffffff;
  padding: 70px 0 80px; }
  .content-editor-section .content-editor-full h2 {
    text-align: center;
    font-size: 42px;
    font-family: 'LatoBold';
    color: #36455d;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 30px; }
  .content-editor-section .content-editor-full h3 {
    text-align: left;
    font-size: 24px;
    font-family: 'MontserratBold';
    color: #000000;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 20px; }
  .content-editor-section .content-editor-full p {
    text-align: justify;
    color: #505050;
    font-size: 16px;
    font-family: 'MontserratSemiBold';
    line-height: 1.6; }
    .content-editor-section .content-editor-full p a {
      text-decoration: none;
      color: #505050; }
      .content-editor-section .content-editor-full p a:hover {
        color: #b45820;
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out; }
  .content-editor-section .content-editor-full ul {
    margin-bottom: 0; }
    .content-editor-section .content-editor-full ul li {
      text-align: justify;
      color: #505050;
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      line-height: 1.7; }
  .content-editor-section .content-editor-full table.table-content-editor {
    border-collapse: collapse;
    width: 100%; }
    .content-editor-section .content-editor-full table.table-content-editor tr {
      height: 50px; }
      .content-editor-section .content-editor-full table.table-content-editor tr th {
        border: 1px solid #505050;
        text-align: center;
        color: #000000;
        font-size: 16px;
        font-family: 'MontserratBold';
        line-height: 1.6;
        padding: 0 20px; }
      .content-editor-section .content-editor-full table.table-content-editor tr td {
        border: 1px solid #505050;
        text-align: center;
        color: #505050;
        font-size: 16px;
        font-family: 'MontserratSemiBold';
        line-height: 1.6;
        padding: 0 20px; }
        .content-editor-section .content-editor-full table.table-content-editor tr td a {
          text-decoration: none;
          color: #b45820; }
  .content-editor-section .gallery-section {
    margin-top: 50px; }
    .content-editor-section .gallery-section .gallery-image-item {
      margin-bottom: 30px; }
      .content-editor-section .gallery-section .gallery-image-item img {
        width: 100%;
        height: 165px; }
  .content-editor-section .wpcf7 {
    margin-top: 50px; }
    .content-editor-section .wpcf7 .form-group {
      margin-bottom: 20px; }
      .content-editor-section .wpcf7 .form-group h4 {
        font-size: 20px;
        font-family: 'LatoBold';
        color: #000000;
        letter-spacing: 0;
        line-height: normal; }
      .content-editor-section .wpcf7 .form-group.submit-btn {
        margin-bottom: 0; }
      .content-editor-section .wpcf7 .form-group input[type="text"], .content-editor-section .wpcf7 .form-group input[type="email"], .content-editor-section .wpcf7 .form-group input[type="number"], .content-editor-section .wpcf7 .form-group textarea, .content-editor-section .wpcf7 .form-group select {
        width: 100%;
        height: 50px;
        background: #ffffff;
        color: #505050;
        padding: 5px 15px;
        border: 2px solid #505050;
        font-family: 'MontserratSemiBold';
        font-size: 16px;
        letter-spacing: 0.5px; }
        .content-editor-section .wpcf7 .form-group input[type="text"]::-webkit-input-placeholder, .content-editor-section .wpcf7 .form-group input[type="email"]::-webkit-input-placeholder, .content-editor-section .wpcf7 .form-group input[type="number"]::-webkit-input-placeholder, .content-editor-section .wpcf7 .form-group textarea::-webkit-input-placeholder, .content-editor-section .wpcf7 .form-group select::-webkit-input-placeholder {
          font-family: 'MontserratSemiBold';
          font-size: 16px;
          color: #505050;
          letter-spacing: 0.5px; }
        .content-editor-section .wpcf7 .form-group input[type="text"]:-ms-input-placeholder, .content-editor-section .wpcf7 .form-group input[type="email"]:-ms-input-placeholder, .content-editor-section .wpcf7 .form-group input[type="number"]:-ms-input-placeholder, .content-editor-section .wpcf7 .form-group textarea:-ms-input-placeholder, .content-editor-section .wpcf7 .form-group select:-ms-input-placeholder {
          font-family: 'MontserratSemiBold';
          font-size: 16px;
          color: #505050;
          letter-spacing: 0.5px; }
        .content-editor-section .wpcf7 .form-group input[type="text"]::-moz-placeholder, .content-editor-section .wpcf7 .form-group input[type="email"]::-moz-placeholder, .content-editor-section .wpcf7 .form-group input[type="number"]::-moz-placeholder, .content-editor-section .wpcf7 .form-group textarea::-moz-placeholder, .content-editor-section .wpcf7 .form-group select::-moz-placeholder {
          font-family: 'MontserratSemiBold';
          font-size: 16px;
          color: #505050;
          letter-spacing: 0.5px; }
        .content-editor-section .wpcf7 .form-group input[type="text"]:-moz-placeholder, .content-editor-section .wpcf7 .form-group input[type="email"]:-moz-placeholder, .content-editor-section .wpcf7 .form-group input[type="number"]:-moz-placeholder, .content-editor-section .wpcf7 .form-group textarea:-moz-placeholder, .content-editor-section .wpcf7 .form-group select:-moz-placeholder {
          font-family: 'MontserratSemiBold';
          font-size: 16px;
          color: #505050;
          letter-spacing: 0.5px; }
      .content-editor-section .wpcf7 .form-group textarea {
        display: block;
        resize: none;
        height: 140px;
        padding: 15px 15px; }
      .content-editor-section .wpcf7 .form-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        background-image: url(../images/arrow-dropdown.png);
        background-repeat: no-repeat;
        background-position: 98% center;
        cursor: pointer; }
      .content-editor-section .wpcf7 .form-group input[type="submit"] {
        cursor: pointer;
        background: #ffffff;
        font-family: 'MontserratSemiBold';
        font-size: 14.5px;
        color: #36455d;
        padding: 15px 10px;
        border: 2px solid #505050;
        width: 130px; }
        .content-editor-section .wpcf7 .form-group input[type="submit"]:hover {
          background: #36455d;
          color: #ffffff;
          border: 2px solid #36455d;
          -webkit-transition: all .30s ease-in-out;
          -moz-transition: all .30s ease-in-out;
          -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out; }

/** Repeater Block Content With Editor Layout **/
.repeater-block-content-editor-section {
  background: #ffffff;
  padding: 80px 0 30px; }
  .repeater-block-content-editor-section .__rbce_padding {
    padding: 0 30px; }
  .repeater-block-content-editor-section .repeater-block-item {
    margin-bottom: 65px; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-image {
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      height: 390px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-title hr {
      border-bottom: 4px solid #36455d;
      width: 140px;
      margin: 20px 0 12px; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-title h2 {
      font-size: 42px;
      color: #36455d;
      text-transform: capitalize;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 10px; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-content p {
      text-align: left;
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      color: #505050;
      line-height: 1.6; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-url {
      margin-top: 15px; }
      .repeater-block-content-editor-section .repeater-block-item .repeater-block-url a {
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        color: #505050; }
        .repeater-block-content-editor-section .repeater-block-item .repeater-block-url a:hover {
          color: #b45820;
          -webkit-transition: all .30s ease-in-out;
          -moz-transition: all .30s ease-in-out;
          -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out; }
      .repeater-block-content-editor-section .repeater-block-item .repeater-block-url i {
        font-size: 19px;
        font-weight: bold;
        position: relative;
        left: 16px;
        top: 0.5px; }

/** Events List Layout **/
.events-list-section {
  background: #ffffff;
  padding: 80px 0 30px; }
  .events-list-section .no-events-found {
    margin-bottom: 70px; }
    .events-list-section .no-events-found h2 {
      text-align: center;
      font-size: 40px;
      font-family: 'LatoBold';
      color: #36455d;
      letter-spacing: 1px;
      line-height: normal; }
  .events-list-section .__event_padding {
    padding: 0 30px; }
  .events-list-section .event-item {
    margin-bottom: 65px; }
    .events-list-section .event-item .event-image {
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      height: 390px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .events-list-section .event-item .event-title hr {
      border-bottom: 4px solid #36455d;
      width: 140px;
      margin: 20px 0 12px; }
    .events-list-section .event-item .event-title h2 {
      font-size: 42px;
      color: #36455d;
      text-transform: capitalize;
      letter-spacing: 0;
      line-height: normal;
      margin-bottom: 10px; }
    .events-list-section .event-item .event-excerpt p {
      text-align: left;
      font-size: 16px;
      font-family: 'MontserratSemiBold';
      color: #505050;
      line-height: 1.6; }
    .events-list-section .event-item .event-url {
      margin-top: 15px; }
      .events-list-section .event-item .event-url a {
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        color: #505050; }
        .events-list-section .event-item .event-url a:hover {
          color: #b45820;
          -webkit-transition: all .30s ease-in-out;
          -moz-transition: all .30s ease-in-out;
          -o-transition: all .30s ease-in-out;
          transition: all .30s ease-in-out; }
      .events-list-section .event-item .event-url i {
        font-size: 19px;
        font-weight: bold;
        position: relative;
        left: 16px;
        top: 0.5px; }

/* custom-media */
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /** header **/
  header {
    /* subpage banner */ }
    header .__homepage_image_slider_banner .banner-image {
      height: 640px; }
    header .__homepage_image_slider_banner .swiper-pagination.swiper-pagination-bullets {
      bottom: 190px; }
    header .__homepage_image_slider_banner .swiper-slider-buttons {
      bottom: 60px; }
    header .page-slider-banner-wrapper .banner-image {
      height: 640px !important; }
    header .page-banner-wrapper {
      height: 640px !important; }
  /** header **/
  /** homepage **/
  main.home .about-us-section .about-us-content {
    margin-top: 30px; }
    main.home .about-us-section .about-us-content h2 {
      font-size: 38px; }
  main.home .galleries-section .galleries-content h2 {
    font-size: 56px; }
  main.home .specialties-section .__row_margin_bottom {
    margin-bottom: 70px; }
  main.home .specialties-section .specialties-title {
    float: none;
    text-align: center; }
  main.home .specialties-section .specialties-description p {
    text-align: center; }
  main.home .specialties-section .sp-image {
    width: 300px;
    height: 300px; }
  main.home .map-contact-details-section .contact-details-title {
    text-align: center; }
  main.home .map-contact-details-section .contact-details-list {
    text-align: center; }
    main.home .map-contact-details-section .contact-details-list p:first-of-type span {
      left: 0; }
    main.home .map-contact-details-section .contact-details-list p:nth-of-type(2) span {
      left: 0; }
  main.home .map-contact-details-section .springs-resorts-details {
    text-align: center; }
  /** homepage **/
  /** functions **/
  main.functions ._margin_bottom {
    margin-bottom: 60px; }
  main.functions .__no_padding {
    padding: 0 15px; }
  main.functions .event-packages ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    column-count: 1; }
  /** functions **/
  footer .map-contact-details-section .contact-details-title {
    text-align: center; }
  footer .map-contact-details-section .contact-details-list {
    text-align: center; }
    footer .map-contact-details-section .contact-details-list p:first-of-type span {
      left: 0; }
    footer .map-contact-details-section .contact-details-list p:nth-of-type(2) span {
      left: 0; }
  footer .map-contact-details-section .springs-resorts-details {
    text-align: center; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /** header **/
  header {
    /* subpage banner */ }
    header .__homepage_image_slider_banner .banner-image {
      height: 640px; }
    header .__homepage_image_slider_banner .swiper-pagination.swiper-pagination-bullets {
      bottom: 170px; }
    header .__homepage_image_slider_banner .swiper-slider-buttons {
      bottom: 60px; }
      header .__homepage_image_slider_banner .swiper-slider-buttons span {
        font-size: 32px;
        padding: 20px 30px; }
        header .__homepage_image_slider_banner .swiper-slider-buttons span.__blue_btn {
          padding: 20px 55px; }
    header .page-slider-banner-wrapper .banner-image {
      height: 640px !important; }
    header .page-slider-banner-wrapper .page-banner-title-swiper h1 {
      font-size: 40px !important; }
    header .page-banner-wrapper {
      height: 640px !important; }
    header .page-banner-title h1 {
      font-size: 42px !important; }
  body.single-tribe_events header .page-slider-banner-wrapper .swiper-pagination.swiper-pagination-bullets {
    bottom: 140px; }
  /** header **/
  /** homepage **/
  main.home .about-us-section {
    padding: 60px 0 80px; }
    main.home .about-us-section .about-us-title h4 {
      margin-bottom: 50px; }
    main.home .about-us-section .about-us-image {
      text-align: center; }
    main.home .about-us-section .about-us-content {
      text-align: center; }
      main.home .about-us-section .about-us-content hr {
        margin: 0 auto; }
      main.home .about-us-section .about-us-content h2 {
        font-size: 40px;
        margin: 25px 0; }
      main.home .about-us-section .about-us-content p {
        text-align: center !important; }
      main.home .about-us-section .about-us-content a {
        margin-top: 30px; }
  main.home .galleries-section .galleries-content {
    border-left: 0;
    padding-left: 0;
    margin: 40px 0 55px; }
    main.home .galleries-section .galleries-content h2 {
      text-align: center;
      font-size: 56px; }
    main.home .galleries-section .galleries-content p {
      text-align: center; }
  main.home .specialties-section {
    padding: 60px 0; }
    main.home .specialties-section .__row_margin_bottom {
      margin-bottom: 70px; }
    main.home .specialties-section .__mbottom {
      margin-bottom: 60px; }
    main.home .specialties-section .specialties-title {
      float: none;
      text-align: center; }
      main.home .specialties-section .specialties-title h2 {
        margin-top: 12px; }
    main.home .specialties-section .specialties-description {
      margin-top: 25px; }
      main.home .specialties-section .specialties-description p {
        text-align: center; }
  main.home .map-contact-details-section .contact-details-title {
    text-align: center;
    margin-top: 35px; }
  main.home .map-contact-details-section .contact-details-list {
    text-align: center;
    margin-bottom: 55px; }
    main.home .map-contact-details-section .contact-details-list p:first-of-type span {
      left: 0; }
    main.home .map-contact-details-section .contact-details-list p:nth-of-type(2) span {
      left: 0; }
  main.home .map-contact-details-section .springs-resorts-details {
    text-align: center; }
  /** homepage **/
  /** footer **/
  footer .__border_right {
    border-right: 0; }
  footer .newsletter {
    width: 70%;
    margin-top: 60px; }
    footer .newsletter h4 {
      text-align: center; }
  footer .footer-menu {
    text-align: center;
    margin-top: 60px; }
  footer .footer-social-media {
    margin-top: 60px; }
  footer .map-contact-details-section {
    padding-bottom: 70px; }
    footer .map-contact-details-section .contact-details-title {
      text-align: center;
      margin-top: 35px; }
    footer .map-contact-details-section .contact-details-list {
      text-align: center;
      margin-bottom: 55px; }
      footer .map-contact-details-section .contact-details-list p:first-of-type span {
        left: 0; }
      footer .map-contact-details-section .contact-details-list p:nth-of-type(2) span {
        left: 0; }
    footer .map-contact-details-section .springs-resorts-details {
      text-align: center; }
  /** footer **/
  /** functions **/
  main.functions ._margin_bottom {
    margin-bottom: 60px; }
  main.functions .__no_padding {
    padding: 0 15px; }
  main.functions .event-name h2 {
    margin-top: 15px; }
  /** functions **/
  /** Contact **/
  main.contact .contact-form {
    margin-bottom: 50px; }
  main.contact .contact-google-map {
    margin-top: 70px; }
  /** Contact **/
  /** Woocommerce Checkout **/
  main.checkout .woocommerce-order ul.woocommerce-thankyou-order-details {
    margin-bottom: 60px; }
    main.checkout .woocommerce-order ul.woocommerce-thankyou-order-details li {
      float: none;
      border-right: 0;
      margin-bottom: 15px; }
  /** Woocommerce Checkout **/
  /** Repeater Block Content With Editor Layout **/
  .repeater-block-content-editor-section .repeater-block-item {
    width: 340px;
    margin: 0 auto 65px auto; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-title hr {
      margin: 20px auto 12px; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-title h2 {
      text-align: center; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-content p {
      text-align: center; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-url {
      text-align: center; }
  /** Repeater Block Content With Editor Layout **/
  /** Events List Layout **/
  .events-list-section .event-item {
    width: 340px;
    margin: 0 auto 65px auto; }
    .events-list-section .event-item .event-title hr {
      margin: 20px auto 12px; }
    .events-list-section .event-item .event-title h2 {
      text-align: center; }
    .events-list-section .event-item .event-excerpt p {
      text-align: center; }
    .events-list-section .event-item .event-url {
      text-align: center; }
  /** Events List Layout **/
  /** Content Editor Layout **/
  .content-editor-section .content-editor-full table.table-content-editor {
    display: block;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .content-editor-section .gallery-section .gallery-image-item img {
    height: auto; }
  /** Content Editor Layout **/ }

/* Small only */
@media screen and (min-width: 20em) and (max-width: 39.9375em) {
  /** header **/
  header {
    /* subpage banner */ }
    header .__homepage_image_slider_banner .banner-image {
      height: 640px; }
    header .__homepage_image_slider_banner .swiper-pagination.swiper-pagination-bullets {
      bottom: 170px; }
    header .__homepage_image_slider_banner .swiper-slider-buttons {
      bottom: 60px; }
      header .__homepage_image_slider_banner .swiper-slider-buttons span {
        font-size: 32px;
        padding: 20px 20px; }
        header .__homepage_image_slider_banner .swiper-slider-buttons span.__blue_btn {
          padding: 20px 30px; }
    header .page-slider-banner-wrapper .banner-image {
      height: 640px !important; }
    header .page-slider-banner-wrapper .swiper-pagination.swiper-pagination-bullets {
      bottom: 130px !important; }
    header .page-slider-banner-wrapper .page-banner-title-swiper h1 {
      font-size: 34px !important; }
    header .page-banner-wrapper {
      height: 640px !important; }
    header .page-banner-title h1 {
      font-size: 36px !important; }
  body.single-tribe_events header .page-slider-banner-wrapper .swiper-pagination.swiper-pagination-bullets {
    bottom: 170px !important; }
  /** header **/
  /** homepage **/
  main.home .about-us-section {
    padding: 60px 0 80px; }
    main.home .about-us-section .about-us-title h4 {
      margin-bottom: 50px; }
    main.home .about-us-section .about-us-image {
      text-align: center; }
    main.home .about-us-section .about-us-content {
      text-align: center; }
      main.home .about-us-section .about-us-content hr {
        margin: 0 auto; }
      main.home .about-us-section .about-us-content h2 {
        font-size: 40px;
        margin: 25px 0; }
      main.home .about-us-section .about-us-content p {
        text-align: center !important; }
      main.home .about-us-section .about-us-content a {
        margin-top: 30px; }
  main.home .galleries-section .galleries-content {
    border-left: 0;
    padding-left: 0;
    margin: 40px 0 55px; }
    main.home .galleries-section .galleries-content h2 {
      text-align: center;
      font-size: 56px; }
    main.home .galleries-section .galleries-content p {
      text-align: center; }
  main.home .specialties-section {
    padding: 60px 0; }
    main.home .specialties-section .__row_margin_bottom {
      margin-bottom: 70px; }
    main.home .specialties-section .__mbottom {
      margin-bottom: 60px; }
    main.home .specialties-section .specialties-title {
      float: none;
      text-align: center; }
      main.home .specialties-section .specialties-title h2 {
        margin-top: 12px; }
    main.home .specialties-section .specialties-description {
      margin-top: 25px; }
      main.home .specialties-section .specialties-description p {
        text-align: center; }
    main.home .specialties-section .sp-image {
      width: 300px;
      height: 300px; }
  main.home .map-contact-details-section .contact-details-title {
    text-align: center;
    margin-top: 40px; }
  main.home .map-contact-details-section .contact-details-list {
    text-align: center;
    margin-bottom: 60px; }
    main.home .map-contact-details-section .contact-details-list p:first-of-type span {
      left: 0; }
    main.home .map-contact-details-section .contact-details-list p:nth-of-type(2) span {
      left: 0; }
  main.home .map-contact-details-section .springs-resorts-details {
    text-align: center; }
  /** homepage **/
  /** footer **/
  footer .__border_right {
    border-right: 0; }
  footer .newsletter {
    width: 80%;
    margin-top: 60px; }
    footer .newsletter h4 {
      text-align: center; }
  footer .footer-menu {
    text-align: center;
    margin-top: 60px; }
  footer .footer-social-media {
    margin-top: 60px; }
  footer .map-contact-details-section {
    padding-bottom: 70px; }
    footer .map-contact-details-section .contact-details-title {
      text-align: center;
      margin-top: 40px; }
    footer .map-contact-details-section .contact-details-list {
      text-align: center;
      margin-bottom: 60px; }
      footer .map-contact-details-section .contact-details-list p:first-of-type span {
        left: 0; }
      footer .map-contact-details-section .contact-details-list p:nth-of-type(2) span {
        left: 0; }
    footer .map-contact-details-section .springs-resorts-details {
      text-align: center; }
  /** footer **/
  /** functions **/
  main.functions ._margin_bottom {
    margin-bottom: 60px; }
  main.functions .__no_padding {
    padding: 0 15px; }
  main.functions .event-name h2 {
    text-align: center;
    margin-top: 15px; }
  main.functions .event-content p {
    text-align: center; }
  main.functions .event-packages {
    text-align: center; }
    main.functions .event-packages ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      -o-column-count: 1;
      column-count: 1; }
  /** functions **/
  /** Contact **/
  main.contact .contact-form {
    margin-bottom: 50px; }
  main.contact .contact-info p {
    text-align: left; }
  main.contact .contact-google-map {
    margin-top: 70px; }
  /** Contact **/
  /** Woocommerce Checkout **/
  main.checkout .woocommerce-order ul.woocommerce-thankyou-order-details {
    margin-bottom: 60px; }
    main.checkout .woocommerce-order ul.woocommerce-thankyou-order-details li {
      float: none;
      border-right: 0;
      margin-bottom: 15px; }
  /** Woocommerce Checkout **/
  /** Repeater Block Content With Editor Layout **/
  .repeater-block-content-editor-section .repeater-block-item {
    width: 340px;
    margin: 0 auto 65px auto; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-title hr {
      margin: 20px auto 12px; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-title h2 {
      text-align: center; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-content p {
      text-align: center; }
    .repeater-block-content-editor-section .repeater-block-item .repeater-block-url {
      text-align: center; }
  /** Repeater Block Content With Editor Layout **/
  /** Events List Layout **/
  .events-list-section .event-item {
    width: 340px;
    margin: 0 auto 65px auto; }
    .events-list-section .event-item .event-title hr {
      margin: 20px auto 12px; }
    .events-list-section .event-item .event-title h2 {
      text-align: center; }
    .events-list-section .event-item .event-excerpt p {
      text-align: center; }
    .events-list-section .event-item .event-url {
      text-align: center; }
  /** Events List Layout **/
  /** Content Editor Layout **/
  .content-editor-section .__woo_padding {
    padding: 0 20px; }
  .content-editor-section .content-editor-full table.table-content-editor {
    display: block;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .content-editor-section .gallery-section .gallery-image-item img {
    height: auto; }
  /** Content Editor Layout **/ }

/* Large and up */
@media (max-width: 74.9375em) {
  /** header **/
  header .header-logo-menu-wrapper {
    padding: 25px 0; }
  header .header-logo {
    display: none; }
  header .header-links {
    display: none; }
  header .header-main-menu {
    display: none; }
  header .mobile-main-menu {
    display: block; }
  /** header **/ }

@media (max-width: 64em) {
  /** Woocommerce Checkout **/
  main.checkout .col2-set .col-1 {
    float: none;
    width: 100%; }
  main.checkout .col2-set .col-2 {
    float: none;
    width: 100%; }
  main.checkout .woocommerce-additional-fields {
    margin-top: 60px; }
  /** Woocommerce Checkout **/ }

/* Medium and up */
@media (max-width: 736px) {
  /** Events Single Page **/
  main.tribe-events-pg-template,
  section.tribe-events-pg-template {
    padding: 60px 20px !important; }
    main.tribe-events-pg-template .event-details-tabs,
    section.tribe-events-pg-template .event-details-tabs {
      flex-direction: column; }
      main.tribe-events-pg-template .event-details-tabs .se-tab-content,
      section.tribe-events-pg-template .event-details-tabs .se-tab-content {
        border: 2px solid #36455d;
        margin-bottom: 10px; }
        main.tribe-events-pg-template .event-details-tabs .se-tab-content:last-of-type,
        section.tribe-events-pg-template .event-details-tabs .se-tab-content:last-of-type {
          margin-bottom: 0; }
          main.tribe-events-pg-template .event-details-tabs .se-tab-content:last-of-type span,
          section.tribe-events-pg-template .event-details-tabs .se-tab-content:last-of-type span {
            font-size: 35px; }
        main.tribe-events-pg-template .event-details-tabs .se-tab-content span,
        section.tribe-events-pg-template .event-details-tabs .se-tab-content span {
          border-right: 0; }
  /** Events Single Page **/ }

/***small devices***/
@media (max-width: 550px) {
  /** header **/
  header .__homepage_image_slider_banner .swiper-pagination.swiper-pagination-bullets {
    bottom: 220px; }
  header .__homepage_image_slider_banner .swiper-slider-buttons {
    bottom: 60px; }
    header .__homepage_image_slider_banner .swiper-slider-buttons span {
      display: block;
      margin: 0 30px;
      font-size: 30px;
      padding: 10px 20px; }
      header .__homepage_image_slider_banner .swiper-slider-buttons span.__white_btn {
        margin-bottom: 3px; }
      header .__homepage_image_slider_banner .swiper-slider-buttons span.__blue_btn {
        padding: 10px 30px; }
  /** header **/ }

@media (max-width: 420px) {
  /** Repeater Block Content With Editor Layout **/
  .repeater-block-content-editor-section .repeater-block-item {
    width: 100%; }
  /** Repeater Block Content With Editor Layout **/
  /** Events List Layout **/
  .events-list-section .event-item {
    width: 100%; }
  /** Events List Layout **/ }

header {
  /** image banner **/
  /** image slider banner **/ }
  header .page-banner-wrapper {
    position: relative;
    background: #000000;
    height: 670px; }
  header .page-banner {
    position: absolute;
    width: 100%;
    height: 100%; }
  header .__align_bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%; }
  header .page-banner-title h1 {
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 50px; }
  header .page-slider-banner-wrapper .banner-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 670px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  header .page-slider-banner-wrapper .swiper-pagination.swiper-pagination-bullets {
    bottom: 120px; }
  header .page-slider-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 18px;
    height: 18px;
    margin: 0 3px;
    background: transparent;
    border: 1.5px solid #ffffff; }
    header .page-slider-banner-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
      background: #ffffff;
      -webkit-transition: all .30s ease-in-out;
      -moz-transition: all .30s ease-in-out;
      -o-transition: all .30s ease-in-out;
      transition: all .30s ease-in-out; }
    header .page-slider-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
      outline: none; }
  header .page-slider-banner-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ffffff; }
  header .page-slider-banner-wrapper .page-banner-title-swiper {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10; }
    header .page-slider-banner-wrapper .page-banner-title-swiper h1 {
      text-align: center;
      font-size: 48px;
      color: #ffffff;
      letter-spacing: 0;
      margin-bottom: 50px; }

.__content_missing {
  background: #ffffff; }
  .__content_missing .__page_banner {
    background-color: #8a8a8a; }
  .__content_missing p {
    padding: 160px 0;
    text-align: center;
    font-size: 32px;
    font-family: 'LatoBold';
    color: #36455d;
    letter-spacing: 1px;
    line-height: normal; }

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