/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* Import Vendors.
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/**
* Import Helpers.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _variables - Small.
*/
/**
* _variables - Medium.
*/
/**
* _variables - Large.
*/
/**
* _variables - XL.
*/
/**
* _variables - XXL.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _colours - Small.
*/
/**
* _colours - Medium.
*/
/**
* _colours - Large.
*/
/**
* _colours - XL.
*/
/**
* _colours - XXL.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _fonts - Small.
*/
@font-face {
  font-family: "Magnat Head";
  src: url("../fonts/Magnat-HeadRegular.eot");
  src: url("../fonts/Magnat-HeadRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Magnat-HeadRegular.woff2") format("woff2"), url("../fonts/Magnat-HeadRegular.woff") format("woff"), url("../fonts/Magnat-HeadRegular.ttf") format("truetype"), url("../fonts/Magnat-HeadRegular.svg#Magnat-HeadRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  margin: 0;
  font-family: "Magnat Head";
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 38px;
}

h2 {
  margin: 0;
  font-family: "Magnat Head";
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}

h3 {
  margin: 0;
  font-family: "Magnat Head";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
  font-family: "Magnat Head";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
}

h6 {
  margin: 0;
  font-family: "Magnat Head";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 12px;
}

p, address, label {
  margin: 0rem 0rem 1rem 0rem;
  font-family: "Magnat Head";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}

/**
* _fonts - Medium.
*/
@media screen and (min-width: 640px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
/**
* _fonts - Large.
*/
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 44px;
    line-height: 54px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
/**
* _fonts - XL.
*/
/**
* _fonts - XXL.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _cookie-policy - Small.
*/
.cookie-policy {
  width: calc(100% - 1.25rem);
  max-width: 444px;
  padding: 0.625rem;
  left: 0.625rem;
  bottom: 0.625rem;
  position: fixed;
  background-color: #D1B088;
  box-shadow: 3px 3px 12px rgba(10, 10, 10, 0.2);
  z-index: 1;
}
.cookie-policy img {
  width: 100%;
  height: auto;
  display: block;
}
.cookie-policy p {
  color: #FEFEFE !important;
}
.cookie-policy p a {
  display: inline-block;
  color: rgba(254, 254, 254, 0.6) !important;
}
.cookie-policy p a:before {
  background-color: rgba(254, 254, 254, 0.5);
}
.cookie-policy p a:after {
  background-color: #fefefe;
}
.cookie-policy p:last-of-type {
  margin: 0;
}
.cookie-policy .cookie-policy-close {
  padding: 0;
  margin: 2rem 0rem 0rem 0rem;
  display: inline-block;
  color: #FEFEFE;
  font-family: "Magnat Head";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  text-decoration: underline;
  cursor: pointer;
}

/**
* _cookie-policy - Medium.
*/
@media screen and (min-width: 640px) {
  .cookie-policy {
    width: calc(100% - 1.875rem);
    padding: 0.9375rem;
    left: 0.9375rem;
    bottom: 0.9375rem;
  }
}
/**
* _cookie-policy - Large.
*/
/**
* _cookie-policy - XL.
*/
/**
* _cookie-policy - XXL.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _mixins - Small.
*/
/* Clearfix. */
/* Pseudo (when using :before and :after you'll always need these three, so we're saving two lines of code every time you use this). */
/*.example {
	&:before {
		@include pseudo;
	}
}*/
/* Truncate. */
/* Responsive Ratio. */
/* Give Placeholder Text a Custom Colour. */
/* Hardware Acceleration. */
/**
* _mixins - Medium.
*/
/**
* _mixins - Large.
*/
/**
* _mixins - XL.
*/
/**
* _mixins - XXL.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _classes - Small.
*/
/* General Classes. */
#skip-navigation-link a {
  width: 1px;
  height: 1px;
  top: auto;
  left: -10000px;
  position: absolute;
  overflow: hidden;
}
#skip-navigation-link a:focus {
  width: auto;
  height: auto;
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.background-colour_white {
  background-color: #FEFEFE;
}

.background-colour_company-gold {
  background-color: #D1B088;
}

.background-colour_company-gold-light {
  background-color: #F8F3ED;
}

.background-colour_company-gold-light-rgba {
  background-color: rgba(209, 176, 136, 0.15);
}

.background-colour_company-grey {
  background-color: #39434E;
}

.hide-overflow {
  overflow: hidden;
}

/* Padding Classes. */
.padding-top {
  padding-top: 60px;
}

.padding-bottom {
  padding-bottom: 60px;
}

/* Margin Classes. */
.margin-top {
  margin-top: 60px;
}

.margin-bottom {
  margin-bottom: 60px;
}

/* Element Alignment Classes. */
.ilimitado-studio_flex-sm {
  display: flex;
  flex-direction: row;
}

.ilimitado-studio_flex-hs-sm {
  justify-content: flex-start;
}

.ilimitado-studio_flex-hc-sm {
  justify-content: center;
}

.ilimitado-studio_flex-he-sm {
  justify-content: flex-end;
}

.ilimitado-studio_flex-vt-sm {
  align-items: flex-start;
}

.ilimitado-studio_flex-vc-sm {
  align-items: center;
}

.ilimitado-studio_flex-vb-sm {
  align-items: flex-end;
}

.ilimitado-studio_flex-alt-sm {
  display: flex;
  flex-direction: column;
}

.ilimitado-studio_flex-alt-hs-sm {
  align-items: flex-start;
}

.ilimitado-studio_flex-alt-hc-sm {
  align-items: center;
}

.ilimitado-studio_flex-alt-he-sm {
  align-items: flex-end;
}

.ilimitado-studio_flex-alt-vt-sm {
  justify-content: flex-start;
}

.ilimitado-studio_flex-alt-vc-sm {
  justify-content: center;
}

.ilimitado-studio_flex-alt-vb-sm {
  justify-content: flex-end;
}

/* Text Alignment Classes. */
.text-left-sm {
  text-align: left;
}

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

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

/* Hide/Show Classes. */
.hide-for-xl {
  display: inline-block;
}

.hide-for-xxl {
  display: inline-block;
}

.show-for-xl {
  display: none;
}

.show-for-xxl {
  display: none;
}

/**
* _classes - Medium.
*/
@media screen and (min-width: 640px) {
  /* Padding Classes. */
  .padding-top {
    padding-top: 90px;
  }
  .padding-bottom {
    padding-bottom: 90px;
  }
  /* Margin Classes. */
  .margin-top {
    margin-top: 90px;
  }
  .margin-bottom {
    margin-bottom: 90px;
  }
  /* Element Alignment Classes. */
  .ilimitado-studio_flex-md {
    display: flex;
    flex-direction: row;
  }
  .ilimitado-studio_flex-hs-md {
    justify-content: flex-start;
  }
  .ilimitado-studio_flex-hc-md {
    justify-content: center;
  }
  .ilimitado-studio_flex-he-md {
    justify-content: flex-end;
  }
  .ilimitado-studio_flex-vt-md {
    align-items: flex-start;
  }
  .ilimitado-studio_flex-vc-md {
    align-items: center;
  }
  .ilimitado-studio_flex-vb-md {
    align-items: flex-end;
  }
  .ilimitado-studio_flex-alt-md {
    display: flex;
    flex-direction: column;
  }
  .ilimitado-studio_flex-alt-hs-md {
    align-items: flex-start;
  }
  .ilimitado-studio_flex-alt-hc-md {
    align-items: center;
  }
  .ilimitado-studio_flex-alt-he-md {
    align-items: flex-end;
  }
  .ilimitado-studio_flex-alt-vt-md {
    justify-content: flex-start;
  }
  .ilimitado-studio_flex-alt-vc-md {
    justify-content: center;
  }
  .ilimitado-studio_flex-alt-vb-md {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  /* Hide/Show Classes. */
}
/**
* _classes - Large.
*/
@media screen and (min-width: 1024px) {
  /* Padding Classes. */
  .padding-top {
    padding-top: 120px;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }
  /* Margin Classes. */
  .margin-top {
    margin-top: 120px;
  }
  .margin-bottom {
    margin-bottom: 120px;
  }
  /* Element Alignment Classes. */
  .ilimitado-studio_flex-lg {
    display: flex;
    flex-direction: row;
  }
  .ilimitado-studio_flex-hs-lg {
    justify-content: flex-start;
  }
  .ilimitado-studio_flex-hc-lg {
    justify-content: center;
  }
  .ilimitado-studio_flex-he-lg {
    justify-content: flex-end;
  }
  .ilimitado-studio_flex-vt-lg {
    align-items: flex-start;
  }
  .ilimitado-studio_flex-vc-lg {
    align-items: center;
  }
  .ilimitado-studio_flex-vb-lg {
    align-items: flex-end;
  }
  .ilimitado-studio_flex-alt-lg {
    display: flex;
    flex-direction: column;
  }
  .ilimitado-studio_flex-alt-hs-lg {
    align-items: flex-start;
  }
  .ilimitado-studio_flex-alt-hc-lg {
    align-items: center;
  }
  .ilimitado-studio_flex-alt-he-lg {
    align-items: flex-end;
  }
  .ilimitado-studio_flex-alt-vt-lg {
    justify-content: flex-start;
  }
  .ilimitado-studio_flex-alt-vc-lg {
    justify-content: center;
  }
  .ilimitado-studio_flex-alt-vb-lg {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  /* Hide/Show Classes. */
}
/**
* _classes - XL.
*/
@media screen and (min-width: 1200px) {
  /* Element Alignment Classes. */
  .ilimitado-studio_flex-xl {
    display: flex;
    flex-direction: row;
  }
  .ilimitado-studio_flex-hs-xl {
    justify-content: flex-start;
  }
  .ilimitado-studio_flex-hc-xl {
    justify-content: center;
  }
  .ilimitado-studio_flex-he-xl {
    justify-content: flex-end;
  }
  .ilimitado-studio_flex-vt-xl {
    align-items: flex-start;
  }
  .ilimitado-studio_flex-vc-xl {
    align-items: center;
  }
  .ilimitado-studio_flex-vb-xl {
    align-items: flex-end;
  }
  .ilimitado-studio_flex-alt-xl {
    display: flex;
    flex-direction: column;
  }
  .ilimitado-studio_flex-alt-hs-xl {
    align-items: flex-start;
  }
  .ilimitado-studio_flex-alt-hc-xl {
    align-items: center;
  }
  .ilimitado-studio_flex-alt-he-xl {
    align-items: flex-end;
  }
  .ilimitado-studio_flex-alt-vt-xl {
    justify-content: flex-start;
  }
  .ilimitado-studio_flex-alt-vc-xl {
    justify-content: center;
  }
  .ilimitado-studio_flex-alt-vb-xl {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-xl {
    text-align: left;
  }
  .text-center-xl {
    text-align: center;
  }
  .text-right-xl {
    text-align: right;
  }
  /* Hide/Show Classes. */
  .hide-for-xl {
    display: none;
  }
  .show-for-xl {
    display: inline-block;
  }
}
/**
* _classes - XXL.
*/
@media screen and (min-width: 1440px) {
  /* Element Alignment Classes. */
  .ilimitado-studio_flex-xxl {
    display: flex;
    flex-direction: row;
  }
  .ilimitado-studio_flex-hs-xxl {
    justify-content: flex-start;
  }
  .ilimitado-studio_flex-hc-xxl {
    justify-content: center;
  }
  .ilimitado-studio_flex-he-xxl {
    justify-content: flex-end;
  }
  .ilimitado-studio_flex-vt-xxl {
    align-items: flex-start;
  }
  .ilimitado-studio_flex-vc-xxl {
    align-items: center;
  }
  .ilimitado-studio_flex-vb-xxl {
    align-items: flex-end;
  }
  .ilimitado-studio_flex-alt-xxl {
    display: flex;
    flex-direction: column;
  }
  .ilimitado-studio_flex-alt-hs-xxl {
    align-items: flex-start;
  }
  .ilimitado-studio_flex-alt-hc-xxl {
    align-items: center;
  }
  .ilimitado-studio_flex-alt-he-xxl {
    align-items: flex-end;
  }
  .ilimitado-studio_flex-alt-vt-xxl {
    justify-content: flex-start;
  }
  .ilimitado-studio_flex-alt-vc-xxl {
    justify-content: center;
  }
  .ilimitado-studio_flex-alt-vb-xxl {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-xxl {
    text-align: left;
  }
  .text-center-xxl {
    text-align: center;
  }
  .text-right-xxl {
    text-align: right;
  }
  /* Hide/Show Classes. */
  .hide-for-xxl {
    display: none;
  }
  .show-for-xxl {
    display: inline-block;
  }
}
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _effects - Small.
*/
/* Links. */
.text-link {
  padding: 0;
  position: relative;
  display: inline-block;
  font-family: "Magnat Head";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.text-link:before, .text-link:after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.text-link:before {
  background-color: rgba(209, 176, 136, 0.5);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.text-link:after {
  background-color: #d1b088;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

/* Buttons. */
.materialize-button {
  width: auto;
  min-width: 150px;
  height: 50px;
  padding: 0rem 1rem 0rem 1rem;
  position: relative;
  display: inline-block;
  background-color: #39434E;
  border-radius: 0;
  box-shadow: 0px 0px 0px rgba(10, 10, 10, 0);
  color: #FEFEFE !important;
  font-family: "Magnat Head";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.materialize-button span.ripple {
  transform: scale(0.2);
  position: absolute;
  background-color: rgba(254, 254, 254, 0.2);
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: ripple 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.materialize-button.white {
  background-color: #FEFEFE;
  color: #D1B088 !important;
}
.materialize-button.white span.ripple {
  background-color: rgba(10, 10, 10, 0.2);
}
.materialize-button.gold {
  background-color: #D1B088;
  color: #FEFEFE !important;
}
.materialize-button.gold span.ripple {
  background-color: rgba(10, 10, 10, 0.2);
}

@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
/* Wow. */
.wow {
  visibility: hidden;
}

.fadeIn {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInX {
  animation-name: flipInX;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInY {
  animation-name: flipInY;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.zoomOut {
  animation-name: zoomOut;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

/* AJAX (Page Transition). */
.wrapper .wrapper-inner {
  opacity: 1;
  transition: 0.8s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.wrapper.animate .wrapper-inner {
  opacity: 0;
}

/**
* _effects - Medium.
*/
/**
* _effects - Large.
*/
@media screen and (min-width: 1024px) {
  /* Links. */
  .text-link:hover:before, .text-link:hover:after {
    width: 100%;
    left: 0;
  }
  /* Buttons. */
  .materialize-button:hover {
    box-shadow: 3px 3px 12px rgba(10, 10, 10, 0.2);
  }
}
/**
* _effects - XL.
*/
/**
* _effects - XXL.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*
* Example Checkbox Text: By selecting this box you agree for us to contact you using the information provided above and to everything outlined in our Privacy Policy.
*
*/
/**
* _forms - Small.
*/
.frm_forms form .frm_form_fields fieldset {
  padding: 0 !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0rem 0rem 0.625rem 0rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field label {
  color: #39434E;
  font-family: "Magnat Head";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 50px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  background-color: transparent;
  border: 1px solid rgba(57, 67, 78, 0.1);
  border-radius: 0;
  box-shadow: none;
  color: #39434E;
  font-family: "Magnat Head";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 48px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus {
  background-color: transparent;
  border: 1px solid rgba(57, 67, 78, 0.1);
  box-shadow: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  padding: 0rem 1.875rem 0rem 0.625rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  height: 150px;
  padding: 0.625rem;
  line-height: 24px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox {
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label[for=field_x2j2m-0] {
  width: 100% !important;
  padding: 0px 0px 0px calc(15px + 0.625rem) !important;
  margin: 0 !important;
  position: relative;
  line-height: 24px;
  text-indent: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label[for=field_x2j2m-0] input[type=checkbox] {
  width: 0;
  height: 0;
  top: 6px;
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label[for=field_x2j2m-0] input[type=checkbox]:checked ~ .hybrid-checkbox {
  background-color: #39434E;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label[for=field_x2j2m-0] .hybrid-checkbox {
  width: 15px;
  height: 16px;
  margin: 0rem 0.625rem 0rem 0rem;
  top: 6px;
  left: 0;
  position: absolute;
  display: block;
  background-color: #FEFEFE;
  border: 1px solid rgba(57, 67, 78, 0.1);
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  margin: 5px 0px 0px 0px;
  color: #D1B088;
  font-family: "Magnat Head";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-webkit-input-placeholder {
  color: rgba(57, 67, 78, 0.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-moz-placeholder {
  color: rgba(57, 67, 78, 0.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field ::-moz-placeholder {
  color: rgba(57, 67, 78, 0.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field :-ms-input-placeholder {
  color: rgba(57, 67, 78, 0.5);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  margin: 1.25rem 0rem 0rem 0rem;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  width: auto;
  min-width: 150px;
  height: 50px;
  padding: 0rem 1rem 0rem 1rem;
  margin: 0;
  position: relative;
  display: inline-block;
  background-color: #39434E;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px rgba(10, 10, 10, 0);
  color: #FEFEFE !important;
  font-family: "Magnat Head";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit span.ripple {
  transform: scale(0.2);
  position: absolute;
  background-color: rgba(254, 254, 254, 0.2);
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: ripple 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.frm_forms form .frm_error_style {
  padding: 1rem !important;
  margin: 0rem 0rem 2rem 0rem !important;
  background-color: #D1B088 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #FEFEFE !important;
  font-family: "Magnat Head" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 24px !important;
}
.frm_forms .frm_message {
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.frm_forms .frm_message p {
  margin: 0 !important;
  color: #39434E !important;
}

/**
* _forms - Medium.
*/
@media screen and (min-width: 640px) {
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    margin: 0rem 0rem 0.9375rem 0rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]) {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
    padding: 0rem 1.875rem 0rem 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
    padding: 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label[for=field_x2j2m-0] {
    padding: 0px 0px 0px calc(15px + 0.9375rem) !important;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_checkbox label[for=field_x2j2m-0] .hybrid-checkbox {
    padding: 0rem 0.9375rem 0rem 0rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
    margin: 1.875rem 0rem 0rem 0rem;
  }
}
/**
* _forms - Large.
*/
@media screen and (min-width: 1024px) {
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover {
    box-shadow: 3px 3px 12px rgba(10, 10, 10, 0.2);
  }
}
/**
* _forms - XL.
*/
/**
* _forms - XXL.
*/
/**
* Import Partials.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _front-page - Small.
*/
.home .front-page_banner {
  height: 100vh;
  max-height: 666px;
}
.home .front-page_banner .bx-wrapper {
  margin: 0;
  left: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.home .front-page_banner .bx-wrapper .bx-viewport {
  height: 100vh !important;
  max-height: 666px;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul {
  margin: 0;
  list-style: none;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul li {
  width: 100% !important;
  height: 100vh;
  max-height: 666px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul li h1 {
  max-width: 640px;
  color: #FEFEFE;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul li p {
  margin: 2rem 0rem 0rem 0rem;
  color: #FEFEFE;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul li .materialize-button {
  margin: 2rem 0rem 0rem 0rem;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul li .grid-container {
  height: 100%;
  z-index: 2;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul li .grid-container .grid-x {
  height: 100%;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul li .grid-container .grid-x .cell {
  height: 100%;
}
.home .front-page_banner .bx-wrapper .bx-viewport ul li:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(10, 10, 10, 0.2);
  z-index: 1;
  content: "";
}
.home .front-page_banner .bx-wrapper .bx-controls .bx-pager {
  max-width: 1200px;
  padding: 0rem 1.875rem 0rem 1.875rem;
  margin: auto;
  left: 0;
  bottom: 24px;
  right: 0;
  display: flex;
  text-align: left;
}
.home .front-page_banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0px 12px 0px 0px;
  background-color: transparent;
  border: 1px solid #FEFEFE;
  border-radius: 100%;
}
.home .front-page_banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background-color: #FEFEFE;
}
.home .front-page_banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item:last-of-type a {
  margin: 0;
}
.home .front-page_about-us .image:before, .home .front-page_our-team .image:before {
  width: 100%;
  height: 100%;
  top: 0.3125rem;
  left: -0.3125rem;
  position: absolute;
  border: 1px solid #D1B088;
  content: "";
}
.home .front-page_about-us .internal_content p, .home .front-page_our-team .internal_content p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.home .front-page_about-us .internal_content p:last-child, .home .front-page_our-team .internal_content p:last-child {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.home .front-page_about-us .spacer, .home .front-page_our-team .spacer {
  height: 60px;
}
.home .front-page_our-team .image:before {
  left: auto;
  right: -0.3125rem;
}

/**
* _front-page - Medium.
*/
@media screen and (min-width: 640px) {
  .home .front-page_banner {
    max-height: 777px;
  }
  .home .front-page_banner .bx-wrapper .bx-viewport {
    max-height: 777px;
  }
  .home .front-page_banner .bx-wrapper .bx-viewport ul li {
    max-height: 777px;
  }
  .home .front-page_banner .bx-wrapper .bx-viewport ul li p {
    font-size: 18px;
    line-height: 26px;
  }
  .home .front-page_banner .bx-wrapper .bx-controls .bx-pager {
    padding: 0rem 2.8125rem 0rem 2.8125rem;
    bottom: 90px;
    align-items: flex-end;
    flex-direction: column;
    pointer-events: none;
  }
  .home .front-page_banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    pointer-events: auto;
  }
  .home .front-page_banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    width: 45px;
    height: 2px;
    margin: 0rem 0rem 2.8125rem 0rem;
    left: -45px;
    position: relative;
    background-color: #FEFEFE;
    border: none;
    border-radius: 0;
    text-indent: 75px;
    color: #FEFEFE;
    font-family: "Magnat Head";
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 2px;
    opacity: 0.6;
  }
  .home .front-page_banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    opacity: 1;
  }
  .home .front-page_banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item:last-of-type a {
    margin: 0;
  }
  .home .front-page_about-us .image:before, .home .front-page_our-team .image:before {
    top: 0.46875rem;
    left: -0.46875rem;
  }
  .home .front-page_our-team .image:before {
    left: auto;
    right: -0.46875rem;
  }
}
/**
* _front-page - Large.
*/
@media screen and (min-width: 1024px) {
  .home .front-page_banner {
    max-height: 888px;
  }
  .home .front-page_banner .bx-wrapper .bx-viewport {
    max-height: 888px;
  }
  .home .front-page_banner .bx-wrapper .bx-viewport ul li {
    max-height: 888px;
  }
  .home .front-page_banner .bx-wrapper .bx-viewport ul li p {
    font-size: 20px;
    line-height: 28px;
  }
  .home .front-page_banner .bx-wrapper .bx-controls .bx-pager {
    bottom: 120px;
  }
}
/**
* _front-page - XL.
*/
/**
* _front-page - XXL.
*/
@media screen and (min-width: 1440px) {
  .home .front-page_about-us .image:before, .home .front-page_our-team .image:before {
    top: 0.9375rem;
    left: -0.9375rem;
  }
  .home .front-page_our-team .image:before {
    right: -0.9375rem;
  }
}
/**
* _front-page - XXXL.
*/
@media screen and (min-width: 1920px) {
  .home .front-page_banner .bx-wrapper .bx-controls .bx-pager {
    max-width: 1440px;
  }
}
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _page-contact - Small.
*/
.page-template-page-contact .internal_content .text p:first-of-type {
  font-size: 16px;
  line-height: 24px;
}
.page-template-page-contact .internal_content .text_alt p:first-of-type {
  margin: 0rem 0rem 3rem 0rem;
  color: #39434E;
}
.page-template-page-contact .internal_content .spacer {
  width: 100%;
  height: 60px;
}
.page-template-page-contact .internal_content .divider {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: rgba(209, 176, 136, 0.2);
}

/**
* _page-contact - Medium.
*/
/**
* _page-contact - Large.
*/
/**
* _page-contact - XL.
*/
/**
* _page-contact - XXL.
*/
/**
* Import Layouts.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _footer - Small.
*/
.footer .internal_content p {
  margin: 2rem 0rem 0rem 0rem !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.footer .sitemap {
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(209, 176, 136, 0.1);
}
.footer .sitemap .text-link {
  color: #D1B088;
  font-size: 16px !important;
  line-height: 24px !important;
  text-decoration: none !important;
}
.footer .sitemap .spacer {
  width: 100%;
  height: 0.5rem;
}
.footer .csm {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(209, 176, 136, 0.1);
}
.footer .csm .copyright span {
  color: #D1B088;
  font-family: "Magnat Head";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
}
.footer .csm .social-media {
  margin-top: 2rem;
}
.footer .csm .social-media .social {
  width: 21px;
  height: 21px;
}
.footer .csm .social-media .social img {
  width: 21px;
  height: 21px;
  vertical-align: baseline;
}
.footer .watermark {
  color: #D1B088;
}

/**
* _footer - Medium.
*/
@media screen and (min-width: 640px) {
  .footer .sitemap:before, .footer .csm:before {
    width: 2.8125rem;
    height: 100%;
    top: 1px;
    left: 0;
    position: absolute;
    background-color: #F8F3ED;
    content: "";
  }
  .footer .sitemap:after, .footer .csm:after {
    width: 2.8125rem;
    height: 100%;
    top: 1px;
    right: 0;
    position: absolute;
    background-color: #F8F3ED;
    content: "";
  }
  .footer .sitemap .text-link {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .footer .csm .social-media {
    margin-top: 0;
  }
}
/**
* _footer - Large.
*/
@media screen and (min-width: 1024px) {
  .footer .sitemap .text-link {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
/**
* _footer - XL.
*/
/**
* _footer - XXL.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _header - Small.
*/
.notification-bar {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  z-index: 2;
}
.notification-bar p {
  color: #39434E !important;
}

.navigation {
  width: 100%;
  height: 90px;
  top: 0;
  left: 0;
  z-index: 1;
}
.navigation .hamburger {
  padding: 0;
  position: relative;
  display: flex;
  outline: 0;
  z-index: 2;
}
.navigation .hamburger .hamburger-box {
  width: 25px;
  height: 18px;
}
.navigation .hamburger .hamburger-box .hamburger-inner {
  width: 25px;
  height: 2px;
  background-color: #FEFEFE;
  border-radius: 0;
}
.navigation .hamburger .hamburger-box .hamburger-inner:before, .navigation .hamburger .hamburger-box .hamburger-inner:after {
  height: 2px;
  background-color: #FEFEFE;
  border-radius: 0;
}
.navigation .hamburger .hamburger-box .hamburger-inner:before {
  width: 15px;
  top: 8px;
}
.navigation .hamburger .hamburger-box .hamburger-inner:after {
  width: 20px;
  top: 16px;
}
.navigation .hamburger:hover {
  opacity: 1 !important;
}
.navigation .hamburger.is-active .hamburger-box .hamburger-inner:after {
  width: 25px;
  transform: translate3d(0px, -16px, 0px) rotate(-90deg);
}
.navigation .hamburger.is-active:hover {
  opacity: 1 !important;
}
.navigation .grid-container {
  width: 100%;
}
.navigation.notification-bar_present {
  top: 84px;
}

.navigation-overlay {
  width: 100%;
  height: 100%;
  padding-top: 90px;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  position: fixed;
  background-color: #D1B088;
  box-shadow: 3px 0px 36px rgba(10, 10, 10, 0);
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.navigation-overlay nav ul {
  margin: 0;
  list-style: none;
}
.navigation-overlay nav ul li a {
  position: relative;
  display: block;
  color: #FEFEFE;
  font-family: "Magnat Head";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 40px;
  text-transform: uppercase;
}
.navigation-overlay nav ul li ul {
  width: 100%;
  min-height: 886px;
  padding: 90px 1.875rem 16px 1.875rem;
  top: 0;
  left: 0;
  transform: translateX(100%);
  position: absolute;
  background-color: #39434E;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.navigation-overlay nav ul li ul li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.navigation-overlay nav ul li ul li.back {
  padding: 0rem 0rem 1.25rem 1.25rem;
}
.navigation-overlay nav ul li ul li.back a {
  overflow: visible;
}
.navigation-overlay nav ul li ul li.back a:before {
  width: 12px;
  height: 13px;
  display: block;
  top: calc(50% - 1px);
  left: -1.25rem;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  line-height: 12px;
  content: url("../images/arrow.svg");
}
.navigation-overlay nav ul li ul.show {
  transform: translateX(0);
}
.navigation-overlay nav ul li.close {
  padding: 0rem 0rem 1.25rem 1.25rem;
}
.navigation-overlay nav ul li.close a:before {
  width: 12px;
  height: 13px;
  display: block;
  top: calc(50% - 1px);
  left: -1.25rem;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  line-height: 12px;
  content: url("../images/arrow.svg");
}
.navigation-overlay nav ul li.menu-item-has-children > a:after {
  width: 12px;
  height: 13px;
  display: block;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  line-height: 12px;
  content: url("../images/arrow.svg");
}
.navigation-overlay nav ul li.menu-item-100:before {
  width: 100%;
  height: 36px;
  position: relative;
  display: block;
  color: #FEFEFE;
  font-family: "Magnat Head";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  content: "-";
}
.navigation-overlay.notification-bar_present {
  padding-top: 174px;
}
.navigation-overlay.notification-bar_present nav ul li ul {
  min-height: 970px;
  padding: 174px 1.875rem 16px 1.875rem;
}
.navigation-overlay.is-active {
  transform: translateX(0);
  box-shadow: 3px 0px 36px rgba(10, 10, 10, 0.9);
  opacity: 1;
  visibility: visible;
}

/**
* _header - Medium.
*/
@media screen and (min-width: 640px) {
  .notification-bar {
    padding-top: 1.40625rem;
    padding-bottom: 1.40625rem;
  }
  .navigation {
    height: 105px;
  }
  .navigation nav ul {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
  }
  .navigation nav ul li {
    padding: 0px 10px 0px 10px;
    transform: translateY(-1.875rem);
    position: relative;
    display: flex;
    opacity: 0;
    visibility: hidden;
    /* &:hover, &.current-menu-item {
    	a {
    		color: $companyGold;
    	}
    } */
  }
  .navigation nav ul li a {
    display: block;
    color: #FEFEFE;
    font-family: "Magnat Head";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
    text-transform: uppercase;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .navigation nav ul li ul {
    min-width: 512px;
    top: 100px;
    left: 25px;
    position: absolute;
    justify-content: flex-start;
    flex-flow: row wrap;
    /* background-image: url('../images/navigation_background-pattern.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .navigation nav ul li ul li {
    width: 50%;
    padding: 0 !important;
    transform: translateY(0) !important;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .navigation nav ul li ul li a {
    width: 100%;
    padding: 1rem;
    display: block;
    background-color: #D1B088;
    color: #FEFEFE !important;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  }
  .navigation nav ul li ul li:nth-of-type(1), .navigation nav ul li ul li:nth-of-type(2) {
    border-top: none;
  }
  .navigation nav ul li ul li:hover a {
    background-color: #39434E;
  }
  .navigation nav ul li.menu-item-139 a {
    width: auto;
    min-width: 120px;
    height: 50px;
    padding: 0rem 1rem 0rem 1rem;
    position: relative;
    display: inline-block;
    background-color: #39434E;
    border-radius: 0;
    box-shadow: 0px 0px 0px rgba(10, 10, 10, 0);
    color: #FEFEFE !important;
    font-family: "Magnat Head";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .navigation nav ul li.menu-item-139 a span.ripple {
    transform: scale(0.2);
    position: absolute;
    background-color: rgba(254, 254, 254, 0.2);
    border-radius: 100%;
    opacity: 0;
    pointer-events: none;
    animation: ripple 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  }
  .navigation nav ul li.menu-item-139:hover a {
    box-shadow: 3px 3px 12px rgba(10, 10, 10, 0.2);
  }
  .navigation nav ul li:first-of-type {
    padding: 0px 10px 0px 0px;
  }
  .navigation nav ul li:last-of-type {
    padding: 0px 0px 0px 10px;
  }
  .navigation nav ul li.menu-item-has-children:after {
    width: calc(100% - 25px - 25px);
    height: 0.9375rem;
    left: 25px;
    bottom: -0.9375rem;
    position: absolute;
    content: "";
  }
  .navigation nav ul li.menu-item-has-children:hover ul {
    top: calc(50px + 0.9375rem);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(1) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(2) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.2s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(3) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.3s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(4) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.4s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(5) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.5s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(6) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.6s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(7) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.7s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(8) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.8s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(9) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.9s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(10) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(11) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.1s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(12) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.2s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(13) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.3s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(14) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.4s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(15) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.5s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(16) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.6s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(17) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.7s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(18) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.8s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(19) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.9s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(20) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(21) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2.1s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(22) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2.2s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(23) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2.3s forwards;
  }
  .navigation nav ul li.menu-item-has-children:hover ul li:nth-child(24) a {
    animation: fadeInUp 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2.4s forwards;
  }
  .navigation.notification-bar_present {
    top: 72px;
  }
  .navigation.ready nav ul li:nth-child(1) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  }
  .navigation.ready nav ul li:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.2s;
  }
  .navigation.ready nav ul li:nth-child(3) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.3s;
  }
  .navigation.ready nav ul li:nth-child(4) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.4s;
  }
  .navigation.ready nav ul li:nth-child(5) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.5s;
  }
  .navigation.ready nav ul li:nth-child(6) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.6s;
  }
  .navigation.ready nav ul li:nth-child(7) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.7s;
  }
  .navigation.ready nav ul li:nth-child(8) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.8s;
  }
  .navigation.ready nav ul li:nth-child(9) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.9s;
  }
  .navigation.ready nav ul li:nth-child(10) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1s;
  }
  .navigation.ready nav ul li:nth-child(11) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.1s;
  }
  .navigation.ready nav ul li:nth-child(12) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.2s;
  }
  .navigation.ready nav ul li:nth-child(13) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.3s;
  }
  .navigation.ready nav ul li:nth-child(14) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.4s;
  }
  .navigation.ready nav ul li:nth-child(15) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.5s;
  }
  .navigation.ready nav ul li:nth-child(16) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.6s;
  }
  .navigation.ready nav ul li:nth-child(17) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.7s;
  }
  .navigation.ready nav ul li:nth-child(18) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.8s;
  }
  .navigation.ready nav ul li:nth-child(19) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 1.9s;
  }
  .navigation.ready nav ul li:nth-child(20) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2s;
  }
  .navigation.ready nav ul li:nth-child(21) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2.1s;
  }
  .navigation.ready nav ul li:nth-child(22) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2.2s;
  }
  .navigation.ready nav ul li:nth-child(23) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2.3s;
  }
  .navigation.ready nav ul li:nth-child(24) {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 2.4s;
  }
}
/**
* _header - Large.
*/
@media screen and (min-width: 1024px) {
  .navigation {
    height: 120px;
  }
  .navigation nav ul li {
    padding: 0px 15px 0px 15px;
  }
  .navigation nav ul li a {
    font-size: 14px;
  }
  .navigation nav ul li ul li a {
    font-size: 14px;
    line-height: 14px;
  }
  .navigation nav ul li.menu-item-139 a {
    min-width: 130px;
    font-size: 14px;
  }
  .navigation nav ul li:first-of-type {
    padding: 0px 15px 0px 0px;
  }
  .navigation nav ul li:last-of-type {
    padding: 0px 0px 0px 15px;
  }
}
/**
* _header - XL.
*/
@media screen and (min-width: 1200px) {
  .navigation nav ul li {
    padding: 0px 20px 0px 20px;
  }
  .navigation nav ul li a {
    font-size: 16px;
  }
  .navigation nav ul li.menu-item-139 a {
    min-width: 140px;
    font-size: 16px;
  }
  .navigation nav ul li:first-of-type {
    padding: 0px 20px 0px 0px;
  }
  .navigation nav ul li:last-of-type {
    padding: 0px 0px 0px 20px;
  }
}
/**
* _header - XXL.
*/
@media screen and (min-width: 1440px) {
  .navigation nav ul li {
    padding: 0px 25px 0px 25px;
  }
  .navigation nav ul li a {
    font-size: 18px;
  }
  .navigation nav ul li.menu-item-139 a {
    min-width: 150px;
    font-size: 18px;
  }
  .navigation nav ul li:first-of-type {
    padding: 0px 25px 0px 0px;
  }
  .navigation nav ul li:last-of-type {
    padding: 0px 0px 0px 25px;
  }
}
/**
* Import Checklist.
*/
/**
* Regenesis NI
* Custom WordPress Theme for Regenesis NI.
* Created by Ilimitado Studio.
*/
/**
* _checklist - max-width: 639px.
*/
/**
* _checklist - min-width: 640px and max-width: 1023px.
*/
/**
* _checklist - min-width: 1024px and max-width: 1199px.
*/
/**
* _checklist - min-width: 1200px and max-width: 1439px.
*/
/**
* _checklist - min-width: 1440px.
*/
/**
* Global Styles - Small.
*/
/* Prevent Horizontal Scrollbar. */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

button {
  outline: 0 !important;
}

.grid-container {
  max-width: 1200px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.grid-container.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  overflow-y: hidden;
}

.cursor {
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%) scale(0.5);
  position: fixed;
  background-color: rgba(209, 176, 136, 0.9);
  border-radius: 100%;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
  transition: transform 0.2s cubic-bezier(0.51, 0.18, 0, 0.88), background-color 0.2s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.cursor.change {
  transform: translate(-50%, -50%) scale(1);
  background-color: rgba(209, 176, 136, 0.5);
}

.internal_banner_variation-one, .internal_banner_variation-two {
  padding-top: 90px;
}

.internal_banner_variation-one {
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.internal_banner_variation-one h1 {
  margin: 0 !important;
  color: #FEFEFE !important;
}
.internal_banner_variation-one p {
  margin: 1rem 0rem 0rem 0rem !important;
  color: #FEFEFE !important;
}
.internal_banner_variation-one p a {
  color: #FEFEFE !important;
  font-size: 18px !important;
  line-height: 27px !important;
  text-decoration: underline !important;
}
.internal_banner_variation-one p a:before, .internal_banner_variation-one p a:after {
  display: none;
}
.internal_banner_variation-one .colour-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(209, 176, 136, 0.9);
  z-index: 1;
}
.internal_banner_variation-one .grid-container {
  width: 100%;
  z-index: 2;
}

.internal_banner_variation-two {
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.internal_banner_variation-two h1 {
  margin: 0 !important;
  color: #FEFEFE !important;
}
.internal_banner_variation-two p {
  margin: 1rem 0rem 0rem 0rem !important;
}
.internal_banner_variation-two p a {
  font-size: 18px !important;
  line-height: 27px !important;
  text-decoration: underline !important;
}
.internal_banner_variation-two p a:before, .internal_banner_variation-two p a:after {
  display: none;
}
.internal_banner_variation-two .colour-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #39434e;
  z-index: 1;
}
.internal_banner_variation-two .colour-overlay.with-opacity {
  background-color: rgba(57, 67, 78, 0.9);
}
.internal_banner_variation-two .grid-container {
  width: 100%;
  z-index: 2;
}

.internal_content h1, .internal_content h2, .internal_content h3, .internal_content h4, .internal_content h5, .internal_content h6 {
  color: #39434E;
}
.internal_content h1:last-child, .internal_content h2:last-child, .internal_content h3:last-child, .internal_content h4:last-child, .internal_content h5:last-child, .internal_content h6:last-child {
  margin-bottom: 0 !important;
}
.internal_content p, .internal_content ul, .internal_content ol, .internal_content li, .internal_content a {
  color: #91979C;
}
.internal_content p:last-child, .internal_content ul:last-child, .internal_content ol:last-child, .internal_content li:last-child, .internal_content a:last-child {
  margin-bottom: 0 !important;
}
.internal_content ul, .internal_content ol {
  margin: 0rem 0rem 1rem 3rem;
  font-family: "Magnat Head";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}
.internal_content ul li, .internal_content ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.internal_content ul li:last-of-type, .internal_content ol li:last-of-type {
  padding: 0;
}
.internal_content h1, .internal_content h2, .internal_content h3 {
  margin: 3rem 0rem 2rem 0rem;
}
.internal_content h1:first-child, .internal_content h2:first-child, .internal_content h3:first-child {
  margin: 0rem 0rem 2rem 0rem;
}
.internal_content h4, .internal_content h5, .internal_content h6 {
  margin: 2rem 0rem 1.5rem 0rem;
}
.internal_content h4 + p, .internal_content h5 + p, .internal_content h6 + p {
  font-size: 16px !important;
  line-height: 24px !important;
}
.internal_content h4:first-of-type, .internal_content h5:first-of-type, .internal_content h6:first-of-type {
  margin: 0rem 0rem 1.5rem 0rem;
}
.internal_content p:first-of-type {
  margin: 0rem 0rem 1.5rem 0rem;
  font-size: 18px;
  line-height: 27px;
}
.internal_content p:first-of-type a {
  font-size: 18px !important;
  line-height: 27px !important;
}
.internal_content ul {
  list-style: circle;
}
.internal_content a:not(.accordion-title):not(.materialize-button) {
  padding: 0;
  position: relative;
  display: inline-block;
  font-family: "Magnat Head";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  text-decoration: underline;
}
.internal_content a:not(.accordion-title):not(.materialize-button):before, .internal_content a:not(.accordion-title):not(.materialize-button):after {
  width: 0;
  height: 1px;
  top: 100%;
  right: 0;
  position: absolute;
  content: "";
}
.internal_content a:not(.accordion-title):not(.materialize-button):before {
  background-color: rgba(209, 176, 136, 0.5);
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.internal_content a:not(.accordion-title):not(.materialize-button):after {
  background-color: #d1b088;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

.image-text_alternator .image {
  margin-bottom: 60px;
}
.image-text_alternator .image .inner img {
  width: 100%;
  max-width: none;
}
.image-text_alternator .image .inner:after {
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  position: absolute;
  background-color: #D1B088;
  z-index: -1;
  content: "";
}
.image-text_alternator .grid-container .grid-x:last-of-type {
  margin-bottom: 0 !important;
}

.our-treatments h2 {
  margin: 0 !important;
}

.treatments .treatment .content, .treatments .service .content, .services .treatment .content, .services .service .content {
  height: 300px;
  padding: 1rem;
  background-color: rgba(209, 176, 136, 0.15);
  border-top: 1px solid #FEFEFE;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.treatments .treatment .content h3, .treatments .service .content h3, .services .treatment .content h3, .services .service .content h3 {
  color: #39434E;
  word-break: break-word;
}
.treatments .treatment .content span, .treatments .service .content span, .services .treatment .content span, .services .service .content span {
  margin: 1.5rem 0rem 0rem 0rem;
  display: block;
  color: #D1B088;
  font-family: "Magnat Head";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 18px;
  text-transform: uppercase;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.treatments .treatment .content .background-pattern, .treatments .service .content .background-pattern, .services .treatment .content .background-pattern, .services .service .content .background-pattern {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.treatments .treatment .content .background-pattern img, .treatments .service .content .background-pattern img, .services .treatment .content .background-pattern img, .services .service .content .background-pattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.treatments .treatment .image, .treatments .service .image, .services .treatment .image, .services .service .image {
  height: 300px;
  border-bottom: 1px solid #FEFEFE;
}
.treatments .treatment .image img, .treatments .service .image img, .services .treatment .image img, .services .service .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.treatments .treatment .image:before, .treatments .service .image:before, .services .treatment .image:before, .services .service .image:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, transparent, transparent, rgba(10, 10, 10, 0.5));
  z-index: 1;
  content: "";
}

.testimonials .bx-wrapper {
  margin: 0;
  left: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.testimonials .bx-wrapper .bx-viewport ul {
  margin: 0;
  list-style: none;
}
.testimonials .bx-wrapper .bx-viewport ul li h2 {
  color: #FEFEFE;
}
.testimonials .bx-wrapper .bx-viewport ul li h5 {
  margin: 0;
  color: #FEFEFE;
  text-transform: uppercase;
}
.testimonials .bx-wrapper .bx-viewport ul li h5:last-of-type {
  margin: 0rem 0rem 2rem 0rem;
  color: #91979C;
}
.testimonials .bx-wrapper .bx-viewport ul li .quote {
  width: 80px;
  height: auto;
  top: 20px;
  left: calc(0.625rem + 1px);
  z-index: -1;
}
.testimonials .bx-wrapper .bx-viewport ul li .image {
  width: 512px;
  height: 100%;
  top: 0;
  right: 0;
}
.testimonials .bx-wrapper .bx-viewport ul li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  bottom: 60px;
  right: 0;
  text-align: left;
}
.testimonials .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  width: 30px;
  height: 2px;
  margin: 0px 5px 0px 5px;
  background-color: #91979C;
  border: none;
  border-radius: 0;
}
.testimonials .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
  background-color: #FEFEFE;
}
.testimonials .bx-wrapper .bx-controls .bx-pager .bx-pager-item:first-of-type a {
  margin: 0px 5px 0px 0px;
}
.testimonials .bx-wrapper .bx-controls .bx-pager .bx-pager-item:last-of-type a {
  margin: 0px 0px 0px 5px;
}
.testimonials .background-pattern {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonials .background-pattern img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.book-a-treatment .internal_content P:last-child {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

/**
* Global Styles - Medium.
*/
@media screen and (min-width: 640px) {
  .grid-container {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
  .grid-container.full {
    padding-left: 0;
    padding-right: 0;
  }
  .internal_banner_variation-one, .internal_banner_variation-two {
    min-height: 420px;
    padding-top: 120px;
  }
  .internal_content ul li, .internal_content ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
  .image-text_alternator .image {
    margin-bottom: 0;
  }
  .treatments .treatment .content, .treatments .service .content, .services .treatment .content, .services .service .content {
    height: 325px;
    border: none;
  }
  .treatments .treatment .image, .treatments .service .image, .services .treatment .image, .services .service .image {
    height: 325px;
    border: none;
  }
  .treatments .treatment:nth-of-type(1) .content, .treatments .treatment:nth-of-type(2) .content, .treatments .service:nth-of-type(1) .content, .treatments .service:nth-of-type(2) .content, .services .treatment:nth-of-type(1) .content, .services .treatment:nth-of-type(2) .content, .services .service:nth-of-type(1) .content, .services .service:nth-of-type(2) .content {
    border-right: 1px solid #FEFEFE;
  }
  .treatments .treatment:nth-of-type(1) .image, .treatments .treatment:nth-of-type(2) .image, .treatments .service:nth-of-type(1) .image, .treatments .service:nth-of-type(2) .image, .services .treatment:nth-of-type(1) .image, .services .treatment:nth-of-type(2) .image, .services .service:nth-of-type(1) .image, .services .service:nth-of-type(2) .image {
    border-left: 1px solid #FEFEFE;
  }
  .treatments .treatment:nth-of-type(3) .content, .treatments .treatment:nth-of-type(4) .content, .treatments .service:nth-of-type(3) .content, .treatments .service:nth-of-type(4) .content, .services .treatment:nth-of-type(3) .content, .services .treatment:nth-of-type(4) .content, .services .service:nth-of-type(3) .content, .services .service:nth-of-type(4) .content {
    border-left: 1px solid #FEFEFE;
  }
  .treatments .treatment:nth-of-type(3) .image, .treatments .treatment:nth-of-type(4) .image, .treatments .service:nth-of-type(3) .image, .treatments .service:nth-of-type(4) .image, .services .treatment:nth-of-type(3) .image, .services .treatment:nth-of-type(4) .image, .services .service:nth-of-type(3) .image, .services .service:nth-of-type(4) .image {
    border-right: 1px solid #FEFEFE;
  }
  .testimonials .bx-wrapper .bx-viewport ul li .quote {
    width: 90px;
    top: 40px;
    left: calc(0.9375rem + 1px);
  }
  .testimonials .bx-wrapper .bx-controls .bx-pager {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    bottom: 90px;
  }
}
/**
* Global Styles - Large.
*/
@media screen and (min-width: 1024px) {
  .internal_banner_variation-one, .internal_banner_variation-two {
    min-height: 480px;
    padding-top: 150px;
  }
  .internal_content a:not(.accordion-title):not(.materialize-button):hover:before, .internal_content a:not(.accordion-title):not(.materialize-button):hover:after {
    width: 100%;
    left: 0;
  }
  .treatments .treatment .content, .treatments .service .content, .services .treatment .content, .services .service .content {
    height: 350px;
  }
  .treatments .treatment .image, .treatments .service .image, .services .treatment .image, .services .service .image {
    height: 350px;
  }
  .treatments .treatment:hover .content, .treatments .service:hover .content, .services .treatment:hover .content, .services .service:hover .content {
    background-color: #D1B088;
  }
  .treatments .treatment:hover .content span, .treatments .service:hover .content span, .services .treatment:hover .content span, .services .service:hover .content span {
    color: #FEFEFE;
  }
  .testimonials .bx-wrapper .bx-viewport ul li .quote {
    width: 100px;
    top: 60px;
  }
  .testimonials .bx-wrapper .bx-controls .bx-pager {
    bottom: 120px;
  }
}
/**
* Global Styles - XL.
*/
@media screen and (min-width: 1200px) {
  .internal_banner_variation-one, .internal_banner_variation-two {
    min-height: 540px;
  }
  .testimonials .bx-wrapper .bx-viewport ul li .image {
    width: 600px;
  }
}
/**
* Global Styles - XXL.
*/
@media screen and (min-width: 1440px) {
  .internal_banner_variation-one, .internal_banner_variation-two {
    min-height: 600px;
  }
  .testimonials .bx-wrapper .bx-viewport ul li .image {
    width: 720px;
  }
}
/**
* _front-page - XXXL.
*/
@media screen and (min-width: 1920px) {
  .grid-container {
    max-width: 1440px;
  }
  .testimonials .bx-wrapper .bx-controls .bx-pager {
    max-width: 1440px;
  }
}/*# sourceMappingURL=custom.css.map */