/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \***************************************************************************************************************/
/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/**
 * Links
 * =============================================================================
 */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * Text-level semantics
 * =============================================================================
 */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Embedded content
 * =============================================================================
 */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 * =============================================================================
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
 * Forms
 * =============================================================================
 */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

:root {
  --black: #010101;
  --red: #7e2014;
  --blue: #0f0a5b;
  --grey: #3d3c3e;
  --gold: #ce9541;
  --yellow: #f1dd96;
  --main-font: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --secondary-font: "Garamond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --site-max-width: 1240px;
}

html, body {
  margin: 0;
}

@font-face {
  font-family: "Garamond";
  src: url("/assets/js/9bb9bce4287c52a142d4.woff") format("woff"), url("/assets/js/311371fb873c3d7c5c7a.woff2") format("woff2"), url("/assets/js/733b30bb9b51887a1876.ttf") format("ttf"), url("/assets/js/b40230872922340c4eef.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/js/3b453d863daefa60059b.woff") format("woff"), url("/assets/js/9cd67ed5c106dddb7412.woff2") format("woff2"), url("/assets/js/f7311a879d87714b0b88.ttf") format("ttf"), url("/assets/js/d8912d7a07b469656710.eot") format("eot");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/js/977139a59eaec29eee45.woff") format("woff"), url("/assets/js/1383ad1b7163aee5e2db.woff2") format("woff2"), url("/assets/js/3919670831c1dfbb745e.ttf") format("ttf"), url("/assets/js/3d9746ad5dedb266dbd7.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.bg-red {
  background-color: var(--red);
  fill: var(--red);
  color: white;
}
.bg-redpath {
  background-color: transparent !important;
}

.bg-blue {
  background-color: var(--blue);
  fill: var(--blue);
  color: white;
}

.bg-grey {
  background-color: var(--grey);
  fill: var(--grey);
  color: white;
}

.bg-black {
  background-color: var(--black);
  fill: var(--black);
  color: white;
}

.bg-white {
  color: var(--black);
  background-color: white;
}

.text-blue {
  color: var(--blue);
}

.text-grey {
  color: var(--grey);
}

.text-black {
  color: var(--black);
}

.text-red {
  color: var(--red);
}

.wrapper {
  max-width: var(--site-max-width);
  margin: auto;
}

.rounded {
  border-radius: 50%;
}

html, body {
  font-size: 62.5%;
  font-family: var(--secondary-font);
  font-weight: 300;
}

p, span {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  p, span {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--main-font);
  font-weight: normal;
  line-height: 1.4em;
}

h1, .h1 {
  font-size: 4rem;
  margin-bottom: 3rem;
}

h2, .h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

h3, .h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

h5 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

h6 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

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

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.vel-fade-enter-active, .vel-fade-leave-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vel-fade-enter-from, .vel-fade-leave-to {
  opacity: 0;
}

.vel-img-swiper {
  display: block;
  position: relative;
}

.vel-modal {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}

.vel-img-wrapper {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50% -50%);
  transform: translate(-50% -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  will-change: transform opacity;
}

.vel-img, .vel-img-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vel-img {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.7);
  display: block;
  max-height: 80vh;
  max-width: 80vw;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (max-width: 750px) {
  .vel-img {
    max-height: 95vh;
    max-width: 85vw;
  }
}
.vel-btns-wrapper .btn__close, .vel-btns-wrapper .btn__next, .vel-btns-wrapper .btn__prev {
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  opacity: 0.6;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vel-btns-wrapper .btn__close:hover, .vel-btns-wrapper .btn__next:hover, .vel-btns-wrapper .btn__prev:hover {
  opacity: 1;
}

.vel-btns-wrapper .btn__close.disable, .vel-btns-wrapper .btn__close.disable:hover, .vel-btns-wrapper .btn__next.disable, .vel-btns-wrapper .btn__next.disable:hover, .vel-btns-wrapper .btn__prev.disable, .vel-btns-wrapper .btn__prev.disable:hover {
  cursor: default;
  opacity: 0.2;
}

.vel-btns-wrapper .btn__next {
  right: 12px;
}

.vel-btns-wrapper .btn__prev {
  left: 12px;
}

.vel-btns-wrapper .btn__close {
  right: 10px;
  top: 24px;
}

@media (max-width: 750px) {
  .vel-btns-wrapper .btn__next, .vel-btns-wrapper .btn__prev {
    font-size: 20px;
  }

  .vel-btns-wrapper .btn__close {
    font-size: 24px;
  }

  .vel-btns-wrapper .btn__next {
    right: 4px;
  }

  .vel-btns-wrapper .btn__prev {
    left: 4px;
  }
}
.vel-modal.is-rtl .vel-btns-wrapper .btn__next {
  left: 12px;
  right: auto;
}

.vel-modal.is-rtl .vel-btns-wrapper .btn__prev {
  left: auto;
  right: 12px;
}

@media (max-width: 750px) {
  .vel-modal.is-rtl .vel-btns-wrapper .btn__next {
    left: 4px;
    right: auto;
  }

  .vel-modal.is-rtl .vel-btns-wrapper .btn__prev {
    left: auto;
    right: 4px;
  }
}
.vel-modal.is-rtl .vel-img-title {
  direction: rtl;
}

.vel-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vel-loading .ring {
  display: inline-block;
  height: 64px;
  width: 64px;
}

.vel-loading .ring:after {
  -webkit-animation: ring 1.2s linear infinite;
  animation: ring 1.2s linear infinite;
  border-color: rgba(255, 255, 255, 0.7) transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 46px;
  margin: 1px;
  width: 46px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.vel-on-error {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vel-on-error .icon {
  color: #aaa;
  font-size: 80px;
}

.vel-img-title {
  bottom: 60px;
  color: #ccc;
  cursor: default;
  font-size: 12px;
  left: 50%;
  line-height: 1;
  max-width: 80%;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  white-space: nowrap;
}

.vel-img-title:hover {
  opacity: 1;
}

.vel-icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -0.15em;
  width: 1em;
}

.vel-toolbar {
  border-radius: 4px;
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  opacity: 0.9;
  overflow: hidden;
  padding: 0;
  position: absolute;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.vel-toolbar, .vel-toolbar .toolbar-btn {
  background-color: #2d2d2d;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vel-toolbar .toolbar-btn {
  -ms-flex-negative: 0;
  -webkit-tap-highlight-color: transparent;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 20px;
  outline: none;
  padding: 6px 10px;
}

.vel-toolbar .toolbar-btn:active, .vel-toolbar .toolbar-btn:hover {
  background-color: #3d3d3d;
}

.btn {
  font-family: var(--secondary-font);
  font-size: 2rem;
  color: white;
  text-decoration: none;
  font-weight: bold;
  background-repeat: no-repeat;
  width: 26rem;
  position: relative;
  display: block;
  transition: all 0.4s linear;
  cursor: pointer;
}
.btn__gradient {
  background: linear-gradient(to right, #FBF9AF, #D2BC78, #A37A38, #F6DC8C, #C88B3D, #CB9345, #D6A95C, #E7CD82, #FBF9AF, #A27836, #D7C47F, #E2B96B, #D7AC60);
  padding: 0.2rem;
  display: inherit;
}
.btn__gradient.btn-with-egg {
  display: inline-block;
  position: relative;
  margin-top: 2rem;
  font-family: var(--secondary-font);
  font-weight: 700;
  cursor: pointer;
}
.btn__gradient.btn-with-egg > svg {
  width: 5.2rem;
  position: absolute;
  right: -1rem;
  z-index: 3;
  top: -1.3rem;
  overflow: hidden;
}
.btn__gradient.btn-with-egg > a {
  display: inline-block;
  width: auto;
  padding: 1rem 6rem 1rem 2rem;
  position: relative;
  z-index: 1;
  height: auto;
  transition: all 0.4s linear;
}
.btn__gradient.btn-with-egg > a:hover {
  color: var(--gold);
}
.btn__gradient > input {
  min-width: 20rem;
}
.btn__gradient > a {
  text-decoration: none;
  font-size: 2rem;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 1028px) {
  .btn__gradient > a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .btn__gradient > a {
    font-size: 1.4rem;
  }
}
.btn > svg {
  width: 100%;
}
.btn > span {
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  height: 2rem;
  margin: auto;
  z-index: 5;
}
.btn__black-text {
  color: var(--black);
}
.btn:hover {
  color: var(--gold);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: 5rem;
  transition: all 0.4s linear;
}
@media (max-width: 991px) {
  .header {
    min-height: 12rem;
  }
}
.header a {
  color: white;
  text-decoration: none;
  font-size: 2rem;
  font-family: var(--secondary-font);
  transition: all 0.4s linear;
}
.header a:hover {
  color: var(--gold);
}
.header__nav {
  justify-content: space-between;
  padding: 0 2rem;
  align-items: center;
}
@media (max-width: 991px) {
  .header__nav {
    padding: 0;
  }
}
.header__nav-mob {
  display: none;
}
.header .logo {
  width: 20rem;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s linear;
}
@media (max-width: 991px) {
  .header .logo {
    top: 2rem;
  }
}
.header .logo svg {
  height: 11rem;
  transition: all 0.4s linear;
  display: block;
  margin: auto;
}
@media (max-width: 991px) {
  .header .logo svg {
    height: 9rem;
  }
}
.header__small {
  background-color: rgba(1, 1, 1, 0.6);
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .header__small {
    min-height: 7rem;
  }
}
.header__small .menu__left-side, .header__small .menu__right-side {
  padding-bottom: 1rem;
}
.header__small a {
  font-size: 1.6rem;
}
.header__small .f777 {
  display: none;
}
.header__small .logo {
  top: 1rem;
}
.header__small .logo svg {
  height: 7rem;
}
.header__small .mob-menu {
  margin-top: 0;
}
.header.open {
  bottom: 0;
  background-color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header.open .header__nav-mob {
  display: block;
}
.header.open .header__nav-mob ul {
  padding: 0 0 2rem 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.header.open .header__nav-mob ul > li {
  padding: 1rem 2rem;
}
.header.open .header__nav-mob ul > li.current > a {
  color: var(--gold);
}

.mob-menu {
  display: none;
  -webkit-appearance: none;
  color: #fff;
  font-family: var(--secondary-font);
  background: 0 0;
  border: none;
  font-size: 1.6rem;
  margin: 1.5rem auto;
  width: 100%;
}
@media (max-width: 991px) {
  .mob-menu {
    display: block;
  }
}

.menu__left-side, .menu__right-side {
  border-bottom: 0.1rem solid white;
  padding-bottom: 2rem;
  width: calc(50% - 15rem);
  transition: all 0.4s linear;
}
@media (max-width: 991px) {
  .menu__left-side, .menu__right-side {
    display: none;
  }
}
.menu__left-side ul, .menu__right-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__left-side ul > li, .menu__right-side ul > li {
  display: inline-block;
  padding: 0 3rem;
}
.menu__left-side ul > li.current > a, .menu__right-side ul > li.current > a {
  color: var(--gold);
  border-bottom: 0.2rem solid var(--gold);
}
.menu__left-side ul > li:first-child, .menu__right-side ul > li:first-child {
  padding-left: 0;
}
.menu__right-side ul {
  display: flex;
  justify-content: flex-end;
}
.menu__right-side ul > li:last-child {
  padding-right: 0;
}

.hero {
  color: white;
  background-image: url("/assets/js/6264d58b4e576e7182bd.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: auto;
  padding-top: 16rem;
  padding-bottom: 10rem;
  position: relative;
  display: flex;
  z-index: 2;
}
@media (max-width: 1028px) {
  .hero {
    background-image: url("/assets/js/a55277b35be25859204c.svg");
  }
}
@media (max-width: 991px) {
  .hero {
    flex-direction: column-reverse;
  }
}
.hero p {
  font-family: var(--main-font);
}
.hero .wrapper {
  max-width: 60%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .hero .wrapper {
    max-width: 50rem;
  }
}
@media (max-width: 1200px) {
  .hero .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hero .wrapper h1 {
  margin-bottom: 0.5rem;
}
.hero .wrapper h2 {
  font-weight: 300;
  margin-top: 0;
}
.hero .wrapper p {
  margin-bottom: 3rem;
}
.hero__scroll {
  padding-top: 3.5rem;
  max-width: 43rem;
  color: #fff;
  margin: auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .hero__scroll {
    max-width: 40rem;
  }
}
@media (max-width: 991px) {
  .hero__scroll {
    max-width: 25rem;
  }
}
.hero__scroll h3 {
  width: 90%;
  margin: auto;
}
.hero + section {
  margin-top: -5%;
}
.hero + section.content-text, .hero + section.press {
  padding-top: 10rem;
}
@media (max-width: 1200px) {
  .hero + section {
    margin-top: -6%;
  }
}
@media (max-width: 767px) {
  .hero + section {
    margin-top: -8%;
  }
}
@media (max-width: 499px) {
  .hero + section {
    margin-top: -9%;
  }
}
@media (max-width: 399px) {
  .hero + section {
    margin-top: -11%;
  }
}
@media (max-width: 350px) {
  .hero + section {
    margin-top: -13%;
  }
}
.hero.hero__aboutUs-page .wrapper, .hero.hero__press-page .wrapper, .hero.hero__gallery-page .wrapper, .hero.hero__locations-page .wrapper, .hero.hero__events-page .wrapper, .hero.hero__contactUs-page .wrapper, .hero.hero__article-page .wrapper, .hero.hero__event-page .wrapper {
  text-align: left;
  margin: initial;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: 3rem;
}
.hero.hero__aboutUs-page .wrapper p, .hero.hero__press-page .wrapper p, .hero.hero__gallery-page .wrapper p, .hero.hero__locations-page .wrapper p, .hero.hero__events-page .wrapper p, .hero.hero__contactUs-page .wrapper p, .hero.hero__article-page .wrapper p, .hero.hero__event-page .wrapper p {
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .hero.hero__aboutUs-page .wrapper, .hero.hero__press-page .wrapper, .hero.hero__gallery-page .wrapper, .hero.hero__locations-page .wrapper, .hero.hero__events-page .wrapper, .hero.hero__contactUs-page .wrapper, .hero.hero__article-page .wrapper, .hero.hero__event-page .wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.hero.hero__aboutUs-page svg#r-diamond, .hero.hero__press-page svg#r-diamond, .hero.hero__gallery-page svg#r-diamond, .hero.hero__locations-page svg#r-diamond, .hero.hero__events-page svg#r-diamond, .hero.hero__contactUs-page svg#r-diamond, .hero.hero__article-page svg#r-diamond, .hero.hero__event-page svg#r-diamond {
  max-width: 40rem;
  right: 0;
  position: absolute;
}
.hero.hero__aboutUs-page .btn-with-egg, .hero.hero__press-page .btn-with-egg, .hero.hero__gallery-page .btn-with-egg, .hero.hero__locations-page .btn-with-egg, .hero.hero__events-page .btn-with-egg, .hero.hero__contactUs-page .btn-with-egg, .hero.hero__article-page .btn-with-egg, .hero.hero__event-page .btn-with-egg {
  margin-top: 2rem;
  margin-right: 2rem;
}
.hero.no-btn {
  padding-top: 20rem;
}
@media (max-width: 991px) {
  .hero.no-btn {
    padding-top: 16rem;
  }
}
.hero.no-btn #r-diamond {
  top: 14rem;
}
.hero__content {
  padding-top: 3rem;
}

svg#r-diamond, svg#l-diamond {
  position: relative;
  max-width: 60rem;
}
svg#r-diamond {
  right: -3rem;
}
@media (max-width: 991px) {
  svg#r-diamond {
    display: none;
  }
}
svg#l-diamond {
  left: -3rem;
}
@media (max-width: 991px) {
  svg#l-diamond {
    display: none;
  }
}
svg#l-diamond-mobile, svg#r-diamond-mobile {
  display: none;
}
@media (max-width: 991px) {
  svg#r-diamond-mobile {
    display: block;
  }
}
svg#egg {
  max-width: 5.5rem;
  margin-bottom: 3rem;
}
svg#arrow {
  height: 5rem;
  margin-top: 3rem;
}
@media (max-width: 991px) {
  svg#arrow {
    height: 3rem;
  }
}

.footer {
  background-color: var(--black);
  color: white;
  padding: 9rem 18.5rem;
  justify-content: space-between;
  overflow: hidden;
}
.footer h2 {
  display: inline-block;
}
@media (max-width: 1200px) {
  .footer {
    padding: 9rem;
  }
}
@media (max-width: 991px) {
  .footer {
    padding: 9rem 2rem;
  }
  .footer .footer__menu-top {
    display: block;
  }
  .footer .footer__menu-top > div {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .footer {
    flex-direction: column-reverse;
  }
  .footer .footer__logo {
    margin-bottom: 7rem;
  }
}
.footer__logo > svg {
  max-width: 37rem;
  width: 100%;
  min-width: 14rem;
}
@media (max-width: 1028px) {
  .footer__logo > svg {
    max-width: 27rem;
  }
}
@media (max-width: 767px) {
  .footer__logo > svg {
    max-width: 15rem;
    margin: auto;
    display: block;
  }
}
.footer__menu-top {
  display: flex;
  margin-bottom: 3rem;
}
.footer__menu-top > div {
  width: 32rem;
}
.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__menu li {
  padding: 0.5rem 0;
}
.footer a {
  font-family: var(--secondary-font);
  font-size: 1.6rem;
  color: white;
  text-decoration: none;
  transition: all 0.4s linear;
}
.footer a:hover {
  color: var(--gold);
}

.location-card {
  overflow: hidden;
  position: relative;
  z-index: 0;
  max-height: 100vh;
}
.location-card p {
  font-family: var(--main-font);
  font-size: 1.6rem;
}
.location-card .location-btn {
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: block;
  width: 9.2rem;
}
.location-card .location-btn > svg {
  height: 5rem;
  margin: auto;
}
@media (max-width: 1280px) {
  .location-card .location-btn > svg {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .location-card .location-btn {
    display: none;
  }
}
.location-card:after {
  background: #010101;
  background: linear-gradient(90deg, #010101 0%, rgba(1, 1, 1, 0) 50%);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.location-card img {
  width: 100%;
  min-height: 100vh;
}
@media (max-width: 1028px) {
  .location-card img {
    width: auto;
    position: absolute;
  }
}
@media (max-width: 1028px) {
  .location-card video {
    width: auto !important;
    height: 60rem;
  }
}
.location-card .location__content {
  position: absolute;
  max-width: 63rem;
  border: 0.2rem solid var(--gold);
  padding: 4rem;
  z-index: 3;
  right: 13.5rem;
  top: 33%;
  color: white;
}
@media (max-width: 1028px) {
  .location-card .location__content {
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
  }
  .location-card .location__content p, .location-card .location__content span {
    font-size: 1.4rem;
  }
  .location-card .location__content h2 {
    font-size: 2.5rem;
  }
  .location-card .location__content .btn > svg {
    width: 20rem;
  }
  .location-card .location__content .btn > span {
    height: 1.4rem;
  }
}
.location-card .location__content.bg-grey .j, .location-card .location__content.bg-grey .i, .location-card .location__content.bg-grey + div circle {
  fill: var(--grey) !important;
}
.location-card .location__content.bg-blue .j, .location-card .location__content.bg-blue .i {
  fill: var(--blue) !important;
}
.location-card .location__content.bg-red .j, .location-card .location__content.bg-red .i {
  fill: var(--red) !important;
}
.location-card .location__content.bg-black .j, .location-card .location__content.bg-black .i {
  fill: var(--black) !important;
}
@media (max-width: 1028px) {
  .location-card {
    max-height: 100%;
    min-height: 60rem;
  }
}
@media (max-width: 767px) {
  .location-card {
    max-height: fit-content;
    min-height: auto;
  }
  .location-card img {
    position: static;
    min-height: auto;
    width: 100%;
  }
  .location-card .btn__gradient > a {
    font-size: 1.4rem;
  }
  .location-card:after {
    display: none;
  }
  .location-card .location__content {
    position: static;
    width: calc(100% - 8.4rem);
  }
}

.location-item {
  display: flex;
  align-items: stretch;
  padding: 5rem 0 5rem 0;
}
.location-item__left, .location-item__right {
  width: 50%;
}
.location-item__left {
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .location-item__left {
    padding: 0 4rem;
  }
}
.location-item__left p {
  max-width: 60rem;
}
@media (max-width: 1100px) {
  .location-item__left p {
    max-width: 100%;
  }
}
.location-item__insta-follow {
  display: flex;
  justify-content: center;
  height: 5rem;
  margin-top: 3rem;
}
.location-item__insta-feed-title {
  padding: 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .location-item__insta-feed-title {
    font-size: 2rem;
  }
}
.location-item__insta-feed-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/js/18ae85aa870b2a6859ee.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  display: block;
  z-index: 1;
}
.location-item .insta-follow {
  display: flex;
  align-items: center;
}
.location-item .insta-follow h4 {
  margin: 0;
}
.location-item .insta-follow svg {
  width: 5rem;
  height: 5rem;
  margin-right: 2rem;
}
@media (max-width: 1100px) {
  .location-item {
    flex-direction: column;
    justify-content: center;
  }
  .location-item > div {
    width: calc(100% - 8rem);
    margin: auto;
  }
}

.location__ctas {
  padding: 5rem 0 3rem 0;
}
.location__ctas > div {
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.location__facilities, .hero__facilities {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .location__facilities, .hero__facilities {
    justify-content: center;
  }
}
.location__facilities .facility, .hero__facilities .facility {
  padding: 3rem;
  width: 9rem;
  text-align: center;
}
@media (max-width: 1160px) {
  .location__facilities .facility, .hero__facilities .facility {
    padding: 1rem;
    width: 7rem;
    margin-bottom: 2rem;
  }
}
.location__facilities .facility h5, .hero__facilities .facility h5 {
  max-width: 84%;
  margin: auto;
  line-height: 1.4em;
}
@media (max-width: 1160px) {
  .location__facilities .facility h5, .hero__facilities .facility h5 {
    font-size: 1.4rem;
  }
}
.location__facilities .facility__content, .hero__facilities .facility__content {
  margin: 0 auto 3rem auto;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location__facilities .facility__content > div, .hero__facilities .facility__content > div {
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location__facilities .facility__content > div img, .hero__facilities .facility__content > div img {
  display: block;
  width: 5.5rem;
}
@media (max-width: 1160px) {
  .location__facilities .facility__content, .hero__facilities .facility__content {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
  }
  .location__facilities .facility__content > div, .hero__facilities .facility__content > div {
    width: 5.8rem;
    height: 5.8rem;
  }
  .location__facilities .facility__content > div img, .hero__facilities .facility__content > div img {
    width: 3.8rem;
  }
}

.locations {
  position: relative;
}
@media (max-width: 767px) {
  .locations + .events {
    margin-top: 8%;
  }
}
.locations__wrapper {
  position: relative;
  z-index: 1;
  padding: 5rem 10rem;
}
@media (max-width: 1100px) {
  .locations__wrapper {
    padding: 0 0 5rem 0;
  }
}
.locations__wrapper .location-banner__instagram {
  max-width: 100%;
}
.locations__wrapper .location-banner__instagram > .wrapper {
  padding: 3rem 0;
}
@media (max-width: 1100px) {
  .locations__wrapper .location-banner__instagram > .wrapper {
    max-width: 50rem;
  }
  .locations__wrapper .location-banner__instagram > .wrapper > a {
    max-width: 20rem;
  }
  .locations__wrapper .location-banner__instagram > .wrapper > a > img {
    max-width: inherit;
  }
}
@media (max-width: 699px) {
  .locations__wrapper .location-banner__instagram > .wrapper {
    max-width: 50rem;
  }
  .locations__wrapper .location-banner__instagram > .wrapper > a {
    width: 12rem;
    height: 12rem;
  }
  .locations__wrapper .location-banner__instagram > .wrapper > a > img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 399px) {
  .locations__wrapper .location-banner__instagram > .wrapper {
    max-width: 40rem;
  }
  .locations__wrapper .location-banner__instagram > .wrapper > a {
    width: 10rem;
    height: 10rem;
  }
}
@media (max-width: 369px) {
  .locations__wrapper .location-banner__instagram > .wrapper > a {
    width: 8rem;
    height: 8rem;
  }
}

.article-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 3rem 0;
}
.article-item__content {
  width: calc(100% - 80rem);
}
@media (max-width: 1399px) {
  .article-item__content {
    width: calc(100% - 60rem);
  }
}
@media (max-width: 1089px) {
  .article-item__content {
    width: calc(100% - 40rem);
  }
}
@media (max-width: 767px) {
  .article-item__content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .article-item {
    display: block;
  }
}
.article-item h3 {
  font-weight: 300;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid var(--black);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.article-item h3 > span {
  font-size: 1.4rem;
  padding: 1rem;
  display: block;
  color: white;
}
.article-item p {
  font-family: var(--secondary-font);
}

.press__articles-list {
  max-width: 89%;
  margin: auto;
}

.img-wrap {
  width: 80rem;
}
@media (max-width: 1399px) {
  .img-wrap {
    width: 60rem;
  }
}
@media (max-width: 1089px) {
  .img-wrap {
    width: 40rem;
  }
}
.img-wrap > svg {
  width: 100%;
}
@media (max-width: 767px) {
  .img-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.content-text {
  padding: 5rem 4rem 5rem 4rem;
}

.driving-force {
  color: white;
  padding: 5rem 0;
  min-height: 80rem;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .driving-force + section {
    padding-top: 0;
  }
}
.driving-force > div {
  background-color: var(--black);
}
@media (max-width: 1028px) {
  .driving-force {
    flex-direction: column-reverse;
  }
}
.driving-force:before {
  background-image: url("/assets/js/0603985fec2248246621.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  height: 10rem;
}
.driving-force:after {
  background-image: url("/assets/js/dfa0dfa09422030d6782.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  height: 13rem;
}
.driving-force p {
  white-space: pre-line;
  font-family: var(--secondary-font);
}
.driving-force__content {
  padding: 10rem 0 5rem 10rem;
  width: 40%;
}
@media (max-width: 1500px) {
  .driving-force__content {
    padding: 10rem 0 5rem 5rem;
  }
}
@media (max-width: 1260px) {
  .driving-force__content {
    width: 50%;
  }
}
@media (max-width: 1028px) {
  .driving-force__content {
    width: calc(100% - 10rem);
    padding: 10rem 5rem;
  }
}
@media (max-width: 767px) {
  .driving-force__content {
    width: calc(100% - 4rem);
    padding: 5rem 2rem 10rem 2rem;
  }
}
.driving-force__image {
  width: 60%;
  position: relative;
}
@media (max-width: 1260px) {
  .driving-force__image {
    width: 50%;
  }
}
@media (max-width: 1028px) {
  .driving-force__image {
    width: 100%;
  }
}
.driving-force__image svg:not(#driving-force-mobile) {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  right: -40rem;
}
@media (max-width: 1500px) {
  .driving-force__image svg:not(#driving-force-mobile) {
    right: -50rem;
  }
}
@media (max-width: 1260px) {
  .driving-force__image svg:not(#driving-force-mobile) {
    right: -74rem;
  }
}
@media (max-width: 1028px) {
  .driving-force__image svg:not(#driving-force-mobile) {
    display: none;
  }
}
.driving-force__image #driving-force-mobile {
  display: none;
}
@media (max-width: 1028px) {
  .driving-force__image #driving-force-mobile {
    display: block;
  }
}

.events {
  background-image: url("/assets/js/eaa9519ed87a564064f6.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  color: white;
  padding: 17em 0 10rem 0;
  text-align: center;
  z-index: 5;
  margin-top: -8rem;
  overflow: hidden;
}
@media (max-width: 1028px) {
  .events {
    background-image: url("/assets/js/02d89ab35e3f5c35188d.svg");
  }
}
@media (max-width: 767px) {
  .events {
    padding-top: 10rem;
  }
}
.events .events-list {
  justify-content: center;
  align-items: center;
}
@media (max-width: 1080px) {
  .events .events-list {
    flex-wrap: wrap;
  }
}
.events:after {
  content: "";
  background-image: url("/assets/js/18ae85aa870b2a6859ee.svg");
  background-repeat: no-repeat;
  background-size: 100rem;
  background-position: -20rem 3rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
}
.events .wrapper {
  max-width: 100%;
  padding: 0 20rem;
}
@media (max-width: 1300px) {
  .events .wrapper {
    padding: 0 10rem;
  }
}
@media (max-width: 1200px) {
  .events .wrapper {
    padding: 0 5rem;
  }
}
@media (max-width: 1028px) {
  .events .wrapper {
    padding: 0 4rem;
  }
}
.events .wrapper h1 {
  margin-bottom: 6rem;
}
@media (max-width: 1028px) {
  .events .wrapper h1 {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.events .wrapper.d-flex {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
}

.event-card {
  max-width: 45rem;
  width: 100%;
  border: 0.2rem solid white;
  background-color: transparent !important;
}
.event-card:nth-child(2) {
  margin: 0 2rem;
}
.event-card > img {
  border-bottom: 0.2rem solid white;
  width: 100%;
}
.event-card.bg-grey .j, .event-card.bg-grey .i {
  fill: var(--grey) !important;
}
.event-card.bg-grey .event-location {
  background-color: var(--grey);
}
.event-card.bg-blue .j, .event-card.bg-blue .i {
  fill: var(--blue) !important;
}
.event-card.bg-blue .event-location {
  background-color: var(--blue);
}
.event-card.bg-red .event-location {
  background-color: var(--red);
}
.event-card.bg-red .j, .event-card.bg-red .i {
  fill: var(--red) !important;
}
.event-card.bg-black .j, .event-card.bg-black .i {
  fill: var(--black) !important;
}
.event-card__content {
  padding: 4rem 3.5rem;
  text-align: left;
}
.event-card__content h2 {
  font-weight: 300;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid white;
  display: block;
}
.event-card__content h2 span {
  float: right;
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
}
@media (max-width: 905px) {
  .event-card__content h2 span {
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 1080px) {
  .event-card {
    max-width: 40rem;
  }
  .event-card:last-child {
    position: relative;
    top: 2rem;
  }
}
@media (max-width: 905px) {
  .event-card {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .event-card .event-card__content {
    padding: 4rem 2rem;
  }
  .event-card h2 {
    font-size: 2rem;
  }
  .event-card p {
    font-size: 1.4rem;
  }
}
@media (max-width: 905px) and (max-width: 991px) {
  .event-card .btn__gradient a {
    font-size: 1.4rem;
  }
}
@media (max-width: 905px) {
  .event-card:nth-child(2) {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 905px) {
  .event-card:last-child {
    position: static;
  }
}

section:not(.locations) + .events {
  margin-top: 8%;
}

.event-page .hero.hero__event-page.no-btn svg #r-diamond {
  max-width: 35rem;
  top: 10rem;
}

.gallery {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .gallery {
    padding-bottom: 3rem;
  }
}
.gallery .h1 {
  margin-bottom: 0;
}
.gallery__wrapper {
  display: flex;
  padding: 3rem;
  transition: 0.2s;
  max-width: 90%;
  margin: auto;
  justify-content: center;
}
@media (max-width: 599px) {
  .gallery__wrapper {
    flex-direction: column;
  }
}
.gallery__wrapper:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__column {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}
@media (max-width: 599px) {
  .gallery__column {
    width: 100%;
  }
}
.gallery__image-wrap {
  margin: 1rem;
  overflow: hidden;
}
.gallery__image-wrap:hover .gallery__image {
  filter: grayscale(0);
}
.gallery__thumb {
  position: relative;
}
.gallery__thumb:hover > img {
  transform: scale(1.1);
}
.gallery__image {
  transition: 0.3s;
  width: 100%;
}

.quote {
  padding: 5rem 4rem;
  background-image: url("/assets/js/6264d58b4e576e7182bd.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
}
.quote h3 {
  margin-bottom: 0;
  font-family: var(--secondary-font);
}
.quote blockquote {
  margin-bottom: 3rem;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .quote blockquote {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .quote blockquote {
    font-size: 1.4rem;
  }
}

.about {
  position: relative;
}
.about:before {
  content: "";
  background-image: url("/assets/js/18ae85aa870b2a6859ee.svg");
  background-repeat: no-repeat;
  background-size: 100rem;
  background-position: 0 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}
.about > .wrapper {
  position: relative;
  z-index: 1;
}
.about__logo {
  max-width: 12rem;
  margin: auto;
  display: block;
}
@media (max-width: 767px) {
  .about__logo {
    max-width: 8rem;
  }
}
.about h1 {
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .about h1 {
    padding: 0 2rem;
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .home-page svg#l-diamond-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .home-page svg#r-diamond-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .home-page .hero__home-page {
    flex-direction: column;
  }
}

.contact-us {
  padding: 10rem 2rem 10rem 2rem;
}
.contact-us .wrapper p {
  padding-top: 5rem;
}
.contact-us__form .input-group {
  padding: 1rem 1.5rem;
  width: calc(100% - 3rem);
}
.contact-us__form .input-group__wrapper > div {
  width: calc(50% - 3rem);
}
@media (max-width: 767px) {
  .contact-us__form .input-group__wrapper {
    flex-direction: column;
  }
  .contact-us__form .input-group__wrapper > div {
    width: auto;
  }
}
.contact-us__form .input-group label {
  font-family: var(--secondary-font);
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
}
.contact-us__form .input-group input:not([type=checkbox]) {
  border-radius: 0;
  box-shadow: none;
  border: 0.1rem solid var(--black);
  width: calc(100% - 2rem);
  font-size: 1.6rem;
  padding: 1rem;
  transition: all 0.4s ease;
}
.contact-us__form .input-group input:not([type=checkbox]):active, .contact-us__form .input-group input:not([type=checkbox]):focus, .contact-us__form .input-group input:not([type=checkbox]):focus-visible {
  border: 0.1rem solid var(--gold);
  border-radius: 0;
}
.contact-us__form .input-group input[type=checkbox] {
  display: inline-block;
  margin-right: 1.2rem;
}
.contact-us__form .input-group input[type=submit] {
  font-family: var(--secondary-font);
  font-size: 2rem;
  cursor: pointer;
}
.contact-us__form .input-group select {
  font-family: var(--secondary-font);
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
}
.contact-us__form .input-group select option {
  font-weight: bold;
}
.contact-us__form .input-group textarea {
  font-size: 1.6rem;
  padding: 1rem;
  width: calc(100% - 2rem);
  height: 40rem;
}
.contact-us__form .input-group span {
  font-family: var(--secondary-font);
  font-size: 1.6rem;
}
.contact-us__form .input-group .gdpr-wrapper {
  padding: 2rem 0;
}
.contact-us__form .input-group .btn__gradient {
  max-width: 20rem;
  margin: auto;
  display: block;
}
.contact-us__form .input-group .field-validation-error {
  color: darkred;
  padding-top: 1rem;
  font-weight: bold;
  display: block;
}
.contact-us__form label {
  font-size: 1.6rem;
}

.error404-page header {
  padding: 20rem 10rem 0 10rem;
}
.error404-page:before {
  background-image: url("/assets/js/deeb314f3c7ce26ed97d.svg");
  background-position-y: -18rem;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.location-banner {
  margin-top: -6rem;
  overflow: hidden;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .location-banner + .gallery {
    padding-top: 0;
  }
}
@media (max-width: 1028px) {
  .location-banner {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .location-banner {
    margin-top: -8rem;
  }
}
.location-banner .mob-img {
  display: none;
}
@media (max-width: 1028px) {
  .location-banner .mob-img {
    display: block;
    width: 100%;
  }
}
.location-banner__image {
  max-width: 54%;
  width: 100%;
  position: relative;
}
.location-banner__image > svg {
  height: 145%;
  position: absolute;
  right: -5rem;
}
@media (max-width: 1028px) {
  .location-banner__image > svg {
    display: none;
  }
}
@media (max-width: 1028px) {
  .location-banner__image {
    clip-path: none;
    max-width: 100%;
    height: 35rem;
    overflow: hidden;
    width: 100%;
  }
  .location-banner__image img {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .location-banner__image {
    height: auto;
  }
}
.location-banner__instagram {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.location-banner__instagram-wrapper {
  width: 40%;
  padding: 5rem;
  height: 100%;
}
@media (max-width: 1379px) {
  .location-banner__instagram-wrapper {
    padding-left: 5rem;
  }
}
@media (max-width: 1028px) {
  .location-banner__instagram-wrapper {
    width: auto;
    padding: 0 3rem;
  }
}
.location-banner__instagram-wrapper .location-item__insta-follow {
  max-width: 65rem;
  margin: auto;
  padding: 5rem;
}
.location-banner__instagram-wrapper .insta-follow {
  display: flex;
  align-items: center;
}
.location-banner__instagram-wrapper .insta-follow svg {
  width: 5rem;
  margin-right: 2rem;
}
.location-banner__instagram-wrapper .insta-follow h4 {
  margin-bottom: 0;
}
@media (max-width: 339px) {
  .location-banner__instagram-wrapper .insta-follow h4 {
    display: none;
  }
}
.location-banner__instagram > .wrapper {
  padding-top: 20rem;
  max-width: 65rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1379px) {
  .location-banner__instagram > .wrapper {
    max-width: 55rem;
  }
}
@media (max-width: 389px) {
  .location-banner__instagram > .wrapper {
    max-width: 35rem;
  }
}
.location-banner__instagram > .wrapper a {
  display: inline-block;
  padding: 1rem;
}
@media (max-width: 1589px) {
  .location-banner__instagram > .wrapper a {
    width: 16rem;
    height: 16rem;
  }
  .location-banner__instagram > .wrapper a > img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1379px) {
  .location-banner__instagram > .wrapper a {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 460px) {
  .location-banner__instagram > .wrapper a {
    padding: 0.5rem;
  }
}
@media (max-width: 389px) {
  .location-banner__instagram > .wrapper a {
    width: 8rem;
    height: 8rem;
  }
}
@media (max-width: 1028px) {
  .location-banner__instagram > .wrapper {
    padding-top: 4rem;
  }
}

@media (max-width: 767px) {
  .location-page .hero__location-page {
    padding-bottom: 5rem;
  }
}
.location-page .hero__location-page .wrapper {
  position: relative;
  z-index: 4;
  max-width: 100%;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media (max-width: 767px) {
  .location-page .hero__location-page .wrapper {
    flex-direction: column;
  }
  .location-page .hero__location-page .wrapper > div {
    width: auto !important;
  }
}
.location-page .hero__location-page .wrapper .hero__content {
  width: 60%;
}
.location-page .hero__location-page h1, .location-page .hero__location-page h2, .location-page .hero__location-page p {
  color: white;
}
.location-page .hero__location-page h1, .location-page .hero__location-page h2 {
  display: inline-block;
}
.location-page .hero__location-page h1 {
  margin-right: 2rem;
}
@media (max-width: 1280px) {
  .location-page .hero__location-page .hero__facilities .facility {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .location-page .hero__location-page .hero__facilities .facility {
    padding: 0.5rem;
  }
}
@media (max-width: 1028px) {
  .location-page .hero__location-page .hero__location-page > .wrapper {
    flex-direction: column-reverse;
  }
  .location-page .hero__location-page .hero__location-page > .wrapper > div {
    width: calc(100% - 4rem);
    margin: auto;
  }
}
@media (max-width: 359px) {
  .location-page .hero__location-page .hero__location-page > .wrapper {
    padding: 0;
  }
}

.article__location {
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  display: block;
  color: white;
  margin: 0;
  font-family: var(--main-font);
}
.article__date {
  display: flex;
  align-items: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.article__date h5 {
  margin-bottom: 0;
  margin-right: 2rem;
}
.article__content {
  padding: 15rem 4rem 10rem 4rem;
}
@media (max-width: 991px) {
  .article__content {
    padding: 8rem 4rem;
  }
}
.article__content p, .article__content span {
  font-weight: 300;
  line-height: 1.6em;
}

.events-page .event-card, .event-page .event-card {
  background-color: var(--black) !important;
  margin-bottom: 2rem;
}

.club-events {
  padding: 10rem 2rem 5rem 2rem;
}
.club-events > .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 145rem;
}
.club-events__load-more {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event {
  padding: 15rem 15rem 10rem 4rem;
}
@media (max-width: 991px) {
  .event {
    padding: 8rem 4rem;
  }
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--black);
  opacity: 0.7;
}
.loading__egg {
  position: relative;
  z-index: 3;
  opacity: 0.8;
  animation-name: stretch;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
.gallery-page .hero__gallery-page + .gallery {
  padding-top: 10rem;
}
@media (max-width: 991px) {
  .gallery-page .hero__gallery-page + .gallery {
    padding-top: 5rem;
  }
}

/*# sourceMappingURL=site.min.css.map*/
