/*!
Theme Name: Aloha Pools USA
Author: Bramblett Group
Author URI: https://bramblettgrp.com/
Description: Aloha Pools USA
Version: 1.1.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*fonts for saunas page */

/* font-family: "Comfortaa", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');

/*font-family: "Montserrat", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*fonts for saunas page end */


@font-face {
  font-family: "Nunito";
  src: url("resources/fonts/NunitoSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("resources/fonts/NunitoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("resources/fonts/NunitoSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("resources/fonts/NunitoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("resources/fonts/NunitoSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("resources/fonts/NunitoSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Nunito", sans-serif;
}

html {
  height: auto;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 119, 255)), to(rgb(0, 5, 102)));
  background: linear-gradient(180deg, rgb(0, 119, 255) 0%, rgb(0, 5, 102) 100%);
}

.body--active::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 200;
}

.body--locked {
  overflow: hidden !important;
}

.html--active {
  overflow: hidden !important;
}

.nav-bar {
  position: fixed;
  top: 0;
  height: 100%;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
  right: calc(-60% + 4.5rem);
  width: 60%;
  z-index: 210;
  font-family: "Nunito", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: transparent;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .nav-bar {
    right: calc(-100% + 4.5rem);
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .nav-bar {
    right: calc(-60% + 4.5rem);
    width: 60%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1499px) {
  .nav-bar {
    right: calc(-30% + 4.5rem);
    width: 30%;
  }
}
@media only screen and (min-width: 1500px) {
  .nav-bar {
    right: calc(-25% + 4.5rem);
    width: 25%;
  }
}
.nav-bar--active {
  right: 0;
  pointer-events: initial;
}
.nav-bar--active::before {
  opacity: 1;
}
.nav-bar__container {
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-bar__content {
  padding-bottom: 1.5rem;
  width: calc(100% - 4.5rem);
  background-color: #0077ff;
}
.nav-bar__content--active {
  width: calc(100% - 3.5rem);
}
.nav-bar__content-upper {
  width: 100%;
  display: block;
}
.nav-bar__content-lower {
  justify-self: flex-end;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 700px) {
  .nav-bar__content-lower {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .nav-bar__content-lower {
    display: none;
  }
}
.nav-bar__button-container {
  position: relative;
  height: 0px;
  width: 4.5rem;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.nav-bar__button-container--active {
  background-color: #000566;
  width: 3.5rem;
  height: 100%;
}
.nav-bar__search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.nav-bar__search-input {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0.5rem 1rem;
  padding-left: 1rem;
  width: 90%;
  font-size: 1rem;
}
.nav-bar__search-input::-webkit-input-placeholder {
  color: #d1d2d3;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-bar__search-input::-moz-placeholder {
  color: #d1d2d3;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-bar__search-input:-ms-input-placeholder {
  color: #d1d2d3;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-bar__search-input::-ms-input-placeholder {
  color: #d1d2d3;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-bar__search-input::placeholder {
  color: #d1d2d3;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-bar__search-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  padding: 0.5rem;
  max-width: 100px;
  padding-right: 1rem;
  max-height: 50px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  pointer-events: painted;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: transparent;
  font-size: 0;
}
.nav-bar__search-button img {
  height: 90%;
  width: auto;
  pointer-events: none;
  max-height: 23px;
}
.nav-bar__search-button:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.nav-bar__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.5rem;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 200;
  pointer-events: all;
  color: transparent;
  font-size: 0;
}
@media only screen and (max-width: 700px) {
  .nav-bar__btn {
    top: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .nav-bar__btn {
    top: 1rem;
  }
}
@media only screen and (min-width: 57rem) {
  .nav-bar__btn--scrolling {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
  }
}
.nav-bar__btn-ui {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 2rem;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  display: block;
  border-radius: 1px;
  background: #fff;
  position: absolute;
}
.nav-bar__btn-ui::before {
  -webkit-transform: translate(50%, -10px) rotate(0);
          transform: translate(50%, -10px) rotate(0);
}
.nav-bar__btn-ui::after {
  -webkit-transform: translate(50%, 10px) rotate(0);
          transform: translate(50%, 10px) rotate(0);
}
.nav-bar__btn-ui::after, .nav-bar__btn-ui::before {
  content: "";
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  display: block;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  right: 50%;
}
.nav-bar__btn-ui::after {
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.nav-bar__btn-ui--active {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.nav-bar__btn-ui--active::before {
  background: #fff;
  -webkit-transform: translate(50%, 0) rotate(-90deg);
          transform: translate(50%, 0) rotate(-90deg);
}
.nav-bar__btn-ui--active::after {
  opacity: 0;
  -webkit-transform: translate(50%, 0) rotate(-90deg);
          transform: translate(50%, 0) rotate(-90deg);
  -webkit-transition: opacity 0.2s 0.2s ease-out;
  transition: opacity 0.2s 0.2s ease-out;
}

/*.search {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;


    &-input {
        border: none;
        outline: none;
        box-shadow: none;
        border-radius: 0;
        padding: .5rem 1rem;
        padding-left: 1rem;
        width: 90%;
        font-size: 1rem;

        &::placeholder {
            color: #d1d2d3;
            text-transform: uppercase;
            font-weight: 700;
        }
    }

    &-button {
        flex-grow: 1;
        background: #fff;
        border: none;
        outline: none;
        box-shadow: none;
        cursor: pointer;
        padding: .5rem;
        max-width: 100px;
        padding-right: 1rem;
        max-height: 50px;
        transform: scale(1.0);
        transition: transform .2s ease-out;
        pointer-events: painted;
        display: flex;
        justify-content: center;
        align-items: center;


        img {
            height: 90%;
            width: auto;
            pointer-events: none;
            max-height: 23px;
        }

        &:hover {
            img {
                transform: scale(1.1);
            }
        }
    }

    &--subpage {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
}*/
.vertical-list {
  list-style: none;
  padding-left: 1rem;
}

.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-top: 1rem;
}
.horizontal-list__item {
  padding: 0 1rem;
  display: block;
}
.horizontal-list__item--orange {
  color: #e68500;
}
.horizontal-list__item--space {
  margin-right: 50%;
}
.horizontal-list--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.horizontal-list--left-margin {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 700px) {
  .horizontal-list--left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.horizontal-list--left .horizontal-list__item {
  padding: 1rem;
}
.horizontal-list--left .horizontal-list__item:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 700px) {
  .horizontal-list--left .horizontal-list__item:first-child {
    padding-left: 1rem;
  }
}
.horizontal-list--nav {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.horizontal-list--nav .horizontal-list__item {
  padding: 0.5rem 1rem;
}
.horizontal-list--nav .horizontal-list__item:first-child {
  padding-left: 1rem;
}
.horizontal-list--nav .horizontal-list__item:nth-child(3) {
  margin-right: 60px;
}
@media only screen and (min-width: 1213px) {
  .horizontal-list--nav .horizontal-list__item:nth-child(3) {
    margin-right: 40%;
  }
}
@media only screen and (min-width: 1480px) {
  .horizontal-list--nav .horizontal-list__item:nth-child(3) {
    margin-right: 0;
  }
}
.horizontal-list--hidden {
  display: none;
}

.nav-bar .horizontal-list--hidden {
  display: none;
}

.drilldown {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.drilldown-container a {
  padding: 0.5rem 1rem;
  display: block;
  color: #fff;
}
.drilldown-root {
  list-style: none;
}
.drilldown-nest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.drilldown-nest a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  color: #fff;
}
.drilldown-nest .drillbtn {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 20%;
  color: transparent;
  font-size: 0;
  position: relative;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  outline: none;
  cursor: pointer;
}
.drilldown-nest .drillbtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-60%, -50%) rotate(-45deg);
          transform: translate(-60%, -50%) rotate(-45deg);
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.drilldown-nest .drillbtn:hover::before {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}
.drilldown-sub {
  display: none;
}
.drilldown-back {
  font-weight: bold;
}
.drilldown-back button {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  position: relative;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  text-transform: uppercase;
  text-align: left;
  padding: 0.5rem 1rem;
  padding-top: 3rem;
  padding-left: 1rem;
  outline: none;
  cursor: pointer;
  margin-bottom: 1rem;
}
.drilldown-back button::before {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: solid 4px #fff;
  border-bottom: solid 4px #fff;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.drilldown-back button:hover::before {
  -webkit-transform: translateX(-10px) rotate(45deg);
          transform: translateX(-10px) rotate(45deg);
}
.drilldown a:not(.rounded-button) {
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: -webkit-text-decoration 0.3s ease-out;
  transition: -webkit-text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out;
  transition: text-decoration 0.3s ease-out, -webkit-text-decoration 0.3s ease-out;
  padding: 1rem;
}
.drilldown a:not(.rounded-button):hover {
  text-decoration: underline;
}
.drilldown .no-nest {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.drilldown .no-nest-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
.drilldown .no-nest--btn {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 20%;
  color: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  outline: none;
  display: none;
  cursor: pointer;
  pointer-events: none;
}
.drilldown .no-nest--btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.drilldown .no-nest-li:hover .no-nest--btn::before {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
          transform: translate(50%, -50%) rotate(-45deg);
}

.links-list {
  display: block;
  list-style: none;
}
@media only screen and (min-width: 57rem) {
  .links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 75rem;
    margin: 0 auto;
  }
}
.links-list__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media only screen and (min-width: 57rem) {
  .links-list__item {
    text-align: center;
    max-width: 200px;
  }
}
.links-list__item-link {
  display: block;
  padding: 1rem;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
}
.links-list__item-link--uppercase {
  text-transform: uppercase;
}

.main {
  display: block;
  overflow: hidden;
  background-image: url(images/pool-tile-600.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-size: 800px;
  display: block;
  -webkit-transition: padding-right 0.3s ease-out;
  transition: padding-right 0.3s ease-out;
}
@media only screen and (max-width: 700px) {
  .main {
    background-size: 150%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .main {
    background-size: 75%;
  }
}
@-webkit-keyframes float {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 30px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@keyframes float {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 30px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 190;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .header {
    background-color: rgba(0, 119, 255, 0.75);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header {
    background-color: rgba(0, 119, 255, 0.75);
  }
}
.header__content {
  height: 135px;
  padding: 1rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .header__content {
    height: auto;
    padding: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header__content {
    height: auto;
    padding: 1rem;
  }
}
.header__logo {
  height: 100%;
  width: auto;
  display: block;
  max-width: 180px;
  pointer-events: initial;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .header__logo {
    max-width: 150px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header__logo {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  .header__logo {
    max-width: 280px;
  }
}
.header__logo-source {
  height: auto;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 700px) {
  .header__logo-source {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header__logo-source {
    height: auto;
    width: 100%;
  }
}

.header-section {
  position: relative;
}
.header-section__image {
  padding-bottom: 66.66%;
  width: 100%;
  height: 0;
  position: relative;
}
@media only screen and (min-width: 57rem) {
  .header-section__image {
    padding-bottom: 708px;
  }
  .header-section__image--alt {
    padding-bottom: 758px;
  }
}
.header-section__image-source {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.header-section__image-decor {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
}
.header-section__image-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  max-width: 40%;
}
.header-section__video {
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.header-section__video--sub {
  padding-bottom: 608px;
}
@media only screen and (max-width: 700px) {
  .header-section__video--sub {
    padding-bottom: 66.66%;
  }
}
@media only screen and (max-width: 700px) {
  .header-section__video {
    padding-bottom: 400px;
  }
}
.header-section__video-source {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-section--video {
  margin-top: 178.94pxs;
}
.header-section--sub {
  z-index: 10;
  position: relative;
}
.header-section--sub .header-section__image {
  padding-bottom: 66.66%;
  width: 100%;
  height: 0;
  position: relative;
}
@media only screen and (min-width: 57rem) {
  .header-section--sub .header-section__image {
    padding-bottom: 608px;
  }
}
.header-section--campaign {
  z-index: 10;
  position: relative;
}
.header-section--campaign .header-section__image {
  padding-bottom: 66.66%;
  width: 100%;
  height: 0;
  position: relative;
}
@media only screen and (min-width: 57rem) {
  .header-section--campaign .header-section__image {
    padding-bottom: 400px;
  }
}
.header-section__promo-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.header-section__promo-image {
  display: block;
  width: 350px;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .header-section__promo-image {
    width: 300px;
  }
  .header-section__promo-image--2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 700px) {
  .header-section__promo-image {
    max-width: 150px;
    margin: 0 auto;
  }
}
.header-section__promo {
  display: block;
  max-width: 350px;
  width: 100%;
}
.header-section__promo:hover .header-section__promo-image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.home-section {
  position: relative;
}
.home-section--transition::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(47, 123, 163)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(47, 123, 163) 100%);
}
.home-section--top-decor::before {
  content: "";
  display: block;
  position: absolute;
  top: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #2b88fa;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 136, 250, 0)), color-stop(33%, #2b88fa), color-stop(66%, #07f), to(rgba(0, 119, 255, 0)));
  background: linear-gradient(180deg, rgba(43, 136, 250, 0) 0%, #2b88fa 33%, #07f 66%, rgba(0, 119, 255, 0) 100%);
  height: 10rem;
  width: 100%;
}
.home-section--top-decor .home-section__container {
  padding: 0rem 1rem;
}
.home-section__title--float {
  -webkit-animation: float;
          animation: float;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (max-width: 700px) {
  .home-section__title--float {
    -webkit-animation: none;
            animation: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__title--float {
    -webkit-animation: none;
            animation: none;
  }
}
.home-section__top-decor-image {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: auto;
}
.home-section__v-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
}
.home-section__text {
  position: relative;
  z-index: 100;
}
.home-section__image-title {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 700px) {
  .home-section__image-title {
    margin-bottom: 0;
    max-width: 200px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__image-title {
    margin-bottom: 0;
    max-width: 300px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.home-section__image-title--left {
  margin: 0;
  max-width: 600px;
}
@media only screen and (max-width: 700px) {
  .home-section__image-title--left {
    max-width: 340px;
    margin: 1.5rem auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__image-title--left {
    max-width: 400px;
    margin: 1.5rem auto;
  }
}
.home-section__image-title-source {
  width: 100%;
  height: auto;
}
.home-section__image-title--lg {
  max-width: 600px;
}
@media only screen and (max-width: 700px) {
  .home-section__image-title--lg {
    max-width: 300px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__image-title--lg {
    max-width: 400px;
  }
}
.home-section__container {
  max-width: 70%;
  margin: 0 auto;
  padding: 6rem 1rem;
}
@media only screen and (max-width: 700px) {
  .home-section__container {
    padding: 1rem;
    max-width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__container {
    max-width: 100%;
  }
}
.home-section__container--alt-blue {
  background-color: #73c0f9;
}
.home-section__container--bg {
  max-width: none;
  width: 100%;
}
.home-section__container--down {
  position: relative;
}
.home-section__container--mask {
  position: relative;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__container--mask {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.home-section__container--reduced-pad {
  padding-top: 0;
}
.home-section__container--flipper {
  max-width: none;
  padding-bottom: 15rem;
}
@media only screen and (max-width: 700px) {
  .home-section__container--flipper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__container--flipper {
    padding-bottom: 0;
  }
}
.home-section__container--set {
  max-width: 64rem;
}
.home-section__bg-container {
  max-width: 70%;
  margin: 0 auto;
  position: relative;
}
.home-section__content {
  color: #fff;
}
.home-section__content--gallery {
  position: relative;
  min-height: 680px;
  max-width: 58rem;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .home-section__content--gallery {
    min-height: 600px;
    width: 311px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__content--gallery {
    width: 670px;
    margin: 0 auto;
  }
}
.home-section__content--rel {
  position: relative;
}
.home-section__content--reduced-max {
  max-width: 50rem;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__content--welcome {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.home-section__gallery-text {
  max-width: 28rem;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 700px) {
  .home-section__gallery-text {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.home-section__offset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  max-width: 55rem;
  margin: 0 auto;
  z-index: 100;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .home-section__offset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset {
    min-height: 0;
  }
}
@media only screen and (max-width: 700px) {
  .home-section__offset--col-only {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset--col-only {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .home-section__offset--row-only {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset--row-only {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-section__offset-col {
  position: relative;
  z-index: 50;
}
.home-section__offset-col--50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: auto;
}
@media only screen and (max-width: 700px) {
  .home-section__offset-col--50 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset-col--50 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.home-section__offset-col--sad {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.home-section__offset-col--fad {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 700px) {
  .home-section__offset-col--fam {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  .home-section__offset-col--sam {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset-col--fat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 2rem;
  }
  .home-section__offset-col--sat {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.home-section__offset-col--br {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0;
  margin-top: auto;
}
@media only screen and (min-width: 1024px) {
  .home-section__offset-col--left {
    margin-right: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-section__offset-col--right {
    margin-left: 0.5rem;
  }
}
.home-section__offset--centered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-section__offset--raised {
  margin-top: -50px;
}
.home-section__offset-title {
  font-size: 4rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  position: relative;
  height: 6rem;
  line-height: 1;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 200;
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  margin-top: 0;
}
@media only screen and (max-width: 700px) {
  .home-section__offset-title {
    padding: 0;
    font-size: 2rem;
    height: auto;
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset-title {
    padding: 0;
    font-size: 2rem;
    height: auto;
    padding-top: 2rem;
    margin-top: -2rem;
  }
}
.home-section__offset-title--special {
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 0;
  top: -1rem;
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  pointer-events: none;
}
@media only screen and (max-width: 700px) {
  .home-section__offset-title--special {
    padding: 0;
    font-size: 2.5rem;
    left: 1rem;
    top: 0.5rem;
    right: auto;
    height: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset-title--special {
    padding: 0;
    font-size: 2.5rem;
    left: 1rem;
    top: 0.5rem;
    right: auto;
    height: auto;
  }
}
.home-section__offset--thumb-decor {
  padding-bottom: 12rem;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .home-section__offset--thumb-decor {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset--thumb-decor {
    padding-bottom: 120px;
  }
}
.home-section__offset--ring-decor {
  position: relative;
}
.home-section__offset--two-people {
  padding-bottom: 20rem;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .home-section__offset--two-people {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__offset--two-people {
    padding-bottom: 120px;
  }
}
.home-section__offset--mb {
  margin-bottom: 6rem;
}
.home-section__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: none;
}
.home-section__embed-video {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-section__embed-video-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.home-section__embed-video::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  z-index: 5;
  border-radius: 50%;
}
.home-section__embed-video:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.home-section__embed-video:hover .home-section__video-play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 15;
}
@media only screen and (max-width: 700px) {
  .home-section {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.home-section--shape {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .home-section--shape {
    padding: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 10;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section--shape {
    z-index: 10;
  }
}
.home-section__shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 700px) {
  .home-section__shape-top {
    top: 2px;
    min-width: 550px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__shape-top {
    top: 2px;
    min-width: 550px;
  }
}
.home-section--top-pad {
  padding-top: 4rem;
}
@media only screen and (max-width: 700px) {
  .home-section--top-pad {
    padding-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .home-section--top-pad {
    padding-bottom: 0;
  }
}
.home-section__shape-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 700px) {
  .home-section__shape-bottom {
    bottom: 2px;
    min-width: 550px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__shape-bottom {
    bottom: 2px;
    min-width: 550px;
  }
}
.home-section--bottom-shape {
  padding-bottom: 5rem;
  position: relative;
}
.home-section--bottom-pad {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 700px) {
  .home-section--bottom-pad {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section--bottom-pad {
    padding-bottom: 3rem;
  }
}
.home-section__decor-image--float {
  -webkit-animation: float;
          animation: float;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (max-width: 700px) {
  .home-section__decor-image--float {
    -webkit-animation: none;
            animation: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-section__decor-image--float {
    -webkit-animation: none;
            animation: none;
  }
}

.spas-logo {
  min-height: 290px;
}
@media only screen and (max-width: 700px) {
  .spas-logo {
    min-height: 290px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .spas-logo:nth-child(odd) {
    margin-left: 2rem;
  }
}

.spa-description {
  margin-left: 1rem;
}
@media only screen and (max-width: 700px) {
  .spa-description {
    margin-left: 0;
  }
}

.section {
  position: relative;
  padding-top: 6rem;
}
.section__title {
  position: relative;
  z-index: 10;
  font-family: "Nunito", sans-serif;
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin-bottom: 3rem;
  line-height: 1;
}
.section__title--has-sub {
  margin-bottom: 0.5rem;
}
.section__title sup {
  font-weight: normal;
  font-size: 47px;
}
.section__title--centered {
  text-align: center;
}
.section__title--spa-detail {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 700px) {
  .section__title {
    font-size: 2rem;
  }
  .section__title sup {
    font-weight: normal;
    font-size: 1.25rem;
  }
  .section__title--spa-detail {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__title {
    font-size: 3rem;
  }
  .section__title sup {
    font-weight: normal;
    font-size: 2rem;
  }
}
.section__title--sub {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 800;
}
@media only screen and (max-width: 700px) {
  .section__title--sub {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__title--sub {
    font-size: 2rem;
  }
}
.section__sub-title {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.section__sub-title--large {
  position: relative;
  z-index: 10;
  font-size: 36px;
}
@media only screen and (max-width: 700px) {
  .section__sub-title--large {
    font-size: 24px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__sub-title--large {
    font-size: 28px;
  }
}
.section--top-decor::before {
  content: "";
  display: block;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #2b88fa;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 136, 250, 0)), color-stop(33%, #2b88fa), color-stop(66%, #07f), to(rgba(0, 119, 255, 0)));
  background: linear-gradient(180deg, rgba(43, 136, 250, 0) 0%, #2b88fa 33%, #07f 66%, rgba(0, 119, 255, 0) 100%);
  height: 20rem;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .section--top-pool {
    padding-top: 3rem;
  }
  .section--top-pool .section__title {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section--top-pool {
    padding-top: 3rem;
  }
  .section--top-pool .section__title {
    margin-bottom: 2rem;
  }
}
.section__content {
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  max-width: 70%;
  overflow: auto;
}
.section__content--alt-blue {
  background-color: #73c0f9;
  padding: 0 2rem;
}
@media only screen and (max-width: 700px) {
  .section__content {
    max-width: 100%;
    overflow: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__content {
    max-width: 100%;
    overflow: auto;
  }
}
.section__content p {
  margin-bottom: 1rem;
  font-size: 16px;
  color: #fff;
}
.section__content--full-width {
  padding: 0rem;
  width: 100%;
  max-width: none;
}
.section__content--padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section__content--iframe {
  max-width: 90%;
}
@media only screen and (max-width: 700px) {
  .section__content--iframe {
    max-width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__content--iframe {
    max-width: 100%;
  }
}
.section__content--iframe-alt {
  max-width: 70%;
}
@media only screen and (max-width: 700px) {
  .section__content--iframe-alt {
    max-width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__content--iframe-alt {
    max-width: 100%;
  }
}
.section__content--overflow {
  overflow: inherit;
}
.section__text {
  max-width: 70%;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__text--t-pad {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 700px) {
  .section__text {
    max-width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__text {
    max-width: 100%;
  }
}
.section--bottom-pad {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 700px) {
  .section--bottom-pad {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section--bottom-pad {
    padding-bottom: 3rem;
  }
}
.section--brochure-pad {
  padding-top: 2rem;
}
@media only screen and (max-width: 700px) {
  .section--brochure-pad {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section--brochure-pad {
    padding-top: 1rem;
  }
}
.section--spas {
  padding-bottom: 2rem;
  padding-top: 2rem;
  /* @media only screen and (max-width: 700px) {
       padding: 0;
       padding-bottom: 80px;
   }
   @media only screen and (min-width: 700px) and (max-width: 1024px) {
       padding-bottom: 80px;
       padding-left: 20px;
       padding-right: 20px;
   }*/
}
.section--top-spa {
  padding-top: 6rem;
}
@media only screen and (max-width: 700px) {
  .section--top-spa {
    padding-top: 3rem;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section--top-spa {
    padding-top: 3rem;
    padding-bottom: 80px;
  }
}
.section--spa-detail {
  padding-top: 6rem;
}
@media only screen and (max-width: 700px) {
  .section--spa-detail {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section--spa-detail {
    padding-top: 2rem;
  }
}
.section__gallery {
  padding: 4rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .section__gallery {
    padding: 4rem;
    max-width: 90rem;
    margin: 0 auto;
  }
}
.section--tall {
  padding-top: 100px !important;
  padding-bottom: 100px;
}
.section__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-bottom: 3rem;
  padding-top: 4rem;
}
@media only screen and (max-width: 700px) {
  .section__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section__grid--block {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 1rem;
}
@media only screen and (max-width: 700px) {
  .section__grid--block {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .section__grid--block {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.location {
  text-align: left;
}

.flush-grid {
  padding-top: 4rem;
}
.flush-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
@media only screen and (max-width: 700px) {
  .flush-grid__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .flush-grid__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flush-grid__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
}
.flush-grid__item a {
  color: #ffffff;
}
.flush-grid__item:nth-child(even) {
  padding-left: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 700px) {
  .flush-grid__item:nth-child(even) {
    padding-left: 0;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .flush-grid__item:nth-child(even) {
    padding-left: 0;
    padding-bottom: 8rem;
  }
}
.flush-grid__item:nth-child(odd) {
  padding-right: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 700px) {
  .flush-grid__item:nth-child(odd) {
    padding-right: 0;
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .flush-grid__item:nth-child(odd) {
    padding-right: 0;
    padding-bottom: 8rem;
  }
}
@media only screen and (max-width: 700px) {
  .flush-grid__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .flush-grid__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 80%;
  }
}

.special {
  position: relative;
  width: 100%;
}
.special::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 66.66%;
  width: 100%;
  height: 0;
}
.special__image {
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.special__image-text {
  width: 250px;
  height: 250px;
}
@media only screen and (max-width: 700px) {
  .special__image-text {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .special__image-text {
    display: none;
  }
}
.special__wysiwyg {
  display: none;
  background-color: rgb(0, 119, 255);
  padding: 1rem 3rem;
}
@media only screen and (max-width: 700px) {
  .special__wysiwyg {
    display: block;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .special__wysiwyg {
    display: block;
  }
}
.special__wysiwyg .centered {
  text-align: center;
}
.special__wysiwyg .hr {
  padding-bottom: 0.25rem;
  position: relative;
}
.special__wysiwyg .hr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.special__wysiwyg p {
  margin-bottom: 0.25rem;
}
.special__wysiwyg p:last-of-type {
  margin-bottom: 0;
}
.special__wysiwyg .font-1r {
  font-size: 1rem;
}
.special__wysiwyg .font-2r {
  font-size: 2rem;
}
.special__wysiwyg .font-3r {
  font-size: 3rem;
}
.special__wysiwyg .font-4r {
  font-size: 4rem;
}
.special__wysiwyg .bold {
  font-weight: bold;
}
.special__wysiwyg .normal {
  font-weight: normal;
}
.special__wysiwyg .italic {
  font-style: italic;
}
.special__wysiwyg .super-bold {
  font-weight: 900;
}

#special-1 {
  position: absolute;
  top: -3rem;
  right: -3rem;
}

#special-2 {
  position: absolute;
  bottom: -1.5rem;
  left: -3.5rem;
}

#special-3 {
  position: absolute;
  bottom: -2.5rem;
  right: -3.5rem;
}

#special-4 {
  position: absolute;
  top: -1.5rem;
  left: -4rem;
}

.link-cloud {
  margin-bottom: 3rem;
  height: 80vh;
  position: relative;
  margin-top: 5rem;
}
.link-cloud--mob {
  display: none;
}
.link-cloud--desk {
  display: block;
}
@media only screen and (max-width: 700px) {
  .link-cloud--desk {
    display: none;
  }
  .link-cloud--mob {
    display: block;
    height: 195px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .link-cloud--desk {
    display: none;
  }
  .link-cloud--mob {
    display: block;
    height: auto;
    min-height: 0;
    margin-top: 3rem;
  }
}
.link-cloud__content {
  position: relative;
  padding: 0 1rem;
  margin: 0 auto;
  height: 100%;
}
.link-cloud .services__group {
  width: 990px;
  min-height: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .link-cloud .services__group {
    height: 100%;
    width: 329px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .link-cloud .services__group {
    height: 349px;
    min-height: 0;
    width: 533px;
    margin: 0 auto;
  }
}
.link-cloud .services__item:nth-child(1) {
  z-index: 1;
  left: 0;
  top: 7rem;
}
@media only screen and (max-width: 700px) {
  .link-cloud .services__item:nth-child(1) {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 4rem;
    right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .link-cloud .services__item:nth-child(1) {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5rem;
    right: auto;
  }
}
.link-cloud .services__item:nth-child(2) {
  z-index: 2;
  left: 230px;
  top: 0rem;
}
@media only screen and (max-width: 700px) {
  .link-cloud .services__item:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 70px;
    top: 0rem;
    right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .link-cloud .services__item:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 130px;
    top: 0rem;
    right: auto;
  }
}
.link-cloud .services__item:nth-child(3) {
  z-index: 1;
  right: 11rem;
  top: 1rem;
  left: auto;
}
@media only screen and (max-width: 700px) {
  .link-cloud .services__item:nth-child(3) {
    position: absolute;
    z-index: 1;
    top: 1rem;
    left: 10.5rem;
    right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .link-cloud .services__item:nth-child(3) {
    position: absolute;
    z-index: 1;
    left: 17rem;
    top: 1.5rem;
    right: auto;
  }
}
.link-cloud .services__item:nth-child(4) {
  z-index: 1;
  right: 0;
  top: 13.5rem;
}
@media only screen and (max-width: 700px) {
  .link-cloud .services__item:nth-child(4) {
    position: absolute;
    z-index: 1;
    left: 13rem;
    top: 6rem;
    right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .link-cloud .services__item:nth-child(4) {
    position: absolute;
    z-index: 1;
    left: 21rem;
    top: 9rem;
    right: auto;
  }
}
.link-cloud .services__item:nth-child(5) {
  z-index: 1;
  right: 19rem;
  top: 16.5rem;
  left: auto;
}
@media only screen and (max-width: 700px) {
  .link-cloud .services__item:nth-child(5) {
    position: absolute;
    z-index: 1;
    top: 6.5rem;
    left: 6.3rem;
    right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .link-cloud .services__item:nth-child(5) {
    position: absolute;
    z-index: 1;
    right: auto;
    top: 9.5rem;
    left: 10rem;
  }
}
.link-cloud .services__item:hover {
  z-index: 10;
}

.w-100 {
  width: 100% !important;
  height: auto;
}

.pool-list {
  list-style: none;
}
.pool-list__item {
  margin-bottom: 10rem;
}
.pool-list__wysiwyg h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1rem;
}
.pool-list__wysiwyg p {
  margin-bottom: 1rem;
  font-size: 16px;
  color: #fff;
}
.pool-list__wysiwyg a {
  color: #fff;
  text-decoration: none;
}
.pool-list__wysiwyg a:hover {
  text-decoration: underline;
}

.sub-section {
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 10;
}
.sub-section--constrained {
  max-width: 45rem;
  margin: 0 auto;
}
.sub-section__title {
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.sub-section__title--has-sub {
  margin-bottom: 0;
}
.sub-section__sub-title {
  margin-bottom: 1rem;
  color: #fff;
  font-style: italic;
}
.sub-section__content {
  color: #fff;
}
.sub-section__content p {
  margin-bottom: 1rem;
  font-size: 16px;
  color: #fff;
}
.sub-section__wysiwyg {
  color: inherit;
}
.sub-section__wysiwyg p {
  margin-bottom: 1rem;
}
.sub-section__wysiwyg ul {
  list-style: none;
  color: inherit;
}
.sub-section__wysiwyg ul li {
  color: inherit;
  margin-bottom: 0.5rem;
}
.sub-section__wysiwyg a {
  color: #fff;
}

.location-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.location-grid__address {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: block;
  font-style: normal;
  margin-bottom: 2rem;
}
.location-grid__address a {
  color: #fff;
  text-decoration: none;
}
.location-grid__address a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 700px) {
  .location-grid__address {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.columned-list {
  max-width: 700px;
  list-style: none;
}
.columned-list--3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
@media only screen and (max-width: 700px) {
  .columned-list {
    max-width: 100%;
  }
  .columned-list--3 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .columned-list {
    max-width: 500px;
  }
  .columned-list--3 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.card {
  display: block;
  cursor: pointer;
}
.card__title {
  background-color: rgba(0, 95, 204, 0.3);
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 0.75rem 0;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.card__body {
  background-color: rgba(0, 119, 255, 0.65);
  color: #fff;
  padding: 1rem;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  margin-bottom: 1rem;
}
.card__body--video {
  width: 100%;
  height: 100%;
  position: relative;
}
.card__body--video::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66%;
}
.card__image {
  max-width: 100%;
  margin-bottom: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.card__image--embed {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.card__image--embed::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  z-index: 5;
}
.card__image--embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: none;
}
.card__image--full-width {
  width: 100%;
  height: auto;
}
.card__image--full-width-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card__image--container {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
.card__image--container::before {
  content: "";
  width: 100%;
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 70%;
}
.card__desc {
  text-align: center;
}
.card:hover .card__title {
  background-color: rgba(0, 95, 204, 0.5);
}
.card:hover .card__body {
  background-color: rgba(0, 119, 255, 0.9);
}

.card-grid {
  padding: 0.75rem;
  cursor: pointer;
  display: block;
  grid-row: span 1;
  grid-column: span 1;
}
.card-grid__container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  list-style: none;
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .card-grid__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .card-grid__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1500px) {
  .card-grid__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-grid__title {
  background-color: rgba(0, 95, 204, 0.3);
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 0.75rem 0;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.card-grid__body {
  background-color: rgba(0, 119, 255, 0.65);
  color: #fff;
  padding: 1rem;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  height: 90%;
  position: relative;
  display: inline-grid;
}
.card-grid__image {
  max-width: 100%;
  margin-bottom: 1rem;
}
.card-grid__image--full-width {
  width: 100%;
  height: auto;
}
.card-grid__desc {
  text-align: center;
  margin-top: auto;
}
.card-grid:hover .card__title {
  background-color: rgba(0, 95, 204, 0.5);
}
.card-grid:hover .card__body {
  background-color: rgba(0, 119, 255, 0.9);
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .grid {
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .grid {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.grid__item {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
  padding: 0.75rem;
}
@media only screen and (max-width: 700px) {
  .grid__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .grid__item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
}

.accordion {
  width: 100%;
  margin-top: 1rem;
}
.accordion__title {
  background-color: rgba(0, 119, 255, 0.3);
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 0.75rem 0;
  position: relative;
  cursor: pointer;
}
.accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  border: 8px solid transparent;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media only screen and (max-width: 700px) {
  .accordion__title {
    padding: 0.75rem 2.5rem;
  }
  .accordion__title::before {
    right: 1rem;
  }
}
.accordion__title--active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.accordion__info {
  display: none;
  background-color: rgba(0, 119, 255, 0.65);
  color: #fff;
  padding: 1rem;
}
.accordion__info-inner {
  max-width: 60rem;
  color: inherit;
  margin: 0 auto;
}
.accordion__info-link-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion__info-cta {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  background-color: #e68500;
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-size: 1rem;
  width: auto;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  margin-top: 0.5rem;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.accordion__info-cta:hover {
  color: #e68500;
  background-color: #fff;
}
.accordion__info-cta--large {
  padding: 1rem 0.75rem;
  font-size: 24px;
}
.accordion__group {
  margin-bottom: 0.5rem;
}
.accordion__group--no-close .accordion__info {
  display: block;
}
.accordion__group--no-close .accordion__title::before {
  display: none;
}
.accordion__inner-image {
  max-width: 300px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.nav-location {
  position: relative;
  padding-right: 13px;
  text-transform: uppercase;
}
.nav-location::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 1px;
  height: 100%;
  background-color: #e68500;
}

.float-right {
  float: right;
  margin-left: -4rem;
}
.float-right--b {
  margin-left: auto;
}
.float-left {
  float: left;
  margin-right: -4rem;
}

#pools-bubbles-1 {
  position: absolute;
  top: 0rem;
  left: 12rem;
  max-width: 100px;
  z-index: -1;
  opacity: 60%;
}
#pools-bubbles-2 {
  position: absolute;
  top: 5rem;
  right: 5rem;
  max-width: 70px;
  z-index: -1;
  opacity: 60%;
}
#pools-bubbles-3 {
  position: absolute;
  bottom: 3rem;
  left: 21rem;
  max-width: 100px;
  z-index: -1;
  opacity: 50%;
}

.shape-50 {
  shape-outside: circle(60%);
}

/*#region Animated Images*/
#swimmer-down {
  position: absolute;
  top: 0rem;
  left: 0rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 900px;
  z-index: 0;
}
@media only screen and (max-width: 700px) {
  #swimmer-down {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #swimmer-down {
    display: none;
  }
}

#dive-mask {
  position: absolute;
  top: 8rem;
  right: 0rem;
  max-width: 250px;
  z-index: 0;
}
@media only screen and (max-width: 700px) {
  #dive-mask {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #dive-mask {
    display: none;
  }
}

#thumbs {
  position: absolute;
  top: 35%;
  right: 0rem;
  z-index: 0;
  max-width: 608px;
}
@media only screen and (max-width: 700px) {
  #thumbs {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #thumbs {
    display: none;
  }
}

#ring {
  position: absolute;
  top: 30%;
  left: 0rem;
  z-index: 0;
  max-width: 120px;
}
@media only screen and (max-width: 700px) {
  #ring {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #ring {
    display: none;
  }
}

#two-people {
  position: absolute;
  bottom: 0rem;
  left: 0%;
  max-width: 800px;
}
@media only screen and (max-width: 700px) {
  #two-people {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #two-people {
    display: none;
  }
}

#flipper {
  position: absolute;
  bottom: 5rem;
  left: 8rem;
  max-width: 150px;
}
@media only screen and (max-width: 700px) {
  #flipper {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #flipper {
    display: none;
  }
}

#bubbles2 {
  position: absolute;
  bottom: 6rem;
  left: -9rem;
  max-width: 150px;
  z-index: 1;
}

#bubbles3 {
  position: absolute;
  bottom: 85%;
  right: 40%;
  max-width: 100px;
  z-index: 0;
}

#bubbles4 {
  position: absolute;
  top: 100%;
  right: 35%;
  max-width: 180px;
  z-index: 0;
}

#bubbles5 {
  position: absolute;
  top: 5rem;
  right: 0;
  max-width: 180px;
  z-index: 0;
}

#bubbles6 {
  position: absolute;
  top: 37rem;
  right: -3rem;
  max-width: 150px;
  z-index: 0;
}

#bubbles7 {
  position: absolute;
  top: 10rem;
  right: -7rem;
  max-width: 150px;
  z-index: 0;
}

#bubbles8 {
  position: absolute;
  bottom: 22rem;
  right: 21rem;
  max-width: 150px;
  z-index: 0;
}

#bubbles9 {
  position: absolute;
  top: 0rem;
  left: 12rem;
  max-width: 100px;
  z-index: -1;
}
#bubbles9-1 {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  max-width: 100px;
  z-index: -1;
}

#bubbles10 {
  position: absolute;
  top: -20rem;
  right: -2rem;
  max-width: 120px;
  z-index: -1;
}

#bubbles11 {
  position: absolute;
  bottom: 8rem;
  left: 6rem;
  max-width: 120px;
  z-index: 1;
}

#bubbles12 {
  position: absolute;
  top: 16rem;
  left: 30rem;
  max-width: 80px;
  z-index: -1;
}

#bubbles13 {
  position: absolute;
  top: 5rem;
  left: 5rem;
  max-width: 80px;
  z-index: 30;
}
@media only screen and (max-width: 700px) {
  #bubbles13 {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #bubbles13 {
    display: none;
  }
}

#bubbles14 {
  position: absolute;
  top: 1rem;
  right: -5rem;
  max-width: 80px;
  z-index: 30;
}
@media only screen and (max-width: 700px) {
  #bubbles14 {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #bubbles14 {
    display: none;
  }
}

#bubbles15 {
  position: absolute;
  top: 0rem;
  left: 4rem;
  max-width: 100px;
  z-index: -1;
}
#bubbles15-1 {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  max-width: 100px;
  z-index: -1;
}

#bubbles16 {
  position: absolute;
  top: 1rem;
  right: -8rem;
  max-width: 80px;
  z-index: 30;
}
@media only screen and (max-width: 700px) {
  #bubbles16 {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #bubbles16 {
    display: none;
  }
}

#snorkel {
  position: absolute;
  bottom: 20rem;
  right: 3.5rem;
  max-width: 250px;
}
@media only screen and (max-width: 700px) {
  #snorkel {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #snorkel {
    display: none;
  }
}

#man-dive {
  position: absolute;
  top: -7rem;
  right: -7rem;
  width: 65%;
  z-index: 50;
  max-width: 950px;
}
@media only screen and (min-width: 1400px) {
  #man-dive {
    top: -15rem;
  }
}
@media only screen and (max-width: 700px) {
  #man-dive {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #man-dive {
    display: none;
  }
}

#family {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
}
@media only screen and (max-width: 700px) {
  #family {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #family {
    display: none;
  }
}

#bubbles-1 {
  position: absolute;
  bottom: -10rem;
  right: 6rem;
  max-height: 180px;
}
@media only screen and (max-width: 700px) {
  #bubbles-1 {
    max-height: 120px;
    bottom: -4rem;
    right: 0rem;
  }
}

#gallery-title {
  max-width: 450px;
}
@media only screen and (max-width: 700px) {
  #gallery-title {
    max-width: 300px;
  }
}

/*#endregion */
.transform-right {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.home-gallery {
  position: absolute;
}
.home-gallery__1 {
  top: -10rem;
  right: -1rem;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .home-gallery__1 {
    top: 16.5rem;
    right: 2.5rem;
    z-index: 10;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-gallery__1 {
    top: 13rem;
    right: 10.5rem;
    z-index: 10;
  }
}
.home-gallery__2 {
  top: 11rem;
  left: 11.5rem;
  z-index: 15;
}
@media only screen and (max-width: 700px) {
  .home-gallery__2 {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-gallery__2 {
    display: none;
  }
}
.home-gallery__3 {
  top: 12rem;
  right: 6rem;
  z-index: 20;
}
@media only screen and (max-width: 700px) {
  .home-gallery__3 {
    top: 24rem;
    right: 6rem;
    z-index: 20;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-gallery__3 {
    top: 25rem;
    right: 14.5rem;
    z-index: 20;
  }
}
.home-gallery__4 {
  top: 8rem;
  right: -5rem;
  z-index: 15;
}
@media only screen and (max-width: 700px) {
  .home-gallery__4 {
    top: 23rem;
    right: 0;
    z-index: 15;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-gallery__4 {
    top: 23rem;
    right: 2rem;
    z-index: 15;
  }
}
.home-gallery__5 {
  top: 24rem;
  left: 14.5rem;
  z-index: 16;
}
@media only screen and (max-width: 700px) {
  .home-gallery__5 {
    top: 28rem;
    left: 1rem;
    z-index: 16;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-gallery__5 {
    top: 31rem;
    left: 6rem;
    z-index: 16;
  }
}
.home-gallery__6 {
  top: 16rem;
  left: 0rem;
  z-index: 15;
}
@media only screen and (max-width: 700px) {
  .home-gallery__6 {
    top: 23rem;
    left: 0rem;
    z-index: 15;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .home-gallery__6 {
    top: 22rem;
    left: 2rem;
    z-index: 15;
  }
}

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

.rectangle-image {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
}
.rectangle-image::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.rectangle-image--source {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rounded-image {
  height: 480px;
  width: 480px;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  z-index: 2;
}
.rounded-image--no-margin {
  margin-top: 0 !important;
}
.rounded-image--desk {
  display: block;
}
.rounded-image--mob {
  display: none;
}
@media only screen and (max-width: 700px) {
  .rounded-image {
    width: 90%;
    height: 90%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .rounded-image__center-mobile {
    float: none;
  }
}
.rounded-image--xlg {
  height: 480px;
  width: 480px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--xlg {
    width: 90%;
    height: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--xlg {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.rounded-image--x-lg {
  height: 400px;
  width: 400px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--x-lg {
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--x-lg {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.rounded-image--lg {
  height: 480px;
  width: 480px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--lg {
    width: 90%;
    height: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--lg {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.rounded-image--md {
  height: 280px;
  width: 280px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--md {
    width: auto;
    height: auto;
  }
}
.rounded-image--shm {
  height: 350px;
  width: 350px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--shm {
    width: auto;
    height: auto;
  }
}
.rounded-image--shm--inground {
  margin-left: 4rem;
}
@media only screen and (max-width: 700px) {
  .rounded-image--shm--inground {
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--shm--inground {
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
}
.rounded-image--sm {
  height: 240px;
  width: 240px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--sm {
    width: auto;
    height: auto;
  }
}
.rounded-image--sm--inground {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 700px) {
  .rounded-image--sm--inground {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--sm--inground {
    width: 180px;
    height: 180px;
  }
}
.rounded-image--left {
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .rounded-image--left {
    margin-left: 0;
    margin-right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--left {
    margin-left: auto;
    margin-right: 0;
  }
}
.rounded-image__secondary-container {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.rounded-image__secondary-container-border {
  position: relative;
  max-width: 100%;
  border: solid 4px #185499;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  height: auto;
  width: auto;
}
.rounded-image__secondary-container-border::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.rounded-image__container {
  position: relative;
  max-width: 100%;
  border: solid 4px #185499;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  height: auto;
  width: auto;
}
.rounded-image__container::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.rounded-image__container--text {
  background-color: #363f89;
  padding: 1rem;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
}
.rounded-image__container--secondary {
  position: absolute;
  left: 0%;
  bottom: 2rem;
  -webkit-transform: translate(-35%, 85%);
          transform: translate(-35%, 85%);
  width: 240px;
  height: 240px;
  padding: 15px;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--secondary {
    -webkit-transform: translate(-40%, 60%);
            transform: translate(-40%, 60%);
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--secondary {
    -webkit-transform: translate(-40%, 80%);
            transform: translate(-40%, 80%);
    width: 180px;
    height: 180px;
  }
}
.rounded-image__container--secondary::before {
  display: none !important;
}
.rounded-image__container--secondary-right {
  left: auto;
  right: -50%;
  bottom: 2rem;
  -webkit-transform: translateX(-60%);
          transform: translateX(-60%);
}
.rounded-image__container--secondary-spa-2 {
  left: auto;
  right: -50%;
  top: 50%;
  -webkit-transform: translate(-20%, 25%);
          transform: translate(-20%, 25%);
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--secondary-spa-2 {
    -webkit-transform: translate(-5%, 0%);
            transform: translate(-5%, 0%);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--secondary-spa-2 {
    -webkit-transform: translate(-25%, 25%);
            transform: translate(-25%, 25%);
    width: 180px;
    height: 180px;
  }
}
.rounded-image__container--secondary-spa-3 {
  left: 0%;
  bottom: 2rem;
  -webkit-transform: translate(-35%, 85%);
          transform: translate(-35%, 85%);
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--secondary-spa-3 {
    -webkit-transform: translate(-40%, 60%);
            transform: translate(-40%, 60%);
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--secondary-spa-3 {
    -webkit-transform: translate(-45%, 75%);
            transform: translate(-45%, 75%);
    width: 180px;
    height: 180px;
  }
}
.rounded-image__container--secondary-spa-4 {
  left: auto;
  right: -50%;
  top: 50%;
  -webkit-transform: translate(-20%, 30%);
          transform: translate(-20%, 30%);
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--secondary-spa-4 {
    -webkit-transform: translate(-5%, 0%);
            transform: translate(-5%, 0%);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--secondary-spa-4 {
    -webkit-transform: translate(-35%, 35%);
            transform: translate(-35%, 35%);
    width: 180px;
    height: 180px;
  }
}
.rounded-image__container--secondary-spa-5 {
  left: auto;
  right: -50%;
  top: 50%;
  -webkit-transform: translate(-15%, 25%);
          transform: translate(-15%, 25%);
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--secondary-spa-5 {
    -webkit-transform: translate(-5%, 0%);
            transform: translate(-5%, 0%);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--secondary-spa-5 {
    -webkit-transform: translate(-35%, 35%);
            transform: translate(-35%, 35%);
    width: 180px;
    height: 180px;
  }
}
.rounded-image__container--secondary-spa-6 {
  left: 0%;
  bottom: 2rem;
  -webkit-transform: translate(-40%, 80%);
          transform: translate(-40%, 80%);
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--secondary-spa-6 {
    -webkit-transform: translate(-40%, 60%);
            transform: translate(-40%, 60%);
    width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--secondary-spa-6 {
    -webkit-transform: translate(-45%, 75%);
            transform: translate(-45%, 75%);
    width: 180px;
    height: 180px;
  }
}
.rounded-image__container--pools {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--pools {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--pools {
    width: 100%;
    height: 100%;
  }
}
.rounded-image__container--home {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--home {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--home {
    width: 100%;
    height: 100%;
  }
}
.rounded-image__container--gallery {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--gallery {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--gallery {
    width: 100%;
    height: 100%;
  }
}
.rounded-image__container--spas {
  width: 100%;
  height: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--spas {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--spas {
    width: 100%;
    height: auto;
  }
}
.rounded-image__container--testimonials {
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--testimonials {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--testimonials {
    width: 100%;
    height: auto;
  }
}
.rounded-image__container--spa-detail {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--spa-detail {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--spa-detail {
    width: 100%;
    height: 100%;
  }
}
.rounded-image__container--pool-detail {
  width: 100%;
  height: 100%;
}
.rounded-image__container--service {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .rounded-image__container--service {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__container--service {
    width: 100%;
    height: auto;
  }
}
.rounded-image__link {
  background: #e68500;
  color: #fff;
  border-radius: 50%;
  padding: 0.8rem;
  text-align: center;
  position: absolute;
  text-decoration: none;
  min-width: 85px;
  min-height: 85px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  text-transform: uppercase;
}
.rounded-image__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.rounded-image__link--left {
  bottom: 3rem;
  left: 3rem;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 700px) {
  .rounded-image__link--left {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__link--left {
    bottom: 2rem;
    left: 2rem;
  }
}
.rounded-image__link--left-group {
  bottom: -1rem;
  left: -5%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.rounded-image__link--left-group:hover {
  -webkit-transform: translateX(100%) scale(1.1);
          transform: translateX(100%) scale(1.1);
}
.rounded-image__link--right {
  bottom: 3rem;
  right: 3rem;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 700px) {
  .rounded-image__link--right {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__link--right {
    bottom: 2rem;
    right: 2rem;
  }
}
.rounded-image__link--right-sm {
  bottom: 0;
  right: 0;
}
.rounded-image__link--spa-2 {
  bottom: 2rem;
  right: -40%;
  -webkit-transform: translate(-200%, 115%);
          transform: translate(-200%, 115%);
}
@media only screen and (max-width: 700px) {
  .rounded-image__link--spa-2 {
    -webkit-transform: translate(-180%, 50%);
            transform: translate(-180%, 50%);
    bottom: -1rem;
  }
  .rounded-image__link--spa-2:hover {
    -webkit-transform: translate(-180%, 50%) scale(1.1);
            transform: translate(-180%, 50%) scale(1.1);
  }
}
.rounded-image__link--spa-2:hover {
  -webkit-transform: translate(-200%, 115%) scale(1.1);
          transform: translate(-200%, 115%) scale(1.1);
}
.rounded-image__link--spa-3 {
  bottom: 2rem;
  right: -50%;
  -webkit-transform: translate(-200%, 115%);
          transform: translate(-200%, 115%);
}
@media only screen and (max-width: 700px) {
  .rounded-image__link--spa-3 {
    -webkit-transform: translate(-180%, 50%);
            transform: translate(-180%, 50%);
    bottom: -1rem;
  }
  .rounded-image__link--spa-3:hover {
    -webkit-transform: translate(-180%, 50%) scale(1.1);
            transform: translate(-180%, 50%) scale(1.1);
  }
}
.rounded-image__link--spa-3:hover {
  -webkit-transform: translate(-200%, 115%) scale(1.1);
          transform: translate(-200%, 115%) scale(1.1);
}
.rounded-image__link--spa-4 {
  bottom: -2rem;
  right: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rounded-image__link--spa-4:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
@media only screen and (max-width: 700px) {
  .rounded-image__link--spa-4 {
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%);
  }
  .rounded-image__link--spa-4:hover {
    -webkit-transform: translate(-50%, 20%) scale(1.1);
            transform: translate(-50%, 20%) scale(1.1);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__link--spa-4 {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.rounded-image__link--spa-5 {
  bottom: -25px;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .rounded-image__link--spa-5 {
    -webkit-transform: translate(-40%, 10%);
            transform: translate(-40%, 10%);
  }
  .rounded-image__link--spa-5:hover {
    -webkit-transform: translateX(-40%, 10%) scale(1.1);
            transform: translateX(-40%, 10%) scale(1.1);
  }
}
.rounded-image__link--spa-5:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.rounded-image__link--spa-6 {
  bottom: -25px;
  right: -15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.rounded-image__link--spa-6:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.rounded-image__link--gallery {
  top: -2.5rem;
  right: 6rem;
  padding: 0.2rem;
}
@media only screen and (max-width: 700px) {
  .rounded-image__link--gallery {
    top: -3.5rem;
    right: 0rem;
    padding: 0.2rem;
  }
}
.rounded-image__link--sub-gallery {
  bottom: 4.5rem;
  right: -1rem;
  padding: 0.2rem;
}
@media only screen and (max-width: 700px) {
  .rounded-image__link--sub-gallery {
    top: 5.5rem;
    right: 2rem;
    padding: 0.2rem;
  }
}
.rounded-image__link--lng-text {
  width: 95px;
  height: 95px;
  padding: 0.5rem;
  font-size: 15px;
}
.rounded-image__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rounded-image__image--secondary {
  width: auto;
  height: 100%;
  border-radius: 50%;
}
.rounded-image__image--logo {
  width: 115%;
  height: 115%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rounded-image__bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rounded-image__text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  background-color: #00a1e2;
  font-weight: 900;
  padding: 0.5rem;
}
.rounded-image__text--pools {
  position: absolute;
  top: 0;
  left: 0;
}
.rounded-image__text--spa-detail {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 700px) {
  .rounded-image__text--pools {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
  }
  .rounded-image__text--spa-detail {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image__text--pools {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
  }
  .rounded-image__text--spa-detail {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.25rem;
  }
}
.rounded-image--float-right {
  float: none;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--float-right {
    float: none;
    margin-left: 1rem;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024.5px) {
  .rounded-image--float-right {
    float: right;
    margin-left: 0;
  }
}
.rounded-image--float-left {
  float: none;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--float-left {
    float: none;
    margin-left: auto;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1024.5px) {
  .rounded-image--float-left {
    float: left;
    margin-left: 0;
  }
}
.rounded-image--service {
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .rounded-image--service {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--service {
    margin-bottom: 1rem;
  }
}
.rounded-image--sub-page {
  height: 300px;
  width: 300px;
  padding: 2rem;
  min-width: 300px;
  min-height: 300px;
}
.rounded-image--sub-page .rounded-image__link--left {
  bottom: 0;
  right: auto;
  left: 2rem;
}
.rounded-image--sub-page .rounded-image__link--right {
  bottom: 0;
  right: 2;
  left: auto;
}
.rounded-image--sub-page-60-40 {
  width: 350px;
  height: 350px;
  min-width: 350px;
  min-height: 350px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--spa-detail {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 1rem;
    float: none;
    min-width: initial;
    min-height: initial;
    padding: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--spa-detail {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 1rem;
    float: none;
    min-width: initial;
    min-height: initial;
    padding: 1rem;
  }
}
.rounded-image--square-fill {
  position: relative;
  width: 100%;
  height: auto;
}
.rounded-image--square-fill .rounded-image__container::before {
  content: "";
  position: relative;
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 100%;
}
.rounded-image--group .rounded-image:last-child {
  margin-top: -20%;
  margin-right: 0;
  margin-left: auto;
}
.rounded-image--group--inground .rounded-image:last-child {
  margin-top: -20%;
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (max-width: 700px) {
  .rounded-image--group--inground .rounded-image:last-child {
    margin-top: -100px;
    margin-right: 0;
    margin-left: auto;
  }
}
.rounded-image--blog-single {
  width: 400px;
  height: 400px;
  max-width: 400px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--blog-single {
    width: 220px;
    height: 220px;
    min-width: initial;
    min-height: initial;
    padding: 0.5rem;
    float: none;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--blog-single {
    width: 220px;
    height: 220px;
    min-width: initial;
    min-height: initial;
    padding: 0.5rem;
    float: right;
    margin-bottom: 0;
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 700px) {
  .rounded-image--pools {
    width: 180px;
    height: 180px;
    min-width: initial;
    min-height: initial;
    padding: 0.5rem;
    float: right;
  }
}
@media only screen and (max-width: 700px) and (max-width: 700px) {
  .rounded-image--pools .rounded-image__link {
    bottom: 0;
    left: 0;
    right: auto;
    min-height: 60px;
    min-width: 60px;
    padding: 0.25rem;
  }
}
@media only screen and (max-width: 700px) and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--pools .rounded-image__link {
    bottom: 0;
    left: 0;
    right: auto;
    min-height: 60px;
    min-width: 60px;
    padding: 0.25rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--pools {
    width: 220px;
    height: 220px;
    min-width: initial;
    min-height: initial;
    padding: 0.5rem;
    float: right;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) and (max-width: 700px) {
  .rounded-image--pools .rounded-image__link {
    bottom: 0;
    left: 0;
    right: auto;
    min-height: 60px;
    min-width: 60px;
    padding: 0.25rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--pools .rounded-image__link {
    bottom: 0;
    left: 0;
    right: auto;
    min-height: 60px;
    min-width: 60px;
    padding: 0.25rem;
  }
}
.rounded-image--inground {
  shape-outside: ellipse(242px 280px at 51% 46%);
}
@media only screen and (max-width: 700px) {
  .rounded-image--inground {
    width: 343px;
    height: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--inground {
    width: 343px;
    height: 412px;
    margin: 0 auto;
  }
}
.rounded-image--spas {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 700px) {
  .rounded-image--spas {
    width: 210px;
    height: 210px;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--spas {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
@media only screen and (max-width: 700px) {
  .rounded-image--desk {
    display: none;
  }
  .rounded-image--mob {
    display: block;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--desk {
    display: none;
  }
  .rounded-image--mob {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .rounded-image--gallery--xlg {
    width: 150px;
    height: 150px;
  }
  .rounded-image--gallery--x-lg {
    width: 120px;
    height: 120px;
  }
  .rounded-image--gallery--lg {
    width: 150px;
    height: 150px;
    padding: 0.5rem;
  }
  .rounded-image--gallery--md {
    width: 125px;
    height: 125px;
    padding: 0.5rem;
  }
  .rounded-image--gallery--shm {
    width: 100px;
    height: 100px;
    padding: 0.5rem;
  }
  .rounded-image--gallery--sm {
    width: 80px;
    height: 80px;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--gallery--xlg {
    width: 250px;
    height: 250px;
  }
  .rounded-image--gallery--x-lg {
    width: 210px;
    height: 210px;
  }
  .rounded-image--gallery--lg {
    width: 250px;
    height: 250px;
  }
  .rounded-image--gallery--md {
    width: 225px;
    height: 225px;
  }
  .rounded-image--gallery--shm {
    width: 200px;
    height: 200px;
  }
  .rounded-image--gallery--sm {
    width: 180px;
    height: 180px;
  }
}
.rounded-image--pool-detail {
  width: 100%;
  height: auto;
  max-width: 300px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--pool-detail {
    width: 250px;
    height: 250px;
    padding: 1rem !important;
    margin-bottom: 2rem;
    padding: 1rem;
    max-width: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--pool-detail {
    padding: 1rem;
    max-width: none;
  }
}
.rounded-image--testimonials {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .rounded-image--testimonials {
    width: 250px;
    height: 250px;
    padding: 1rem !important;
    margin-bottom: 2rem;
    padding: 1rem;
    max-width: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--testimonials {
    padding: 1rem;
    max-width: none;
  }
}
.rounded-image--blog {
  width: 100%;
  height: auto;
  max-width: 300px;
  padding: 1.5rem;
}
@media only screen and (max-width: 700px) {
  .rounded-image--blog {
    width: 250px;
    height: 250px;
    padding: 1rem !important;
    margin-bottom: 2rem;
    padding: 1rem;
    max-width: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--blog {
    padding: 1rem;
    max-width: none;
  }
}
.rounded-image--basic-subpage {
  width: 380px;
  height: 380px;
  float: right;
}
@media only screen and (max-width: 700px) {
  .rounded-image--basic-subpage {
    width: 320px;
    height: 320px;
    float: none;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--basic-subpage {
    float: none;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
.rounded-image--aboutus {
  float: right;
  width: 320px;
  height: 320px;
}
@media only screen and (max-width: 700px) {
  .rounded-image--aboutus {
    max-width: 320px;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--aboutus {
    max-width: 320px;
    float: none;
    margin: 0 auto;
  }
}
.rounded-image--testimonial {
  width: 100%;
  height: auto;
  max-width: 250px;
  padding: 1.5rem;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 700px) {
  .rounded-image--testimonial {
    width: 200px;
    height: 200px;
    padding: 1rem !important;
    padding: 1rem;
    max-width: none;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .rounded-image--testimonial {
    padding: 1rem;
    max-width: none;
  }
}

@media only screen and (max-width: 700px) {
  #inground-bubble-link {
    top: 2rem;
    left: -4rem;
    bottom: auto;
    right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #inground-bubble-link {
    top: 2rem;
    left: -4rem;
    bottom: auto;
    right: auto;
  }
}

.spa-logo__container {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .spa-logo__container {
    max-width: 300px;
    margin: 0 auto;
  }
}
.spa-logo__main {
  position: relative;
  padding: 2rem;
}
.spa-logo__main-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.spa-logo__main-image::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}
.spa-logo__bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.spa-logo__secondary {
  position: relative;
  position: absolute;
  padding: 1rem;
  max-width: 150px;
  min-width: 120px;
  min-height: 120px;
  z-index: 10;
}
.spa-logo__secondary-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.spa-logo__secondary-image::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}
.spa-logo__image {
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.spa-logo__link {
  background-color: #e68500;
  text-align: center;
  position: absolute;
  width: 85px;
  height: 85px;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}

#spa-2 {
  right: -2rem;
  bottom: 4rem;
}

#spa-2-link {
  right: 2rem;
  bottom: 0rem;
}

.services {
  width: 100%;
  position: relative;
  min-height: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .services {
    width: 350px;
    height: auto;
    min-height: 190px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services {
    position: relative;
    min-height: 450px;
    width: 570px;
    margin: 0 auto;
  }
}
.services__group {
  position: relative;
  list-style: none;
  width: 1000px;
  height: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .services__group {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__group {
    width: auto;
    height: auto;
  }
}
.services__item {
  position: absolute;
  width: 330px;
  height: 330px;
  background-image: url(svg/image-bubble.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2rem;
  z-index: 1;
  -webkit-transition: z-index 0.2s ease-out;
  transition: z-index 0.2s ease-out;
}
@media only screen and (max-width: 700px) {
  .services__item {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    padding: 0.25rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__item {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    padding: 1rem;
  }
}
.services__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  border: solid 4px #185499;
  border-radius: 50%;
  background-color: #00a1e2;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 1;
}
@media only screen and (max-width: 700px) {
  .services__item a {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__item a {
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 1rem;
  }
}
.services__item:nth-child(1) {
  z-index: 1;
  left: 0;
  top: 5rem;
}
@media only screen and (max-width: 700px) {
  .services__item:nth-child(1) {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__item:nth-child(1) {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 5rem;
  }
}
.services__item:nth-child(2) {
  z-index: 2;
  left: 230px;
  top: 0rem;
}
@media only screen and (max-width: 700px) {
  .services__item:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 95px;
    top: 0rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__item:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 130px;
    top: 0rem;
  }
}
.services__item:nth-child(3) {
  z-index: 1;
  left: 450px;
  top: 4rem;
}
@media only screen and (max-width: 700px) {
  .services__item:nth-child(3) {
    position: absolute;
    z-index: 1;
    left: 185px;
    top: 1.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__item:nth-child(3) {
    position: absolute;
    z-index: 1;
    left: 260px;
    top: 2.5rem;
  }
}
.services__item:nth-child(4) {
  z-index: 1;
  left: 660px;
  top: 10.5rem;
}
@media only screen and (max-width: 700px) {
  .services__item:nth-child(4) {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 6rem;
    left: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__item:nth-child(4) {
    position: absolute;
    z-index: 1;
    left: 370px;
    top: 7rem;
  }
}
.services__item:nth-child(5) {
  z-index: 1;
  left: 400px;
  top: 17.5rem;
}
@media only screen and (max-width: 700px) {
  .services__item:nth-child(5) {
    position: absolute;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__item:nth-child(5) {
    position: absolute;
  }
}
.services__item:hover {
  z-index: 10;
}
.services__item:hover a {
  font-size: 2.2rem;
  -webkit-box-shadow: 0px 0px 10px 6px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 10px 6px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 700px) {
  .services__item:hover a {
    font-size: 1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .services__item:hover a {
    font-size: 1.25rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#carousel-section {
  z-index: 10;
}
#carousel-section::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 84px;
  background-color: rgba(0, 161, 226, 0.34);
  z-index: 10;
}
#carousel-section .home-section__shape-bottom {
  z-index: 20;
}

#logo-home-section {
  padding-bottom: 7rem;
  margin-top: 0rem;
  position: relative;
  z-index: 0;
  padding: 0;
}
#logo-home-section::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 7rem;
  background-color: rgba(0, 161, 226, 0.34);
}
#logo-home-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 11rem;
  background-size: cover;
  background-image: url(svg/BottomCurve_Blue-01.svg);
}
#logo-home-section .home-section__container {
  background-color: rgba(0, 161, 226, 0.34);
}

@media only screen and (max-width: 700px) {
  #gallery {
    padding-top: 2rem;
  }
}

.logo-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  white-space: initial;
}
@media only screen and (max-width: 700px) {
  .logo-grid {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
}
.logo-grid__item {
  padding: 1rem;
}
@media only screen and (max-width: 700px) {
  .logo-grid__item {
    display: inline-block;
    width: 33%;
  }
}
.logo-grid__logo {
  width: 100%;
  height: auto;
  max-width: 150px;
  margin: 0 auto;
}

.liner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.liner-grid__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.5rem;
  max-width: 25%;
  text-align: center;
  cursor: pointer;
}
.liner-grid__item:hover .liner-grid__image-source {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
@media only screen and (max-width: 700px) {
  .liner-grid__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .liner-grid__item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
}
.liner-grid__image {
  display: block;
  position: relative;
  width: 100%;
  background-color: gray;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.liner-grid__image::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.liner-grid__image-source {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.footer {
  padding-bottom: 12rem;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .footer {
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .footer {
    padding-bottom: 1rem;
  }
}
.footer__bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  z-index: 20;
}
@media only screen and (max-width: 700px) {
  .footer__bg-bottom {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .footer__bg-bottom {
    display: none;
  }
}
.footer__bg-robo {
  position: absolute;
  bottom: 1rem;
  right: -2rem;
  width: 350px;
  height: auto;
  z-index: 20;
  -webkit-animation: robo;
          animation: robo;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  z-index: 22;
  display: initial;
}
@media only screen and (max-width: 700px) {
  .footer__bg-robo {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .footer__bg-robo {
    -webkit-animation: none;
            animation: none;
    display: none;
  }
}
@-webkit-keyframes robo {
  from {
    -webkit-transform: translateX(0px) scale(0.8);
            transform: translateX(0px) scale(0.8);
  }
  30% {
    -webkit-transform: translateX(-400px) scale(1.2);
            transform: translateX(-400px) scale(1.2);
  }
  50% {
    -webkit-transform: translateX(-600px) scale(1.2);
            transform: translateX(-600px) scale(1.2);
  }
  70% {
    -webkit-transform: translateX(-400px) scale(1.2);
            transform: translateX(-400px) scale(1.2);
  }
  to {
    -webkit-transform: translateX(0px) scale(0.8);
            transform: translateX(0px) scale(0.8);
  }
}
@keyframes robo {
  from {
    -webkit-transform: translateX(0px) scale(0.8);
            transform: translateX(0px) scale(0.8);
  }
  30% {
    -webkit-transform: translateX(-400px) scale(1.2);
            transform: translateX(-400px) scale(1.2);
  }
  50% {
    -webkit-transform: translateX(-600px) scale(1.2);
            transform: translateX(-600px) scale(1.2);
  }
  70% {
    -webkit-transform: translateX(-400px) scale(1.2);
            transform: translateX(-400px) scale(1.2);
  }
  to {
    -webkit-transform: translateX(0px) scale(0.8);
            transform: translateX(0px) scale(0.8);
  }
}
.footer__container {
  margin: 0 auto;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 700px) {
  .footer__container {
    padding-left: 0;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 57rem;
  margin: 0;
}
.footer__col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 1rem;
  z-index: 40;
  position: relative;
}
.footer__col--45 {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 40rem;
}
@media only screen and (max-width: 700px) {
  .footer__col--45 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .footer__col--45 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 4rem;
  display: none;
}
.footer__logo-source {
  max-width: 300px;
  margin: 0;
  display: block;
}
.footer__nav {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  list-style: none;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 700px) {
  .footer__nav {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .footer__nav {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.footer__nav-item {
  max-width: 175px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  display: block;
}
@media only screen and (max-width: 700px) {
  .footer__link {
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .footer__link {
    padding: 0.85rem 0;
  }
  .footer__link:first-of-type {
    padding-top: 0;
  }
}
.footer__link:hover {
  text-decoration: underline;
}

.social__link {
  width: 30px;
  height: 30px;
  display: block;
  color: transparent;
  font-size: 0;
}
.social__link-image {
  height: 100%;
  width: 100%;
}

.grid-4x4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.grid-4x4__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media only screen and (max-width: 700px) {
  .grid-4x4__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: left;
  }
}
.grid-4x4--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.location {
  color: #fff;
  font-family: "Nunito", sans-serif;
  padding: 0.25rem;
}
.location__city {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 1.65rem;
  position: relative;
  color: inherit;
}
.location__city--spacer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background-color: #fff;
}
.location__number {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
}
.location__number:hover {
  text-decoration: underline;
}
.location__link {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
}
.location__link:hover {
  text-decoration: underline;
}
.location--orange {
  color: #e68500;
}
.location--stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.location--stacked .location__number {
  padding-left: 0;
}
.location--stacked .location__city {
  padding-right: 0;
}

.carousel {
  position: relative;
  padding-bottom: 35px;
}
.carousel__title {
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #363f89;
  font-weight: 400;
  text-align: left;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 700px) {
  .carousel__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .carousel__title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}
.carousel__slide-content {
  height: 100%;
}

.pipe-char-right {
  position: relative;
  padding-right: 1.65rem;
  text-align: left;
}
.pipe-char-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 1.2rem;
  background-color: #fff;
}
@media only screen and (max-width: 700px) {
  .pipe-char-right {
    padding-right: 0;
    display: block;
    text-align: center;
  }
  .pipe-char-right::after {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .pipe-char-right {
    padding-right: 0;
    display: block;
    text-align: center;
  }
  .pipe-char-right::after {
    display: none;
  }
}

.location-info {
  position: relative;
  z-index: 15;
  font-weight: bold;
  padding: 0 1rem;
}
.location-info__link {
  color: inherit;
  text-decoration: none;
}
.location-info__link:visited {
  color: inherit;
}
.location-info__link:hover {
  text-decoration: underline;
}
.location-info--no-pad {
  padding: 0;
}
.location-info--no-pad a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.location-info__hours--line {
  display: block;
  margin-bottom: 0;
}
.location-info__image {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  display: block;
}
.location-info__image::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.location-info__image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.location-info__image:hover .location-info__image-source {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.photo-grid {
  padding: 0.5rem;
  max-width: 80%;
  margin: 0 auto;
}
.photo-grid__title {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .photo-grid {
    max-width: 100%;
    overflow: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .photo-grid {
    max-width: 100%;
    overflow: auto;
  }
}
.photo-grid--match-parent-max {
  max-width: none;
}
.photo-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.photo-grid__list--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo-grid__list--2-wide .photo-grid__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 50%;
  padding: 0.5rem;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .photo-grid__list--2-wide .photo-grid__item {
    max-width: 100%;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .photo-grid__list--2-wide .photo-grid__item {
    max-width: 50%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .photo-grid__list--3-wide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .photo-grid__list--3-wide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.photo-grid__list--3-wide .photo-grid__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 33.333333%;
  padding: 0.5rem;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .photo-grid__list--3-wide .photo-grid__item {
    max-width: 100%;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .photo-grid__list--3-wide .photo-grid__item {
    max-width: 50%;
    padding: 0.5rem;
  }
}
.photo-grid__image {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
}
.photo-grid__image::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.photo-grid__image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.photo-grid__image:hover .photo-grid__image-source {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.video-grid {
  padding: 0.5rem;
  max-width: 80%;
  margin: 0 auto;
}
.video-grid__title {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .video-grid {
    max-width: 100%;
    overflow: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .video-grid {
    max-width: 100%;
    overflow: auto;
  }
}
.video-grid--match-parent-max {
  max-width: none;
}
.video-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.video-grid__list--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.video-grid__list--2-wide .video-grid__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 50%;
  padding: 0.5rem;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .video-grid__list--2-wide .video-grid__item {
    max-width: 100%;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .video-grid__list--2-wide .video-grid__item {
    max-width: 50%;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 700px) {
  .video-grid__list--3-wide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .video-grid__list--3-wide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.video-grid__list--3-wide .video-grid__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 33.333333%;
  padding: 0.5rem;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .video-grid__list--3-wide .video-grid__item {
    max-width: 100%;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .video-grid__list--3-wide .video-grid__item {
    max-width: 50%;
    padding: 0.5rem;
  }
}
.video-grid__image {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
}
.video-grid__image::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-grid__image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-grid__image:hover .video-grid__image-source {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
          transform: translate(-50%, -50%) scale(1.05);
}

.bubble-grid {
  padding: 0.5rem;
  max-width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .bubble-grid {
    max-width: 100%;
    overflow: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .bubble-grid {
    max-width: 100%;
    overflow: auto;
  }
}
.bubble-grid--match-parent-max {
  max-width: none;
}
.bubble-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.bubble-grid__list--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bubble-grid__list--2-wide .bubble-grid__item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 50%;
  padding: 0.5rem;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .bubble-grid__list--2-wide .bubble-grid__item {
    max-width: 100%;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .bubble-grid__list--2-wide .bubble-grid__item {
    max-width: 50%;
    padding: 0.5rem;
  }
}
.bubble-grid__list--3-wide {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .bubble-grid__list--3-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bubble-grid__list--3-wide .bubble-grid__item {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 25%;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .bubble-grid__list--3-wide .bubble-grid__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 70%;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .bubble-grid__list--3-wide .bubble-grid__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 30%;
    padding: 0.5rem;
  }
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media only screen and (max-width: 700px) {
  .carousel-item {
    min-height: 380px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
#other-services {
  padding-top: 2rem;
}
@media only screen and (max-width: 700px) {
  #other-services {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #other-services {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 4rem;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel {
  color: #363f89;
  font-family: "Nunito", sans-serif;
}
.carousel-container {
  max-width: 50%;
  margin-right: auto;
  margin-left: 0;
}
.carousel-container--full-width {
  max-width: 100%;
}
@media only screen and (max-width: 700px) {
  .carousel-container {
    max-width: 100%;
    min-height: 400px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .carousel-container {
    max-width: 100%;
    min-height: 400px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.carousel-text {
  margin-bottom: 2rem;
  min-height: 150px;
}
.carousel-text--half {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .carousel-text--half {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .carousel-text--half {
    width: 100%;
  }
}
.carousel-text--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 700px) {
  .carousel-text--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .carousel-text--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.carousel-image {
  width: 50%;
  float: right;
}
.carousel-name {
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-location {
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.carousel-stars__star {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.carousel-stars__star--full::before {
  content: "";
  background-image: url(svg/aloha-full-star-white.svg);
  display: block;
  width: 30px;
  height: 30px;
}
.carousel-stars__star--empty::before {
  content: "";
  background-image: url(svg/aloha-empty-star-white.svg);
  display: block;
  width: 30px;
  height: 30px;
}
.carousel-stars__star--half::before {
  content: "";
  background-image: url(svg/aloha-half-star-white.svg);
  display: block;
  width: 30px;
  height: 30px;
}

.contact-form {
  margin-bottom: 2rem;
}
.contact-form--90 {
  max-width: 90%;
}
@media only screen and (max-width: 700px) {
  .contact-form--90 {
    max-width: 100%;
  }
}
.contact-form__input {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form__form-group {
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.contact-form__label {
  font-size: 1rem;
  padding-left: 0.65rem;
  color: #abadae;
  font-family: "Nunito", sans-serif;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(-1.8rem);
          transform: translateY(-1.8rem);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form__label--no-transform {
  -webkit-transform: none;
          transform: none;
  padding-left: 0;
  color: #fff;
}
.contact-form__input {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  min-height: 35px;
  padding: 0.5rem;
  border-color: none;
  border: none;
  border-radius: 5px;
  min-width: 100px;
}
.contact-form__input::-webkit-input-placeholder {
  color: #fff;
}
.contact-form__input::-moz-placeholder {
  color: #fff;
}
.contact-form__input:-ms-input-placeholder {
  color: #fff;
}
.contact-form__input::-ms-input-placeholder {
  color: #fff;
}
.contact-form__input::placeholder {
  color: #fff;
}
.contact-form__input:not(:-moz-placeholder-shown) + .contact-form__label {
  transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__input:not(:-ms-input-placeholder) + .contact-form__label {
  transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__input:focus + .contact-form__label, .contact-form__input:not(:placeholder-shown) + .contact-form__label {
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__textarea {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  padding: 0.5rem;
  height: 300px;
  width: 100%;
  margin-bottom: 1rem;
}
.contact-form__textarea--auto {
  height: auto;
}
.contact-form__textarea-label {
  font-size: 1rem;
  padding-left: 0.56rem;
  color: #ffffff;
  font-family: "Nunito", sans-serif;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(-18.42rem);
          transform: translateY(-18.42rem);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form__textarea::-webkit-input-placeholder {
  color: transparent;
}
.contact-form__textarea::-moz-placeholder {
  color: transparent;
}
.contact-form__textarea:-ms-input-placeholder {
  color: transparent;
}
.contact-form__textarea::-ms-input-placeholder {
  color: transparent;
}
.contact-form__textarea::placeholder {
  color: transparent;
}
.contact-form__textarea:focus + .contact-form__textarea-label {
  -webkit-transform: translateY(-20.6rem);
          transform: translateY(-20.6rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__textarea:not(:-moz-placeholder-shown) + .contact-form__textarea-label {
  transform: translateY(-20.6rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__textarea:not(:-ms-input-placeholder) + .contact-form__textarea-label {
  transform: translateY(-20.6rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__textarea:not(:placeholder-shown) + .contact-form__textarea-label {
  -webkit-transform: translateY(-20.6rem);
          transform: translateY(-20.6rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__btn {
  display: block;
  color: #ffffff;
  background-color: #e68500;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  border: none;
  width: 120px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form__btn:hover {
  background-color: #ffffff;
  color: #e68500;
}
@media only screen and (max-width: 700px) {
  .contact-form__btn {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .contact-form__btn {
    margin: 0 auto;
    width: 170px;
  }
}
.contact-form__select {
  width: 100%;
  border-radius: 5px;
  border: none;
  min-height: 38px;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  margin-bottom: 1.5rem;
}
.contact-form__select option:disabled {
  color: #abadae;
}
.contact-form__submit {
  display: block;
  padding: 0.5rem 0.75rem;
  background-color: #000;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
  font-size: 1rem;
  max-width: 100px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  font-weight: 800;
}
.contact-form__label--no-transform {
  -webkit-transform: none !important;
          transform: none !important;
  color: #fff !important;
  padding-left: 0 !important;
}

.product-options__head {
  margin-bottom: 2rem;
  margin-right: 3rem;
}
.product-options__header {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.product-options__image {
  max-width: 100%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 700px) {
  .product-options__image {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .product-options__image {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.product-options__specs {
  margin-bottom: 2rem;
}
.product-options__specs-title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.product-options__specs-list-title {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.product-options__specs-list-desc {
  color: #0000b1;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.color-options {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .color-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .color-options {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.color-options__title {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 700px) {
  .color-options__title {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 700px) {
  .color-options__title {
    margin-bottom: 1rem;
  }
}
.color-options__item {
  margin: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
}
@media only screen and (max-width: 700px) {
  .color-options__item {
    margin: 0;
    min-width: 65px;
    max-width: 50%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .color-options__item {
    margin: 0;
    min-width: 65px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 50%;
  }
}
.color-options__text {
  text-align: center;
}
.color-options__image {
  border: solid 5px #fff;
  border-radius: 50%;
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding: 2px;
  margin: 0 auto;
  margin-bottom: 0.25rem;
}
.color-options__image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.ps-2r {
  padding-left: 0;
}
@media only screen and (max-width: 700px) {
  .ps-2r {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .ps-2r {
    padding-left: 2rem;
  }
}

.modal {
  height: 100%;
  width: 100%;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
}
.modal__container {
  max-width: 60rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  position: relative;
}
.modal__main-image {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.modal__main-image::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.modal__main-image--video::before {
  padding-bottom: 56.25%;
}
.modal__main-image-source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 0;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.modal--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__main-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.modal__element--hidden {
  display: none;
}
.modal__body-video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .modal__body-video {
    max-width: 75%;
  }
}

.modal__main-image--video .modal__control {
  height: calc(100% - 70px);
  top: 0;
}

#navBtn {
  border-radius: 50%;
  will-change: transform, background-color;
}
#navBtn.nav-bar__btn--animate {
  -webkit-animation-name: buttonAnimate4;
          animation-name: buttonAnimate4;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@media only screen and (max-width: 700px) {
  #navBtn.nav-bar__btn--animate {
    -webkit-animation-name: buttonAnimate4-mob;
            animation-name: buttonAnimate4-mob;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  #navBtn.nav-bar__btn--animate {
    -webkit-animation-name: buttonAnimate4-mob;
            animation-name: buttonAnimate4-mob;
  }
}
#navBtn.nav-bar__btn--animate span::before {
  -webkit-animation-name: buttonAnimate4before-arr-st, buttonAnimate4before-arr-orig;
          animation-name: buttonAnimate4before-arr-st, buttonAnimate4before-arr-orig;
  -webkit-animation-delay: 2s, 4.5s;
          animation-delay: 2s, 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
#navBtn.nav-bar__btn--animate span::after {
  -webkit-animation-name: buttonAnimate4after-arr-st, buttonAnimate4after-arr-orig;
          animation-name: buttonAnimate4after-arr-st, buttonAnimate4after-arr-orig;
  -webkit-animation-delay: 2s, 4.5s;
          animation-delay: 2s, 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.download-list {
  list-style: none;
  margin: 2rem 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .download-list {
    margin: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .download-list {
    margin: 0;
  }
}
.download-list--line {
  padding-right: 1rem;
}
.download-list--line::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 2px;
  top: 0;
  right: 0.75rem;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 700px) {
  .download-list--line {
    padding-right: 0;
  }
  .download-list--line::before {
    display: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .download-list--line {
    padding-right: 0;
  }
  .download-list--line::before {
    display: none;
  }
}
.download-list__item {
  margin-bottom: 1rem;
  padding-right: 3rem;
}
@media only screen and (max-width: 700px) {
  .download-list__item {
    padding-right: 1rem;
  }
}
.download-list__link {
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-list__link:hover {
  text-decoration: underline;
}
.download-list__image {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 700px) {
  .download-list__image {
    margin-left: 1rem;
  }
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-2r {
  padding-top: 2rem;
}

.mailer {
  max-width: 70%;
  margin: 0 auto;
  padding: 6rem 1rem;
}
@media only screen and (max-width: 700px) {
  .mailer {
    max-width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .mailer {
    max-width: 100%;
  }
}
.mailer__title {
  text-align: center;
  line-height: 1;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 5rem;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .mailer__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .mailer__title {
    font-size: 3rem;
  }
}
.mailer__under-title {
  margin-bottom: 2rem;
}
.mailer__wysiwyg {
  color: #fff;
}
.mailer__wysiwyg p {
  color: #fff;
  margin-bottom: 1rem;
}
.mailer__wysiwyg .max-size {
  font-size: 3rem;
}
@media only screen and (max-width: 700px) {
  .mailer__wysiwyg .max-size {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .mailer__wysiwyg .max-size {
    font-size: 2rem;
  }
}
.mailer__wysiwyg .centered {
  text-align: center;
}
.mailer__wysiwyg .font-2 {
  font-size: 2rem;
}
.mailer__wysiwyg .font-1-5 {
  font-size: 1.5rem;
}
.mailer__wysiwyg .font-1,
.mailer__wysiwyg p {
  font-size: 1rem;
}
.mailer__wysiwyg .uppercase {
  text-transform: uppercase;
}
.mailer__wysiwyg .fine-print {
  font-size: 14px;
}
.mailer__wysiwyg .bold {
  font-weight: bold;
}
.mailer__wysiwyg .black {
  font-weight: 900;
}
.mailer__wysiwyg h2 {
  margin-top: 3rem;
}
.mailer__wysiwyg h2:first-of-type {
  margin-top: 0;
}
.mailer__form-container {
  background-color: rgba(0, 136, 201, 0.8);
  padding: 1rem;
}
.mailer__form-title {
  font-weight: 900;
  font-style: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

#howToContact {
  margin-bottom: 10px;
}

#mediumOfAdvertisement {
  margin-bottom: 10px;
}

.contact-form {
  max-width: 45rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.contact-form__form-group {
  margin-bottom: 0.75rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.contact-form--90 {
  max-width: 90%;
}
@media only screen and (max-width: 700px) {
  .contact-form--90 {
    max-width: 100%;
  }
}
.contact-form__label {
  font-size: 1rem;
  padding-left: 0.65rem;
  color: #abadae;
  font-family: "Nunito", sans-serif;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(-1.8rem);
          transform: translateY(-1.8rem);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form__label--no-animate {
  -webkit-transform: none !important;
          transform: none !important;
  color: #fff !important;
  padding-left: 0 !important;
}
.contact-form__input {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  min-height: 35px;
  padding: 0.5rem;
  border-color: #abadae;
  border-style: solid;
  border: none;
  min-width: 100px;
}
.contact-form__input::-webkit-input-placeholder {
  color: transparent;
}
.contact-form__input::-moz-placeholder {
  color: transparent;
}
.contact-form__input:-ms-input-placeholder {
  color: transparent;
}
.contact-form__input::-ms-input-placeholder {
  color: transparent;
}
.contact-form__input::placeholder {
  color: transparent;
}
.contact-form__input:not(:-moz-placeholder-shown) + .contact-form__label {
  transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__input:not(:-ms-input-placeholder) + .contact-form__label {
  transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__input:focus + .contact-form__label, .contact-form__input:not(:placeholder-shown) + .contact-form__label {
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.contact-form-two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-col {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.contact-form__textarea {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  padding: 0.5rem;
  height: 300px;
  width: 100%;
  resize: none;
  border: none;
  min-width: 100px;
  border-radius: 5px;
}
.contact-form__textarea--auto {
  height: auto;
}
.contact-form__textarea-label {
  font-size: 1rem;
  padding-left: 0.56rem;
  color: #abadae;
  font-family: "Nunito", sans-serif;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(-19.42rem);
          transform: translateY(-19.42rem);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form__textarea::-webkit-input-placeholder {
  color: transparent;
}
.contact-form__textarea::-moz-placeholder {
  color: transparent;
}
.contact-form__textarea:-ms-input-placeholder {
  color: transparent;
}
.contact-form__textarea::-ms-input-placeholder {
  color: transparent;
}
.contact-form__textarea::placeholder {
  color: transparent;
}
.contact-form__textarea:focus + .contact-form__textarea-label {
  -webkit-transform: translateY(-21.3rem);
          transform: translateY(-21.3rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__textarea:not(:-moz-placeholder-shown) + .contact-form__textarea-label {
  transform: translateY(-21.3rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__textarea:not(:-ms-input-placeholder) + .contact-form__textarea-label {
  transform: translateY(-21.3rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__textarea:not(:placeholder-shown) + .contact-form__textarea-label {
  -webkit-transform: translateY(-21.3rem);
          transform: translateY(-21.3rem);
  padding-left: 0;
  color: #fff;
}
.contact-form__submit {
  display: block;
  padding: 0.5rem 0.75rem;
  background-color: #e68500;
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-size: 1rem;
  max-width: 100px;
  width: 100%;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  font-weight: 400;
}
.contact-form__label--no-transform {
  -webkit-transform: none !important;
          transform: none !important;
  color: #fff !important;
  padding-left: 0 !important;
}
.contact-form__label--no-animate {
  -webkit-transform: none !important;
          transform: none !important;
  color: #fff !important;
  padding-left: 0 !important;
}

.mb-0 {
  margin-bottom: 0;
}

@-webkit-keyframes buttonAnimate4 {
  from {
    background-color: rgb(0, 119, 255);
  }
  to {
    background-color: transparent;
  }
}

@keyframes buttonAnimate4 {
  from {
    background-color: rgb(0, 119, 255);
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes buttonAnimate4-mob {
  from {
    background-color: #c9cacb;
  }
  to {
    background-color: transparent;
  }
}
@keyframes buttonAnimate4-mob {
  from {
    background-color: #c9cacb;
  }
  to {
    background-color: transparent;
  }
}
@-webkit-keyframes buttonAnimate4before-arr-st {
  0% {
    -webkit-transform: translate(50%, -10px) rotate(0);
            transform: translate(50%, -10px) rotate(0);
    width: 100%;
    right: 50%;
  }
  33% {
    -webkit-transform: translate(0, -4px) rotate(25deg);
            transform: translate(0, -4px) rotate(25deg);
    width: 50%;
    right: 0;
  }
  66% {
    -webkit-transform: translate(0, -4px) rotate(25deg);
            transform: translate(0, -4px) rotate(25deg);
    width: 50%;
    right: 0;
  }
  100% {
    -webkit-transform: translate(50%, -10px) rotate(0);
            transform: translate(50%, -10px) rotate(0);
    width: 100%;
    right: 50%;
  }
}
@keyframes buttonAnimate4before-arr-st {
  0% {
    -webkit-transform: translate(50%, -10px) rotate(0);
            transform: translate(50%, -10px) rotate(0);
    width: 100%;
    right: 50%;
  }
  33% {
    -webkit-transform: translate(0, -4px) rotate(25deg);
            transform: translate(0, -4px) rotate(25deg);
    width: 50%;
    right: 0;
  }
  66% {
    -webkit-transform: translate(0, -4px) rotate(25deg);
            transform: translate(0, -4px) rotate(25deg);
    width: 50%;
    right: 0;
  }
  100% {
    -webkit-transform: translate(50%, -10px) rotate(0);
            transform: translate(50%, -10px) rotate(0);
    width: 100%;
    right: 50%;
  }
}
@-webkit-keyframes buttonAnimate4before-arr-orig {}
@keyframes buttonAnimate4before-arr-orig {}
@-webkit-keyframes buttonAnimate4after-arr-st {
  0% {
    -webkit-transform: translate(50%, 10px) rotate(0);
            transform: translate(50%, 10px) rotate(0);
    width: 100%;
    right: 50%;
  }
  33% {
    -webkit-transform: translate(0, 4px) rotate(-25deg);
            transform: translate(0, 4px) rotate(-25deg);
    width: 50%;
    right: 0;
  }
  66% {
    -webkit-transform: translate(0, 4px) rotate(-25deg);
            transform: translate(0, 4px) rotate(-25deg);
    width: 50%;
    right: 0;
  }
  100% {
    -webkit-transform: translate(50%, 10px) rotate(0);
            transform: translate(50%, 10px) rotate(0);
    width: 100%;
    right: 50%;
  }
}
@keyframes buttonAnimate4after-arr-st {
  0% {
    -webkit-transform: translate(50%, 10px) rotate(0);
            transform: translate(50%, 10px) rotate(0);
    width: 100%;
    right: 50%;
  }
  33% {
    -webkit-transform: translate(0, 4px) rotate(-25deg);
            transform: translate(0, 4px) rotate(-25deg);
    width: 50%;
    right: 0;
  }
  66% {
    -webkit-transform: translate(0, 4px) rotate(-25deg);
            transform: translate(0, 4px) rotate(-25deg);
    width: 50%;
    right: 0;
  }
  100% {
    -webkit-transform: translate(50%, 10px) rotate(0);
            transform: translate(50%, 10px) rotate(0);
    width: 100%;
    right: 50%;
  }
}
#nav.nav-bar--anim {
  -webkit-animation-name: navAnim;
          animation-name: navAnim;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes navAnim {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes navAnim {
  from {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.mb-6 {
  margin-bottom: 6rem;
}

.swiper-logo {
  padding: 0 3rem;
  max-width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .swiper-logo {
    max-width: 100%;
    padding: 0 2rem;
  }
}

.swiper-button-next::after {
  color: #73c0f9;
}
@media only screen and (max-width: 700px) {
  .swiper-button-next {
    right: -8px;
  }
}

.swiper-button-prev::after {
  color: #73c0f9;
}
@media only screen and (max-width: 700px) {
  .swiper-button-prev {
    left: -8px;
  }
}

.swiper-logo__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.carousel-container--logos {
  max-width: 68rem;
  margin: 0 auto;
  position: relative;
}

.drawer {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  background-color: transparent;
  -webkit-transition: visibility 0.1s linear 0.3s, background-color 0.3s ease-out;
  transition: visibility 0.1s linear 0.3s, background-color 0.3s ease-out;
}
.drawer__slide-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 4rem;
  width: 4rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.drawer__slide-close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: transparent;
  font-size: 0;
}
.drawer__slide-close span::before, .drawer__slide-close span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #fff;
}
.drawer__slide-close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.drawer__slide-close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer__slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  padding: 3rem;
  padding-top: 2rem;
  pointer-events: all;
  z-index: 500;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 55%;
  overflow: auto;
  color: #fff;
  background-color: #0077ff;
}
@media only screen and (max-width: 700px) {
  .drawer__slide {
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .drawer__slide {
    width: 65%;
    padding: 1rem;
    padding-top: 2rem;
  }
}
.drawer--active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: visibility 0.1s linear, background-color 0.3s ease-out 0.2s;
  transition: visibility 0.1s linear, background-color 0.3s ease-out 0.2s;
}
.drawer--active .drawer__slide {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.2s;
  transition: -webkit-transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 700px) {
  .drawer--active .drawer__slide {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .drawer--active .drawer__slide {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.drawer--alt .drawer__slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  padding: 0rem;
  pointer-events: all;
  z-index: 500;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  overflow: auto;
  color: #fff;
  background-color: #5aa7ff;
}
@media only screen and (max-width: 700px) {
  .drawer--alt .drawer__slide {
    width: 100%;
    padding: 0rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .drawer--alt .drawer__slide {
    width: 100%;
    padding: 0rem;
  }
}
.drawer--alt .drawer__title {
  text-transform: uppercase;
}
.drawer--alt .drawer__slide-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  height: 2rem;
  width: 2rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.drawer--alt .drawer__slide-close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: transparent;
  font-size: 0;
}
.drawer--alt .drawer__slide-close span::before, .drawer--alt .drawer__slide-close span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #fff;
}
.drawer--alt .drawer__slide-close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.drawer--alt .drawer__slide-close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.drawer--alt .drawer__slide-content {
  padding: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drawer--alt .drawer__head {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #3E8BFF;
  padding: 1rem 3rem 1rem 3rem;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.drawer--alt .drawer__body {
  padding: 4rem 3rem 2rem 3rem;
  width: 80%;
  margin: 0 auto;
  overflow: auto;
  padding-top: 2rem;
  max-height: 90vh;
  padding-bottom: 4rem;
}
@media only screen and (max-width: 700px) {
  .drawer--alt .drawer__body {
    width: 100%;
    padding: 2rem 1rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .drawer--alt .drawer__body {
    width: 100%;
    padding: 2rem 1rem;
    padding-bottom: 4rem;
  }
}
.drawer--alt .drawer__desc {
  margin-bottom: 2rem;
}
.drawer--alt.drawer--active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: visibility 0.1s linear, background-color 0.3s ease-out 0.2s;
  transition: visibility 0.1s linear, background-color 0.3s ease-out 0.2s;
}
.drawer--alt.drawer--active .drawer__slide {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.2s;
  transition: -webkit-transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (max-width: 700px) {
  .drawer--alt.drawer--active .drawer__slide {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .drawer--alt.drawer--active .drawer__slide {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.drawer-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-bottom: 4rem;
}
.drawer-gallery__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.5rem;
  max-width: 25%;
  text-align: center;
  cursor: pointer;
}
.drawer-gallery__item:hover .liner-grid__image-source {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
@media only screen and (max-width: 700px) {
  .drawer-gallery__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .drawer-gallery__item {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    max-width: 33%;
  }
}
.drawer-gallery__image {
  display: block;
  position: relative;
  width: 100%;
  background-color: gray;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.drawer-gallery__image::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.drawer-gallery__image-source {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.load * {
  -webkit-transition: none !important;
  transition: none !important;
}

.search-results {
  list-style: none;
}
.search-results__item {
  position: relative;
}
.search-results__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 1px;
}
.search-results__item:first-child {
  padding-top: 0;
}
.search-results__item:last-child {
  padding-bottom: 0;
}
.search-results__item:last-child:after {
  display: none;
}

.result {
  display: block;
  text-decoration: none;
  color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.result:visited {
  color: #fff;
}
.result:hover .result__title {
  text-decoration: underline;
}
.result__title {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
.result__desc {
  font-size: 1rem;
}

.pb-10r {
  padding-bottom: 10rem;
}

.pb-3r {
  padding-bottom: 3rem;
}

.pt-6r {
  padding-top: 6rem;
}

.blog {
  list-style: none;
}
.blog__item {
  margin-bottom: 5rem;
}

.post {
  display: block;
  color: #fff;
}
.post__title {
  color: inherit;
}
.post__link {
  color: #e68500;
  text-decoration: none;
}
.post__link:hover {
  text-decoration: underline;
}
.post__date {
  font-weight: normal;
  font-style: italic;
  font-size: 1rem;
}

.testimonial {
  color: #fff;
}
.testimonial__name {
  color: inherit;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.testimonial__container {
  list-style: none;
  max-width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .testimonial__container {
    max-width: 70%;
    padding: 1rem;
  }
}
.testimonial__container--item {
  margin-bottom: 5rem;
}
.testimonial__location {
  color: inherit;
  font-size: 1rem;
  font-style: italic;
}
.testimonial__quote {
  margin-top: 1rem;
}
.testimonial__image {
  min-height: 300px;
}
.testimonial__image--container {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial__image--container.group-style-1 {
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--container.group-style-1 {
    margin-top: 0rem;
    margin-bottom: 4rem;
    margin-left: -2.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--container.group-style-1 {
    margin-top: 7rem;
    margin-bottom: 0rem;
    margin-left: 15%;
  }
}
.testimonial__image--container.group-style-2 {
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--container.group-style-2 {
    margin-top: 0rem;
    margin-bottom: 8rem;
    margin-left: -1.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--container.group-style-2 {
    margin-top: 3rem;
    margin-bottom: 7rem;
    margin-left: 15%;
  }
}
.testimonial__image--container.group-style-3 {
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--container.group-style-3 {
    margin-top: 0rem;
    margin-bottom: 12rem;
    margin-left: 1.5rem;
    margin-right: auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--container.group-style-3 {
    margin-top: 3rem;
    margin-bottom: 7rem;
    margin-left: 15%;
  }
}
.testimonial__image--item-1 {
  width: 180px;
  height: 180px;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-1 {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-1 {
    width: 180px;
    height: 180px;
  }
}
.testimonial__image--item-2 {
  position: absolute;
  left: auto;
  right: -50%;
  top: 40%;
  -webkit-transform: translate(-20%, -100%);
          transform: translate(-20%, -100%);
  width: 180px;
  height: 180px;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-2 {
    -webkit-transform: translate(-95%, -120%);
            transform: translate(-95%, -120%);
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-2 {
    -webkit-transform: translate(-40%, -110%);
            transform: translate(-40%, -110%);
    width: 150px;
    height: 150px;
  }
}
.testimonial__image--item-3 {
  position: absolute;
  left: auto;
  right: -50%;
  top: 50%;
  -webkit-transform: translate(30%, -35%);
          transform: translate(30%, -35%);
  width: 240px;
  height: 240px;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-3 {
    -webkit-transform: translate(-5%, -45%);
            transform: translate(-5%, -45%);
    width: 190px;
    height: 190px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-3 {
    -webkit-transform: translate(15%, -45%);
            transform: translate(15%, -45%);
    width: 210px;
    height: 210px;
  }
}
.testimonial__image--item-4 {
  width: 210px;
  height: 210px;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-4 {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-4 {
    width: 180px;
    height: 180px;
  }
}
.testimonial__image--item-5 {
  position: absolute;
  right: -50%;
  top: 50%;
  -webkit-transform: translate(50%, 40%);
          transform: translate(50%, 40%);
  width: 180px;
  height: 180px;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-5 {
    -webkit-transform: translate(100%, 30%);
            transform: translate(100%, 30%);
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-5 {
    -webkit-transform: translate(60%, 35%);
            transform: translate(60%, 35%);
    width: 150px;
    height: 150px;
  }
}
.testimonial__image--item-6 {
  position: absolute;
  right: -50%;
  top: 50%;
  -webkit-transform: translate(80%, -40%);
          transform: translate(80%, -40%);
  width: 240px;
  height: 240px;
  z-index: -1;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-6 {
    -webkit-transform: translate(120%, -45%);
            transform: translate(120%, -45%);
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-6 {
    -webkit-transform: translate(95%, -40%);
            transform: translate(95%, -40%);
    width: 200px;
    height: 200px;
  }
}
.testimonial__image--item-7 {
  width: 210px;
  height: 210px;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-7 {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-7 {
    width: 180px;
    height: 180px;
  }
}
.testimonial__image--item-8 {
  position: absolute;
  left: auto;
  right: -50%;
  top: 40%;
  -webkit-transform: translate(-105%, 35%);
          transform: translate(-105%, 35%);
  width: 210px;
  height: 210px;
  z-index: 2;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-8 {
    -webkit-transform: translate(-165%, 35%);
            transform: translate(-165%, 35%);
    width: 150px;
    height: 150px;
    z-index: -1;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-8 {
    -webkit-transform: translate(-100%, 45%);
            transform: translate(-100%, 45%);
    width: 180px;
    height: 180px;
  }
}
.testimonial__image--item-9 {
  position: absolute;
  left: auto;
  right: -50%;
  top: 50%;
  -webkit-transform: translate(-25%, 5%);
          transform: translate(-25%, 5%);
  width: 210px;
  height: 210px;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .testimonial__image--item-9 {
    -webkit-transform: translate(-70%, 5%);
            transform: translate(-70%, 5%);
    width: 150px;
    height: 150px;
    z-index: -2;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .testimonial__image--item-9 {
    -webkit-transform: translate(-25%, 5%);
            transform: translate(-25%, 5%);
    width: 180px;
    height: 180px;
  }
}

.mfp-close {
  position: fixed !important;
  top: 2rem !important;
  right: 4rem !important;
  width: auto !important;
  height: auto !important;
  color: transparent !important;
  opacity: 0.9 !important;
  cursor: pointer !important;
}
.mfp-close::before, .mfp-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: #fff;
}
.mfp-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.swiper-header {
  max-width: none;
  padding: 0;
}
.swiper-header__slide {
  position: relative;
  width: 100%;
  display: block;
}
.swiper-header__slide::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 66.66%;
  width: 100%;
  height: 0;
}
@media only screen and (min-width: 57rem) {
  .swiper-header__slide::before {
    padding-bottom: 708px;
  }
}

.screen-reader-text {
  display: none;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.pagination ul li {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  width: 50px;
}
.pagination ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 0rem;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.pagination .active a {
  display: block;
  background-color: #ffffff;
  color: #0077ff;
  text-decoration: none;
  padding: 0.5rem 0rem;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: none;
}
.pagination .next,
.pagination .prev {
  width: 120px;
}
.pagination .next a,
.pagination .prev a {
  padding: 0.5rem 2rem;
  display: block;
  color: #ffffff;
  background-color: #e68500;
  border-radius: 5px;
  border: none;
  width: 120px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
}

.bg-campaign-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 45rem;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bg-campaign-form__question {
  margin-bottom: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
.bg-campaign-form__question--title {
  font-size: 1rem;
  padding-left: 0.65rem;
  color: #abadae;
  font-family: "Nunito", sans-serif;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(-1.8rem);
          transform: translateY(-1.8rem);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bg-campaign-form__question--input {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  min-height: 35px;
  padding: 0.5rem;
  border-color: none;
  border: none;
  border-radius: 5px;
  min-width: 100px;
}
.bg-campaign-form__question--input::-webkit-input-placeholder {
  color: #fff;
}
.bg-campaign-form__question--input::-moz-placeholder {
  color: #fff;
}
.bg-campaign-form__question--input:-ms-input-placeholder {
  color: #fff;
}
.bg-campaign-form__question--input::-ms-input-placeholder {
  color: #fff;
}
.bg-campaign-form__question--input::placeholder {
  color: #fff;
}
.bg-campaign-form__question--input:not(:-moz-placeholder-shown) + .bg-campaign-form__question--title {
  transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.bg-campaign-form__question--input:not(:-ms-input-placeholder) + .bg-campaign-form__question--title {
  transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.bg-campaign-form__question--input:focus + .bg-campaign-form__question--title, .bg-campaign-form__question--input:not(:placeholder-shown) + .bg-campaign-form__question--title {
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
  padding-left: 0;
  color: #fff;
}
.bg-campaign-form__question--textbox {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  padding: 0.5rem;
  height: 300px;
  width: 100%;
  margin-bottom: 1rem;
}
.bg-campaign-form__question--textbox-title {
  font-size: 1rem;
  padding-left: 0.56rem;
  color: #abadae;
  font-family: "Nunito", sans-serif;
  display: block;
  opacity: 1;
  -webkit-transform: translateY(-19.42rem);
          transform: translateY(-19.42rem);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bg-campaign-form__question--textbox::-webkit-input-placeholder {
  color: transparent;
}
.bg-campaign-form__question--textbox::-moz-placeholder {
  color: transparent;
}
.bg-campaign-form__question--textbox:-ms-input-placeholder {
  color: transparent;
}
.bg-campaign-form__question--textbox::-ms-input-placeholder {
  color: transparent;
}
.bg-campaign-form__question--textbox::placeholder {
  color: transparent;
}
.bg-campaign-form__question--textbox:focus + .bg-campaign-form__question--title {
  -webkit-transform: translateY(-21.6rem);
          transform: translateY(-21.6rem);
  padding-left: 0;
  color: #fff;
}
.bg-campaign-form__question--textbox:not(:-moz-placeholder-shown) + .bg-campaign-form__question--title {
  transform: translateY(-21.6rem);
  padding-left: 0;
  color: #fff;
}
.bg-campaign-form__question--textbox:not(:-ms-input-placeholder) + .bg-campaign-form__question--title {
  transform: translateY(-21.6rem);
  padding-left: 0;
  color: #fff;
}
.bg-campaign-form__question--textbox:not(:placeholder-shown) + .bg-campaign-form__question--title {
  -webkit-transform: translateY(-21.6rem);
          transform: translateY(-21.6rem);
  padding-left: 0;
  color: #fff;
}
.bg-campaign-form__question--select {
  margin-bottom: 0 !important;
  width: 100%;
  border-radius: 5px;
  border: none;
  min-height: 38px;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  margin-bottom: calc(22px + 0.75rem);
}
.bg-campaign-form__question--select option:disabled {
  color: #abadae;
}
.bg-campaign-form__question--submit {
  display: block;
  color: #ffffff;
  background-color: #e68500;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  border: none;
  width: 120px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: capitalize;
}
.bg-campaign-form__question--submit:hover {
  background-color: #ffffff;
  color: #e68500;
}
@media only screen and (max-width: 700px) {
  .bg-campaign-form__question--submit {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .bg-campaign-form__question--submit {
    margin: 0 auto;
    width: 170px;
  }
}
.bg-campaign-form__question--buttons {
  width: 100%;
}

.photo-gallery {
  list-style: none;
}
.photo-gallery__photo {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .photo-gallery {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 120px;
    grid-auto-flow: dense;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .photo-gallery .mini {
    grid-row: span 1;
    grid-column: span 1;
  }
  .photo-gallery .small {
    grid-row: span 2;
    grid-column: span 1;
  }
  .photo-gallery .medium {
    grid-row: span 3;
    grid-column: span 1;
  }
  .photo-gallery .large {
    grid-row: span 4;
    grid-column: span 1;
  }
  .photo-gallery .x-large {
    grid-row: span 5;
    grid-column: span 1;
  }
}
.photo-gallery__loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #00a1e2;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  margin: 0 auto;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.photo-gallery__load-more {
  padding: 1rem 0;
}
.photo-gallery__load-more--button {
  display: block;
  color: #ffffff;
  background-color: #e68500;
  padding: 0.5rem 2rem;
  border-radius: 5px;
  border: none;
  width: 150px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto;
}
.photo-gallery__load-more--button:hover {
  background-color: #ffffff;
  color: #e68500;
}
@media only screen and (max-width: 700px) {
  .photo-gallery__load-more--button {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .photo-gallery__load-more--button {
    margin: 0 auto;
    width: 170px;
  }
}

.gallery__toolbar {
  padding: 1rem 0;
  position: relative;
  min-height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .gallery__toolbar {
    min-height: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.gallery__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery__filter--dropdown {
  display: inline-block;
  color: #fff;
  background-color: #e68500;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin-left: 1rem;
  padding-right: 3.5rem;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.gallery__filter--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 250px;
}

.custom-error-boarder {
  border: 1px solid #F2FF42;
}

.custom-error {
  color: #F2FF42;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  display: block;
}

.floating-link {
  position: fixed;
  z-index: 105;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  white-space: nowrap;
  top: 4.7rem;
  left: 0;
  border-radius: 50%;
  height: 48px;
  width: 100%;
  text-decoration: none;
  color: #ffffff;
}

.floating-link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 61rem) {
  .floating-link {
    top: 250px;
    bottom: auto;
    width: auto;
    left: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .floating-link {
    top: 400px;
    height: 64px;
    width: auto;
  }
}
.floating-link__image {
  height: 100%;
  width: auto;
  background-color: #e68500;
  padding: 0.25rem 0.5rem;
}

@media only screen and (min-width: 61rem) {
  .floating-link__image {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1000px) {
  .floating-link__image {
    padding: 0.5rem 1rem;
  }
}
.floating-link__image-source {
  display: block;
  height: 100%;
  width: auto;
}

.floating-link__text {
  background-color: #e68500;
  display: block;
  font-weight: 300;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #ffffff;
  padding-right: 1rem;
  height: 100%;
  line-height: 48px;
  position: relative;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 61rem) {
  .floating-link__text {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -webkit-transition: width 0.3s ease-out, padding 0.2s ease-out;
    transition: width 0.3s ease-out, padding 0.2s ease-out;
    width: 100%;
    font-size: 2rem;
    line-height: 64px;
  }
  .floating-link__text--hidden {
    width: 0;
    font-size: 0;
    padding: 0;
  }
  .floating-link--hidden {
    -webkit-transform: translate(-200%);
    transform: translate(-200%);
  }
}
.rounded-button {
  display: block;
  color: #ffffff;
  background-color: #e68500;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  border: none;
  max-width: 130px;
  height: 36px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  pointer-events: all;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  font-weight: 800;
  font-style: italic;
  margin-left: 1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rounded-button:hover {
  background-color: #ffffff;
  color: #e68500;
}
.rounded-button:hover .cls-1 {
  fill: #e68500;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rounded-button svg {
  width: 100%;
  display: block;
  height: 100%;
}
.rounded-button--spacing {
  margin-top: 3rem;
}
@media only screen and (max-width: 700px) {
  .rounded-button--spacing {
    margin-bottom: 6rem;
  }
}
.rounded-button--abs {
  position: absolute;
  right: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 22px;
  z-index: 500;
}
@media only screen and (min-width: 1024px) {
  .rounded-button--abs {
    right: 30px;
    top: 2rem;
  }
}

.gallery-section {
  position: relative;
}
.gallery-section__title--float {
  -webkit-animation: float;
          animation: float;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (max-width: 700px) {
  .gallery-section__title--float {
    -webkit-animation: none;
            animation: none;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__title--float {
    -webkit-animation: none;
            animation: none;
  }
}
.gallery-section__image-title {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 700px) {
  .gallery-section__image-title {
    margin-bottom: 0;
    max-width: 200px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__image-title {
    margin-bottom: 0;
    max-width: 300px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.gallery-section__image-title--left {
  margin: 0;
  max-width: 600px;
}
@media only screen and (max-width: 700px) {
  .gallery-section__image-title--left {
    max-width: 340px;
    margin: 1.5rem auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__image-title--left {
    max-width: 400px;
    margin: 1.5rem auto;
  }
}
.gallery-section__image-title-source {
  width: 100%;
  height: auto;
}
.gallery-section__image-title--lg {
  max-width: 600px;
}
@media only screen and (max-width: 700px) {
  .gallery-section__image-title--lg {
    max-width: 300px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__image-title--lg {
    max-width: 400px;
  }
}
.gallery-section__container {
  max-width: 70%;
  margin: 0 auto;
  padding: 6rem 1rem;
}
@media only screen and (max-width: 700px) {
  .gallery-section__container {
    padding: 1rem;
    max-width: 100%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__container {
    max-width: 100%;
  }
}
.gallery-section__container--alt-blue {
  background-color: #73c0f9;
}
.gallery-section__container--bg {
  max-width: none;
  width: 100%;
}
.gallery-section__container--down {
  position: relative;
}
.gallery-section__container--mask {
  position: relative;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__container--mask {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.gallery-section__container--reduced-pad {
  padding-top: 0;
}
.gallery-section__container--flipper {
  max-width: none;
  padding-bottom: 15rem;
}
@media only screen and (max-width: 700px) {
  .gallery-section__container--flipper {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__container--flipper {
    padding-bottom: 0;
  }
}
.gallery-section__container--set {
  max-width: 64rem;
}
.gallery-section__content {
  color: #fff;
}
.gallery-section__content--gallery {
  position: relative;
  min-height: 680px;
  max-width: 58rem;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .gallery-section__content--gallery {
    min-height: 600px;
    width: 311px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__content--gallery {
    width: 670px;
    margin: 0 auto;
  }
}
.gallery-section__content--rel {
  position: relative;
}
.gallery-section__content--reduced-max {
  max-width: 50rem;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__content--welcome {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.gallery-section__content--sub-page {
  position: relative;
  min-height: 580px;
  max-width: 58rem;
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .gallery-section__content--sub-page {
    min-height: 500px;
    width: 311px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__content--sub-page {
    width: 670px;
    margin: 0 auto;
  }
}
.gallery-section__gallery-text {
  max-width: 28rem;
  padding-top: 1.5rem;
  padding-left: 2.5rem;
}
@media only screen and (max-width: 700px) {
  .gallery-section__gallery-text {
    padding-left: 0;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 700px) {
  .gallery-section {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.gallery-section__shape-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
@media only screen and (max-width: 700px) {
  .gallery-section__shape-top {
    top: 2px;
    min-width: 550px;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .gallery-section__shape-top {
    top: 2px;
    min-width: 550px;
  }
}

.sub-gallery {
  position: absolute;
}
.sub-gallery__1 {
  top: 12rem;
  left: 3rem;
  z-index: 15;
}
@media only screen and (max-width: 700px) {
  .sub-gallery__1 {
    top: 9.5rem;
    right: 14.5rem;
    z-index: 10;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .sub-gallery__1 {
    top: 12rem;
    left: 3rem;
    z-index: 15;
  }
}
.sub-gallery__2 {
  top: 1rem;
  left: 13.5rem;
  z-index: 20;
}
@media only screen and (max-width: 700px) {
  .sub-gallery__2 {
    top: 5rem;
    left: 6.5rem;
    z-index: 20;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .sub-gallery__2 {
    top: 2rem;
    left: 8.5rem;
    z-index: 20;
  }
}
.sub-gallery__3 {
  top: 4rem;
  right: 4rem;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .sub-gallery__3 {
    top: 11rem;
    right: 2rem;
    z-index: 20;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .sub-gallery__3 {
    top: 8rem;
    right: 11rem;
    z-index: 10;
  }
}
.sub-gallery__4 {
  top: 18rem;
  right: -4rem;
  z-index: 20;
}
@media only screen and (max-width: 700px) {
  .sub-gallery__4 {
    top: 3rem;
    right: 0;
    z-index: 15;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .sub-gallery__4 {
    top: 15rem;
    right: 4rem;
    z-index: 20;
  }
}
.sub-gallery__5 {
  top: 7rem;
  right: -5rem;
  z-index: 21;
}
@media only screen and (max-width: 700px) {
  .sub-gallery__5 {
    top: 8rem;
    left: 11rem;
    z-index: 16;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .sub-gallery__5 {
    top: 7rem;
    right: 3rem;
    z-index: 21;
  }
}
.sub-gallery__6 {
  top: 16rem;
  left: 0rem;
  z-index: 15;
}
@media only screen and (max-width: 700px) {
  .sub-gallery__6 {
    top: 23rem;
    left: 0rem;
    z-index: 15;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
  .sub-gallery__6 {
    top: 22rem;
    left: 2rem;
    z-index: 15;
  }
}/*# sourceMappingURL=style.min.css.map */

/* 10-02-2025 */
.section--top-pool + .link-cloud{
	height: auto;
}
.section--top-pool + .link-cloud .services__group{
	min-height: auto;
	height: 420px;
}
.section--top-pool + .link-cloud .contact-form--90{
	max-width: 70%;
}
.section--top-pool .link-cloud .services__group{
	min-height: 150px;
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
	.section--top-pool .link-cloud .services__group{
		height: 250px;
	}
}
@media only screen and (max-width: 700px) {
    .section--top-pool .link-cloud--mob {
        height: auto;
    }
}

/* Hero Section */
.hero {
  color: #fff;
  text-align: center;
  padding: 6rem 1rem 2rem;
  position: relative;
}
.hero::before{
  content: "";
  display: block;
  position: absolute;
  top: -7.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(43, 136, 250, 0) 0%, #2b88fa 33%, #07f 66%, rgba(0, 119, 255, 0) 100%);
	height: 20rem;
	width: 100%;
}
.hero-inner{
	position: relative;
	z-index: 2;
	max-width: 1100px;
  margin: auto;
  padding: 0 1rem
}
.hero h1 {
  font-size: 2.5rem;
  font-size: 2.5rem;
}
.hero p {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: white;
}
.hero-inner img{
	display: block;
	margin-top: 30px;
	border-radius: 12px;
	width: 100%;
}

/* Why People Love Swim Spas */
.why-sec {
  padding: 2rem 2rem 4rem;
  max-width: 1100px;
  margin: auto;
  position: relative;
}
.why-sec h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #fff;
}
.why-sec .columns{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.why-sec .column {
  background: rgba(0, 119, 255, 0.65);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.why-sec .column h3, .why-sec .column p{
	color: #fff;
}

/* FAQ / Benefits */
.faq-sec {
  padding: 2rem 2rem 4rem;
  max-width: 1100px;
  margin: auto;
  position: relative;
}
.faq-sec .row{
	align-items: center;
}
.faq-sec h2, .faq-sec p{
	color: #fff;
}
.faq-sec h2{
  margin-bottom: 1rem;
  font-size: 2rem;
}
.faq-sec a{
	color: #fff;
}
.faq-sec .home-gallery__1{
	top: 0;
	position: relative;
}
.faq-sec .rounded-image--lg {
    height: 100%;
    width: 100%;
    max-width: 480px;
}

/* Pricing Section */
.pricing {
  text-align: center;
  background: rgba(0, 119, 255, 0.65);
  color: white;
  padding: 3rem 2rem;
}
.pricing .inner-wrp{
	max-width: 900px;
  margin: auto;
  position: relative;
}
.pricing p {
  font-size: 1.25rem;
}

/* Form */
.form-section {
  padding: 3rem 2rem;
  text-align: center;
}
.form-section form {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-section input, textarea, button {
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.form-section button {
  background: #0077b6;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.form-section button:hover {
  background: #005f86;
}
@media only screen and (min-width: 700px) and (max-width: 1024px){
	.faq-sec .home-gallery__1 {
    right: 0;
	}
}

@media(max-width: 700px){
	.hero {
    padding: 4rem 1rem 2rem;
	}
	.hero-inner {
    padding: 0 0.5rem;
	}
	.hero h1 {
		font-size: 2rem;
	}
	.why-sec {
    padding: 2rem 1.5rem;
	}
	.why-sec .columns {
    grid-template-columns: 1fr;
	}
	.faq-sec {
    padding: 2rem 1.5rem;
	}
	.faq-sec .rounded-image--gallery--lg {
    width: 100%;
    max-width: 370px;
    height: 100%;
	}
	.faq-sec .home-gallery__1 {
	    left: 0;
	    right: 0;
	}
}
.promo-image-slider{
	position: relative;
	overflow: hidden;
}
.faq-sec img.squr-img{
    width: 100%;
    border-radius: 12px;
}
.faq-sec .cnt-wrp ul{
	padding-left: 20px;
    margin: 15px 0;
}
.faq-sec .cnt-wrp ul li{
	color: #fff;
}


/*hydropool title css*/
h1.header-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.header-2 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    z-index: 10;
}
@media (max-width: 767px){
  h1.header-title {
    padding-top: 50px;
  }
}


.swim-spas-sec{
  max-width: 1210px;
  margin: 0 auto;
  padding: 6rem 1.5rem 0;
}
.swim-spas-sec .model-list-title{
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}
.swim-spas-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
.swim-spas-sec + .swim-spas-sec .swim-spas-list{
  grid-template-columns: repeat(2, 1fr);
  max-width: 765px;
  margin: 0 auto;
}
.swim-spas-sec + .swim-spas-sec + .swim-spas-sec .swim-spas-list {
    grid-template-columns: 1fr;
    max-width: 360.66px;
}
.swim-spas-list li{
  list-style: none;
}
.swim-spas-list img.card_image {
    max-width: 100%;
    width: 100%;
}
.swim-spas-list button{
  background: transparent;
  border: none;
  padding: 0;
  outline: none !important;
}
.swim-spas-list .card_body{
  background: #fff;
  border-radius: 51.17px;
  box-shadow: 12.32px 14.21px 13.84px -1.9px #00000040;
  overflow: hidden;
  padding: 26px 15px 30px;
}
.swim-spas-list .card_title{
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.swim-spas-list .card_spec{
  padding: 20px 35px 0;
}
.swim-spas-list .card_spec p{
  color: #192944;
  margin-bottom: 3px;
  text-align: left;
  font-weight: 700;
  font-size: 1.3rem;
}

html:has(body.page-template-template-hydropool-swim-spas.modal-open) {
    overflow: hidden !important;
}
body.page-template-template-hydropool-swim-spas.modal-open {
    overflow: hidden !important;
}
body.page-template-template-hydropool-swim-spas .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
body.page-template-template-hydropool-swim-spas.modal-open .header {
    z-index: 9;
}
.swim-spas-sec .section__content,
.swim-spas-sec .section__text{
	z-index: unset !important;
}
.swim-spas-sec .modal-header button[type="button"]{
	cursor: pointer;
}
.swim-spas-sec .modal-dialog {
    width: 90%;
    max-width: 900px;
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
}
.swim-spas-sec .modal-dialog .modal-content{
  background: white;
  border-radius: 50px;
  padding: 50px;
  position: relative;
   height: auto;
}
.swim-spas-sec .modal-body{
  display: flex !important;
  flex-wrap: wrap;
}
.swim-spas-sec .modal-body .half{
  width: 50%;
}
.swim-spas-sec .modal-body .half:last-child{
  padding-left: 30px;
}
.swim-spas-sec .modal-body .card_title,
.swim-spas-sec .modal-body .card_desc p{
  color: #192944;
}
.swim-spas-sec button.close{
  position: absolute;
  right: 25px;
  top: 30px;
}
.swim-spas-sec button.close img{
  height: 30px;
}
.bottom-sec .broucher-btn {
    background: #F58220;
    border-radius: 64.3px;
    padding: 20px 40px;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 340px;
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 700;
}
 
@media (max-width: 1024px){
  .swim-spas-list{
  grid-template-columns: repeat(2, 1fr);
  max-width: 765px;
  margin: 0 auto;
 
  }
}
 
@media (max-width: 767px){
  .swim-spas-list{
    grid-template-columns: 1fr !important;
    max-width: 360.66px;
  }
  .swim-spas-list .card_spec {
    padding: 20px 25px 0;
  }
  .swim-spas-sec .modal-body .half {
    width: 100%;
  }
  .swim-spas-sec .modal-body .half:last-child {
    padding-left: 0;
  }
  .swim-spas-sec .modal-dialog .modal-content {
    padding: 70px 20px 40px;
  }
  .swim-spas-sec .modal-dialog {
    max-width: 92%;
    width: 100%;
  }
}

/*hydropool title css end*/

/*9-9-25 saunas start*/

body.page-template-template-saunas *{
  font-family: "Montserrat", sans-serif;
}
body.page-template-template-saunas header {
    background-color: rgba(0, 119, 255, 0.75);
}

body.page-template-template-saunas h1 , 
body.page-template-template-saunas h2 , 
body.page-template-template-saunas h3 , 
body.page-template-template-saunas h4 , 
body.page-template-template-saunas h5 , 
body.page-template-template-saunas h6  {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #192944;
}

body.page-template-template-saunas h1{
  font-size: 80px;
  line-height: 90px;
}
body.page-template-template-saunas h2{
  font-weight: 600;
  font-size: 70px;
  line-height: 86px;
  color: #fff;
}
body.page-template-template-saunas h3{
  font-size: 50px;
  line-height: 62px;
}
body.page-template-template-saunas h4{
  font-size: 36px;
  line-height: 100%;
}
body.page-template-template-saunas h5{
  font-size: 30px;
  line-height: 40px;
}
body.page-template-template-saunas h6{
  font-size: 24px;
  line-height: 34px;
}

body.page-template-template-saunas p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #192944;
}

body.page-template-template-saunas .small-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #005EA1;
}

body.page-template-template-saunas .swiper-button-prev, body.page-template-template-saunas .swiper-button-next{
  height: 140px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  outline: none;
}
body.page-template-template-saunas .swiper-button-prev::after, body.page-template-template-saunas .swiper-button-next::after {
  content: "";
  background: url(images/saunas/slider-prev.svg) no-repeat center;
  background-size: 46px;
  font-size: 0;
  height: 46px;
  width: 46px;
  transition: all 0.3s linear;
}
body.page-template-template-saunas .swiper-button-next::after{
  transform: rotateY(180deg);
}

body.page-template-template-saunas .swiper-button-prev:hover , body.page-template-template-saunas .swiper-button-next:hover{
  background-color: #0D71BA;
}
body.page-template-template-saunas .swiper-button-prev:hover::after , body.page-template-template-saunas .swiper-button-next:hover:after{
  filter: brightness(0) invert(1);
}

body.page-template-template-saunas .swiper-pagination-bullet{
  background-color: #005EA133;
  opacity: 1;
  margin: 0 20px !important;
  transition: all 0.3s linear;
}
body.page-template-template-saunas .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #005EA1CC;
  opacity: 1;
} 

.hero-sec {
    position: relative;
    padding: 245px 0 40px;
    text-align: center;
    z-index: 2;
}
.hero-sec img.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.hero-sec .container , .intro-sec .container , .sauna-types .container{
  max-width: 1864px;
}

section.hero-sec h1 {
  color: #fff;
  text-shadow: 2px 2px 4px  #0000001A;
  margin-bottom: 44px;
}
section.hero-sec h1 span {
  font-family: inherit;
  display: block;
}
section.hero-sec p.small-title {
  color: #fff;
}
.hero-sec .tabs-nav {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 58px 0 55px;
}
.hero-sec .tabs-nav .tab-btn {
  padding: 20px;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
  background-color: #73C0F9;
  border-radius: 0;
  flex: 1;
}
.hero-sec .tabs-nav .tab-btn.active {
    background-color: #F58220;
}

.hero-sec .tab-pane {
  display: none;
  padding: 0 180px;
  position: relative;
}
.hero-sec .tab-pane.active{
  display: block;
}
.hero-sec .tab-pane .swiper {
    overflow: hidden;
}

.hero-sec .tabs-content .sauna-card {
  padding: 20px;
  background-color: #F58220;
  text-align: left;
  position: relative;
  transition: all 0.3s linear;
}
.hero-sec .tabs-content .sauna-card img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.hero-sec .tabs-content .sauna-card h5 {
  color: #192944;
  margin-bottom: 10px;
}
.hero-sec .tabs-content .sauna-card .cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 0.3s linear;
  padding: 0 40px 20px;
}
.hero-sec .tabs-content .sauna-card:hover .cnt{
    opacity: 0;
}
.hero-sec .tabs-content .sauna-card .cnt .sauna-img {
  height: 100%;
  width: 100%;
  max-height: 190px;
}
.hero-sec .tabs-content .sauna-card img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  height: 100%;
}

.hero-sec .tabs-content .sauna-card .hvr-cnt {
  display: flex;
  flex-direction: column;
}
.hero-sec .tabs-content .sauna-card .hvr-cnt * {
    color: #fff;
}
.hero-sec .tabs-content .sauna-card .hvr-cnt h5 {
    margin-bottom: 20px;
}
.hero-sec .tabs-content .sauna-card .hvr-cnt span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  display: block;
}
.hero-sec .tabs-content .sauna-card .hvr-cnt span.type {
  margin-bottom: 48px;
  line-height: 28px;
  font-size: 20px;
}
.hero-sec .tab-pane .swiper-button-prev{
  left: 0;
  transform: translateY(-50%);
  margin: 0;
}
.hero-sec .tab-pane .swiper-button-next{
  right: 0;
  transform: translateY(-50%);
  margin: 0;
}
.hero-sec .tab-pane .outdoor-container {
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  gap: 40px;
}
.hero-sec .tab-pane .outdoor-swiper.mobile {
    display: none;
}

.intro-sec {
  padding: 40px 0 80px;
}
.intro-sec .half-col {
  max-width: 900px;   
  height: 100%;
}
.intro-sec .row>div:first-child .half-col{
  margin-right: auto;
  background-color: #F58220;
}
.intro-sec .row>div:last-child .half-col{
  margin-left: auto;
  background-color: #73C0F9;
}
.intro-sec .half-col img , .sauna-types .sauna-itm img{
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.intro-sec .half-col .cnt , .sauna-types .sauna-itm .cnt{
  padding: 20px 20px 40px;
}
.intro-sec .half-col .cnt * , .sauna-types .sauna-itm .cnt *{
  color: #fff;
}
.intro-sec .half-col h4 , .sauna-types .sauna-itm h4{
  margin-bottom: 30px;
}
.intro-sec .half-col h6 , .sauna-types .sauna-itm h6{
  margin-bottom: 10px;
}

.cta {
  padding: 120px 0;
  background-color: #73C0F9;
  position: relative;
}
.cta::after {
  content: "";
  position: absolute;
  background: url(images/saunas/cta-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 20%;
}
.cta .container , .video-cnt .container , .benefit-cards .container , .sauna-filter-sec .container , .installation .container{
  max-width: 1624px;
}
.cta .cta-wrp {
    position: relative;
    z-index: 1;
}
.cta h3 a{
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.cta h3 a::after {
  content: "";
  background: url(images/saunas/cross-arrow.svg) no-repeat center;
  background-size: contain;
  width: 56px;
  height: 56px;
  display: block;
  transition: all 0.3s linear;
}
.cta h3 a:hover::after {
  transform: translate(5px , -10px);
}

.cta:has(.small-title){
  background-color: #0D71BA;
}
.cta span.small-title {
  color: #fff;
  margin-bottom: 50px;
  display: block;
}

.video-cnt {
  padding: 150px 0 199px;
}
.video-cnt h2 {
  max-width: 1250px;
  margin: 0 auto 129px;
}
.video-cnt .left-wrp {
    max-width: 800px;
    margin-right: auto;
}
.video-cnt a.embedded-video {
    width: 100%;
    display: block;
    position: relative;
}
.video-cnt a.embedded-video img.vid-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.video-cnt a.embedded-video svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 140px;
    margin: auto;
}
.video-cnt .left-wrp h6 {
    text-align: center;
    background-color: #73C0F9;
    color: #fff;
    padding: 28px;
    margin: 0;
}
.video-cnt .right-wrp h5 {
    margin-bottom: 20px;
    color: #fff;
}
.video-cnt .right-wrp .cnt p{
    color: #fff;
}
.video-cnt .right-wrp .link-wrp {
    margin-top: 42px;
    display: flex;
    align-items: center;
    gap: 39px;
}
a.btn , a.link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s linear;
}
a.btn {
    color: #fff;
    background-color: #F58220;
    padding: 8px 30px;
    border-radius: 23px;
    outline: none;
    border: 1px solid transparent;
}
a.btn:hover{
  background-color: #fff;
  color: #F58220;
  border-color: #F58220;
}
a.link{
  color: #005EA1;
  padding-right: 28px;
  background: url(images/saunas/read-more-icon.svg) no-repeat right 3px center;
  background-size: 12px;
}
a.link:hover {
    background-position: right 0px center;
}

.sauna-types {
    padding: 40px 0;
}
.sauna-types .swiper.sauna-type-slider {
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}
.sauna-types .swiper-pagination{
  bottom: 25px;
}
.sauna-types .swiper-slide {
    height: auto;
}
.sauna-types .sauna-itm{
  background-color: #73C0F9;
  transition: all 0.3s linear;
  height: 100%;
}
.sauna-types .sauna-itm:hover{
  background-color: #F58220;
}

.benefit-cards {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}
.benefit-cards img.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.benefit-cards .tabs {
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 100px;
  max-width: 850px;
  max-width: 1075px;
  margin: 0 auto 164px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.benefit-cards .tabs span.small-title {
  flex: 1;
}
.benefit-cards .tabs .btn-tab {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  color: #192944;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px 22px;
  border-radius: 100px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.benefit-cards .tabs .btn-tab.active{
  background-color: #F58220;
  color: #fff;
}
.benefit-cards .boxes-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 36px;
  align-items: start;
}
.benefit-cards .boxes-grid .box {
  background-color: #005EA1;
  padding: 60px 40px;
  min-height: 290px;
  max-width: 372px;
  transition: all 0.3s linear;
}
.benefit-cards .boxes-grid .box:nth-child(even) {
    margin-top: 290px;
    margin-top: 100%;
}
.benefit-cards .boxes-grid .box.active{
  background-color: #F58220;
}
.benefit-cards .boxes-grid .box *{
  color: #fff;
}
.benefit-cards .boxes-grid .box h4 {
    margin-bottom: 40px;
}

.benefit-sec .swiper_wrap {
    position: relative;
}
.benefit-sec .swiper-button-prev {
  left: 40px;
  margin: 0;
  top: auto;
  bottom: 235px;
}
.benefit-sec .swiper-button-next {
  right: 40px;
  margin: 0;
  top: auto;
  bottom: 235px;
}
.benefit-sec .slide-wrp {
  position: relative;
  min-height: 1023px;
  padding: 80px 0;
  display: flex;
  align-items: flex-end;
}
.benefit-sec img.bg-img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.benefit-sec .slide-wrp .cnt-wrp {
  background-color: #F58220;
  padding: 40px 40px 60px;
  max-width: 800px;
  margin-right: auto;
}
.benefit-sec .slide-wrp .cnt-wrp *{
  color: #fff;
}
.benefit-sec .slide-wrp .cnt-wrp h6 {
    margin: 40px 0;
}

.sauna-filter-sec {
    padding: 100px 0 127px;
}
.sauna-filter-sec .filter-wrp {
    max-width: 637.13px;
    margin: 0 auto;
    text-align: center;
}
.sauna-filter-sec .filter-wrp p.small-title {
    margin-bottom: 40px;
    color: #fff;
}
.sauna-filter-sec .filter-wrp form {
    display: flex;
    align-items: center;
    background-color: #0D71BA;
    border-radius: 100px;
    padding: 20px 40px;
    gap: 22px;
}
.sauna-filter-sec .filter-wrp form .filter-dd {
    display: flex;
    align-items: center;
}
.sauna-filter-sec .filter-wrp form .filter-dd label , .sauna-filter-sec .filter-wrp form .filter-dd select{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18.2px;
    letter-spacing: 0;
    color: #fff;
}
.sauna-filter-sec .filter-wrp form .filter-dd select {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    padding-right: 21px;
    -webkit-appearance: none;
       -moz-appearance: none;
           appearance: none;
    background-image: url(images/saunas/select-icon.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: right 0 center;
    width: 40px;
    margin-left: 5px;
}
.sauna-filter-sec .filter-wrp form .filter-dd select option {
    color: #192944;
}

.sauna-filter-sec .sauna-list-wrap {
  display: grid;
  grid-template-columns: repeat(4 , 1fr);
  column-gap: 40px;
  row-gap: 60px;
  margin-top: 74px;
}
.sauna-filter-sec .sauna-list-wrap .sauna-card{
  background: #fff;
  border-radius: 51.17px;
}
.sauna-filter-sec .sauna-list-wrap .sauna-card .sauna-thumb img{
  display: block;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.sauna-filter-sec .sauna-list-wrap .sauna-card .cnt-wrp {
    padding: 4px 40px 10px;
}
.sauna-filter-sec .sauna-list-wrap .sauna-card img.sauna-logo {
    display: block;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.sauna-filter-sec .sauna-list-wrap .sauna-card h5{
  margin-bottom: 20px;
}
.sauna-specs p {
    font-weight: 400 !important;
}
.sauna-filter-sec .sauna-list-wrap .sauna-card .sauna-specs p:not(:first-child) {
    font-size: 16px;
    line-height: 24px;
}

.installation {
    padding: 100px 0 131px;
}
.installation .small-title{
  color: #fff !important;
}
.installation h5 {
    margin: 50px 0 10px;
    color: #fff !important;
}
.installation .small-text{
  color: #fff;
}
.installation .process-wrp {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    gap: 40px;
    margin-top: 50px;
}
.installation .process-wrp .process .imgwrp{
  position: relative;
  z-index: 1;
}
.installation .process-wrp .process .imgwrp img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    min-height: 250px;
}
.installation .process-wrp .process span {
  background-color: #73C0F9;
  padding: 20px;
  width: 66.5px;
  height: 66.5px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 19px;
  right: 20px;
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 34px;
}
.installation .process-wrp .process .cnt {
  background-color: #F58220;
  padding: 10px 25px;
  text-align: center;
  transition: all 0.6s linear;
  transform: translateY(-100%);
  opacity: 0;
}
.installation .process-wrp .process .cnt *{
  color: #fff;
}
.installation .process-wrp .process:hover .cnt{
  transform: translateY(0);
  opacity: 1;
}

/*responsive css*/

@media(max-width: 1899px){
  .hero-sec .container, .intro-sec .container, .sauna-types .container {
    max-width: 97%;
  }

}

@media(max-width: 1799px){
  .hero-sec .tabs-nav .tab-btn {
    font-size: 34px;
  }
  .hero-sec .tab-pane {
    padding: 0 140px;
  }
  .hero-sec .tabs-content .sauna-card .cnt {
    padding: 0 30px 20px;
  }
  body.page-template-template-saunas .swiper-button-prev, body.page-template-template-saunas .swiper-button-next {
    height: 120px;
    width: 120px;
  }
}

@media(max-width: 1699px){

  .cta .container, .video-cnt .container, .benefit-cards .container, .sauna-filter-sec .container, .installation .container {
    max-width: 97%;
  }
  .hero-sec .tabs-nav .tab-btn {
    font-size: 32px;
  }
  .benefit-sec .slide-wrp .container {
    max-width: 76%;
  }

}

@media(max-width: 1599px){

  .hero-sec .tabs-nav .tab-btn {
    font-size: 28px;
  }
  .hero-sec .tab-pane .outdoor-container {
    grid-template-columns: repeat(3 , 1fr);
    gap: 30px;
  }

}

@media(max-width: 1499px){

  body.page-template-template-saunas h1 {
    font-size: 70px;
    line-height: 80px;
  }
  body.page-template-template-saunas h2 {
    font-size: 60px;
    line-height: 76px;
  }
  body.page-template-template-saunas h3 {
    font-size: 45px;
    line-height: 55px;
  }
  body.page-template-template-saunas h4 {
    font-size: 34px;
  }
  .benefit-cards .boxes-grid {
    gap: 20px;
  }
  .benefit-cards .boxes-grid .box h4 {
    margin-bottom: 30px;
  }
  .benefit-cards .boxes-grid .box {
    padding: 50px 30px;
  }
  .benefit-sec .swiper-button-prev {
    left: 30px;
  }
  .benefit-sec .swiper-button-next {
    right: 30px;
  }

}

@media(max-width: 1399px){

  .hero-sec .tabs-nav {
    gap: 20px;
  }
  .hero-sec .tabs-nav .tab-btn {
    font-size: 26px;
  }
  body.page-template-template-saunas .swiper-button-prev, body.page-template-template-saunas .swiper-button-next {
    height: 90px;
    width: 90px;
  }
  body.page-template-template-saunas .swiper-button-prev::after, body.page-template-template-saunas .swiper-button-next::after {
    background-size: 35px;
  }
  .hero-sec .tab-pane {
    padding: 0 120px;
  }
  .video-cnt {
    padding: 110px 0 110px;
  }

}

@media(max-width: 1299px){

  body.page-template-template-saunas h1 {
    font-size: 60px;
    line-height: 70px;
  }
  body.page-template-template-saunas h2 {
    font-size: 50px;
    line-height: 66px;
  }
  body.page-template-template-saunas h3 {
    font-size: 42px;
    line-height: 52px;
  }
  body.page-template-template-saunas h4 {
    font-size: 32px;
  }
  body.page-template-template-saunas h5 {
    font-size: 28px;
  }
  .hero-sec .tabs-nav {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .hero-sec .tabs-nav .tab-btn {
    font-size: 25px;
    width: max-content;
    flex: auto;
    min-width: max-content;
  }
  .benefit-cards .boxes-grid .box {
    padding: 40px 20px;
  }
  .benefit-cards .boxes-grid .box p {
    font-size: 18px;
  }
  .benefit-cards .boxes-grid .box h4 {
    margin-bottom: 20px;
  }
  .sauna-filter-sec {
    padding: 80px 0 ;
  }
  .sauna-filter-sec .sauna-list-wrap {
    column-gap: 30px;
    row-gap: 40px;
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
  .benefit-sec .slide-wrp {
    min-height: 950px;
  }
  .installation {
    padding: 80px 0 70px;
  }
  .cta {
    padding: 90px 0;
  }

}

@media(max-width: 1199px){

  .hero-sec .tab-pane {
    padding: 0 100px;
  }
  .hero-sec .tab-pane .outdoor-container {
    grid-template-columns: repeat(2 , 1fr);
    gap: 30px;
  }
  .video-cnt {
    padding: 100px 0 60px;
  }
  .video-cnt h2 {
    margin-bottom: 50px;
  }
  .video-cnt .row>div {
    width: 100%;
  }
  .video-cnt .left-wrp {
    max-width: 100%;
    margin: 0 0 40px;
  }
  .benefit-cards .boxes-grid {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit-cards .boxes-grid .box:nth-child(even) {
    margin-top: 0;
  }
  .benefit-cards .boxes-grid .box {
    padding: 40px 25px;
    margin: 0 auto;
  }
  .benefit-cards .tabs {
    margin-bottom: 100px;
  }
  .benefit-sec .slide-wrp {
    min-height: 820px;
  }
  .installation h5 {
    margin: 30px 0 10px;
  }
  .installation .process-wrp {
    gap: 20px;
  }
  .cta span.small-title {
    margin-bottom: 30px;
  }
  .benefit-sec .slide-wrp .cnt-wrp h6 {
    margin: 30px 0;
  }

}

@media(max-width: 991px){

  body.page-template-template-saunas h1 {
    font-size: 55px;
    line-height: 65px;
  }
  body.page-template-template-saunas h2 {
    font-size: 46px;
    line-height: 62px;
  }
  body.page-template-template-saunas h3 {
    font-size: 40px;
    line-height: 50px;
  }
  body.page-template-template-saunas h4 {
    font-size: 30px;
  }

  body.page-template-template-saunas .swiper-button-prev, body.page-template-template-saunas .swiper-button-next {
    height: 70px;
    width: 70px;
  }
  body.page-template-template-saunas .swiper-button-prev::after, body.page-template-template-saunas .swiper-button-next::after {
    background-size: 25px;
  }
  .hero-sec .tab-pane {
    padding: 0 80px;
  }
  .hero-sec {
    padding: 190px 0 40px;
  }
  .benefit-cards .tabs {
    margin-bottom: 80px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    row-gap: 15px;
    column-gap: 12px;
  }
  .benefit-cards .tabs span.small-title {
    min-width: 100%;
  }
  .sauna-filter-sec .filter-wrp p.small-title {
    margin-bottom: 30px;
  }
  .sauna-filter-sec .sauna-list-wrap {
    grid-template-columns: repeat(2 , 1fr);
  }
  .benefit-sec .slide-wrp {
    min-height: 780px;
    padding: 40px 0;
  }
  .benefit-sec .slide-wrp .cnt-wrp {
    padding: 30px 25px 40px;
  }
  .benefit-sec .swiper-button-prev {
    left: 15px;
  }
  .benefit-sec .swiper-button-next {
    right: 15px;
  }
  .installation .process-wrp {
    grid-template-columns: repeat(2 , 1fr);
  }

}

@media(max-width: 767px){

  .hero-sec .container, .intro-sec .container, .sauna-types .container , .cta .container, .video-cnt .container, .benefit-cards .container, .sauna-filter-sec .container, .installation .container , .benefit-sec .slide-wrp .container{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-template-saunas h1 {
    font-size: 48px;
    line-height: 57px;
  }
  body.page-template-template-saunas h2 {
    font-size: 40px;
    line-height: 50px;
  }
  body.page-template-template-saunas h3 {
    font-size: 36px;
    line-height: 46px;
  }
  body.page-template-template-saunas h4 {
    font-size: 28px;
  }
  body.page-template-template-saunas h5 {
    font-size: 26px;
    line-height: 30px;
  }
  body.page-template-template-saunas h6 {
    font-size: 22px;
    line-height: 32px;
  }
  body.page-template-template-saunas p {
    font-size: 18px;
    line-height: 28px;
  }
  body.page-template-template-saunas .swiper-button-prev, body.page-template-template-saunas .swiper-button-next {
    height: 60px;
    width: 60px;
  }
  body.page-template-template-saunas .swiper-button-prev::after, body.page-template-template-saunas .swiper-button-next::after {
    background-size: 20px;
    width: 40px;
    height: 40px;
  }
  body.page-template-template-saunas .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
  .hero-sec {
    padding: 150px 0 120px;
  }
  .hero-sec .tabs-nav .tab-btn {
    font-size: 22px;
  }
  section.hero-sec h1 {
    margin-bottom: 25px;
  }
  .hero-sec .tabs-nav {
    gap: 15px;
    margin: 40px 0;
  }
  .hero-sec .tab-pane {
    padding: 0;
  }
  .hero-sec .tab-pane .swiper-button-next , .hero-sec .tab-pane .swiper-button-prev{
    bottom: -20px;
    top: auto;
    transform: translateY(100%);
  }
  .hero-sec .tab-pane .swiper-button-next , .benefit-sec .swiper-button-next{
    right: calc(50% - 70px);
  }
  .hero-sec .tab-pane .swiper-button-prev , .benefit-sec .swiper-button-prev{
    left : calc(50% - 70px);
  }
  .hero-sec .tab-pane .outdoor-container.desktop {
    display: none;
  }
  .hero-sec .tab-pane .outdoor-swiper.mobile {
    display: block;
  }
  .intro-sec {
    padding: 40px 0 60px;
  }
  .intro-sec .row>div {
    width: 100%;
  }
  .intro-sec .half-col {
    max-width: 100%;
    height: auto;
  }
  .intro-sec .row>div:last-child .half-col {
    margin-top: 30px;
  }
  .intro-sec .half-col h4, .sauna-types .sauna-itm h4 {
    margin-bottom: 15px;
  }
  .intro-sec .half-col h6, .sauna-types .sauna-itm h6 {
    margin-bottom: 6px;
  }
  .cta {
    padding: 60px 0;
  }
  .video-cnt {
    padding: 60px 0 30px;
  }
  .video-cnt h2 {
    margin-bottom: 40px;
  }
  .video-cnt a.embedded-video svg {
    width: 100px;
    height: 100px;
  }
  .video-cnt .left-wrp h6 {
    padding: 18px 15px;
  }
  .video-cnt .right-wrp h5 {
    margin-bottom: 15px;
  }
  .video-cnt .right-wrp .link-wrp {
    gap: 20px;
    flex-direction: column;
    margin-top: 30px;
  }
  a.btn {
    width: 100%;
  }
  .sauna-types .swiper.sauna-type-slider {
    padding-bottom: 60px;
  }
  .sauna-types .swiper-pagination {
    bottom: 15px;
  }
  .sauna-types {
    padding: 30px 0 20px;
  }
  .benefit-cards {
    padding: 60px 0;
  }
  .benefit-cards .tabs {
    padding: 20px;
    column-gap: 10px;
    margin-bottom: 40px;
    border-radius: 30px;
  }
  .benefit-cards .tabs .btn-tab {
    width: calc(50% - 10px);
  }
  .benefit-cards .boxes-grid {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .benefit-cards .boxes-grid .box {
    padding: 40px 25px;
    min-height: auto;
  } 
  .sauna-filter-sec {
    padding: 60px 0;
  }
  .sauna-filter-sec .filter-wrp form {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    border-radius: 30px;
    gap: 20px;
  }
  .sauna-filter-sec .filter-wrp p.small-title {
    margin-bottom: 15px;
  }
  .sauna-filter-sec .sauna-list-wrap {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 20px;
  }
  .benefit-sec .swiper-button-next , .benefit-sec .swiper-button-prev{
    bottom: 30px;
  }
  .benefit-sec .slide-wrp {
    padding-bottom: 120px;
  }
  .installation {
    padding: 60px 0;
  }
  section.installation h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .installation h5 {
    margin: 15px 0 10px;
  }
  .installation .process-wrp {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 25px;
  }
  .installation .process-wrp .process .cnt {
    opacity: 1;
    transform: translateY(0);
  }
  .cta span.small-title {
    margin-bottom: 15px;
  }

}
/* saunas page responsive end*/