@import url(https://use.typekit.net/plx4liv.css);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*

Graphik - R,SM
Bahagia - R

*/
/**Graphik**/
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-Light.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-LightItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-Regular.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-RegularItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-Medium.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-MediumItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-Semibold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Graphik";
  src: url("../helpers/fonts/Graphik-SemiboldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Bahagia";
  src: url("../helpers/fonts/Bahagia.otf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "typeecon";
  src: url("../helpers/fonts/typeecon.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Potomac";
  src: url("../helpers/fonts/potomac.otf") format("opentype");
  font-weight: 400;
}
/**
font-family: "montserrat", sans-serif;
font-weight: 400; - regular
font-weight: 500; - medium
font-weight: 700; - bold
font-weight: 800; - extabold
font-weight: 900; - black
**/
.inner {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
.inner.gutter {
  max-width: 1253px;
}
.inner.full-width > .cl {
  padding-left: 0;
  padding-right: 0;
}
.inner .cl {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.inner .cl-12 {
  width: 12.5%;
}
.inner .cl-16 {
  width: 16.66%;
}
.inner .cl-20 {
  width: 20%;
}
.inner .cl-28 {
  width: 28%;
}
.inner .cl-25 {
  width: 25%;
}
.inner .cl-33 {
  width: 33.33%;
}
.inner .cl-36 {
  width: 36%;
}
.inner .cl-50 {
  width: 50%;
}
.inner .cl-66 {
  width: 66.66%;
}
.inner .cl-100 {
  width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

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

body {
  margin: 0;
  color: #122124;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  line-height: 1.5;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "Potomac", sans-serif;
  line-height: 1;
  color: #122124;
  margin-bottom: 15px;
  font-weight: 400;
}
body h1,
body h2 {
  font-size: 94px;
}
@media only screen and (max-width: 699px) {
  body h1,
body h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 451px) {
  body h1,
body h2 {
    font-size: 50px;
  }
}
body h3 {
  font-size: 30px;
}
body h4 {
  font-size: 20px;
}
body h5 {
  font-size: 19px;
}
body h6 {
  font-size: 13.5px;
}
body p {
  margin-bottom: 15px;
}
body > header {
  position: relative;
}
body > header.no-banner .primary {
  background-color: #122124;
  padding-top: 20px;
  position: static;
}
body > header > .secondary {
  background-color: #bfdb6e;
}
body > header > .secondary .inner {
  max-width: 1487px;
  justify-content: space-between;
}
body > header > .secondary .inner .cl {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 402px) {
  body > header > .secondary .inner .cl.search-field {
    padding-right: 0;
  }
}
body > header > .secondary .inner .cl > #site-search-js > span {
  margin-right: 5px;
  color: #122124;
}
body > header > .secondary .inner .cl > #site-search-js .search-icon-wrap {
  display: block;
  max-width: 30px;
}
body > header > .secondary .inner .cl > #site-search-js .search-icon-wrap img {
  display: block;
  height: auto;
  width: 100%;
}
body > header > .secondary .inner .cl > #site-search-js input {
  padding: 0;
  background-color: transparent;
  border: 0;
}
@media only screen and (max-width: 402px) {
  body > header > .secondary .inner .cl > #site-search-js input {
    width: 81px;
  }
}
body > header > .secondary .inner .cl > #site-search-js input:focus, body > header > .secondary .inner .cl > #site-search-js input:focus-visible {
  outline: none;
}
body > header > .secondary .inner .cl > #site-search-js input::-moz-placeholder {
  color: #122124;
}
body > header > .secondary .inner .cl > #site-search-js input:-ms-input-placeholder {
  color: #122124;
}
body > header > .secondary .inner .cl > #site-search-js input::placeholder {
  color: #122124;
}
body > header > .secondary .inner .cl > #site-search-js button {
  width: 1px;
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: hidden;
}
body > header > .secondary .inner .cl ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (max-width: 1054px) {
  body > header > .secondary .inner .cl ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul {
    gap: 18px;
  }
  body > header > .secondary .inner .cl ul.header-links {
    display: none;
  }
}
body > header > .secondary .inner .cl ul li {
  list-style: none;
  line-height: 1;
}
body > header > .secondary .inner .cl ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul li a .value {
    display: none;
  }
}
body > header > .secondary .inner .cl ul li img {
  transform: translateY(-1px);
  height: 14px;
  width: auto;
  display: inline-block;
  margin-right: 3px;
}
@media only screen and (max-width: 1054px) {
  body > header > .secondary .inner .cl ul li img {
    margin-right: 1px;
  }
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul li img {
    height: 25px;
  }
}
body > header > .secondary .inner .cl ul li .lang-translate {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
}
body > header > .secondary .inner .cl ul li .lang-translate .flag-icon {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul li .lang-translate .flag-icon {
    width: 25px;
    height: 25px;
  }
}
body > header > .secondary .inner .cl ul li .lang-translate .flag-icon .inside {
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  body > header > .secondary .inner .cl ul li .lang-translate .value {
    position: absolute;
    right: 0;
    bottom: -26px;
    display: none;
    z-index: 1;
  }
}
body > header > .secondary .inner .cl ul li .lang-translate .value #flags {
  display: none;
}
body > header > .secondary .inner .cl ul li .lang-translate .value #google_language_translator select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  font-size: 12px;
  border: 0 !important;
  color: #2e4d59 !important;
  padding-left: 0 !important;
  background-color: #f6f1e6 !important;
}
body > header > .secondary .inner .cl ul li.search-wrapper {
  position: relative;
}
body > header > .secondary .inner .cl ul li.search-wrapper form {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2e4d59;
  padding: 4px 4px;
  border-radius: 5px;
  top: 22px;
  right: 0;
  display: none;
  z-index: 1;
}
body > header > .secondary .inner .cl ul li.search-wrapper form input {
  border-radius: 3px;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 12px;
  height: 20px;
  padding-left: 5px;
}
body > header > .secondary .inner .cl ul li.search-wrapper form input::-moz-placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl ul li.search-wrapper form input:-ms-input-placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl ul li.search-wrapper form input::placeholder {
  color: #81132a;
}
body > header > .secondary .inner .cl ul li.search-wrapper form button {
  border-radius: 3px;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 20px;
  background-color: #81132a;
  color: #fff;
  font-size: 12px;
}
body > header > .secondary .inner .cl .social-media-link-wrapper {
  gap: 10px;
}
body > header > .secondary .inner .cl .social-media-link-wrapper li a {
  font-size: 20px;
}
body > header > .secondary .inner .cl .join-now-btn {
  background-color: #122124;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 13px 15px;
}
body > header > .primary {
  transition: background-color 0.3s ease-in-out;
  padding-top: 44px;
  padding-bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  body > header > .primary {
    padding-top: 20px;
  }
}
body > header > .primary .inner {
  max-width: 1487px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  body > header > .primary .inner {
    align-items: center;
  }
}
body > header > .primary .inner .cl.logo {
  width: 195px;
}
body > header > .primary .inner .cl.menu-n-contacts {
  display: flex;
}
body > header > .primary .inner .cl.menu-n-contacts .hamburger-wrap {
  display: none;
}
@media only screen and (max-width: 991px) {
  body > header > .primary .inner .cl.menu-n-contacts .hamburger-wrap {
    display: block;
  }
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-top: 19px;
  padding-left: 0;
  margin-bottom: 0;
  height: 43px;
}
@media only screen and (max-width: 1290px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media only screen and (max-width: 1178px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
    display: none;
  }
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li {
  list-style: none;
  position: relative;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 15.5px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.2px;
}
@media only screen and (max-width: 1178px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li > a {
    letter-spacing: 0;
    font-size: 14px;
  }
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li > a:before {
  content: "";
  height: 1px;
  bottom: -1px;
  left: 50%;
  right: 50%;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li:hover > a:before {
  left: 0;
  right: 0;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #bfdb6e;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  height: 12px;
  background-color: transparent;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  bottom: -10px;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
  background-color: #bfdb6e;
  width: auto;
  box-shadow: 0px 1px 13px -6px #000;
  display: none;
  top: 31px;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li {
  list-style: none;
  position: relative;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li a {
  text-decoration: none;
  color: #122124;
  padding: 2px 11px;
  display: block;
  white-space: nowrap;
  font-size: 13px !important;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li > ul {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding-left: 0;
  background-color: #bfdb6e;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li > ul li a {
  color: #122124;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children > ul li:hover > ul {
  display: block;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:hover:before {
  display: block;
}
body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:hover > ul {
  display: block;
}
@media only screen and (max-width: 1620px) {
  body > header > .primary .inner .cl.menu-n-contacts ul.menu-main > li.menu-item-has-children:last-of-type > ul {
    transform: unset;
    left: auto;
    right: 0;
  }
}
body > header .empty-banner {
  text-align: center;
}
body > main {
  padding-bottom: 75px;
}
body > main > section {
  margin-top: 75px;
}
body > main.no-space {
  padding-bottom: 0;
}
body footer section.main-details-v2 {
  background-color: #bfdb6e;
  padding-top: 50px;
  padding-bottom: 50px;
}
body footer section.main-details-v2 .inner {
  max-width: 1487px;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details-v2 .inner {
    gap: 30px;
  }
}
body footer section.main-details-v2 .inner .cl {
  color: #122124;
}
body footer section.main-details-v2 .inner .cl.site-description {
  width: 30%;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details-v2 .inner .cl.site-description {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body footer section.main-details-v2 .inner .cl.site-description {
    text-align: center;
  }
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
}
@media only screen and (max-width: 769px) {
  body footer section.main-details-v2 .inner .cl.site-description .lang-translate {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate .flag-icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details-v2 .inner .cl.site-description .lang-translate .flag-icon {
    width: 25px;
    height: 25px;
  }
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate .flag-icon .inside {
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate .value #flags {
  display: none;
}
body footer section.main-details-v2 .inner .cl.site-description .lang-translate .value #google_language_translator select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  font-size: 14px;
  border: 0 !important;
  color: #122124 !important;
  padding-left: 0 !important;
  background-color: #bfdb6e !important;
}
body footer section.main-details-v2 .inner .cl.site-description * {
  color: inherit;
}
body footer section.main-details-v2 .inner .cl.site-description *:last-child {
  margin-bottom: 0;
}
body footer section.main-details-v2 .inner .cl.website-details {
  padding-left: 0;
  padding-right: 0;
  width: 70%;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details-v2 .inner .cl.website-details {
    width: 100%;
  }
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  body footer section.main-details-v2 .inner .cl.website-details .inner-cls {
    gap: 30px;
  }
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  color: #122124;
}
@media only screen and (max-width: 768px) {
  body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta {
    width: 100% !important;
    text-align: center;
  }
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta:last-of-type {
  width: auto;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta:last-of-type {
    width: 25%;
  }
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta h3,
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta h4 {
  color: inherit;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta a {
  color: inherit;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta > *:last-child {
  margin-bottom: 0;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .menu-footer {
  padding-left: 0;
  margin-bottom: 0;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .menu-footer li {
  list-style: none;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .menu-footer li a {
  color: inherit;
  text-decoration: none;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .social-media-link-wrapper {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -15px;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .social-media-link-wrapper li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
body footer section.main-details-v2 .inner .cl.website-details .inner-cls .meta .social-media-link-wrapper li a {
  text-align: none;
  font-size: 18px;
}
body footer section.main-details-v2 .inner .cl.cl-100 {
  margin-top: 40px;
}
body footer section.main-details-v2 .inner .cl .logo-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-flow: row wrap;
}
body footer section.main-details-v2 .inner .cl .logo-list a {
  display: block;
  height: 30px;
  width: auto;
  opacity: 0.85;
}
body footer section.main-details-v2 .inner .cl .logo-list a img {
  height: 100%;
  width: auto;
  display: block;
  transition: all 0.5s ease-in-out;
}
body footer section.main-details {
  display: none !important;
  background-color: #bfdb6e;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
body footer section.main-details .inner {
  max-width: 1487px;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details .inner {
    gap: 15px;
  }
}
body footer section.main-details .inner .other-details {
  width: 32.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body footer section.main-details .inner .other-details .menu-footer,
body footer section.main-details .inner .other-details .contact-info {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
body footer section.main-details .inner .other-details .menu-footer li,
body footer section.main-details .inner .other-details .contact-info li {
  list-style: none;
}
body footer section.main-details .inner .other-details .menu-footer li a,
body footer section.main-details .inner .other-details .contact-info li a {
  color: #122124;
  text-decoration: none;
  font-size: 15px;
}
body footer section.main-details .inner .other-details .menu-footer li a img,
body footer section.main-details .inner .other-details .contact-info li a img {
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  transform: translateY(-1px);
  height: auto;
}
body footer section.main-details .inner .logo-wrap {
  width: 35%;
}
body footer section.main-details .inner .logo-wrap a {
  display: block;
  height: auto;
  max-width: 211px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}
body footer section.main-details .inner .logo-wrap a img {
  width: 100%;
  height: auto;
  display: block;
}
body footer section.main-details .inner .logo-wrap:before, body footer section.main-details .inner .logo-wrap:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 2px;
  height: 94px;
  background-color: #fff;
}
body footer section.main-details .inner .logo-wrap:before {
  left: -1px;
}
body footer section.main-details .inner .logo-wrap:after {
  right: -1px;
}
@media only screen and (max-width: 991px) {
  body footer section.main-details .inner .cl {
    width: 100%;
  }
  body footer section.main-details .inner .cl.logo-wrap {
    order: 1;
  }
  body footer section.main-details .inner .cl.logo-wrap:before, body footer section.main-details .inner .cl.logo-wrap:after {
    display: none;
  }
  body footer section.main-details .inner .cl.other-details:first-child {
    order: 2;
  }
  body footer section.main-details .inner .cl.other-details:last-child {
    order: 3;
  }
}
body.logged-in > header .primary.im-sticky.see-im-sticky {
  top: 32px !important;
}
@media only screen and (max-width: 782px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 46px !important;
  }
}
@media only screen and (max-width: 601px) {
  body.logged-in > header .primary.im-sticky.see-im-sticky {
    top: 0 !important;
  }
}
body .theme-btn {
  background-color: #122124;
  letter-spacing: 3.2px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 15px;
  border-radius: 5px;
  color: #f5efe4;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  min-width: 247px;
  margin-left: 10px;
  margin-right: 10px;
}
body .theme-btn:hover {
  opacity: 0.8;
}
body.single-tribe_events #tribe-events-pg-template {
  max-width: 100%;
  padding: 0;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events {
  overflow: unset;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column {
  max-width: 78.125vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column {
    max-width: 1171.875px;
  }
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl {
  margin-top: 2vw;
  margin-bottom: 4vw;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap h1 {
  margin-bottom: 0;
}
body.single-tribe_events #tribe-events-pg-template #tribe-events-content .tribe_events .the-column .inner .cl-100.cl .wrap p.date {
  color: #18265e;
}
body.single-tribe_events footer.main-foot {
  margin-top: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container {
  min-height: auto;
  padding: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .tribe-events-header__events-bar,
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .tribe-events-header__messages {
  display: none;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-common-c-btn-icon {
  all: unset;
  font-size: 55px;
  color: #122124;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 53px;
  padding-top: 10px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 59px;
  padding-right: 59px;
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker h2 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  color: #122124;
  padding-top: 8px;
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  transform: translateY(3px);
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker .theme-btn {
  background-color: #2e4d59;
  color: #fff;
  border: 1px solid #2e4d59;
  background-image: none;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  transform: translateY(7px);
}
body .cl .tribe-events-view--month .tribe-events-l-container header.tribe-events-header--has-event-search .dp-calendar-top .tribe-events-c-top-bar__datepicker .theme-btn:hover {
  background-color: transparent;
  color: #2e4d59;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column {
  background-color: #828282;
  padding: 21px 0;
  border: 3px solid #ffffff;
  border-top: 0;
  border-bottom: 3px solid #ffffff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3 {
  color: #fff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column h3 .tribe-events-calendar-month__header-column-title-desktop {
  font-size: 21px;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  text-align: center;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month header .tribe-events-calendar-month__header-row .tribe-events-calendar-month__header-column:first-of-type {
  background-color: #0082ba;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body {
  border-top: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
  border: 0;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day {
  border: 3px solid #ffffff;
  background-color: #f2f2f2;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day:first-of-type {
  background-color: #e6f2ff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day:first-of-type .tribe-events-calendar-month__day-cell h3 {
  color: #4fadff;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3 {
  color: #4f4f4f;
  opacity: 1;
  font-weight: 500;
  font-size: 26px;
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell h3 .tribe-events-calendar-month__day-date-daynum {
  color: inherit;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article {
  padding-left: 12px;
  padding-right: 12px;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article .tribe-events-calendar-month__calendar-event-details h3 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 600;
  font-family: "proxima-nova", sans-serif;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: 1;
}
body .cl .tribe-events-view--month .tribe-events-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article .tribe-events-calendar-month__calendar-event-details h3 a {
  margin-bottom: 0;
}
@media only screen and (max-width: 601px) {
  body #wpadminbar {
    display: none;
  }
}
body .fancybox__content .gform_footer {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
body .fancybox__content .gform_footer input[type=submit] {
  max-width: none !important;
  background-color: #122124 !important;
  border-radius: 0% !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  letter-spacing: 3.2px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  min-height: 30px !important;
  padding-bottom: 2px !important;
  border-radius: 7px !important;
  line-height: 1px !important;
  height: 40px !important;
}

section.the-events-calendar {
  background-color: #122124;
  margin-top: 0;
}
section.the-events-calendar > div {
  padding-top: 75px;
  padding-bottom: 75px;
}
section.the-events-calendar > div .inner {
  max-width: 1388px;
}
section.the-events-calendar > div .inner.layout2 .cl {
  padding-left: 0;
  padding-right: 0;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 {
  z-index: 1;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .slick-track,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .slick-track {
  display: flex !important;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .slick-slide,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .slick-slide {
  height: inherit !important;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 button.slick-arrow,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 button.slick-arrow {
  display: block;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 56px;
  width: 56px;
  background-color: #f6f1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 button.slick-arrow.slick-prev,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 button.slick-arrow.slick-prev {
  left: 31px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 button.slick-arrow.slick-next,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 button.slick-arrow.slick-next {
  right: 31px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 button.slick-arrow img,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 button.slick-arrow img {
  width: 100%;
  height: auto;
  display: block;
  width: 30px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
  padding-left: 12px;
  padding-right: 12px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .inner-wrapper,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .inner-wrapper {
  display: block;
  text-decoration: none;
  height: 100%;
  background-color: #bfdb6e;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .inner-wrapper .img-wrap,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .inner-wrapper .img-wrap {
  display: block;
  aspect-ratio: 323/323;
  width: 100%;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .inner-wrapper .img-wrap img,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .inner-wrapper .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .inner-wrapper .details,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .inner-wrapper .details {
  padding: 15px 30px;
  color: #122124;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-slider2 .wrap .inner-wrapper .details > *,
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap .inner-wrapper .details > * {
  color: inherit;
  margin-bottom: 0;
}
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 {
  display: flex;
  flex-flow: row wrap;
  row-gap: 30px;
}
section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
  position: relative;
  width: 25%;
  z-index: 1;
}
@media only screen and (max-width: 1135px) {
  section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
    width: 33.33%;
  }
}
@media only screen and (max-width: 945px) {
  section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
    width: 50%;
  }
}
@media only screen and (max-width: 555px) {
  section.the-events-calendar > div .inner.layout2 .cl .events-not-slider2 .wrap {
    width: 100%;
  }
}
section.the-events-calendar > div .inner.layout2 .cl .filler-top,
section.the-events-calendar > div .inner.layout2 .cl .filler-btm {
  padding-top: 115px;
  position: relative;
}
@media only screen and (max-width: 699px) {
  section.the-events-calendar > div .inner.layout2 .cl .filler-top,
section.the-events-calendar > div .inner.layout2 .cl .filler-btm {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 451px) {
  section.the-events-calendar > div .inner.layout2 .cl .filler-top,
section.the-events-calendar > div .inner.layout2 .cl .filler-btm {
    padding-top: 60px;
  }
}
section.the-events-calendar > div .inner.layout2 .cl .filler-top h2 {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -47px;
  z-index: 1;
  padding: 0 40px;
  background-color: #122124;
  white-space: nowrap;
}
@media only screen and (max-width: 699px) {
  section.the-events-calendar > div .inner.layout2 .cl .filler-top h2 {
    top: -37px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 451px) {
  section.the-events-calendar > div .inner.layout2 .cl .filler-top h2 {
    top: -25px;
    padding: 0 10px;
  }
}
section.the-events-calendar > div .inner.layout2 .cl .filler-top:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 74px);
  background: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 451px) {
  section.the-events-calendar > div .inner.layout2 .cl .filler-top:after {
    width: calc(100% - 50px);
  }
}
section.the-events-calendar > div .inner.layout2 .cl .filler-btm:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 74px);
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 451px) {
  section.the-events-calendar > div .inner.layout2 .cl .filler-btm:after {
    width: calc(100% - 50px);
  }
}
section.the-events-calendar > div .inner.layout2 .cl:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  left: 37px;
  bottom: 0;
  background-color: #fff;
}
@media only screen and (max-width: 451px) {
  section.the-events-calendar > div .inner.layout2 .cl:before {
    left: 24px;
  }
}
section.the-events-calendar > div .inner.layout2 .cl:after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  right: 37px;
  bottom: 0;
  background-color: #fff;
}
@media only screen and (max-width: 451px) {
  section.the-events-calendar > div .inner.layout2 .cl:after {
    right: 24px;
  }
}
section.the-events-calendar > div .inner.layout-slider .cl .events-slider2 {
  display: block;
}
section.the-events-calendar > div .inner.layout-slider .cl .events-not-slider2 {
  display: none;
}
section.the-events-calendar > div .inner.layout-grid .cl .events-slider2 {
  display: none;
}
section.the-events-calendar > div .inner.layout-grid .cl .events-not-slider2 {
  display: flex;
}
section.the-events-calendar.has-title > div {
  padding-top: 110px;
}
section.the-events-calendar.image-portrait > div .inner.layout2 .cl .events-slider2 .wrap .img-wrap,
section.the-events-calendar.image-portrait > div .inner.layout2 .cl .events-not-slider2 .wrap .img-wrap {
  aspect-ratio: 323/577;
}
section.image-banner > div {
  background-color: #f6f1e6;
}
section.image-banner > div.no-top-space {
  margin-top: -70px;
}
@media only screen and (min-width: 1520px) {
  section.image-banner > div.no-top-space {
    margin-top: -4.6052631579vw;
  }
}
section.image-banner .content {
  position: relative;
}
section.image-banner .image-list {
  overflow: hidden;
}
section.image-banner .image-list .img {
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img {
    padding-top: 0 !important;
    height: 350px;
  }
}
section.image-banner .image-list .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.image-banner .image-list .img .captions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.986vw;
  padding-top: 100px;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img .captions {
    padding-bottom: 67px;
  }
}
@media only screen and (max-width: 597px) {
  section.image-banner .image-list .img .captions {
    align-items: center;
  }
}
section.image-banner .image-list .img .captions .details {
  text-align: center;
  color: #ffffff;
}
section.image-banner .image-list .img .captions .details h1,
section.image-banner .image-list .img .captions .details h2 {
  font-size: 4.4736842105vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img .captions .details h1,
section.image-banner .image-list .img .captions .details h2 {
    font-size: 54.378px;
  }
}
section.image-banner .image-list .img .captions .details h3,
section.image-banner .image-list .img .captions .details h4 {
  font-size: 4.1447368421vw;
}
@media only screen and (max-width: 1008px) {
  section.image-banner .image-list .img .captions .details h3,
section.image-banner .image-list .img .captions .details h4 {
    font-size: 41.778947px;
  }
}
section.image-banner .image-list .img .captions .details em {
  font-family: "GoldenHills";
}
section.image-banner .image-list .img .captions .details > * {
  color: inherit;
}
section.image-banner .image-list .img .captions .details > *:last-child {
  margin-bottom: 0;
}
section.image-banner .image-list .slick-dots {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 44px;
       column-gap: 44px;
  position: absolute;
  bottom: 3vw;
  width: 100%;
}
section.image-banner .image-list .slick-dots li {
  margin-bottom: 0;
  display: block;
  list-style: none;
  line-height: 0;
}
section.image-banner .image-list .slick-dots li button {
  font-size: 0;
  border: 0;
  background-color: #fff;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
section.image-banner .image-list .slick-dots li.slick-active button {
  opacity: 1;
}
section.image-banner.as-video .content .overlay {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, transparent 46%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.image-banner .video-wrap .inner-wrap {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap {
    height: 320px !important;
  }
}
section.image-banner .video-wrap .inner-wrap .overflow {
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #241f21;
  padding-bottom: var(--vimeo-default-h);
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow {
    padding-bottom: 460px;
  }
}
section.image-banner .video-wrap .inner-wrap .overflow iframe {
  transform: scale(1.1);
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1520px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    top: -0.0657894737vw;
  }
}
@media only screen and (max-width: 741px) {
  section.image-banner .video-wrap .inner-wrap .overflow iframe {
    width: 741px;
    transform: translateX(-50%);
    top: -65px;
    left: 50%;
  }
}
section.image-grid-5col {
  background-color: #122124;
}
section.image-grid-5col > div {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.image-grid-5col > div .inner {
  max-width: 1412px;
  width: 100%;
  justify-content: center;
  row-gap: 24px;
}
section.image-grid-5col > div .inner .cl {
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 991px) {
  section.image-grid-5col > div .inner .cl.cl-20 {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 679px) {
  section.image-grid-5col > div .inner .cl.cl-20 {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  section.image-grid-5col > div .inner .cl.cl-16 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 679px) {
  section.image-grid-5col > div .inner .cl.cl-16 {
    width: 50%;
  }
}
section.image-grid-5col > div .inner .cl .img-wrap {
  display: block;
  aspect-ratio: 260/260;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
section.image-grid-5col > div .inner .cl .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
section.image-grid-5col > div .inner .cl .details {
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}
section.image-grid-5col > div .inner .cl .details p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
section.image-grid-5col > div .inner .cl .details p.as-ttl {
  font-weight: 600;
  font-size: 18px;
}
section.image-grid-5col > div .inner .cl .details p.desc {
  font-weight: 400;
  font-size: 13px;
}
section.image-grid-5col > div .inner .cl .details .button {
  text-align: center;
}
section.image-grid-5col > div .inner .cl .details .button .theme-btn {
  background-color: #bfdb6e;
  color: #122124;
  margin-left: 0;
  margin-right: 0;
  min-width: unset;
  font-size: 14px;
  letter-spacing: 1px;
  height: unset;
  padding: 3px 20px;
}
section.image-grid-5col.padding-btm-x > div {
  padding-bottom: 0;
}
section.image-grid-5col.padding-btm-reduced > div {
  padding-bottom: 25px;
}
section.image-grid-5col.padding-top-x > div {
  padding-top: 0;
}
section.image-grid-5col.padding-top-reduced > div {
  padding-top: 25px;
}
section.image-grid > div .inner {
  width: 100%;
  justify-content: center;
}
section.image-grid > div .inner .column {
  display: block;
  width: 20%;
}
@media only screen and (max-width: 1200px) {
  section.image-grid > div .inner .column {
    width: 33.33%;
  }
}
@media only screen and (max-width: 761px) {
  section.image-grid > div .inner .column {
    width: 50%;
  }
}
@media only screen and (max-width: 495px) {
  section.image-grid > div .inner .column {
    width: 100%;
  }
}
section.image-grid > div .inner .column .img-wrap {
  aspect-ratio: 304/449;
  width: 100%;
  overflow: hidden;
  position: relative;
}
section.image-grid > div .inner .column .img-wrap h4 {
  position: absolute;
  color: #fff;
  font-size: 43px;
  letter-spacing: 0.5px;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  margin-bottom: 20px;
  bottom: 0;
  text-shadow: 0 0 10px #000;
}
section.image-grid > div .inner .column .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
section.image-grid > div .inner .column:hover .img-wrap img {
  transform: scale(1.01);
  opacity: 0.9;
}
section.image-grid.layout2 > div .inner {
  max-width: 1388px;
}
@media only screen and (max-width: 1145px) {
  section.image-grid.layout2 > div .inner {
    row-gap: 30px;
  }
}
@media only screen and (max-width: 573px) {
  section.image-grid.layout2 > div .inner {
    row-gap: 12px;
  }
}
section.image-grid.layout2 > div .inner .column {
  width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (max-width: 1145px) {
  section.image-grid.layout2 > div .inner .column {
    width: 50%;
  }
}
@media only screen and (max-width: 573px) {
  section.image-grid.layout2 > div .inner .column {
    width: 100%;
  }
}
section.image-grid.layout2 > div .inner .column .img-wrap {
  aspect-ratio: 304/225;
}
section.image-grid.layout2 > div .inner .column .img-wrap h4 {
  font-size: 32px;
  margin-bottom: 0;
}
section.image-grid.margin-top-x {
  margin-top: 0;
}
section.image-grid.reduced {
  margin-top: 37.5px;
}
section.image-grid.padding-top-default > div {
  padding-top: 75px;
}
section.image-grid.padding-top-x > div {
  padding-top: 0;
}
section.image-grid.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.image-grid.padding-btm-default > div {
  padding-bottom: 75px;
}
section.image-grid.padding-btm-x > div {
  padding-bottom: 0;
}
section.image-grid.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.testimonials {
  background-color: #122124;
  padding-top: 75px;
  padding-bottom: 75px;
}
section.testimonials > div .inner {
  max-width: 1450px;
  width: 100%;
}
section.testimonials > div .inner .cl .testimonial-list .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
section.testimonials > div .inner .cl .testimonial-list .wrap .qoute p {
  color: #fff;
}
section.testimonials > div .inner .cl .testimonial-list .wrap .qoute p:last-of-type {
  margin-bottom: 0;
}
section.text-content > div .inner {
  max-width: 1487px;
  row-gap: 30px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner {
    width: 100% !important;
  }
}
section.text-content > div .inner .cl {
  max-width: 100%;
  height: auto;
  line-height: 1.35;
}
section.text-content > div .inner .cl .top-none,
section.text-content > div .inner .cl .middle-none,
section.text-content > div .inner .cl .bottom-none,
section.text-content > div .inner .cl .top-left,
section.text-content > div .inner .cl .top-center,
section.text-content > div .inner .cl .top-right,
section.text-content > div .inner .cl .middle-left,
section.text-content > div .inner .cl .middle-center,
section.text-content > div .inner .cl .middle-right,
section.text-content > div .inner .cl .bottom-left,
section.text-content > div .inner .cl .bottom-center,
section.text-content > div .inner .cl .bottom-right,
section.text-content > div .inner .cl .none-left,
section.text-content > div .inner .cl .none-center,
section.text-content > div .inner .cl .none-right {
  display: flex;
  height: 100%;
}
section.text-content > div .inner .cl .top-none {
  align-items: flex-start;
}
section.text-content > div .inner .cl .middle-none {
  align-items: center;
}
section.text-content > div .inner .cl .bottom-none {
  align-items: flex-end;
}
section.text-content > div .inner .cl .top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
section.text-content > div .inner .cl .top-center {
  align-items: flex-start;
  justify-content: center;
}
section.text-content > div .inner .cl .top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
section.text-content > div .inner .cl .middle-left {
  align-items: center;
  justify-content: flex-start;
}
section.text-content > div .inner .cl .middle-center {
  align-items: center;
  justify-content: center;
}
section.text-content > div .inner .cl .middle-right {
  align-items: center;
  justify-content: flex-end;
}
section.text-content > div .inner .cl .bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
section.text-content > div .inner .cl .bottom-center {
  align-items: flex-end;
  justify-content: center;
}
section.text-content > div .inner .cl .bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
section.text-content > div .inner .cl .none-left {
  justify-content: flex-start;
}
section.text-content > div .inner .cl .none-center {
  justify-content: center;
}
section.text-content > div .inner .cl .none-right {
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-33 {
    width: 50%;
  }
  section.text-content > div .inner .cl.cl-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 721px) {
  section.text-content > div .inner .cl.cl-33 {
    width: 100%;
  }
}
section.text-content > div .inner .cl.cl-30-70:first-of-type {
  width: 30%;
}
@media only screen and (max-width: 1186px) {
  section.text-content > div .inner .cl.cl-30-70:first-of-type {
    width: 50% !important;
  }
}
@media only screen and (max-width: 741px) {
  section.text-content > div .inner .cl.cl-30-70:first-of-type {
    width: 100% !important;
  }
}
section.text-content > div .inner .cl.cl-30-70:last-of-type {
  width: 70%;
}
@media only screen and (max-width: 1186px) {
  section.text-content > div .inner .cl.cl-30-70:last-of-type {
    width: 50% !important;
  }
}
@media only screen and (max-width: 741px) {
  section.text-content > div .inner .cl.cl-30-70:last-of-type {
    width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  section.text-content > div .inner .cl.cl-20 {
    width: 30%;
  }
}
@media only screen and (max-width: 769px) {
  section.text-content > div .inner .cl.cl-20 {
    width: 50%;
  }
}
@media only screen and (max-width: 528px) {
  section.text-content > div .inner .cl.cl-20 {
    width: 100%;
  }
}
section.text-content > div .inner .cl a:not(.theme-btn) {
  color: inherit;
}
section.text-content > div .inner .cl > div > *:last-child {
  margin-bottom: 0;
}
section.text-content > div .inner .cl > div .alignleft {
  float: left;
  margin-right: 20px;
}
section.text-content.has-bg-color {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.text-content.has-bg-color.padding-top-reduced {
  padding-top: 25px;
}
section.text-content.has-bg-color.padding-top-x {
  padding-top: 0;
}
section.text-grid {
  background-color: #122124;
}
section.text-grid > div {
  padding-top: 75px;
  padding-bottom: 75px;
}
section.text-grid > div .inner {
  max-width: 1388px;
  row-gap: 24px;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 945px) {
  section.text-grid > div .inner {
    padding-left: 3px;
    padding-right: 3px;
  }
}
section.text-grid > div .inner:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  left: 37px;
  bottom: 0;
  background-color: #fff;
}
@media only screen and (max-width: 451px) {
  section.text-grid > div .inner:before {
    left: 24px;
  }
}
section.text-grid > div .inner:after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  right: 37px;
  bottom: 0;
  background-color: #fff;
}
@media only screen and (max-width: 451px) {
  section.text-grid > div .inner:after {
    right: 24px;
  }
}
section.text-grid > div .inner .cl {
  padding-left: 12px;
  padding-right: 12px;
}
section.text-grid > div .inner .cl.cl-25, section.text-grid > div .inner .cl.cl-33 {
  z-index: 1;
}
@media only screen and (max-width: 1135px) {
  section.text-grid > div .inner .cl.cl-25, section.text-grid > div .inner .cl.cl-33 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 945px) {
  section.text-grid > div .inner .cl.cl-25, section.text-grid > div .inner .cl.cl-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 555px) {
  section.text-grid > div .inner .cl.cl-25, section.text-grid > div .inner .cl.cl-33 {
    width: 100%;
  }
}
section.text-grid > div .inner .cl .text-wrap {
  background-color: #bfdb6e;
  color: #122124;
  padding: 0 24px;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 45px;
}
section.text-grid > div .inner .cl .text-wrap .as-ttl {
  text-align: center;
  font-size: 35px;
  margin-bottom: 30px;
}
section.text-grid > div .inner .cl .text-wrap .editor {
  text-align: center;
}
section.text-grid > div .inner .cl .filler-btm,
section.text-grid > div .inner .cl .filler-top {
  padding-top: 27px;
  position: relative;
}
section.text-grid > div .inner .cl .filler-top h2 {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -47px;
  z-index: 1;
  padding: 0 40px;
  background-color: #122124;
  white-space: nowrap;
}
@media only screen and (max-width: 1056px) {
  section.text-grid > div .inner .cl .filler-top h2 {
    top: -37px;
    padding: 0 15px;
    font-size: 73px;
  }
}
@media only screen and (max-width: 817px) {
  section.text-grid > div .inner .cl .filler-top h2 {
    top: -25px;
    font-size: 48px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 576px) {
  section.text-grid > div .inner .cl .filler-top h2 {
    white-space: normal;
    text-align: center;
    top: -48px;
  }
}
section.text-grid > div .inner .cl .filler-top:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 51px);
  background: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 451px) {
  section.text-grid > div .inner .cl .filler-top:after {
    width: calc(100% - 22px);
  }
}
section.text-grid > div .inner .cl .filler-btm:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 51px);
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 451px) {
  section.text-grid > div .inner .cl .filler-btm:after {
    width: calc(100% - 22px);
  }
}
section.text-grid.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.text-grid.padding-top-x > div {
  padding-top: 0;
}
section.text-grid.has-title.padding-top-x > div {
  padding-top: 50px;
}
section.text-grid.has-title.padding-top-reduced > div {
  padding-top: 75px;
}
section.text-grid.has-title > div {
  padding-top: 110px;
}
section.text-grid.has-title > div .inner .cl .filler-top {
  padding-top: 91px;
}
@media only screen and (max-width: 1056px) {
  section.text-grid.has-title > div .inner .cl .filler-top {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 817px) {
  section.text-grid.has-title > div .inner .cl .filler-top {
    padding-top: 30px;
  }
}
section.image-text > div .inner .featured-image {
  width: 50%;
}
section.image-text > div .inner .featured-image img {
  height: auto;
  width: 100%;
  display: block;
}
section.image-text > div .inner .details {
  width: 50%;
  background-color: #bfdb6e;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.image-text > div .inner .details .editor > *:last-child {
  margin-bottom: 0;
}
section.image-text > div .inner .details .editor h1,
section.image-text > div .inner .details .editor h2 {
  line-height: 79px;
}
section.image-text > div .inner .details .editor h1 .theme-btn,
section.image-text > div .inner .details .editor h2 .theme-btn {
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  transform: translateY(-27px);
  padding-left: 15px;
  padding-right: 15px;
  min-width: auto;
}
section.gallery-dp {
  background-color: #122124;
}
section.gallery-dp > div {
  padding-top: 75px;
  padding-bottom: 75px;
}
section.gallery-dp > div .inner {
  max-width: 1388px;
  row-gap: 24px;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 945px) {
  section.gallery-dp > div .inner {
    padding-left: 3px;
    padding-right: 3px;
  }
}
section.gallery-dp > div .inner:before {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  left: 37px;
  bottom: 0;
  background-color: #fff;
}
@media only screen and (max-width: 451px) {
  section.gallery-dp > div .inner:before {
    left: 24px;
  }
}
section.gallery-dp > div .inner:after {
  content: "";
  position: absolute;
  width: 2px;
  top: 0;
  right: 37px;
  bottom: 0;
  background-color: #fff;
}
@media only screen and (max-width: 451px) {
  section.gallery-dp > div .inner:after {
    right: 24px;
  }
}
section.gallery-dp > div .inner .cl {
  padding-left: 12px;
  padding-right: 12px;
}
section.gallery-dp > div .inner .cl.cl-25, section.gallery-dp > div .inner .cl.cl-33 {
  z-index: 1;
}
@media only screen and (max-width: 1135px) {
  section.gallery-dp > div .inner .cl.cl-25, section.gallery-dp > div .inner .cl.cl-33 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 945px) {
  section.gallery-dp > div .inner .cl.cl-25, section.gallery-dp > div .inner .cl.cl-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 555px) {
  section.gallery-dp > div .inner .cl.cl-25, section.gallery-dp > div .inner .cl.cl-33 {
    width: 100%;
  }
}
section.gallery-dp > div .inner .cl .filler-btm,
section.gallery-dp > div .inner .cl .filler-top {
  padding-top: 27px;
  position: relative;
}
section.gallery-dp > div .inner .cl .filler-top h2 {
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -47px;
  z-index: 1;
  padding: 0 40px;
  background-color: #122124;
  white-space: nowrap;
}
@media only screen and (max-width: 1056px) {
  section.gallery-dp > div .inner .cl .filler-top h2 {
    top: -37px;
    padding: 0 15px;
    font-size: 73px;
  }
}
@media only screen and (max-width: 817px) {
  section.gallery-dp > div .inner .cl .filler-top h2 {
    top: -25px;
    font-size: 48px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 576px) {
  section.gallery-dp > div .inner .cl .filler-top h2 {
    white-space: normal;
    text-align: center;
    top: -48px;
  }
}
section.gallery-dp > div .inner .cl .filler-top:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 51px);
  background: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 451px) {
  section.gallery-dp > div .inner .cl .filler-top:after {
    width: calc(100% - 22px);
  }
}
section.gallery-dp > div .inner .cl .filler-btm:after {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 51px);
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 451px) {
  section.gallery-dp > div .inner .cl .filler-btm:after {
    width: calc(100% - 22px);
  }
}
section.gallery-dp > div .inner .image-list {
  width: 100%;
  z-index: 1;
}
section.gallery-dp > div .inner .image-list .wrap {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  z-index: 1;
}
section.gallery-dp > div .inner .image-list .wrap .img-wrap {
  display: block;
  aspect-ratio: 323/323;
  width: 100%;
  display: block;
  text-decoration: none;
}
section.gallery-dp > div .inner .image-list .wrap .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.gallery-dp.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.gallery-dp.padding-top-x > div {
  padding-top: 0;
}
section.gallery-dp.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.gallery-dp.padding-btm-x > div {
  padding-bottom: 0;
}
section.slider-main > div .inner {
  max-width: 1412px;
}
section.slider-main > div .inner .cl.cl-100 .section-title {
  text-align: center;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .slick-track {
  display: flex !important;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .slick-track .slick-slide {
  height: inherit !important;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .wrap .slide-wrap {
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  position: relative;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .wrap .slide-wrap .img-wrap {
  display: block;
  aspect-ratio: 676/353;
  width: 100%;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .wrap .slide-wrap .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .wrap .slide-wrap .details {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .wrap .slide-wrap .details .editor > *:last-child {
  margin-bottom: 0;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .wrap .slide-wrap .details .buttons {
  position: absolute;
  bottom: 0;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .wrap .slide-wrap .details .buttons .theme-btn {
  min-width: unset;
  margin-left: 0;
  margin-right: 0;
}
section.slider-main > div .inner .cl.cl-100 .slider-wrapper .the-slide .wrap.has-button .slide-wrap .details {
  padding-bottom: 50px;
}
section.testimonials2 > div {
  background-color: #122124;
}
section.testimonials2 > div .inner {
  max-width: 1412px;
}
section.testimonials2 > div .inner .cl.cl-100 .binder {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 991px) {
  section.testimonials2 > div .inner .cl.cl-100 .binder {
    flex-flow: column;
    gap: 30px;
  }
}
section.testimonials2 > div .inner .cl.cl-100 .general-details {
  width: 35%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  section.testimonials2 > div .inner .cl.cl-100 .general-details {
    width: 100%;
  }
}
section.testimonials2 > div .inner .cl.cl-100 .general-details .static-content {
  padding-right: 15px;
  line-height: 1;
  display: flex;
  flex-flow: column;
  gap: 20px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  section.testimonials2 > div .inner .cl.cl-100 .general-details .static-content {
    width: inherit;
    text-align: center;
    justify-content: center;
    padding-right: 0;
  }
}
section.testimonials2 > div .inner .cl.cl-100 .general-details .static-content .section-ttl {
  font-size: 45px;
  margin-bottom: 0;
  color: inherit;
}
section.testimonials2 > div .inner .cl.cl-100 .general-details .static-content .details {
  line-height: 1.5;
}
section.testimonials2 > div .inner .cl.cl-100 .general-details .static-content .details > *:last-child {
  margin-bottom: 0;
}
section.testimonials2 > div .inner .cl.cl-100 .general-details .static-content .rating {
  font-size: 55px;
  font-weight: 500;
}
section.testimonials2 > div .inner .cl.cl-100 .general-details .static-content .stars {
  color: #fcb120;
}
section.testimonials2 > div .inner .cl.cl-100 .general-details .static-content .review-by {
  font-size: 18px;
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list {
  width: 65%;
}
@media only screen and (max-width: 991px) {
  section.testimonials2 > div .inner .cl.cl-100 .testimonial-list {
    width: 100%;
  }
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap {
  padding-left: 150px;
  padding-right: 1px;
}
@media only screen and (max-width: 767px) {
  section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap {
    padding-left: 0;
  }
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap {
  position: relative;
  display: block;
  aspect-ratio: 748/712;
  width: 100%;
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap img {
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb {
  position: absolute;
  top: 50%;
  left: -150px;
  transform: translateY(-50%);
  background-color: #bfdb6e;
  width: 300px;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 0 11px -5px #000;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb {
    position: relative;
    width: calc(100% - 30px);
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    transform: unset;
    z-index: 1;
    top: auto;
    left: auto;
  }
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb .message {
  color: #122124;
  font-style: italic;
  font-weight: 200;
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb .meta-details {
  display: flex;
  gap: 20px;
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb .meta-details .featured-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb .meta-details .the-details {
  width: calc(100% - 80px);
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
  line-height: 1;
  color: #122124;
}
section.testimonials2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb .meta-details .the-details .name {
  font-size: 20px;
  font-weight: 500;
  font-family: "Potomac", sans-serif;
}
section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .slick-track {
  display: flex !important;
}
section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .slick-track .slick-slide {
  height: inherit !important;
}
section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap {
  height: inherit;
  aspect-ratio: unset;
}
section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb {
  height: 100%;
  position: static;
  transform: unset;
  width: 100%;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb {
    margin-top: 0;
  }
}
section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb .message {
  height: 102px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #122124 transparent;
}
@media only screen and (max-width: 991px) {
  section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb .message {
    height: 150px;
  }
}
section.testimonials2.layout-2 > div .inner .cl.cl-100 .testimonial-list .wrap .outer-wrap .img-wrap .blurb .meta-details .featured-image {
  background-size: 78%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ccc;
}
section.testimonials2.margin-top-x {
  margin-top: 0;
}
section.testimonials2.reduced {
  margin-top: 37.5px;
}
section.testimonials2.padding-top-default > div {
  padding-top: 75px;
}
section.testimonials2.padding-top-x > div {
  padding-top: 0;
}
section.testimonials2.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.testimonials2.padding-btm-default > div {
  padding-bottom: 75px;
}
section.testimonials2.padding-btm-x > div {
  padding-bottom: 0;
}
section.testimonials2.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.newsletter > div {
  background-color: #122124;
}
section.newsletter > div .inner {
  max-width: 1520px;
  width: 100%;
}
section.newsletter > div .inner .cl {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl.cl-50 {
    width: 100%;
  }
}
section.newsletter > div .inner .cl .inner-wrapper {
  display: flex;
  flex-flow: row wrap;
}
section.newsletter > div .inner .cl .inner-wrapper .img-wrap {
  width: 51.5%;
  display: block;
  aspect-ratio: 391/460;
}
@media only screen and (max-width: 585px) {
  section.newsletter > div .inner .cl .inner-wrapper .img-wrap {
    width: 100%;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap {
  width: 48.5%;
  padding: 17px 13px;
  padding-right: 0;
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 585px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap {
    width: 100%;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form {
  background-color: #f6f1e6;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 585px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form {
    border-radius: 0;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest {
  width: 100%;
}
@media only screen and (max-width: 628px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .gform_wrapper form .gform_footer {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .innerest .theme-btn {
  min-width: unset;
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .logo-news {
  display: block;
  max-width: 166px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 628px) {
  section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .logo-news {
    margin-bottom: 30px;
  }
}
section.newsletter > div .inner .cl .inner-wrapper .form-wrap .the-form .logo-news img {
  width: 100%;
  height: auto;
  display: block;
}
section.newsletter > div .inner .cl.description {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl.description {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.newsletter > div .inner .cl.description .editor {
  line-height: 1.5;
}
section.newsletter > div .inner .cl.description .editor h1,
section.newsletter > div .inner .cl.description .editor h2,
section.newsletter > div .inner .cl.description .editor h3,
section.newsletter > div .inner .cl.description .editor h4,
section.newsletter > div .inner .cl.description .editor h5 {
  font-weight: 100;
  line-height: inherit;
}
section.newsletter > div .inner .cl.description .editor h1 strong,
section.newsletter > div .inner .cl.description .editor h2 strong,
section.newsletter > div .inner .cl.description .editor h3 strong,
section.newsletter > div .inner .cl.description .editor h4 strong,
section.newsletter > div .inner .cl.description .editor h5 strong {
  font-weight: 600;
}
section.newsletter > div .inner .cl.description .editor h1,
section.newsletter > div .inner .cl.description .editor h2 {
  font-size: 78px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 390px) {
  section.newsletter > div .inner .cl.description .editor h1,
section.newsletter > div .inner .cl.description .editor h2 {
    font-size: 50px;
  }
}
section.newsletter > div .inner .cl.description .editor > * {
  font-size: 15px;
}
section.newsletter > div .inner .cl.description .editor > * .theme-btn {
  background-color: #bfdb6e;
  min-width: unset;
  color: #122124;
}
section.newsletter > div .inner .cl.description .editor > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1165px) {
  section.newsletter > div .inner .cl.cl-50:first-child {
    order: 2;
  }
  section.newsletter > div .inner .cl.cl-50:last-child {
    order: 1;
  }
}
section.image-grid-5col.trainers > div {
  padding-top: 0;
  padding-bottom: 0;
}
section.image-grid-5col.margin-top-x {
  margin-top: 0;
}
section.image-grid-5col.reduced {
  margin-top: 37.5px;
}
section.image-grid-5col.padding-top-default > div {
  padding-top: 75px;
}
section.image-grid-5col.padding-top-x > div {
  padding-top: 0;
}
section.image-grid-5col.padding-top-reduced > div {
  padding-top: 37.5px;
}
section.image-grid-5col.padding-btm-default > div {
  padding-bottom: 75px;
}
section.image-grid-5col.padding-btm-x > div {
  padding-bottom: 0;
}
section.image-grid-5col.padding-btm-reduced > div {
  padding-bottom: 37.5px;
}
section.fitness-fancybox {
  display: none;
}
section.single-trainer > div {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
  margin-bottom: -75px;
}
section.single-trainer > div .inner {
  max-width: 800px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 20px;
}
@media only screen and (max-width: 800px) {
  section.single-trainer > div .inner {
    flex-flow: column;
    max-width: 353px;
  }
}
section.single-trainer > div .inner .cl h1 {
  font-size: 60px;
  line-height: 44px;
}
@media only screen and (max-width: 800px) {
  section.single-trainer > div .inner .cl h1 {
    text-align: center;
  }
}
section.single-trainer > div .inner .cl.featured-image {
  max-width: 320px;
}
section.single-trainer > div .inner .cl.featured-image .img-wrap {
  aspect-ratio: 300/300;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 21px -11px #000;
}
section.single-trainer > div .inner .cl.featured-image .img-wrap img {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: top;
     object-position: top;
}
section.single-trainer > div .inner .cl.description {
  width: calc(100% - 403px);
}
@media only screen and (max-width: 800px) {
  section.single-trainer > div .inner .cl.description {
    width: 100%;
  }
}
section.section-404 {
  margin-top: 0;
  margin-bottom: -75px;
}
section.section-404 > div {
  background-color: #122124;
  padding-top: 50px;
  padding-bottom: 75px;
}
section.section-404 > div .inner .cl img {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 15px;
}
section.section-404 > div .inner .cl h2 {
  text-align: center;
  color: #fff;
  font-size: 50px;
}
section.section-404 > div .inner .cl p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
section.section-404 > div .inner .cl p a {
  color: inherit;
}
section > div .inner .cl .as-section-title {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
section.single-post .inner {
  flex-flow: column;
  align-items: center;
  row-gap: 30px;
}
section.single-post .inner .cl .page-banner img {
  border-radius: 24px;
}
section ul {
  padding-left: 15px;
}
section ul li {
  margin-bottom: 4px;
}
section ul li:last-of-type {
  margin-bottom: 0;
}
section .gform_wrapper form .gform-body .gform_fields {
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border: 2px solid #122124;
  padding: 27px 10px;
  font-size: 14px;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::-moz-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::-moz-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
  color: #96a6ac;
  text-transform: uppercase;
  font-weight: 400;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select:-ms-input-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:-ms-input-placeholder, section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea:-ms-input-placeholder {
  color: #96a6ac;
  text-transform: uppercase;
  font-weight: 400;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select::placeholder,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input::placeholder,
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
  color: #96a6ac;
  text-transform: uppercase;
  font-weight: 400;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select[type=checkbox],
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type=checkbox],
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea[type=checkbox] {
  border-bottom: 0;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  min-block-size: unset;
  height: 90px;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select {
  color: #cfac61;
  text-transform: uppercase;
  font-weight: 400;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_date input {
  width: 100%;
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox] {
  padding: 0;
  transform: scale(0.6) translate(-12px, 4px);
}
section .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container.ginput_container_consent label {
  margin-left: -12px;
  color: #96a6ac;
  text-decoration: underline;
}
section .gform_wrapper form .gform_footer {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
section .gform_wrapper form .gform_footer input[type=submit] {
  max-width: none !important;
  background-color: #122124 !important;
  border-radius: 0% !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  letter-spacing: 3.2px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  min-height: 30px !important;
  padding-bottom: 2px !important;
  border-radius: 7px !important;
  line-height: 1px !important;
  height: 40px !important;
}
section.reduced {
  margin-top: 21px;
}
section.margin-top-x {
  margin-top: 0;
}
#mobile-menu-nav {
  display: none;
}

.hamburger-wrap {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.hamburger-wrap span {
  height: 5px;
  width: 30px;
  display: block;
  background-color: #faf4e4;
  position: absolute;
  border-radius: 3px;
}
.hamburger-wrap span:first-of-type {
  top: 0;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.1s;
}
.hamburger-wrap span:nth-child(2) {
  top: 10px;
  right: 0;
  transition-property: right, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.2s, 0.3s;
  z-index: 2;
}
.hamburger-wrap span:last-of-type {
  bottom: 0;
  transition-property: bottom, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.4s, 0.5s;
}
.hamburger-wrap.move span:first-of-type {
  top: 10px; /* IE 9 */ /* Safari */
  transform: rotate(45deg);
}
.hamburger-wrap.move span:nth-child(2) {
  opacity: 0;
  right: -25px;
}
.hamburger-wrap.move span:last-of-type {
  bottom: 10px; /* IE 9 */ /* Safari */
  transform: rotate(-45deg);
}

#moby1 {
  min-width: 265px;
  background-color: #bfdb6e;
}
#moby1.moby-active {
  box-shadow: 0 0 27px -4px #000;
}
#moby1 .moby-wrap .moby-menu > div {
  padding-top: 30px;
  background-color: #bfdb6e;
  color: #000;
  font-size: 16px;
}
#moby1 .moby-wrap .moby-menu > div .site-logo-link {
  display: block;
  max-width: 110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#moby1 .moby-wrap .moby-menu > div .other-links {
  text-align: center;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn {
  font-size: 21px;
  letter-spacing: 0.225px;
  line-height: 30px;
  padding: 0 12px;
  margin-top: 18px;
  width: 240px;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:after {
  background-color: #fbc4a6;
  z-index: 0;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn span {
  z-index: 1;
  color: #fbc4a6;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:hover span {
  color: #e7f1f0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile {
  margin-top: 20px;
  padding-left: 0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile .moby-expand i {
  color: #122124;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li:last-of-type > a {
  border-bottom: 1px solid #122124;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li > a {
  border-top: 1px solid #122124;
  padding: 20px 15px;
  color: #122124;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul {
  padding-left: 0;
  border-top: 1px solid #122124;
  background-color: #000000;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul li a {
  padding: 15px;
  color: #122124;
}

.moby-overlay.light {
  background-color: rgba(255, 255, 255, 0.35);
}

html.translated-ltr[lang]:not([lang=en]) body > header > .primary .inner .cl.menu-n-contacts {
  max-width: 1078px;
  width: 100%;
}
html.translated-ltr[lang]:not([lang=en]) body > header > .primary .inner .cl.menu-n-contacts ul.menu-main {
  width: 100%;
  -moz-column-gap: unset;
       column-gap: unset;
  justify-content: space-around;
}
