.clr-1 {
  color: #B7A049 !important;
}

.clr-2 {
  color: #2e72fc !important;
}

.bold {
  font-weight: bold;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%;
}

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

body, body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

.nowrap {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.responsive-table {
  max-width: 100%;
  overflow-x: scroll;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*:active, *:focus {
  outline: none;
}

a {
  color: inherit;
  font-size: 1em;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.clear {
  clear: both;
}

.clearfix:before, ol#breadcrumbs:before,
ol#breadcrumbs-mob:before,
.clearfix:after,
ol#breadcrumbs:after,
ol#breadcrumbs-mob:after {
  content: " ";
  display: table;
  width: 0;
  height: 0;
}

.clearfix:after, ol#breadcrumbs:after,
ol#breadcrumbs-mob:after,
.row:after,
.container:after {
  clear: both;
}

.clearfix, ol#breadcrumbs,
ol#breadcrumbs-mob,
.row,
.container {
  *zoom: 1; /* ie6/7 only */
}

.v-cloak {
  display: none !important;
}

.hidden-dev {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 1100px) {
  .hidden-dev {
    display: none;
  }
}

.hidden-tab {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 991px) {
  .hidden-tab {
    display: none;
  }
}

@media (min-width: 991px) {
  .tab-only {
    display: none;
  }
}

.hidden-mob {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}

@media (min-width: 768px) {
  .mob-only {
    display: none;
  }
}

.hidden-port {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 479px) {
  .hidden-port {
    display: none;
  }
}

.fixed-bg {
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

.incomplete {
  background-color: yellow;
  color: #222;
}

img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    height: auto;
  }
}

.main img {
  height: auto !important;
}

img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 40px 30px 0px !important;
}
@media (max-width: 767px) {
  img[align=left],
  img[style*="float: left"],
  img[style*="float:left"] {
    float: none;
    width: 100%;
    margin: 0 0 30px !important;
  }
}

img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 30px 40px !important;
}
@media (max-width: 767px) {
  img[align=right],
  img[style*="float: right"],
  img[style*="float:right"] {
    float: none;
    width: 100%;
    margin: 0 0 30px !important;
  }
}

.small {
  font-size: 0.7em;
  font-family: inherit;
}
.small .clr1 {
  color: #B7A049;
  display: inline-block;
  margin-bottom: 15px;
}

.disabled {
  opacity: 0.4;
}
.disabled input,
.disabled .btn,
.disabled i,
.disabled select {
  cursor: not-allowed;
}

.responsive-embed {
  overflow: hidden;
  position: relative;
  margin: 40px auto 50px;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 767px) {
  .responsive-embed {
    margin: 30px auto;
  }
}
.responsive-embed:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.letterbox .responsive-embed:after {
  padding-bottom: 30%;
}

.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.circle-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

/* COOKIE BAR */
.cookie-bar-overlay {
  background: rgba(46, 114, 252, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999999998;
}
.cookie-bar-overlay .cookie-bar {
  background: #fff;
  border-radius: 10px;
  max-width: 550px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 999999999999;
}
@media (max-width: 767px) {
  .cookie-bar-overlay .cookie-bar {
    margin: 0;
    max-width: none;
    width: 90%;
  }
}
.cookie-bar-overlay .cookie-bar .top {
  text-align: center;
}
.cookie-bar-overlay .cookie-bar .top img {
  margin: 0 0 20px;
  width: 280px;
}
@media (max-width: 767px) {
  .cookie-bar-overlay .cookie-bar .top img {
    width: 200px;
  }
}
.cookie-bar-overlay .cookie-bar .top p {
  color: #434c59;
  font-size: 16px;
}
.cookie-bar-overlay .cookie-bar .bottom {
  margin: 30px 0 0;
  text-align: center;
}

/* BACKGROUND IMAGE DIV */
.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%;
}
.img.contain {
  background-size: contain;
}
.img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.img.letterbox:after {
  padding-bottom: 30%;
}
.img[class*="16-9"]:after {
  padding-bottom: 56.25%;
}
.img[class*="4-3"]:after {
  padding-bottom: 70%;
}
.img[class*="1-1"]:after, .img.square:after {
  padding-bottom: 100%;
}
.img.circle {
  border-radius: 50%;
  overflow: hidden;
}
.img.circle:after {
  padding-bottom: 100%;
}
.img.portrait:after {
  padding-bottom: 120%;
}
.img.letterbox {
  background-position: top -50px center;
}
.img.letterbox:after {
  padding-bottom: 29%;
}

/* LOADING */
.overlay {
  background: rgba(244, 244, 244, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.overlay .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

ol#breadcrumbs,
ol#breadcrumbs-mob {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 1100px) {
  ol#breadcrumbs,
  ol#breadcrumbs-mob {
    display: none;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs,
  ol#breadcrumbs-mob {
    margin-top: 10px;
    margin-bottom: 3px;
  }
}
ol#breadcrumbs li,
ol#breadcrumbs-mob li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  ol#breadcrumbs li,
  ol#breadcrumbs-mob li {
    float: none;
    display: inline-block;
    line-height: 1;
  }
}
ol#breadcrumbs li:before,
ol#breadcrumbs-mob li:before {
  display: none;
}
ol#breadcrumbs li a,
ol#breadcrumbs-mob li a {
  color: #fff;
  font-size: 19px;
  font-weight: 400 !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  ol#breadcrumbs li a,
  ol#breadcrumbs-mob li a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs li a,
  ol#breadcrumbs-mob li a {
    font-size: 16px;
  }
}
ol#breadcrumbs li a *,
ol#breadcrumbs-mob li a * {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
ol#breadcrumbs li a:hover,
ol#breadcrumbs-mob li a:hover {
  opacity: 0.6 !important;
  text-decoration: none;
}
ol#breadcrumbs li a img,
ol#breadcrumbs-mob li a img {
  height: 15.19px;
  position: relative;
  top: 2px;
  width: 18px;
}
ol#breadcrumbs li.separator,
ol#breadcrumbs-mob li.separator {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  padding: 0 4px;
  opacity: 0.8;
}
ol#breadcrumbs li:last-of-type a,
ol#breadcrumbs-mob li:last-of-type a {
  color: #fff;
}
ol#breadcrumbs li:last-of-type a:hover,
ol#breadcrumbs-mob li:last-of-type a:hover {
  cursor: default;
  opacity: 1 !important;
}

.box {
  background: #2e72fc;
  border-radius: 25px;
  padding: 20px 33px 30px;
}
@media (max-width: 767px) {
  .box {
    border-radius: 10px;
    padding: 15px 24px 20px;
  }
}
.box ul {
  margin: 20px 0;
}
.box.light-purple {
  background: #ddf;
}
.box.light-purple h2 {
  color: #B7A049;
  font-size: 28px;
}
@media (max-width: 1100px) {
  .box.light-purple h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .box.light-purple h2 {
    font-size: 22px;
  }
}
.box.grey {
  background: #f8f7fb;
}
.box.slim {
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

/* Change the color of FancyBox navigation arrows */
.fancybox-button--arrow_right,
.fancybox-button--arrow_left {
  color: white;
}

/* Change the color of the close, fullscreen, and thumbs buttons */
.fancybox-button--close,
.fancybox-button--fullscreen,
.fancybox-button--thumbs {
  color: white;
}

/* If FancyBox is using SVG icons, you might need to target the SVG specifically */
.fancybox-button svg path {
  fill: white;
}

.main table {
  border-collapse: collapse;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .main table {
    margin: 20px 0;
  }
}
.main table th, .main table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .main table th, .main table td {
    padding: 8px;
  }
}
.main table th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .input-group input {
    padding: 8px;
    font-size: 14px;
  }
}
.input-group .input-group-addon {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 16px;
  margin-left: -1px;
}
@media (max-width: 767px) {
  .input-group .input-group-addon {
    padding: 8px;
    font-size: 14px;
  }
}

body {
  color: #434c59;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  body {
    font-size: 18px;
  }
}

body * {
  color: #434c59;
  font-size: 1em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.6;
}

strong {
  font-weight: 700;
  color: inherit;
  text-transform: inherit;
}

span {
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}

em {
  font-style: italic;
}

.help-block {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
}

h1 {
  color: #434c59;
  font-size: 3.3em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.9em;
}
@media (max-width: 1100px) {
  h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
    margin: 0 0 0.5em;
  }
}
h1 + h2 {
  margin-top: 1.5em;
}

h2 {
  color: #434c59;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 70px 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.4em;
    margin: 50px 0 15px;
  }
}

h3 + h2, p + h2 {
  margin-top: 2em;
}

h3 {
  color: #434c59;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.4em;
}
h3 * {
  line-height: 1em;
}

h4, h5, h6 {
  color: #434c59;
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.4em;
}
@media (max-width: 767px) {
  h4, h5, h6 {
    font-size: 1em;
  }
}
h4 *, h5 *, h6 * {
  line-height: 1em;
}

p {
  font-weight: 400;
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
p + h2, p + h2.h1, p + h2:not(.h1), p + h3, p + h4 {
  margin-top: 1.8em;
}
@media (max-width: 767px) {
  p + h2, p + h2.h1, p + h2:not(.h1), p + h3, p + h4 {
    margin-top: 1.4em;
  }
}

main ul {
  margin: 30px 0 30px 70px;
}
@media (max-width: 767px) {
  main ul {
    margin: 20px 0 20px 50px;
  }
}
main ul li {
  list-style: none;
  position: relative;
}
main ul li + li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  main ul li + li {
    margin-top: 10px;
  }
}
main ul li:before {
  background: rgba(67, 76, 89, 0.34);
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  left: -40px;
  top: 5px;
  width: 20px;
}
main ul li a:before, main ul li a:after {
  display: none;
}

main ol {
  list-style-type: none;
  counter-reset: item;
  margin: 2.3em 0 2.3em 3.8em;
}
@media (max-width: 767px) {
  main ol {
    margin-left: 3em;
  }
}
main ol > li > ul {
  margin: 2.3em 0 2.3em 2.3em;
}
main ol > li, main ol > li > ol > li {
  counter-increment: item;
  position: relative;
}
main ol > li + li, main ol > li > ol > li + li {
  margin-top: 60px;
}
main ol > li:before, main ol > li > ol > li:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #434c59;
  border-radius: 50%;
  content: counters(item, ".") " ";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -8px;
  left: -70px;
  width: 50px;
}
@media (max-width: 767px) {
  main ol > li:before, main ol > li > ol > li:before {
    font-size: 24px;
    height: 40px;
    top: -4px;
    left: -55px;
    width: 40px;
  }
}

a {
  color: #434c59;
  font-weight: 700;
  text-decoration: none;
}
a[href^=tel] {
  white-space: nowrap;
}
a:hover {
  color: #434c59;
  text-decoration: underline;
}

a:not([class]) {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
a:not([class]):after {
  background: rgba(67, 76, 89, 0.34);
  content: "";
  height: 3px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 100%;
}
a:not([class]):hover {
  color: #434c59;
  text-decoration: none;
}
a:not([class]):hover:after {
  background: #434c59;
  height: 3px;
  bottom: 3px;
}

small,
.small {
  font-size: 14px;
  line-height: 1.3;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #434c59;
  margin: 40px 0;
  padding: 20px 40px;
}
blockquote p {
  clear: none;
  color: #434c59;
  margin-bottom: 30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  blockquote p:last-child {
    margin-bottom: 20px;
  }
}

hr,
.hr {
  border: none;
  border-top: 1px solid #cbcbcb;
  clear: both !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  hr,
  .hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
hr.m10,
.hr.m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.m20,
.hr.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.m30,
.hr.m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.m40,
.hr.m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
hr.m50,
.hr.m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
hr.m60,
.hr.m60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
hr.m70,
.hr.m70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
hr.m80,
.hr.m80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
hr.m90,
.hr.m90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
hr.m100,
.hr.m100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
hr.m110,
.hr.m110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
hr.m120,
.hr.m120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
hr.m130,
.hr.m130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
hr.m140,
.hr.m140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
hr.m150,
.hr.m150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
hr.m160,
.hr.m160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
hr.m170,
.hr.m170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
hr.m180,
.hr.m180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
hr.m190,
.hr.m190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
hr.m200,
.hr.m200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
hr.m210,
.hr.m210 {
  margin-top: 210px;
  margin-bottom: 210px;
}
hr.m220,
.hr.m220 {
  margin-top: 220px;
  margin-bottom: 220px;
}
hr.m230,
.hr.m230 {
  margin-top: 230px;
  margin-bottom: 230px;
}
hr.m240,
.hr.m240 {
  margin-top: 240px;
  margin-bottom: 240px;
}
hr.m250,
.hr.m250 {
  margin-top: 250px;
  margin-bottom: 250px;
}
hr.m260,
.hr.m260 {
  margin-top: 260px;
  margin-bottom: 260px;
}
hr.m270,
.hr.m270 {
  margin-top: 270px;
  margin-bottom: 270px;
}
hr.m280,
.hr.m280 {
  margin-top: 280px;
  margin-bottom: 280px;
}
hr.m290,
.hr.m290 {
  margin-top: 290px;
  margin-bottom: 290px;
}
hr.m300,
.hr.m300 {
  margin-top: 300px;
  margin-bottom: 300px;
}
@media (max-width: 991px) {
  hr.m10,
  .hr.m10 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  hr.m20,
  .hr.m20 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  hr.m30,
  .hr.m30 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  hr.m40,
  .hr.m40 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  hr.m50,
  .hr.m50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  hr.m60,
  .hr.m60 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  hr.m70,
  .hr.m70 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  hr.m80,
  .hr.m80 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  hr.m90,
  .hr.m90 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  hr.m100,
  .hr.m100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  hr.m110,
  .hr.m110 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  hr.m120,
  .hr.m120 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  hr.m130,
  .hr.m130 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  hr.m140,
  .hr.m140 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  hr.m150,
  .hr.m150 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  hr.m160,
  .hr.m160 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  hr.m170,
  .hr.m170 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  hr.m180,
  .hr.m180 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  hr.m190,
  .hr.m190 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  hr.m200,
  .hr.m200 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  hr.m210,
  .hr.m210 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
  hr.m220,
  .hr.m220 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  hr.m230,
  .hr.m230 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
  hr.m240,
  .hr.m240 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  hr.m250,
  .hr.m250 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  hr.m260,
  .hr.m260 {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  hr.m270,
  .hr.m270 {
    margin-top: 162px;
    margin-bottom: 162px;
  }
  hr.m280,
  .hr.m280 {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  hr.m290,
  .hr.m290 {
    margin-top: 174px;
    margin-bottom: 174px;
  }
  hr.m300,
  .hr.m300 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) {
  hr.m10,
  .hr.m10 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  hr.m20,
  .hr.m20 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  hr.m30,
  .hr.m30 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  hr.m40,
  .hr.m40 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  hr.m50,
  .hr.m50 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  hr.m60,
  .hr.m60 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  hr.m70,
  .hr.m70 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  hr.m80,
  .hr.m80 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  hr.m90,
  .hr.m90 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  hr.m100,
  .hr.m100 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  hr.m110,
  .hr.m110 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  hr.m120,
  .hr.m120 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  hr.m130,
  .hr.m130 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  hr.m140,
  .hr.m140 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  hr.m150,
  .hr.m150 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  hr.m160,
  .hr.m160 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  hr.m170,
  .hr.m170 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  hr.m180,
  .hr.m180 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  hr.m190,
  .hr.m190 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  hr.m200,
  .hr.m200 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  hr.m210,
  .hr.m210 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  hr.m220,
  .hr.m220 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  hr.m230,
  .hr.m230 {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  hr.m240,
  .hr.m240 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  hr.m250,
  .hr.m250 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  hr.m260,
  .hr.m260 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  hr.m270,
  .hr.m270 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  hr.m280,
  .hr.m280 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  hr.m290,
  .hr.m290 {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  hr.m300,
  .hr.m300 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.text-center {
  text-align: center;
}
.text-center p, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 {
  text-align: center;
}

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .text-left-port {
    text-align: left !important;
  }
  .text-left-port * {
    text-align: left !important;
  }
}

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

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

.two-columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 80px;
}
.two-columns + h2 {
  margin-top: 100px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
}

/* Style the table header */
th {
  background-color: #f2f2f2;
  color: #333;
  font-weight: bold;
  padding: 8px;
  text-align: left;
  border-bottom: 2px solid #ccc;
}

/* Style the table rows */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Style the table cells */
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

/* Add spacing between table cells */
td, th {
  padding: 10px;
}

/* Add a border around the table */
table {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.site-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.site-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1550px;
  position: relative;
  width: 100%;
}
@media (max-width: 1840px) {
  .container {
    max-width: calc(100% - 160px);
  }
}
.container.two-cols {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 40px;
}
@media (max-width: 767px) {
  .container.two-cols {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    gap: none;
  }
}
.container.mw1500 {
  max-width: 1500px;
}
@media (max-width: 1660px) {
  .container.mw1500 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1400 {
  max-width: 1400px;
}
@media (max-width: 1560px) {
  .container.mw1400 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1300 {
  max-width: 1300px;
}
@media (max-width: 1460px) {
  .container.mw1300 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1200 {
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .container.mw1200 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1050 {
  max-width: 1050px;
}
@media (max-width: 1130px) {
  .container.mw1050 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 1650px) {
  .container {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 1450px) {
  .container {
    max-width: calc(100% - 90px);
  }
}
.container.mw900 {
  max-width: 900px;
}
@media (max-width: 1060px) {
  .container.mw900 {
    max-width: calc(100% - 160px);
  }
}
.container.mw800 {
  max-width: 800px;
}
@media (max-width: 960px) {
  .container.mw800 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 991px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: calc(100% - 40px) !important;
  }
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 160px);
  position: relative;
  width: 100%;
}
@media (max-width: 1650px) {
  .container-full {
    max-width: calc(100% - 120px) !important;
  }
}
@media (max-width: 1450px) {
  .container-full {
    max-width: calc(100% - 90px) !important;
  }
}
@media (max-width: 991px) {
  .container-full {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .container-full {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container-full {
    max-width: calc(100% - 40px) !important;
  }
}

.page {
  margin: 120px 0;
}
@media (max-width: 1100px) {
  .page {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .page {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .page {
    margin: 50px 0;
  }
}
.page .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media (max-width: 991px) {
  .page .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 80px;
  }
}
@media (max-width: 767px) {
  .page .inner {
    gap: 40px;
  }
}
.page .inner .left {
  -webkit-box-flex: 4;
      -ms-flex: 4 0 0px;
          flex: 4 0 0;
}
@media (max-width: 991px) {
  .page .inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.page .inner .right {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
}
@media (max-width: 991px) {
  .page .inner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.page .inner .contact-left {
  -webkit-box-flex: 3;
      -ms-flex: 3 0 0px;
          flex: 3 0 0;
  margin: 0 80px 0 0;
}
@media (max-width: 991px) {
  .page .inner .contact-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .page .inner .contact-left {
    margin: 0 0 40px;
  }
}
.page .inner .contact-right {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0px;
          flex: 2 0 0;
}
@media (max-width: 991px) {
  .page .inner .contact-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.page-home {
  background: url("/images/homepage-bg.jpg") top center/100% auto no-repeat;
  padding: 10px 0 0;
}
@media (max-width: 1100px) {
  .page-home {
    padding: 10px 0 0;
  }
}
@media (max-width: 991px) {
  .page-home {
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .page-home {
    padding: 0;
  }
}
.page-home section {
  margin: 100px 0;
}
@media (max-width: 991px) {
  .page-home section {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-home section {
    margin: 50px 0;
  }
}
.page-home section:first-of-type {
  margin-top: 0;
}
.page-home section:last-of-type {
  margin-bottom: 0;
}
.page-home section.top-section h2:first-of-type {
  color: #B7A049;
  font-family: "Cinzel", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .page-home section.top-section h2:first-of-type {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-home section.top-section h2:first-of-type {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .page-home section.top-section h2:first-of-type {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.1;
  }
}
.page-home section.top-section .container {
  text-align: center;
}
.page-home section.bottom-content .container {
  text-align: center;
}
.page-home section p {
  line-height: 1.8;
}
.page-home .full-width-image {
  margin: 120px 0;
}
@media (max-width: 1100px) {
  .page-home .full-width-image {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .page-home .full-width-image {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-home .full-width-image {
    margin: 50px 0;
  }
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  border-radius: 80px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 1;
  padding: 15px 24px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-primary {
  background: #B7A049;
  border-color: #B7A049;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-primary:hover {
  background: #c0ab5f;
  border-color: #c0ab5f;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  background: #c8b775;
  border-color: #c8b775;
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary {
  background: #eee;
  color: #434c59;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-secondary:hover {
  background: #d5d5d5;
  color: #434c59;
  text-decoration: none !important;
}
.btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: #c8c8c8;
  color: #434c59;
  text-decoration: none !important;
}
.btn.btn-default {
  background: #eee;
  color: #B7A049;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-default:hover {
  background: #d5d5d5;
  color: #B7A049;
  text-decoration: none !important;
}
.btn.btn-default:active, .btn.btn-default:focus {
  background: #c8c8c8;
  color: #B7A049;
  text-decoration: none !important;
}

a.btn {
  text-decoration: none !important;
}

.main p + p .btn {
  margin-top: 30px;
}

.form-button {
  background: none;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #B7A049;
  border-color: #B7A049;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  padding: 15px 25px;
}
.form-button:hover {
  background: #c0ab5f;
  border-color: #c0ab5f;
  color: #fff;
  text-decoration: none !important;
}
.form-button:active, .form-button:focus {
  background: #c8b775;
  border-color: #c8b775;
  color: #fff;
  text-decoration: none !important;
}
.form-button.muted {
  background: rgba(67, 76, 89, 0.7);
  border-color: rgba(67, 76, 89, 0.7);
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.form-button.muted:hover {
  background: rgba(80, 91, 106, 0.7);
  border-color: rgba(80, 91, 106, 0.7);
  color: #fff;
  text-decoration: none !important;
}
.form-button.muted:active, .form-button.muted:focus {
  background: rgba(93, 106, 124, 0.7);
  border-color: rgba(93, 106, 124, 0.7);
  color: #fff;
  text-decoration: none !important;
}

.hp {
  display: none !important;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}
.form-group.submit-group {
  margin: 25px auto 0 !important;
  text-align: center;
}
.form-group.submit-group .btn {
  display: block;
  text-align: center;
  width: 100%;
}

label {
  color: #434c59;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  margin: 0 0 2px;
}
@media (max-width: 767px) {
  label {
    font-size: 14px;
  }
}
label.error {
  color: red;
  font-size: 11px;
}

.privacy-notice {
  margin: 30px 0 auto;
  text-align: center;
}
.privacy-notice p {
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.privacy-notice p a {
  color: #2e72fc;
}
.privacy-notice p a:hover {
  color: #2e72fc;
}

.contact-from-privacy-notice {
  font-size: 14px;
  line-height: 1.4;
  margin: 30px 0 0;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("/images/select-arrow.svg") right 16px center/20px 20px no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  position: relative;
  z-index: 1;
}

.form-control {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #d1d1d1;
  color: #434c59;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  outline: 0px !important;
  padding: 7px 11px;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-control:focus {
  border: 2px solid #B7A049;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}
.form-control.error {
  border: 2px solid #CD403C;
}
.form-control.error:focus {
  border: 1px solid #CD403C;
  -webkit-box-shadow: 0 0 3px #CD403C;
          box-shadow: 0 0 3px #CD403C;
}

textarea {
  height: 100px;
  line-height: 1.64;
}

label.checkbox,
label.radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
label.checkbox + .checkbox,
label.radio + .checkbox {
  margin-top: 7px;
}
label.checkbox input[type=checkbox],
label.checkbox input[type=radio],
label.radio input[type=checkbox],
label.radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  margin: 0 8px 0 0 !important;
  height: 18px;
  position: relative !important;
  width: 18px;
}
label.checkbox input[type=checkbox]:after,
label.checkbox input[type=radio]:after,
label.radio input[type=checkbox]:after,
label.radio input[type=radio]:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  content: "";
  cursor: pointer;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 14px;
}
label.checkbox input[type=checkbox]:hover:after,
label.checkbox input[type=radio]:hover:after,
label.radio input[type=checkbox]:hover:after,
label.radio input[type=radio]:hover:after {
  opacity: 0.5;
}
label.checkbox input[type=checkbox]:checked:after,
label.checkbox input[type=radio]:checked:after,
label.radio input[type=checkbox]:checked:after,
label.radio input[type=radio]:checked:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  opacity: 1;
}
label.checkbox input[type=checkbox]:focus, label.checkbox input[type=checkbox]:active,
label.checkbox input[type=radio]:focus,
label.checkbox input[type=radio]:active,
label.radio input[type=checkbox]:focus,
label.radio input[type=checkbox]:active,
label.radio input[type=radio]:focus,
label.radio input[type=radio]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
label.checkbox span,
label.radio span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

/* FANCY PLACEHOLDER LABELS */
label.fancy-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #2e72fc;
  cursor: text;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 18px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: none;
}
label.fancy-label.aside {
  left: 18px;
  padding: 0;
  color: #B7A049;
  background: none;
  top: 7px;
  font-size: 11px;
}

#success-msg {
  background: #f1f1f1;
  border-top: 4px solid #B7A049;
  padding: 20px 25px;
}
#success-msg h2 {
  margin: 0 0 10px;
}

.error {
  background: #fdd;
  color: red;
  font-size: 18px;
  margin-top: 15px;
  padding: 5px 10px;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0 50px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 1100px) {
  .header {
    display: none;
  }
}
.header .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 2 0px;
          flex: 0 2 0;
}
.header .left img {
  max-width: none;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 290px;
}
.header .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1550px) {
  .header .middle {
    display: none;
  }
}
.header .right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1550px) {
  .header .right {
    margin-left: auto;
  }
}
.header .right .social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .right .social-icons a.social-icon {
  opacity: 0.5;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.header .right .social-icons a.social-icon:hover {
  opacity: 1;
}
.header .right .social-icons a.social-icon img {
  display: block;
  height: 38px;
  max-width: none;
  width: 38px;
}
.header .right a.btn {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #fff !important;
}
.header .right a.btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.header .right button.menu-button {
  background: none;
  border: none;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
}
@media (min-width: 1550px) {
  .header .right button.menu-button {
    display: none;
  }
}
.header .right button.menu-button i {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.scrolled .header {
  background: #B7A049;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  height: 85px;
  padding: 0 50px;
}
.scrolled .header .left img {
  width: 220px;
}

.mobile-header {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  height: 60px;
  position: fixed;
  -webkit-transform: translate3d(0, -60px, 0);
          transform: translate3d(0, -60px, 0);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 100%;
  z-index: 999999;
}
@media (max-width: 1100px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .mobile-logo img {
  height: 41px;
  position: relative;
  top: 11px;
  left: 19px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: auto;
}
.mobile-header .menu-button {
  cursor: pointer;
  height: 60px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  position: absolute;
  top: 0;
  right: 5px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 56px;
}
.mobile-header .menu-button i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.mobile-header .menu-button i.fa-bars {
  opacity: 1;
  visibility: visible;
}
.mobile-header .menu-button i.fa-times {
  opacity: 0;
  visibility: hidden;
}
.mobile-header .phone-button {
  display: none;
}
@media (max-width: 1100px) {
  .mobile-header .phone-button {
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
    width: 56px;
  }
  .mobile-header .phone-button i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

.nav-open .mobile-header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .mobile-header {
  background: rgba(183, 160, 73, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

body.scrolled .mobile-header {
  background: #B7A049;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.nav-open .header .menu-button i.fa-bars,
.nav-open .mobile-header .menu-button i.fa-bars {
  opacity: 0 !important;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
          transform: translate3d(-50%, -50%, 0) !important;
  visibility: hidden !important;
}
.nav-open .header .menu-button i.fa-times,
.nav-open .mobile-header .menu-button i.fa-times {
  opacity: 1 !important;
  -webkit-transform: translate3d(-50%, -50%, 0) !important;
          transform: translate3d(-50%, -50%, 0) !important;
  visibility: visible !important;
}

.phone-dropdown {
  background: #fff;
  display: none;
  padding-top: 40px;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.phone-dropdown.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1100px) {
  .phone-dropdown {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
  }
}
.phone-dropdown a.phone-dropdown-option {
  background: #fff;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
}
.phone-dropdown a.phone-dropdown-option:active {
  background: #eee;
}
.phone-dropdown a.phone-dropdown-close-button {
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .homepage-banner {
    height: 80vw;
  }
}
@media (max-width: 479px) {
  .homepage-banner {
    height: 100vw;
  }
}
.homepage-banner img {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .homepage-banner img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.secondary-page-banner {
  max-height: 960px;
  overflow: hidden;
  position: relative;
}
.secondary-page-banner > img {
  display: block;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100% !important;
  min-height: 300px;
}
.secondary-page-banner .inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.secondary-page-banner .inner h1 {
  color: #fff;
  margin: 0;
}

ul.nav {
  list-style: none;
  margin: 0;
  text-align: right;
}
@media (max-width: 1550px) {
  ul.nav.desktop {
    display: none;
  }
}
ul.nav.mobile {
  display: none;
  padding: 0;
}
@media (max-width: 1550px) {
  ul.nav.mobile {
    background: #B7A049;
    display: block;
    opacity: 0;
    padding-top: 17vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    visibility: hidden;
    z-index: 99999;
  }
}
@media (max-width: 479px) {
  ul.nav.mobile {
    padding-top: 130px;
  }
}
ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 1;
}
ul.nav li + li {
  margin-left: 50px;
}
@media (max-width: 1525px) {
  ul.nav li + li {
    margin-left: 28px;
  }
}
@media (max-width: 1550px) {
  ul.nav li + li {
    margin-left: 0;
  }
}
ul.nav li:hover {
  z-index: 2;
}
ul.nav li:before {
  display: none;
}
@media (max-width: 1550px) {
  ul.nav li {
    display: block;
  }
}
ul.nav li:last-of-type {
  padding-right: 0;
}
@media (max-width: 1550px) {
  ul.nav li:last-of-type .social-icons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.nav li:last-of-type .social-icons a {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  ul.nav li:last-of-type .social-icons a + a {
    margin-left: 10px;
  }
}
ul.nav li a:not(.social-icon) {
  color: #fff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1550px) {
  ul.nav li a:not(.social-icon) {
    color: #fff;
    display: table;
    font-size: 22px;
    line-height: 1;
    height: auto;
    margin: 0 auto;
    padding: 15px 25px;
    text-align: center;
    width: auto;
  }
  ul.nav li a:not(.social-icon):after {
    display: none !important;
  }
}
ul.nav li a:not(.social-icon):active, ul.nav li a:not(.social-icon):focus {
  outline: none;
  text-decoration: none;
}
ul.nav li a:not(.social-icon):hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1100px) {
  ul.nav li a:not(.social-icon):hover {
    color: #fff;
  }
}
ul.nav li a:not(.social-icon):hover:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 6px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 70%;
}
@media (max-width: 1550px) {
  ul.nav li a:not(.social-icon):hover:after {
    display: none;
  }
}
ul.nav li a:not(.social-icon).active {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
ul.nav li a:not(.social-icon).active:before {
  background: #fff;
  content: "";
  height: 6px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 6px;
}
@media (max-width: 1550px) {
  ul.nav li a:not(.social-icon).active:before {
    display: none;
  }
}
ul.nav li a:not(.social-icon).active:after {
  background: #fff;
  content: "";
  height: 6px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 70%;
}
@media (max-width: 1550px) {
  ul.nav li a:not(.social-icon).active:after {
    display: none;
  }
}
ul.nav li a:not(.social-icon) > i.fa-chevron-down,
ul.nav li a:not(.social-icon) > i.fa-chevron-up {
  color: #fff;
  font-size: 11px;
  position: relative;
  top: -3px;
  right: -3px;
}
@media (max-width: 1550px) {
  ul.nav li a:not(.social-icon) > i.fa-chevron-down,
  ul.nav li a:not(.social-icon) > i.fa-chevron-up {
    background: #B7A049;
    border-radius: 50%;
    color: #B7A049;
    font-size: 16px;
    height: 34px;
    margin-left: 10px;
    padding-top: 10px;
    top: -1px;
    width: 34px;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
ul.nav li a.btn {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  color: #fff !important;
  margin-top: 20px;
}
ul.nav li a.btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}
ul.nav li.has-submenu a:hover:after {
  display: none;
}
ul.nav li.active-submenu a:after {
  display: none;
}
ul.nav li .mobile-social-icons {
  margin-top: 20px;
  text-align: center;
}
ul.nav li .mobile-social-icons a {
  color: #434c59;
  display: inline-block;
  padding: 5px;
}
ul.nav li .mobile-social-icons a + a {
  margin-left: 2px;
}
ul.nav li .mobile-social-icons a i {
  color: #434c59;
  font-size: 1.7em;
}
ul.nav li .mobile-social-icons a:hover {
  text-decoration: none;
}
ul.nav li img.logo-mobile-menu {
  display: block;
  max-width: 250px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  ul.nav li img.logo-mobile-menu {
    display: none;
  }
}
ul.nav li button.menu-button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  font-size: 40px;
  position: fixed;
  top: 40px;
  right: 60px;
}
@media (max-width: 991px) {
  ul.nav li button.menu-button {
    display: none;
  }
}
ul.nav li button.menu-button i {
  color: #fff;
}
ul.nav li ul {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: -23px;
  visibility: hidden;
  width: auto;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  z-index: 99999;
}
@media (max-width: 1550px) {
  ul.nav li ul {
    background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    opacity: 1;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    visibility: visible;
  }
  ul.nav li ul.open {
    display: block;
  }
}
ul.nav li ul.two-cols {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 20px;
}
ul.nav li ul:before {
  background: #fff;
  display: block;
  content: "";
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 15px;
  position: absolute;
  top: -9px;
  left: 60px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}
@media (max-width: 1550px) {
  ul.nav li ul:before {
    display: none;
  }
}
ul.nav li ul:after {
  content: "";
  height: 15px;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 1550px) {
  ul.nav li ul:after {
    display: none;
  }
}
ul.nav li ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.nav li ul li:before {
  display: none;
}
ul.nav li ul li a:not(.social-icon) {
  color: #434c59;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
  height: auto;
  padding: 8px 30px 8px 13px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 1550px) {
  ul.nav li ul li a:not(.social-icon) {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
  }
}
ul.nav li ul li a:not(.social-icon) i {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
ul.nav li ul li a:not(.social-icon):hover {
  background: rgba(32, 73, 142, 0.1);
  color: #20498E;
}
@media (max-width: 1550px) {
  ul.nav li ul li a:not(.social-icon):hover {
    color: #B7A049;
  }
}
ul.nav li ul li a:not(.social-icon).active {
  background: rgba(183, 160, 73, 0.1);
  color: #B7A049;
  font-weight: 400;
}
ul.nav li ul li a:not(.social-icon).active:after {
  display: none;
}
ul.nav li ul li:first-of-type {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
ul.nav li ul li:last-of-type {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
ul.nav li ul li ul {
  position: absolute;
  top: -7px;
  left: calc(100% + 7px);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
ul.nav li ul li ul:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
ul.nav li ul li:hover ul {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
ul.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.compact .main-nav ul li a:after {
  top: calc(100% - 15px) !important;
}

.compact .main-nav ul li ul {
  top: calc(100% + 5px) !important;
}

.nav-open ul.nav.mobile {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav-open #cookie-bar-show-button {
  display: none;
}

.call-to-action {
  background: #eee;
  color: #B7A049;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 50px;
  padding: 30px;
}
@media (max-width: 767px) {
  .call-to-action {
    font-size: 17px;
    padding: 20px;
  }
}
.call-to-action .btn {
  font-size: 19px;
}
@media (max-width: 767px) {
  .call-to-action .btn {
    font-size: 1rem;
  }
}

.reviews-page-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .reviews-page-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reviews-page-container .reviews-page-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 100px;
}
@media (max-width: 991px) {
  .reviews-page-container .reviews-page-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.reviews-page-container .reviews-page-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
@media (max-width: 991px) {
  .reviews-page-container .reviews-page-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.reviews-page-container .reviews-page-right .leave-a-review {
  background: #f3f3f3;
  padding: 15px 20px;
  position: sticky;
  top: 120px;
}
.reviews-page-container .reviews-page-right .leave-a-review h2:first-of-type {
  margin-top: 0;
}

.reviews {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .reviews {
    margin: 35px 0 0;
  }
}
.reviews .review {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
.reviews .review + .review {
  margin-top: 40px;
}
.reviews .review .review-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin: 0 20px 0 0;
}
.reviews .review .review-left i {
  color: #B7A049;
  font-size: 35px;
}
.reviews .review .review-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.reviews .review .review-right .name {
  color: #434c59;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.reviews .review .review-right .stars {
  margin-bottom: 20px;
}
.reviews .review .review-right .stars .fa-star {
  color: orange;
}

.gallery {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 70px 0 0;
}
@media (max-width: 800px) {
  .gallery {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
.gallery a {
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .gallery a {
    margin-bottom: 15px;
  }
}

.articles-wrap {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .articles-wrap {
    margin: 60px 0 0;
  }
}
@media (max-width: 479px) {
  .articles-wrap {
    margin: 40px 0 0;
  }
}

.articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 60px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1300px) {
  .articles {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.article a.image-wrap {
  display: block;
  position: relative;
  margin: 0 0 10px;
  width: 100%;
}
.article a.image-wrap .img {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  overflow: hidden;
}
.article a.image-wrap .date {
  background: #B7A049;
  border-radius: 0 10px 0 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.article a.image-wrap .date .year, .article a.image-wrap .date .month {
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.article a.image-wrap .date .day {
  color: #fff;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.article a.title {
  color: #434c59;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  text-align: center;
}
.article a.title:hover {
  color: #2e72fc;
  text-decoration: none;
}
.article .snippet {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.article .buttons {
  margin-top: auto;
  padding-top: 20px;
}
.article .buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.article:hover {
  text-decoration: none;
}
.article:hover .image-wrap {
  opacity: 0.8;
}

.gallery-bottom-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .gallery-bottom-buttons {
    margin: 40px 0 0;
  }
}

.homepage-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .homepage-content-wrap .homepage-award-logos {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .homepage-content-wrap .homepage-award-logos img {
    height: auto;
    width: 70px;
  }
}
@media (max-width: 991px) {
  .homepage-content-wrap .homepage-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.offer-bar {
  background: #B7A049;
  padding: 20px 30px;
}
@media (max-width: 991px) {
  .offer-bar {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  .offer-bar {
    background: #9e8a3e;
  }
}
.offer-bar .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1300px) {
  .offer-bar .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .offer-bar .inner {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.offer-bar .inner .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 4em;
}
@media (max-width: 1300px) {
  .offer-bar .inner .left {
    font-size: 3em;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0px;
            flex: 0 1 0;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .offer-bar .inner .left {
    font-size: 2.5em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    line-height: 1;
    text-align: center;
  }
}
.offer-bar .inner .middle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3;
}
@media (max-width: 1300px) {
  .offer-bar .inner .middle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18em;
            flex: 0 0 18em;
    font-size: 1.2em;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .offer-bar .inner .middle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.offer-bar .inner .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: right;
}
@media (max-width: 1300px) {
  .offer-bar .inner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 0px;
            flex: 0 1 0;
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .offer-bar .inner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.offer-bar .inner .right .btn {
  border: 2px solid #ff8888;
}

.team {
  display: -ms-grid;
  display: grid;
  gap: 50px 25px;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 100px auto;
  max-width: 1400px;
}
@media (max-width: 1500px) {
  .team {
    margin: 80px 50px;
  }
}
@media (max-width: 1200px) {
  .team {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .team {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 60px 30px;
  }
}
.team a.team-member {
  display: block;
}
.team a.team-member .img {
  position: relative;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
@media (max-width: 767px) {
  .team a.team-member .img {
    background-position: top center;
  }
  .team a.team-member .img:after {
    padding-bottom: 100%;
  }
}
.team a.team-member .img .team-overlay {
  background: rgba(183, 160, 73, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  visibility: hidden;
}
.team a.team-member .img .team-overlay .btn {
  background: #beaa5b;
  border-color: #beaa5b;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, calc(-50% + 30px), 0);
          transform: translate3d(-50%, calc(-50% + 30px), 0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.team a.team-member .img .team-overlay .btn:hover {
  background: #c7b571;
  border-color: #c7b571;
  color: #fff;
  text-decoration: none !important;
}
.team a.team-member .img .team-overlay .btn:active, .team a.team-member .img .team-overlay .btn:focus {
  background: #d0c087;
  border-color: #d0c087;
  color: #fff;
  text-decoration: none !important;
}
.team a.team-member:hover {
  text-decoration: none;
}
.team a.team-member:hover .img .team-overlay {
  opacity: 1;
  visibility: visible;
}
.team a.team-member:hover .img .team-overlay .btn {
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.team a.team-member .details {
  background: #B7A049;
  padding: 10px 15px;
}
.team a.team-member .details .name {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 991px) {
  .team a.team-member .details .name {
    font-size: 18px;
  }
}
.team a.team-member .details .position {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 991px) {
  .team a.team-member .details .position {
    font-size: 15px;
  }
}

.team-mini {
  background: #e8e8e8;
  padding: 60px 30px;
}
.team-mini h2 {
  color: #B7A049;
}
.team-mini .grid {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-mini .grid .mini-team-member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
@media (max-width: 767px) {
  .team-mini .grid .mini-team-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
  }
}
.team-mini .grid .mini-team-member .img {
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.team-mini .grid .mini-team-member .img.active {
  -webkit-filter: none;
          filter: none;
}
.team-mini .grid .mini-team-member .name {
  background: #B7A049;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}
.team-mini .grid .mini-team-member:hover {
  text-decoration: none;
}
.team-mini .grid .mini-team-member:hover .img {
  -webkit-filter: none;
          filter: none;
}

.chakras-section {
  background: url("/images/chakras-section-bg.png") top center/100% auto no-repeat;
  border-top: 10px solid #B7A049;
  padding: 60px 30px 90px;
  position: relative;
}
@media (max-width: 767px) {
  .chakras-section {
    padding: 40px 20px 60px;
  }
}
.chakras-section:before, .chakras-section:after {
  content: "";
  height: 176px;
  position: absolute;
  top: 45px;
  width: 167px;
}
@media (max-width: 767px) {
  .chakras-section:before, .chakras-section:after {
    height: 126px;
    top: 20px;
    width: 120px;
  }
}
.chakras-section:before {
  background: url("/images/dec-tl.svg") center center/contain no-repeat;
  left: 45px;
}
@media (max-width: 767px) {
  .chakras-section:before {
    left: 20px;
  }
}
.chakras-section:after {
  background: url("/images/dec-tr.svg") center center/contain no-repeat;
  right: 45px;
}
@media (max-width: 767px) {
  .chakras-section:after {
    right: 20px;
  }
}
.chakras-section .chakras-header {
  margin: 60px 0 70px;
}
@media (max-width: 1400px) {
  .chakras-section .chakras-header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .chakras-section .chakras-header {
    margin-bottom: 20px;
  }
}
.chakras-section .chakras-header h2 {
  color: #D5AD4F;
  font-family: "Cinzel", serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 30px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1400px) {
  .chakras-section .chakras-header h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .chakras-section .chakras-header h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .chakras-section .chakras-header h2 {
    margin: 0 auto 40px;
    max-width: 360px;
  }
}
@media (max-width: 479px) {
  .chakras-section .chakras-header h2 {
    font-size: 30px;
    line-height: 1.2;
    max-width: 200px;
  }
}
.chakras-section .chakras-header .h2-bottom-dec img {
  display: block;
  margin: 0 auto;
  width: 300px;
}
@media (max-width: 1400px) {
  .chakras-section .chakras-header .h2-bottom-dec img {
    width: 200px;
  }
}
.chakras-section .chakras {
  display: -ms-grid;
  display: grid;
  gap: 80px 30px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px) {
  .chakras-section .chakras {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .chakras-section .chakras {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
@media (max-width: 479px) {
  .chakras-section .chakras {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.chakras-section .chakras a.chakra {
  border-radius: 10px;
  display: block;
  text-align: center;
}
.chakras-section .chakras a.chakra .image-wrap {
  background: #B7A049;
}
.chakras-section .chakras a.chakra .image-wrap .img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  mix-blend-mode: multiply;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .chakras-section .chakras a.chakra .image-wrap .img:after {
    padding-bottom: 60%;
  }
}
.chakras-section .chakras a.chakra .chakra-name {
  color: #434c59;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .chakras-section .chakras a.chakra .chakra-name {
    font-size: 18px;
  }
}
.chakras-section .chakras a.chakra:hover {
  text-decoration: none;
}
.chakras-section .chakras a.chakra:hover .chakra-name {
  color: #B7A049;
}
.chakras-section .chakras a.chakra:hover .image-wrap .img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.new-chapter {
  background: url("/images/new-chapter-bg.jpg") top center/cover no-repeat;
  color: #fff;
  padding: 60px 30px 60px 120px;
  position: relative;
}
@media (max-width: 1400px) {
  .new-chapter {
    padding: 60px 30px 60px 80px;
  }
}
@media (max-width: 991px) {
  .new-chapter {
    padding: 30px 5vw;
  }
}
@media (max-width: 767px) {
  .new-chapter {
    padding: 40px 20px;
  }
}
.new-chapter .mobile-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .new-chapter .mobile-overlay {
    display: block;
  }
}
.new-chapter .new-chapter-content {
  max-width: 45vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .new-chapter .new-chapter-content {
    max-width: 54vw;
  }
}
@media (max-width: 991px) {
  .new-chapter .new-chapter-content {
    max-width: 90vw;
  }
}
.new-chapter .new-chapter-content h2 {
  color: #fff;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .new-chapter .new-chapter-content h2 {
    text-align: center;
  }
}
.new-chapter .new-chapter-content p {
  color: #fff;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .new-chapter .new-chapter-content p {
    text-align: center;
  }
}
.new-chapter .new-chapter-content p a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .new-chapter .new-chapter-content p:first-of-type img {
    width: 280px;
    margin: 0 auto;
  }
}

.accreditations {
  padding: 50px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .accreditations {
    padding: 40px;
  }
}
.accreditations img {
  display: block;
  margin: 0 auto;
  width: 1280px;
}
.accreditations img.mobile {
  display: none;
}
@media (max-width: 767px) {
  .accreditations img {
    width: 100%;
  }
  .accreditations img.mobile {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
  .accreditations img.desktop {
    display: none;
  }
}

.footer {
  background: url("/images/footer-bg.jpg") center center/cover no-repeat;
  padding: 50px 50px 40px;
}
@media (max-width: 479px) {
  .footer {
    padding: 40px 20px;
  }
}
.footer .footer-logo img {
  display: block;
  margin: 0 auto;
  width: 330px;
}
@media (max-width: 991px) {
  .footer .footer-logo img {
    width: 270px;
  }
}
.footer .footer-title {
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
.footer ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul.footer-links li {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer ul.footer-links li a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 380px) {
  .footer ul.footer-links li a {
    font-size: 14px;
  }
}
.footer ul.footer-links li a:after {
  display: none;
}
.footer ul.footer-links li a:hover {
  color: #fff;
}
.footer ul.footer-links + .footer-title {
  margin-top: 40px;
}
.footer hr {
  margin: 40px 0;
  border-color: rgba(255, 255, 255, 0.66);
}
.footer .footer-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 1200px) {
  .footer .footer-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer-bottom .footer-bottom-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .footer .footer-bottom .footer-bottom-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.footer .footer-bottom .footer-bottom-left p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media (max-width: 479px) {
  .footer .footer-bottom .footer-bottom-left p {
    font-weight: 700;
  }
}
.footer .footer-bottom .footer-bottom-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 1200px) {
  .footer .footer-bottom .footer-bottom-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
}
.footer .footer-bottom .footer-bottom-right ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .footer .footer-bottom .footer-bottom-right ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-bottom .footer-bottom-right ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .footer .footer-bottom .footer-bottom-right ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.footer .footer-bottom .footer-bottom-right ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-right ul li a {
    display: block;
    text-align: center;
  }
}
.footer .footer-bottom .footer-bottom-right ul li a:hover {
  color: #fff;
}