@charset "UTF-8";
:root {
    --btn-color: #000000;
    --btn-light-color: #ffffff;
    --info-label-color: #1778f2!important;
    --info-label-color-light: rgba(255, 255, 255, 0.8)!important;
    --main-bg-color: #000000;
    --cv-notice-gold: #e0b973;
    --cv-bg-secondary: #0b0b0b;
}

section {
  background-color: var(--main-bg-color);
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  position: relative;
  background-color: var(--main-bg-color);
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 55px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

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

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

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

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

/* *****************************  MFX ***************************** */

// ==================================================================================================================================
//	              ____    
//	   ____ ___  / __/  __
//	  / __ `__ \/ /_| |/_/
//	 / / / / / / __/>  <  
//	/_/ /_/ /_/_/ /_/|_|  
//	                      
// ==================================================================================================================================
/* === BUTTONS === */
.btn,
.mbr-section-btn .btn {
  color: var(--btn-color);
}
.btn {    
    white-space: nowrap;
}

.btn-primary,
.btn-secondary {
  color: var(--btn-color);
}
.primary-action,
{
  color: var(--btn-light-color);
  background-color: #dd261c;
}

.contact-form .btn-primary, 
.contact-form .btn-primary:active, .contact-form .btn-primary.active,
.contact-form .btn-primary:focus, .contact-form .btn-primary.focus {
  color: var(--btn-light-color) !important;
  background-color: #dd261c !important;
  border: none;
}
.contact-form .btn-primary:hover {
    color: var(--btn-color) !important;
    background-color: #ddd;
}
.contact-form .btn-primary:disabled {
    background-color: #a3a3a3!important;
    color: #000;
    opacity: 1!important ;
}
.btn-link {
    font-weight: normal;
    cursor: pointer;
}

.mfx-item-right {
  flex-basis: 10%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: nowrap;
}

.mfx-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  flex-wrap: nowrap;
}

.mfx-section-btn .btn {
  white-space: nowrap;
}

.mbr-section-btn.mfx-equal-buttons .btn {
  width: 170px;
  max-width: 200px; 
  text-align: center;
}
@media (min-width: 768px) {
  .mbr-section-btn.mfx-equal-buttons .btn {
    width: 110px;
    max-width: 170px;
  }
}

.btnFX {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 92%;
  border: none;
}

.btnBookTable, #btnBookTable {
  background: linear-gradient(45deg, #580061, #230428);
  color: #fff!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
    font-weight: normal;
}
.btnBookEvent, #btnBookEvent {
  background: linear-gradient(45deg, #c3a65a, #4e3e1a);
  color: var(--btn-light-color)!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
    font-weight: normal;
}
.btnBookVEvent, #btnBookVEvent,
.btnBookVIPEvent, #btnBookVIPEvent {
  background: linear-gradient(45deg, #62501d, #2d2305);
  color: var(--btn-light-color)!important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
    font-weight: normal;
} 

.uppercase {
  text-transform: uppercase !important;
}

.label_notice {
  font-weight: normal;
  display: inline;
  padding: .2em .6em .3em;
  line-height: 1;
  color: var(--btn-light-color);
  text-align: center;
  vertical-align: baseline;
  border-radius: .25em;
  background: #dd261c;
}


#btnBookEvent[disabled],
#btnBookVIPEvent[disabled],
#btnBookTable[disabled],
.btnBookEvent[disabled],
.btnBookVIPEvent[disabled],
.btnBookTable[disabled]
{
  filter: grayscale(0.6);
  opacity: 0.6;
  pointer-events: none;
}
/*
#btnBookVEvent[disabled] {
  background: linear-gradient(45deg, #605434, #767676);
  color: #fff;
  border: none;
}*/

/* Wrapper so ribbon can extend beyond the button */
.mfx-btn-wrapper {
  position: relative;
  display: inline-block;
}

/* UNIVERSAL disabled-state (works on all browsers) */
.mfx-btn-wrapper.soldout button {
  opacity: 0.60;
  pointer-events: none;       /* prevents clicking */
}

/* use grayscale on MODERN browsers */
@supports (filter: grayscale(1)) {
  .mfx-btn-wrapper.soldout button {
    filter: grayscale(1);
    opacity: 1;
  }
}

/* === SOLD OUT RIBBON === */
.btn.soldout {
  pointer-events: none;
  filter: grayscale(0.6);
  opacity: 0.8;
}

/* Ribbon */
.btn.soldout::after {
  content: "SOLD OUT";
  position: absolute;
  top: 8px;
  right: -28px;
  background: linear-gradient(45deg, #c3a65a, #4e3e1a);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 4px 32px;
  transform: rotate(45deg);
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
/* Ensure button hides overflow for clean ribbon */
.btn {
  overflow: hidden;
}

.btn.disabled {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.6;
}


/* form buttons */
.action-buttons {
    margin-top: 30px;
    text-align: center;
}

.primary-action {
    margin-bottom: 10px;
    background-color: #dd261c;
    color: #fff;
    border: none;
}


/* === TEXTS === */
.mfx-hiden {
  display: none!important;
}
.mfx-info-label {
  color: var(--info-label-color)!important;
}

.mfx-info-label-light {
  color: var(--info-label-color-light)!important;
}

.mfx-cta-divider {
    width: 60px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    margin: 32px auto;
}

.mfx-gold-label {
  color: var(--cv-notice-gold)!important;
}

/* === HERO === */
.mfx-hero-video {
  min-height: 55vh;
  position: relative;
}

.mfx-hero-video .text-wrapper,
.mfx-hero-video .mbr-section-title,
.mfx-hero-video .mbr-section-subtitle {
  position: relative;
  z-index: 2;
}

/* Anchor text to bottom */
.mfx-hero-video .container,
.mfx-hero-video .container-fluid {
  display: flex;
  align-items: flex-end;
}

.mfx-hero-video .text-wrapper {
  padding-bottom: 2rem;
}

/* Landscape mobile  */
@media (max-height: 500px) and (orientation: landscape) {
  .mfx-hero-video {
    min-height: 100vh;
  }

  .mfx-hero-video .text-wrapper {
    padding-bottom: 1.25rem;
  }

  .mfx-hero-video .mbr-section-title {
    font-size: 1.8rem;
  }

  .mfx-hero-video .mbr-section-subtitle {
    font-size: 1rem;
  }
}
.mfx-hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.1)
  );
  z-index: 1;
}

/* === MENU === */
/* Keep navbar-top-row and collapse aligned on desktop */
@media (min-width: 992px) {
  .menu3 .container,
  .menu3 .container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
  }

  .menu3 .navbar-top-row {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .menu3 .navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 991px) {
  .menu3 .navbar-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .menu3 .navbar-brand {
    flex: 1;
  }

  .menu3 .navbar-right-wrap {
    flex-shrink: 0;
  }
}

/* Desktop navbar alignment refinement */
@media (min-width: 992px) {

  /* Space between menu and Events */
  .menu3 .navbar-buttons {
    margin-left: 1.5rem;
  }

  /* Slight breathing room before icons */
  .menu3 .icons-menu {
    margin-left: 1rem;
  }

  /* Reduce nav link horizontal pressure */
  .menu3 .nav-dropdown .link {
    margin: 0.5em 0.6em !important;
  }

}
.menu3 .btn-events {
  border: 1.8px solid #c3a65a;
  background: transparent;
  color: #c3a65a !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  x-text-transform: uppercase;
  padding: 0.6rem 1.4rem;
  transition: all 0.25s ease;
}
.menu3 .btn-events:hover {
  background: #c3a65a;
  color: #111 !important;
}


.menu3 .icons-menu .iconfont-wrapper {
  opacity: 0.75;
  transition: opacity 0.3s ease;
}
.menu3 .icons-menu .iconfont-wrapper:hover {
  opacity: 1;
}

.menu3 .nav-link {
  letter-spacing: 0.06em;
}

/* Kill page-load scale animation on navbar buttons */
.navbar .navbar-buttons .btn {
  transition: none !important;
  transform: none !important;
}
.navbar .navbar-buttons {
  transform: none !important;
}

/* === IMAGES w TEXT === */
.col-12.col-md-6.image-wrapper.mfx-col-align-top {
    align-self: flex-start;
}

/* form prograssbar */

#ProgressStepBar {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 10px 30px;
}

#ProgressStepBar li {
    display: flex;
    align-items: center;
    position: relative;
    cursor: hand;
}

#ProgressStepBar .step {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #555;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    background: transparent;
}

#ProgressStepBar .label {
    margin-left: 8px;
    color: #aaa;
}

#ProgressStepBar li.active .step {
    border-color: #dd261c;
    color: #fff;
    background: #dd261c;
}

#ProgressStepBar li.active .label {
    color: #fff;
    font-weight: 500;
}

#ProgressStepBar li.completed .step {
    background: #dd261c;
    border-color: #dd261c;
    color: transparent;
    position: relative;
}

#ProgressStepBar li.completed .step::after {
    content: "✓";
    color: #fff;
    font-size: 16px;
    position: absolute;
}

#ProgressStepBar .line {
    width: 60px;
    height: 2px;
    background: #444;
    margin: 0 10px;
}

#ProgressStepBar li.active .step {
    box-shadow: 0 0 8px rgba(221, 38, 28, 0.5);
}

@media (max-width: 480px) {

    #ProgressStepBar {
        justify-content: space-between;
    }

    #ProgressStepBar .label {
        display: block;
        margin-top: 4px;
    }

    #ProgressStepBar li {
        flex-direction: column;
    }

    #ProgressStepBar .line {
        flex: 1;
    }
}

/* Form */
.form-note {
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid var(--cv-notice-gold);
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    color: #f0f0f0;
    line-height: 1.6;
}

.feature.bordered {
    padding: 32px;
    border: 3px solid #ccc;
    border-radius: 25px;
}
.feature {
    margin-bottom: 14px;
}

a.justify-right {
    justify-content: end;
}

.text-left {
    text-align: left !important;
}
.label-span {
    text-transform: none !important;
    color: #bbbbbb !important;
}
input[type="text"],
input[type="password"],
input[type="textarea"],
input[type="email"],
input[type="tel"] {
    border: none;
    border-bottom: 2px solid #767676 !important;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    margin-bottom: 24px;
    border-radius: 0;
    color: #fff !important;
    background: transparent;
    -webkit-text-fill-color: white !important;
}

select {
    width: 100%;
    margin-bottom: 2%;
    border: none;
    border-bottom: 2px solid #767676;
    outline: none;
    padding: 15px 20px;
    font-size: 14px;
    background: transparent;
    color: #fff;
    font-family: 'Roboto';
    overflow: hidden;
}
select option
{
    height: auto!important;
    background-color: var(--cv-bg-secondary) ;
    color:#fff;
}
select::-webkit-scrollbar {
    display: none;
}
select::-moz-scrollbar {
    display: none;
}
select {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent; /*just hides the scrollbar for firefox */
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;                    
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-weight: 500;
    color: #fff !important;
    background: transparent;
    -webkit-text-fill-color: white !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

#fquard {
    vertical-align: middle;
    background: lightgray;
    border: 0px solid #ffffff;
    border-radius: 25px;
    padding: 0px 3rem;
    margin-right: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}
textarea {
    margin-top: 2%;
    width: 100%;
    outline: none;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto';
    min-height: 50px;
    margin-bottom: 20px;
    background: transparent !important;
}
textarea {
    color: #fff !important;
}
.text-input,
.textarea-input,
.contact-respond form textarea {
    display: inline-block;
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #ccc;
}
.contact-respond form textarea {
    margin-bottom: 0px !important;
}


/* form special */
.CAVO-FORM-ERROR
{
    display: inline;
    position: relative;
    background-color:rgb(125, 0, 0);
    padding: 2px 16px 2px 8px;
    line-height: 22px;
    color: white;
    border-radius: 8px;
    margin-left: 1;
}

.collapsible
{
    overflow: hidden;
    transition: height 0.3s ease;
    height: 0;
}

.collapsible.open { height: auto; }	

.checkbox-align {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.checkbox-align input[type="checkbox"] {
    margin-top: 10px; 
}

.hidden { display: none; }
.popup {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(16,16,16,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup-content {            
    position: relative;
    background: #161616;
    padding: 20px;
    text-align: center;
    max-width: 70%;
    width: 600px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    line-height: 22px;
    border-radius: 8px;
}
.popup-title { padding: 20px 20px 0; }
#popupMessage { padding: 20px; }
.popup-content .popupClose  {
    z-index: 4;
    position: absolute;
    top: 24px;
    right: 32px;
    cursor: pointer;
    font-size: 18px;            
    color: white;
    border: none;
    background: transparent;
}
.popup-content .popupClose:hover {
    color: #000;
}

/* terms*/

.terms-list {
    line-height: 180%;
}

.terms-list em {
  display: block;
  font-size: 0.9em;
  color: #bbbbbb;
  margin-bottom: 1em;
}

.terms-list ul {
    margin-top: 1.2em;
    list-style: inside;
}

.terms-list p {    
    line-height: 180%;
}

.terms-list ul ul {
    margin-left: 20px; 
}

.terms-list li {
    margin-bottom: 1.2em;
}
  
.terms-list a:active, 
.terms-list a:visited, 
.terms-list a:link {
    color: #c9c2a7!important;
}

.terms-list h4, 
.terms-list h2 {
    margin-bottom: 1em;
}

.terms-list li.active .content {
    max-height: 800px;
}
@media (max-width: 767px) {
    .terms-list br {
        display: inline;
    }

    .terms-list li.active .content {
        max-height: 1000px;
    }
}
/*scrollToTop*/
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    bottom: 55px; 
    text-align: right;
    right: max(16px, env(safe-area-inset-right));     
  }
}

/* paddings */
.pl16 { padding-left: 16px; }
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #580061 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #62501d !important;
}
.bg-danger {
  background-color: #bbbbbb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c3a65a !important;
  border-color: #c3a65a !important;
  color: #161208 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #917835 !important;
  border-color: #917835 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #161208 !important;
  background-color: #917835 !important;
  border-color: #917835 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #052230 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #052230 !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #580061 !important;
  border-color: #580061 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #09000a !important;
  border-color: #09000a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #09000a !important;
  border-color: #09000a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #62501d !important;
  border-color: #62501d !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #1f1909 !important;
  border-color: #1f1909 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #1f1909 !important;
  border-color: #1f1909 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #3b3b3b !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #101010 !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #3b3b3b !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c3a65a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #917835 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #161208 !important;
  background-color: #c3a65a !important;
  border-color: #c3a65a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #052230 !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #580061;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #09000a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #580061 !important;
  border-color: #580061 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #62501d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1f1909 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #62501d !important;
  border-color: #62501d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #3b3b3b !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #000000 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #c3a65a !important;
}
.text-success {
  color: #580061 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #62501d !important;
}
.text-danger {
  color: #bbbbbb !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #866f31 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #131006 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #888888 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #62501d;
}
.alert-danger {
  background-color: #bbbbbb;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cc00e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4a03a;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbfbfb;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c3a65a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v7CGuCV0Fe {
  padding-top: 0rem;
  padding-bottom: 3rem;
}
.cid-v7CGuCV0Fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CGuCV0Fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/dsc05127-1176x784.jpg");
}
.cid-v7CGuCV0Fe .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-v7CGuCV0Fe .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-v7CGuCV0Fe .container {
    padding: 0 26px;
  }
}
.cid-v7CGuCV0Fe .title-wrapper {
  padding-top: 35%;
}
.cid-v7CGuCV0Fe .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v7CGuCV0Fe .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-v7CGuCV0Fe .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-v7CGuCV0Fe .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-v7CGuCV0Fe .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-v7CGuCV0Fe .mbr-section-title {
  color: #ffffff;
}
.cid-v7CGuCV0Fe .mbr-text {
  color: #ffffff;
}
.cid-v7CGuCV0Fe .mbr-section-title,
.cid-v7CGuCV0Fe .icon-wrapper,
.cid-v7CGuCV0Fe .mbr-section-btn {
  text-align: center;
}
#mfx-calendar-month-selector {
  /*UNDERLINE*/
  /* PILLS*/
  /*  


.mfx-months a {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.08);
  transition: background 0.25s ease, transform 0.2s ease;
  scroll-snap-align: center;
}

.mfx-months a.active {
  background: var(--main-bg-color);
  color: var(--info-label-color-light);    
  transform: scale(1.05);
}
*/
}
#mfx-calendar-month-selector .mfx-calendar-month-selector {
  background: var(--main-bg-color);
}
#mfx-calendar-month-selector .mfx-months-selector,
#mfx-calendar-month-selector .mfx-month-selector {
  background: var(--main-bg-color);
  padding: 5rem 0 0;
}
#mfx-calendar-month-selector .mfx-months-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--main-bg-color);
  padding: 0.75rem 0;
}
#mfx-calendar-month-selector .mfx-months-wrapper::before,
#mfx-calendar-month-selector .mfx-months-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
  z-index: 2;
}
#mfx-calendar-month-selector .mfx-months-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #000000, transparent);
}
#mfx-calendar-month-selector .mfx-months-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #000000, transparent);
}
#mfx-calendar-month-selector .mfx-months-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}
#mfx-calendar-month-selector .mfx-months-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}
#mfx-calendar-month-selector .mfx-months-scroll {
  position: relative;
}
#mfx-calendar-month-selector .mfx-months {
  display: flex;
  gap: 1.75rem;
  padding: 0 1rem 0.5rem;
  min-width: max-content;
  scroll-snap-type: x mandatory;
}
#mfx-calendar-month-selector .mfx-months a {
  position: relative;
  padding: 0.75rem 0.5rem;
  font-weight: 600;
  color: #aaa;
  text-decoration: none;
  text-transform: capitalize;
}
#mfx-calendar-month-selector .mfx-months a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--btn-light-color);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
#mfx-calendar-month-selector .mfx-months a.active {
  color: var(--btn-light-color);
}
#mfx-calendar-month-selector .mfx-months a.active::after {
  transform: scaleX(1);
}
.cid-v4MN0DYrb8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v4MN0DYrb8 .item:focus,
.cid-v4MN0DYrb8 span:focus {
  outline: none;
}
.cid-v4MN0DYrb8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v4MN0DYrb8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v4MN0DYrb8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v4MN0DYrb8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v4MN0DYrb8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v4MN0DYrb8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v4MN0DYrb8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v4MN0DYrb8 .mbr-section-title {
  color: #ffffff;
}
.cid-v4MN0DYrb8 .mbr-text,
.cid-v4MN0DYrb8 .mbr-section-btn {
  text-align: center;
}
.cid-v4MN0DYrb8 .item-title {
  text-align: center;
}
.cid-v4MN0DYrb8 .item-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-v4MN0DYrb8 .item-btn {
  width: 90%;
}
.cid-v5EsvmIGhb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5EsvmIGhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EsvmIGhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EsvmIGhb .mbr-text,
.cid-v5EsvmIGhb .mbr-section-btn {
  color: #232323;
}
.cid-v5EsvmIGhb .card-title,
.cid-v5EsvmIGhb .card-box {
  color: #ffffff;
}
.cid-v5EsvmIGhb .mbr-text,
.cid-v5EsvmIGhb .link-wrap {
  color: #ffffff;
}
.cid-v5EsvmIGhb .card-box .mbr-text,
.cid-v5EsvmIGhb .mbr-section-btn {
  color: #ffffff;
}
.cid-v5Efge2Dnf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5Efge2Dnf img,
.cid-v5Efge2Dnf .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5Efge2Dnf .item:focus,
.cid-v5Efge2Dnf span:focus {
  outline: none;
}
.cid-v5Efge2Dnf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5Efge2Dnf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5Efge2Dnf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5Efge2Dnf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5Efge2Dnf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5Efge2Dnf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5Efge2Dnf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5Efge2Dnf .mbr-section-title {
  color: #ffffff;
}
.cid-v5Efge2Dnf .mbr-text,
.cid-v5Efge2Dnf .mbr-section-btn {
  text-align: center;
}
.cid-v5Efge2Dnf .item-title {
  text-align: center;
}
.cid-v5Efge2Dnf .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v5Efge2Dnf .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v5Efge2Dnf .item-btn {
  width: 90%;
}
.cid-v5EuizvOX8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dsc07491-1321x880-ss.webp");
}
.cid-v5EuizvOX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EuizvOX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EuizvOX8 .mbr-text,
.cid-v5EuizvOX8 .mbr-section-btn {
  color: #232323;
}
.cid-v5EuizvOX8 .card-title,
.cid-v5EuizvOX8 .card-box {
  color: #ffffff;
}
.cid-v5EuizvOX8 .mbr-text,
.cid-v5EuizvOX8 .link-wrap {
  color: #ffffff;
}
.cid-v5E2a9cZzi {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5E2a9cZzi .item:focus,
.cid-v5E2a9cZzi span:focus {
  outline: none;
}
.cid-v5E2a9cZzi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5E2a9cZzi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5E2a9cZzi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5E2a9cZzi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5E2a9cZzi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5E2a9cZzi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5E2a9cZzi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5E2a9cZzi .mbr-section-title {
  color: #ffffff;
}
.cid-v5E2a9cZzi .mbr-text,
.cid-v5E2a9cZzi .mbr-section-btn {
  text-align: left;
}
.cid-v5E2a9cZzi .item-title {
  text-align: center;
  min-height: 60px;
}
.cid-v5E2a9cZzi .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v5E2a9cZzi .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v5E2a9cZzi .social-row {
  text-align: center;
}
.cid-v5E2a9cZzi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c3a65a;
  transition: all 0.3s;
}
.cid-v5E2a9cZzi .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c3a65a;
  font-size: 1.2rem;
}
.cid-v5E2a9cZzi .social-row .soc-item:hover {
  background-color: #ccb250;
}
.cid-v5E2a9cZzi .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-v5E2a9cZzi .card-btn .btn {
  width: 90%;
}
.cid-v4MN52fnTd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v4MN52fnTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MN52fnTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MN52fnTd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v4MN52fnTd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v4MN52fnTd .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c3a65a;
}
.cid-v4MN52fnTd .panel-body,
.cid-v4MN52fnTd .card-header {
  padding: 1rem 0;
}
.cid-v4MN52fnTd .panel-title-edit {
  color: #c3a65a;
}
.cid-v4MMJPqj96 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v4MMJPqj96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMJPqj96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMJPqj96 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v4MMJPqj96 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v4MMJPqj96 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v4MMJPqj96 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v4MMJPqj96 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v4MMJPqj96 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v4MMJPqj96 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v4MMJPqj96 .bg-tiktok:hover {
  background: #000000;
}
.cid-v4MMJPqj96 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v4MMJPqj96 .bg-youtube:hover {
  background: #cc0000;
}
.cid-v4MMJPqj96 .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v4MMJPqj96 .bg-spotify:hover {
  background: #168d40;
}
.cid-v4MMJPqj96 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v4MMJPqj96 [class^="socicon-"]:before,
.cid-v4MMJPqj96 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLxCx7ai6 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLxCx7ai6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLxCx7ai6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLxCx7ai6 .row {
    flex-direction: column-reverse;
  }
  .cid-vbLxCx7ai6 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLxCx7ai6 .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLxCx7ai6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLxCx7ai6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLxCx7ai6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLxCx7ai6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLxCx7ai6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLxCx7ai6 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLxCx7ai6 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLxCx7ai6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLxCx7ai6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLxCx7ai6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLxCx7ai6 .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLxCx7ai6 .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v54pc11sxz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v54pc11sxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54pc11sxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5wZTtqQpr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5wZTtqQpr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5wZTtqQpr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v5wZTtqQpr .card-box {
    padding: 1rem;
  }
  .cid-v5wZTtqQpr .mfx-section-btn .btn {
    width: 92%;
  }
}
@media (min-width: 768px) {
  .cid-v5wZTtqQpr .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5wZTtqQpr .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v5wZTtqQpr .item-wrapper {
  border-radius: 4px;
  background-color: #0b0b0b;
}
.cid-v5wZTtqQpr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5wZTtqQpr .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v5wZTtqQpr .mfx-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  flex-wrap: nowrap;
}
.cid-v5wZTtqQpr .mfx-section-btn .btn {
  white-space: nowrap;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v5xeuFJlFh {
  display: flex;
  padding-top: 135px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/dsc05127-1176x784.jpg");
}
.cid-v5xeuFJlFh .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-v5xeuFJlFh .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v5xeuFJlFh {
    align-items: flex-end;
  }
  .cid-v5xeuFJlFh .row {
    justify-content: center;
  }
  .cid-v5xeuFJlFh .content-wrap {
    width: 97%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5xeuFJlFh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5xeuFJlFh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5xeuFJlFh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5xeuFJlFh .content-wrap {
    width: 100%;
  }
}
#mfx-static-stats {
  /* ===== COLUMN STRUCTURE ===== */
  /* Tablet & Mobile (2x2 grid) */
  /* ===== SEPARATORS (Desktop Only) ===== */
  /* Remove separators on tablet/mobile */
  /* ===== TYPOGRAPHY (Mobirise controls size) ===== */
  /* ===== FOOTER ===== */
}
#mfx-static-stats .cavo-stats {
  padding: 2rem;
  background: #000;
  text-align: center;
}
#mfx-static-stats .stats-row {
  display: flex;
  flex-wrap: wrap;
}
#mfx-static-stats .stat-item {
  flex: 0 0 25%;
  position: relative;
  /* required for separator */
  padding: 1rem 1rem;
}
@media (max-width: 991px) {
  #mfx-static-stats .stat-item {
    flex: 0 0 50%;
    padding: 2rem 1rem;
  }
}
#mfx-static-stats .stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(195, 166, 90, 0.25);
}
@media (max-width: 991px) {
  #mfx-static-stats .stat-item::after {
    display: none;
  }
}
#mfx-static-stats .stat-number {
  color: #c3a65a;
  letter-spacing: 0.05em;
}
#mfx-static-stats .stat-item:first-child .stat-number {
  font-weight: 700;
  /* elevate 1993 */
}
#mfx-static-stats .stat-label {
  margin-top: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: #fff;
  opacity: 0.75;
}
#mfx-static-stats .stat-item:first-child .stat-label {
  opacity: 0.6;
}
#mfx-static-stats .stats-footer {
  margin-top: 2.5rem;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  color: #c3a65a;
  opacity: 0.9;
}
@media (max-width: 576px) {
  #mfx-static-stats .cavo-stats {
    padding: 4rem 1.5rem;
  }
}
.cid-v5y4x0ECIH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5y4x0ECIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5y4x0ECIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5y4x0ECIH .row {
  flex-direction: row-reverse;
}
.cid-v5y4x0ECIH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5y4x0ECIH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5y4x0ECIH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5y4x0ECIH .mbr-section-title {
  text-align: justify;
}
.cid-v5y4x0ECIH .mbr-text,
.cid-v5y4x0ECIH .mbr-section-btn {
  text-align: justify;
}
.cid-v5y5bu0T4p {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5y5bu0T4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5y5bu0T4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5y5bu0T4p .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5y5bu0T4p .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5y5bu0T4p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5y5bu0T4p .mbr-section-title {
  text-align: justify;
}
.cid-v5y5bu0T4p .mbr-text,
.cid-v5y5bu0T4p .mbr-section-btn {
  text-align: justify;
}
.cid-v5y5NqNCNN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5y5NqNCNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5y5NqNCNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5y5NqNCNN .row {
  flex-direction: row-reverse;
}
.cid-v5y5NqNCNN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5y5NqNCNN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5y5NqNCNN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5y5NqNCNN .mbr-section-title {
  text-align: justify;
}
.cid-v5y5NqNCNN .mbr-text,
.cid-v5y5NqNCNN .mbr-section-btn {
  text-align: justify;
}
.cid-v5xq8Bat6L {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5xq8Bat6L img,
.cid-v5xq8Bat6L .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5xq8Bat6L .item:focus,
.cid-v5xq8Bat6L span:focus {
  outline: none;
}
.cid-v5xq8Bat6L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5xq8Bat6L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5xq8Bat6L .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5xq8Bat6L .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5xq8Bat6L .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5xq8Bat6L .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5xq8Bat6L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5xq8Bat6L .mbr-section-title {
  color: #ffffff;
}
.cid-v5xq8Bat6L .mbr-text,
.cid-v5xq8Bat6L .mbr-section-btn {
  text-align: center;
}
.cid-v5xq8Bat6L .item-title {
  text-align: center;
}
.cid-v5xq8Bat6L .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v5xq8Bat6L .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v5xtUnygbr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5xtUnygbr .item:focus,
.cid-v5xtUnygbr span:focus {
  outline: none;
}
.cid-v5xtUnygbr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5xtUnygbr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #121212;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5xtUnygbr .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5xtUnygbr .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5xtUnygbr .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5xtUnygbr .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5xtUnygbr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5xtUnygbr .mbr-section-title {
  color: #ffffff;
}
.cid-v5xtUnygbr .mbr-text,
.cid-v5xtUnygbr .mbr-section-btn {
  text-align: center;
}
.cid-v5xtUnygbr .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-v5xtUnygbr .item-subtitle {
  text-align: left;
  color: #fafafa;
}
.cid-v5xtUnygbr .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v5xvMjzieu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5xvMjzieu .item:focus,
.cid-v5xvMjzieu span:focus {
  outline: none;
}
.cid-v5xvMjzieu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5xvMjzieu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5xvMjzieu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5xvMjzieu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5xvMjzieu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5xvMjzieu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5xvMjzieu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5xvMjzieu .mbr-section-title {
  color: #ffffff;
}
.cid-v5xvMjzieu .mbr-text,
.cid-v5xvMjzieu .mbr-section-btn {
  text-align: left;
}
.cid-v5xvMjzieu .item-title {
  text-align: center;
  min-height: 60px;
}
.cid-v5xvMjzieu .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v5xvMjzieu .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v5xvMjzieu .social-row {
  text-align: center;
}
.cid-v5xvMjzieu .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c3a65a;
  transition: all 0.3s;
}
.cid-v5xvMjzieu .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c3a65a;
  font-size: 1.5rem;
}
.cid-v5xvMjzieu .social-row .soc-item:hover {
  background-color: #ccb250;
}
.cid-v5xvMjzieu .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-v5xZvB3Qxo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5xZvB3Qxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xZvB3Qxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xZvB3Qxo .item {
  padding-bottom: 2rem;
}
.cid-v5xZvB3Qxo .item-wrapper {
  position: relative;
}
.cid-v5xZvB3Qxo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v5xZvB3Qxo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v5xZvB3Qxo .carousel-control,
.cid-v5xZvB3Qxo .close {
  background: #1b1b1b;
}
.cid-v5xZvB3Qxo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5xZvB3Qxo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5xZvB3Qxo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5xZvB3Qxo .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5xZvB3Qxo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5xZvB3Qxo .close::before {
  content: '\e91a';
}
.cid-v5xZvB3Qxo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5xZvB3Qxo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v5xZvB3Qxo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5xZvB3Qxo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5xZvB3Qxo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5xZvB3Qxo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5xZvB3Qxo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5xZvB3Qxo .carousel-indicators li.active,
.cid-v5xZvB3Qxo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5xZvB3Qxo .carousel-indicators li::after,
.cid-v5xZvB3Qxo .carousel-indicators li::before {
  content: none;
}
.cid-v5xZvB3Qxo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5xZvB3Qxo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5xZvB3Qxo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5xZvB3Qxo .carousel-indicators {
    display: none;
  }
}
.cid-v5xZvB3Qxo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5xZvB3Qxo .carousel-inner > .active {
  display: block;
}
.cid-v5xZvB3Qxo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5xZvB3Qxo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5xZvB3Qxo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5xZvB3Qxo .carousel-control,
  .cid-v5xZvB3Qxo .carousel-indicators,
  .cid-v5xZvB3Qxo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5xZvB3Qxo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5xZvB3Qxo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5xZvB3Qxo .carousel-indicators .active,
.cid-v5xZvB3Qxo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v5xZvB3Qxo .carousel-indicators .active {
  background: #fff;
}
.cid-v5xZvB3Qxo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5xZvB3Qxo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5xZvB3Qxo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5xZvB3Qxo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5xZvB3Qxo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5xZvB3Qxo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5xZvB3Qxo .carousel {
  width: 100%;
}
.cid-v5xZvB3Qxo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v5xZvB3Qxo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5xZvB3Qxo .modal.fade .modal-dialog,
.cid-v5xZvB3Qxo .modal.in .modal-dialog {
  transform: none;
}
.cid-v5xZvB3Qxo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5xZvB3Qxo H6 {
  text-align: center;
}
.cid-v8PSmBstNl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PSmBstNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSmBstNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSmBstNl .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PSmBstNl .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PSmBstNl .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PSmBstNl .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PSmBstNl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PSmBstNl .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PSmBstNl .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PSmBstNl .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PSmBstNl .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PSmBstNl .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PSmBstNl .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PSmBstNl .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PSmBstNl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PSmBstNl [class^="socicon-"]:before,
.cid-v8PSmBstNl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLyXEpB9W {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLyXEpB9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLyXEpB9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLyXEpB9W .row {
    flex-direction: column-reverse;
  }
  .cid-vbLyXEpB9W .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLyXEpB9W .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLyXEpB9W .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLyXEpB9W .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLyXEpB9W .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLyXEpB9W .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLyXEpB9W .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLyXEpB9W .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLyXEpB9W .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLyXEpB9W .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLyXEpB9W .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLyXEpB9W .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLyXEpB9W .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLyXEpB9W .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v8sZN5fG3Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-v8sZN5fG3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sZN5fG3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/nr-tomorrowland-majamoan-1-28-1176x784.jpg");
}
.cid-v8sZN5fG3Q .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-v8sZN5fG3Q .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-v8sZN5fG3Q .container {
    padding: 0 26px;
  }
}
.cid-v8sZN5fG3Q .title-wrapper {
  padding-top: 35%;
}
.cid-v8sZN5fG3Q .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v8sZN5fG3Q .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-v8sZN5fG3Q .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-v8sZN5fG3Q .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-v8sZN5fG3Q .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-v8sZN5fG3Q .mbr-section-title {
  color: #ffffff;
}
.cid-v8sZN5fG3Q .mbr-text {
  color: #ffffff;
}
.cid-v8sZN5fG3Q .mbr-section-title,
.cid-v8sZN5fG3Q .icon-wrapper,
.cid-v8sZN5fG3Q .mbr-section-btn {
  text-align: justify;
}
.cid-v5ygdh13qr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5ygdh13qr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ygdh13qr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yzcSvZ5S {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5yzcSvZ5S img,
.cid-v5yzcSvZ5S .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5yzcSvZ5S .item:focus,
.cid-v5yzcSvZ5S span:focus {
  outline: none;
}
.cid-v5yzcSvZ5S .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v5yzcSvZ5S .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5yzcSvZ5S .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5yzcSvZ5S .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5yzcSvZ5S .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5yzcSvZ5S .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5yzcSvZ5S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5yzcSvZ5S .mbr-section-title {
  color: #ffffff;
}
.cid-v5yzcSvZ5S .mbr-text,
.cid-v5yzcSvZ5S .mbr-section-btn {
  text-align: center;
}
.cid-v5yzcSvZ5S .item-title {
  text-align: center;
}
.cid-v5yzcSvZ5S .item-subtitle {
  text-align: left;
}
.cid-v5ypmBAEOo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5ypmBAEOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ypmBAEOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ypmBAEOo .item {
  padding-bottom: 2rem;
}
.cid-v5ypmBAEOo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v5ypmBAEOo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v5ypmBAEOo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v5ypmBAEOo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v5ypmBAEOo .carousel-control,
.cid-v5ypmBAEOo .close {
  background: #1b1b1b;
}
.cid-v5ypmBAEOo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v5ypmBAEOo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v5ypmBAEOo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v5ypmBAEOo .carousel-control-next span {
  margin-left: 5px;
}
.cid-v5ypmBAEOo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v5ypmBAEOo .close::before {
  content: '\e91a';
}
.cid-v5ypmBAEOo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v5ypmBAEOo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v5ypmBAEOo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5ypmBAEOo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5ypmBAEOo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v5ypmBAEOo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v5ypmBAEOo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v5ypmBAEOo .carousel-indicators li.active,
.cid-v5ypmBAEOo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v5ypmBAEOo .carousel-indicators li::after,
.cid-v5ypmBAEOo .carousel-indicators li::before {
  content: none;
}
.cid-v5ypmBAEOo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v5ypmBAEOo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v5ypmBAEOo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v5ypmBAEOo .carousel-indicators {
    display: none;
  }
}
.cid-v5ypmBAEOo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v5ypmBAEOo .carousel-inner > .active {
  display: block;
}
.cid-v5ypmBAEOo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5ypmBAEOo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v5ypmBAEOo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v5ypmBAEOo .carousel-control,
  .cid-v5ypmBAEOo .carousel-indicators,
  .cid-v5ypmBAEOo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v5ypmBAEOo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v5ypmBAEOo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v5ypmBAEOo .carousel-indicators .active,
.cid-v5ypmBAEOo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v5ypmBAEOo .carousel-indicators .active {
  background: #fff;
}
.cid-v5ypmBAEOo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v5ypmBAEOo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v5ypmBAEOo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v5ypmBAEOo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v5ypmBAEOo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v5ypmBAEOo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v5ypmBAEOo .carousel {
  width: 100%;
}
.cid-v5ypmBAEOo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v5ypmBAEOo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v5ypmBAEOo .modal.fade .modal-dialog,
.cid-v5ypmBAEOo .modal.in .modal-dialog {
  transform: none;
}
.cid-v5ypmBAEOo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v5ypmBAEOo H6 {
  text-align: center;
}
.cid-v5yw8xU5qN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5yw8xU5qN .mbr-text {
  text-align: center;
}
.cid-v8PSFzUFcx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PSFzUFcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSFzUFcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSFzUFcx .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PSFzUFcx .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PSFzUFcx .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PSFzUFcx .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PSFzUFcx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PSFzUFcx .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PSFzUFcx .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PSFzUFcx .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PSFzUFcx .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PSFzUFcx .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PSFzUFcx .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PSFzUFcx .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PSFzUFcx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PSFzUFcx [class^="socicon-"]:before,
.cid-v8PSFzUFcx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLz96dBuC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLz96dBuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLz96dBuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLz96dBuC .row {
    flex-direction: column-reverse;
  }
  .cid-vbLz96dBuC .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLz96dBuC .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLz96dBuC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLz96dBuC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLz96dBuC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLz96dBuC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLz96dBuC .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLz96dBuC .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLz96dBuC .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLz96dBuC .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLz96dBuC .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLz96dBuC .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLz96dBuC .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLz96dBuC .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v5COHh4vdg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5COHh4vdg nav.navbar {
  position: fixed;
}
.cid-v5COHh4vdg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5COHh4vdg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5COHh4vdg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5COHh4vdg .dropdown-item:hover,
.cid-v5COHh4vdg .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v5COHh4vdg .dropdown-item:hover span {
  color: white;
}
.cid-v5COHh4vdg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5COHh4vdg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5COHh4vdg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5COHh4vdg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5COHh4vdg .nav-link {
  position: relative;
}
.cid-v5COHh4vdg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5COHh4vdg .container {
    flex-wrap: wrap;
  }
}
.cid-v5COHh4vdg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5COHh4vdg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v5COHh4vdg .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5COHh4vdg .dropdown-menu,
.cid-v5COHh4vdg .navbar.opened {
  background: #000000 !important;
}
.cid-v5COHh4vdg .nav-item:focus,
.cid-v5COHh4vdg .nav-link:focus {
  outline: none;
}
.cid-v5COHh4vdg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5COHh4vdg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5COHh4vdg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5COHh4vdg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5COHh4vdg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5COHh4vdg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5COHh4vdg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v5COHh4vdg .navbar.opened {
  transition: all 0.3s;
}
.cid-v5COHh4vdg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5COHh4vdg .navbar .navbar-logo img {
  width: auto;
}
.cid-v5COHh4vdg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5COHh4vdg .navbar.collapsed {
  justify-content: center;
}
.cid-v5COHh4vdg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5COHh4vdg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5COHh4vdg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v5COHh4vdg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5COHh4vdg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5COHh4vdg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5COHh4vdg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5COHh4vdg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5COHh4vdg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5COHh4vdg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5COHh4vdg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5COHh4vdg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5COHh4vdg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5COHh4vdg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5COHh4vdg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5COHh4vdg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5COHh4vdg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5COHh4vdg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5COHh4vdg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5COHh4vdg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5COHh4vdg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5COHh4vdg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5COHh4vdg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5COHh4vdg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5COHh4vdg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5COHh4vdg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5COHh4vdg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5COHh4vdg .dropdown-item.active,
.cid-v5COHh4vdg .dropdown-item:active {
  background-color: transparent;
}
.cid-v5COHh4vdg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5COHh4vdg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5COHh4vdg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5COHh4vdg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5COHh4vdg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5COHh4vdg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5COHh4vdg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5COHh4vdg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5COHh4vdg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5COHh4vdg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5COHh4vdg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5COHh4vdg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5COHh4vdg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5COHh4vdg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5COHh4vdg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5COHh4vdg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5COHh4vdg .navbar {
    height: 70px;
  }
  .cid-v5COHh4vdg .navbar.opened {
    height: auto;
  }
  .cid-v5COHh4vdg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5COHh4vdg .mfx-black a {
  color: #111!important;
}
.cid-v5COHh4vdg .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v5COHh4vdg .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v5COHh4vdg .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v5COHh4vdg .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v8nOBvgXxg {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-v8nOBvgXxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8nOBvgXxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/nr-tomorrowland-majamoan-1-28-1176x784.jpg");
}
.cid-v8nOBvgXxg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-v8nOBvgXxg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-v8nOBvgXxg .container {
    padding: 0 26px;
  }
}
.cid-v8nOBvgXxg .title-wrapper {
  padding-top: 35%;
}
.cid-v8nOBvgXxg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v8nOBvgXxg .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-v8nOBvgXxg .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-v8nOBvgXxg .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-v8nOBvgXxg .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-v8nOBvgXxg .mbr-section-title {
  color: #ffffff;
}
.cid-v8nOBvgXxg .mbr-text {
  color: #ffffff;
}
.cid-v8nOBvgXxg .mbr-section-title,
.cid-v8nOBvgXxg .icon-wrapper,
.cid-v8nOBvgXxg .mbr-section-btn {
  text-align: justify;
}
.cid-v5COHhWoGU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5COHhWoGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5COHhWoGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5CTQW4KHL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5CTQW4KHL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-v5CTQW4KHL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-v5CTQW4KHL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #bbbbbb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  opacity: 0.6;
  content: "✓";
}
.cid-v5CX3COekP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5CX3COekP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5CX3COekP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5CX3COekP ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v5CX3COekP li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v5CX3COekP ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v5CX3COekP .list {
  color: #ffffff;
}
.cid-v5CX3COekP .mbr-section-title {
  text-align: justify;
}
.cid-v5CZo5FQ7r {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5CZo5FQ7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5CZo5FQ7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v5CZo5FQ7r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5CZo5FQ7r .row {
  flex-direction: row-reverse;
}
.cid-v5CZo5FQ7r img {
  width: 100%;
}
.cid-v8nFuL59JN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8nFuL59JN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8nFuL59JN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSsVKsKA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PSsVKsKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSsVKsKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSsVKsKA .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PSsVKsKA .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PSsVKsKA .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PSsVKsKA .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PSsVKsKA .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PSsVKsKA .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PSsVKsKA .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PSsVKsKA .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PSsVKsKA .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PSsVKsKA .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PSsVKsKA .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PSsVKsKA .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PSsVKsKA .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PSsVKsKA [class^="socicon-"]:before,
.cid-v8PSsVKsKA [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLz23nJna {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLz23nJna .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLz23nJna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLz23nJna .row {
    flex-direction: column-reverse;
  }
  .cid-vbLz23nJna .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLz23nJna .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLz23nJna .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLz23nJna .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLz23nJna .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLz23nJna .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLz23nJna .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLz23nJna .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLz23nJna .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLz23nJna .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLz23nJna .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLz23nJna .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLz23nJna .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLz23nJna .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v5COHl86eU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5COHl86eU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5COHl86eU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5COHl86eU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5COHl86eU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5COHl86eU .row {
    text-align: center;
  }
  .cid-v5COHl86eU .row > div {
    margin: auto;
  }
  .cid-v5COHl86eU .social-row {
    justify-content: center;
  }
}
.cid-v5COHl86eU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5COHl86eU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5COHl86eU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5COHl86eU .list {
    margin-bottom: 0rem;
  }
}
.cid-v5COHl86eU .mbr-text {
  color: #bbbbbb;
}
.cid-v5COHl86eU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v5COHl86eU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v5COHl86eU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v5COHh4vdg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5COHh4vdg nav.navbar {
  position: fixed;
}
.cid-v5COHh4vdg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5COHh4vdg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5COHh4vdg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5COHh4vdg .dropdown-item:hover,
.cid-v5COHh4vdg .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v5COHh4vdg .dropdown-item:hover span {
  color: white;
}
.cid-v5COHh4vdg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5COHh4vdg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5COHh4vdg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5COHh4vdg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5COHh4vdg .nav-link {
  position: relative;
}
.cid-v5COHh4vdg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5COHh4vdg .container {
    flex-wrap: wrap;
  }
}
.cid-v5COHh4vdg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5COHh4vdg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v5COHh4vdg .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5COHh4vdg .dropdown-menu,
.cid-v5COHh4vdg .navbar.opened {
  background: #000000 !important;
}
.cid-v5COHh4vdg .nav-item:focus,
.cid-v5COHh4vdg .nav-link:focus {
  outline: none;
}
.cid-v5COHh4vdg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5COHh4vdg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5COHh4vdg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5COHh4vdg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5COHh4vdg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5COHh4vdg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5COHh4vdg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v5COHh4vdg .navbar.opened {
  transition: all 0.3s;
}
.cid-v5COHh4vdg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5COHh4vdg .navbar .navbar-logo img {
  width: auto;
}
.cid-v5COHh4vdg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5COHh4vdg .navbar.collapsed {
  justify-content: center;
}
.cid-v5COHh4vdg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5COHh4vdg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5COHh4vdg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v5COHh4vdg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5COHh4vdg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5COHh4vdg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5COHh4vdg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5COHh4vdg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5COHh4vdg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5COHh4vdg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5COHh4vdg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5COHh4vdg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5COHh4vdg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5COHh4vdg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5COHh4vdg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5COHh4vdg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5COHh4vdg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5COHh4vdg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5COHh4vdg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5COHh4vdg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5COHh4vdg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5COHh4vdg .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5COHh4vdg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5COHh4vdg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5COHh4vdg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5COHh4vdg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5COHh4vdg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5COHh4vdg .dropdown-item.active,
.cid-v5COHh4vdg .dropdown-item:active {
  background-color: transparent;
}
.cid-v5COHh4vdg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5COHh4vdg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5COHh4vdg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5COHh4vdg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5COHh4vdg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5COHh4vdg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5COHh4vdg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5COHh4vdg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5COHh4vdg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5COHh4vdg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5COHh4vdg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5COHh4vdg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5COHh4vdg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5COHh4vdg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5COHh4vdg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5COHh4vdg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5COHh4vdg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5COHh4vdg .navbar {
    height: 70px;
  }
  .cid-v5COHh4vdg .navbar.opened {
    height: auto;
  }
  .cid-v5COHh4vdg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5COHh4vdg .mfx-black a {
  color: #111!important;
}
.cid-v5COHh4vdg .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v5COHh4vdg .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v5COHh4vdg .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v5COHh4vdg .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v5D0JoQe5M {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5D0JoQe5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5D0JoQe5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#mfx-steps-form {
  /* Type valid CSS here */
}
#mfx-steps-form body.is-builder #TableReqFormFragment {
  display: block !important;
  opacity: 0.3;
}
#mfx-steps-form div,
#mfx-steps-form p,
#mfx-steps-form li {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.cid-v5COHl86eU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5COHl86eU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5COHl86eU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5COHl86eU .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5COHl86eU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5COHl86eU .row {
    text-align: center;
  }
  .cid-v5COHl86eU .row > div {
    margin: auto;
  }
  .cid-v5COHl86eU .social-row {
    justify-content: center;
  }
}
.cid-v5COHl86eU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5COHl86eU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5COHl86eU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5COHl86eU .list {
    margin-bottom: 0rem;
  }
}
.cid-v5COHl86eU .mbr-text {
  color: #bbbbbb;
}
.cid-v5COHl86eU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v5COHl86eU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v5COHl86eU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v8sHFtwsy7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
}
.cid-v8sHFtwsy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sHFtwsy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/dsc09600-700x394.jpg");
}
.cid-v8sHFtwsy7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-v8sHFtwsy7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-v8sHFtwsy7 .container {
    padding: 0 26px;
  }
}
.cid-v8sHFtwsy7 .title-wrapper {
  padding-top: 35%;
}
.cid-v8sHFtwsy7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v8sHFtwsy7 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-v8sHFtwsy7 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-v8sHFtwsy7 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-v8sHFtwsy7 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-v8sHFtwsy7 .mbr-section-title {
  color: #ffffff;
}
.cid-v8sHFtwsy7 .mbr-text {
  color: #ffffff;
}
.cid-v8sHFtwsy7 .mbr-section-title,
.cid-v8sHFtwsy7 .icon-wrapper,
.cid-v8sHFtwsy7 .mbr-section-btn {
  text-align: justify;
}
.cid-v5Ds8aMvXb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5Ds8aMvXb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Ds8aMvXb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Ds8aMvXb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v5Ds8aMvXb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Ds8aMvXb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v5Ds8aMvXb .mbr-text,
.cid-v5Ds8aMvXb .mbr-section-btn {
  text-align: left;
}
.cid-v5Ds8aMvXb .mbr-section-title {
  text-align: left;
}
.cid-v8sKP5AWjv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8sKP5AWjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sKP5AWjv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sKP5AWjv ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v8sKP5AWjv li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v8sKP5AWjv ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v8sKP5AWjv .mbr-section-title {
  text-align: justify;
}
.cid-v8sKP5AWjv .list {
  text-align: justify;
}
.cid-v5DPUh0oLq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background: #000000;
}
.cid-v5DPUh0oLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DPUh0oLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DPUh0oLq .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v5DPUh0oLq .team-card:hover {
  transform: translateY(-10px);
}
.cid-v5DPUh0oLq .card-wrap {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v5DPUh0oLq .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v5DPUh0oLq .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v5DPUh0oLq .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5DPUh0oLq .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v5DPUh0oLq .social-row {
  text-align: center;
}
.cid-v5DPUh0oLq .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v5DPUh0oLq .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v5DPUh0oLq .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v5DPUh0oLq .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v5DPUh0oLq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v5DPUh0oLq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v5DPUh0oLq .embla__button--next,
.cid-v5DPUh0oLq .embla__button--prev {
  display: flex;
}
.cid-v5DPUh0oLq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v5DPUh0oLq .embla__button {
    display: none;
  }
}
.cid-v5DPUh0oLq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v5DPUh0oLq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v5DPUh0oLq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v5DPUh0oLq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v5DPUh0oLq .embla__button {
    top: auto;
  }
}
.cid-v5DPUh0oLq .embla {
  position: relative;
  width: 100%;
}
.cid-v5DPUh0oLq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v5DPUh0oLq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v5DPUh0oLq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v5DPUh0oLq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8sZdFecni {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8sZdFecni .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sZdFecni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSzdSBMr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PSzdSBMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSzdSBMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSzdSBMr .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PSzdSBMr .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PSzdSBMr .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PSzdSBMr .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PSzdSBMr .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PSzdSBMr .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PSzdSBMr .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PSzdSBMr .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PSzdSBMr .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PSzdSBMr .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PSzdSBMr .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PSzdSBMr .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PSzdSBMr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PSzdSBMr [class^="socicon-"]:before,
.cid-v8PSzdSBMr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLz5kHtPy {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLz5kHtPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLz5kHtPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLz5kHtPy .row {
    flex-direction: column-reverse;
  }
  .cid-vbLz5kHtPy .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLz5kHtPy .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLz5kHtPy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLz5kHtPy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLz5kHtPy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLz5kHtPy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLz5kHtPy .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLz5kHtPy .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLz5kHtPy .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLz5kHtPy .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLz5kHtPy .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLz5kHtPy .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLz5kHtPy .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLz5kHtPy .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v5Ei1szhsX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5Ei1szhsX nav.navbar {
  position: fixed;
}
.cid-v5Ei1szhsX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5Ei1szhsX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5Ei1szhsX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5Ei1szhsX .dropdown-item:hover,
.cid-v5Ei1szhsX .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v5Ei1szhsX .dropdown-item:hover span {
  color: white;
}
.cid-v5Ei1szhsX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5Ei1szhsX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5Ei1szhsX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5Ei1szhsX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5Ei1szhsX .nav-link {
  position: relative;
}
.cid-v5Ei1szhsX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5Ei1szhsX .container {
    flex-wrap: wrap;
  }
}
.cid-v5Ei1szhsX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5Ei1szhsX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v5Ei1szhsX .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5Ei1szhsX .dropdown-menu,
.cid-v5Ei1szhsX .navbar.opened {
  background: #000000 !important;
}
.cid-v5Ei1szhsX .nav-item:focus,
.cid-v5Ei1szhsX .nav-link:focus {
  outline: none;
}
.cid-v5Ei1szhsX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5Ei1szhsX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5Ei1szhsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5Ei1szhsX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5Ei1szhsX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5Ei1szhsX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5Ei1szhsX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v5Ei1szhsX .navbar.opened {
  transition: all 0.3s;
}
.cid-v5Ei1szhsX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5Ei1szhsX .navbar .navbar-logo img {
  width: auto;
}
.cid-v5Ei1szhsX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5Ei1szhsX .navbar.collapsed {
  justify-content: center;
}
.cid-v5Ei1szhsX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5Ei1szhsX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5Ei1szhsX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v5Ei1szhsX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5Ei1szhsX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5Ei1szhsX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5Ei1szhsX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5Ei1szhsX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5Ei1szhsX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5Ei1szhsX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5Ei1szhsX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5Ei1szhsX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5Ei1szhsX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5Ei1szhsX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5Ei1szhsX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5Ei1szhsX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5Ei1szhsX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5Ei1szhsX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5Ei1szhsX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5Ei1szhsX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5Ei1szhsX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5Ei1szhsX .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5Ei1szhsX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5Ei1szhsX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5Ei1szhsX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5Ei1szhsX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5Ei1szhsX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5Ei1szhsX .dropdown-item.active,
.cid-v5Ei1szhsX .dropdown-item:active {
  background-color: transparent;
}
.cid-v5Ei1szhsX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5Ei1szhsX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5Ei1szhsX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5Ei1szhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5Ei1szhsX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5Ei1szhsX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5Ei1szhsX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5Ei1szhsX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5Ei1szhsX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5Ei1szhsX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v5Ei1szhsX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5Ei1szhsX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Ei1szhsX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Ei1szhsX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5Ei1szhsX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Ei1szhsX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5Ei1szhsX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5Ei1szhsX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Ei1szhsX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5Ei1szhsX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5Ei1szhsX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5Ei1szhsX .navbar {
    height: 70px;
  }
  .cid-v5Ei1szhsX .navbar.opened {
    height: auto;
  }
  .cid-v5Ei1szhsX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5Ei1szhsX .mfx-black a {
  color: #111!important;
}
.cid-v5Ei1szhsX .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v5Ei1szhsX .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v5Ei1szhsX .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v5Ei1szhsX .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v5J83HyhNY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v5J83HyhNY .item:focus,
.cid-v5J83HyhNY span:focus {
  outline: none;
}
.cid-v5J83HyhNY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5J83HyhNY .item-wrapper {
  position: relative;
  border-radius: 12px 0 12px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  border: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 5px 7px 16px rgba(167, 165, 165, 0.3);
}
@media (min-width: 992px) {
  .cid-v5J83HyhNY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5J83HyhNY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5J83HyhNY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5J83HyhNY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5J83HyhNY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5J83HyhNY .mbr-section-title {
  color: #ffffff;
}
.cid-v5J83HyhNY .mbr-text,
.cid-v5J83HyhNY .mbr-section-btn {
  text-align: center;
}
.cid-v5J83HyhNY .item-title {
  text-align: center;
  color: #c3a65a;
}
.cid-v5J83HyhNY .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v5J83HyhNY .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-v5Ei1EdMSj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5Ei1EdMSj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Ei1EdMSj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Ei1EdMSj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5Ei1EdMSj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Ei1EdMSj .row {
    text-align: center;
  }
  .cid-v5Ei1EdMSj .row > div {
    margin: auto;
  }
  .cid-v5Ei1EdMSj .social-row {
    justify-content: center;
  }
}
.cid-v5Ei1EdMSj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5Ei1EdMSj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5Ei1EdMSj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Ei1EdMSj .list {
    margin-bottom: 0rem;
  }
}
.cid-v5Ei1EdMSj .mbr-text {
  color: #bbbbbb;
}
.cid-v5Ei1EdMSj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v5Ei1EdMSj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v5Ei1EdMSj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v5Qqjl9Rp9 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v5Qqjl9Rp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Qqjl9Rp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Qpk6HlZR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5Qpk6HlZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Qpk6HlZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Qpk6HlZR .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-v5Qpk6HlZR .panel-group {
  border: none;
}
.cid-v5Qpk6HlZR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5Qpk6HlZR .panel-body,
.cid-v5Qpk6HlZR .card-header {
  padding: 1rem 0;
}
.cid-v5Qpk6HlZR .panel-title-edit {
  color: #bbbbbb;
}
.cid-v5Qpk6HlZR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 2px solid #0b0b0b;
}
.cid-v5Qpk6HlZR .mbr-section-subtitle {
  text-align: justify;
  color: #c3a65a;
}
.cid-v5QqSN85AH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5QqSN85AH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QqSN85AH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QqSN85AH .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-v5QqSN85AH .panel-group {
  border: none;
}
.cid-v5QqSN85AH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5QqSN85AH .panel-body,
.cid-v5QqSN85AH .card-header {
  padding: 1rem 0;
}
.cid-v5QqSN85AH .panel-title-edit {
  color: #bbbbbb;
}
.cid-v5QqSN85AH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 2px solid #0b0b0b;
}
.cid-v5QqSN85AH .mbr-section-subtitle {
  text-align: justify;
  color: #c3a65a;
}
.cid-v5QqDDrbMk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5QqDDrbMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QqDDrbMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QqDDrbMk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-v5QqDDrbMk .panel-group {
  border: none;
}
.cid-v5QqDDrbMk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5QqDDrbMk .panel-body,
.cid-v5QqDDrbMk .card-header {
  padding: 1rem 0;
}
.cid-v5QqDDrbMk .panel-title-edit {
  color: #bbbbbb;
}
.cid-v5QqDDrbMk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 2px solid #0b0b0b;
}
.cid-v5QqDDrbMk .mbr-section-subtitle {
  text-align: justify;
  color: #c3a65a;
}
.cid-v5QqOF0RNU {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5QqOF0RNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QqOF0RNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QqOF0RNU .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1rem;
}
.cid-v5QqOF0RNU .panel-group {
  border: none;
}
.cid-v5QqOF0RNU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5QqOF0RNU .panel-body,
.cid-v5QqOF0RNU .card-header {
  padding: 1rem 0;
}
.cid-v5QqOF0RNU .panel-title-edit {
  color: #bbbbbb;
}
.cid-v5QqOF0RNU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 2px solid #0b0b0b;
}
.cid-v5QqOF0RNU .mbr-section-subtitle {
  text-align: justify;
  color: #c3a65a;
}
.cid-v8PSQo4Fg2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PSQo4Fg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSQo4Fg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSQo4Fg2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PSQo4Fg2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PSQo4Fg2 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PSQo4Fg2 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PSQo4Fg2 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PSQo4Fg2 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PSQo4Fg2 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PSQo4Fg2 .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PSQo4Fg2 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PSQo4Fg2 .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PSQo4Fg2 .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PSQo4Fg2 .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PSQo4Fg2 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PSQo4Fg2 [class^="socicon-"]:before,
.cid-v8PSQo4Fg2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLzfttNlK {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLzfttNlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLzfttNlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLzfttNlK .row {
    flex-direction: column-reverse;
  }
  .cid-vbLzfttNlK .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLzfttNlK .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLzfttNlK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLzfttNlK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLzfttNlK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLzfttNlK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLzfttNlK .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLzfttNlK .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLzfttNlK .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLzfttNlK .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLzfttNlK .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLzfttNlK .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLzfttNlK .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLzfttNlK .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v5KoOyOSwR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5KoOyOSwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5KoOyOSwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5KpSvINIp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5KpSvINIp p,
.cid-v5KpSvINIp ul,
.cid-v5KpSvINIp li,
.cid-v5KpSvINIp h1,
.cid-v5KpSvINIp h2,
.cid-v5KpSvINIp h3,
.cid-v5KpSvINIp h4,
.cid-v5KpSvINIp h5,
.cid-v5KpSvINIp h6 {
  font-family: "Roboto Condensed", "Arial Condensed", Arial, sans-serif;
  font-weight: 300;
  line-height: 160%;
  color: #fafafa;
  background-color: black;
}
.cid-v5KpSvINIp h1,
.cid-v5KpSvINIp h2,
.cid-v5KpSvINIp h3,
.cid-v5KpSvINIp h4,
.cid-v5KpSvINIp h5,
.cid-v5KpSvINIp h6 {
  color: #fff;
}
.cid-v5KpSvINIp h4 {
  color: white;
  font-size: 150%;
  font-weight: 400;
  margin: 2em 0 1em 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #323232;
}
.cid-v5KpSvINIp li {
  margin-bottom: 1em;
}
.cid-v5KpSvINIp table {
  table-layout: fixed;
}
.cid-v5KpSvINIp table tr td:first-child {
  width: 240px;
}
.cid-v5KpSvINIp table tr td:last-child {
  width: calc(-140%);
}
.cid-v5KpSvINIp td {
  vertical-align: top;
}
.cid-v5KpSvINIp td img {
  width: 120px;
  margin-bottom: 2em;
}
.cid-v5KpSvINIp b,
.cid-v5KpSvINIp strong {
  color: white;
  font-weight: 400;
}
.cid-v5KpSvINIp a {
  color: #00a0ff;
}
.cid-v5KpSvINIp .mbr-text {
  color: #fafafa;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v5Qhl314nJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5Qhl314nJ nav.navbar {
  position: fixed;
}
.cid-v5Qhl314nJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5Qhl314nJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5Qhl314nJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5Qhl314nJ .dropdown-item:hover,
.cid-v5Qhl314nJ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v5Qhl314nJ .dropdown-item:hover span {
  color: white;
}
.cid-v5Qhl314nJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5Qhl314nJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5Qhl314nJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5Qhl314nJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5Qhl314nJ .nav-link {
  position: relative;
}
.cid-v5Qhl314nJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5Qhl314nJ .container {
    flex-wrap: wrap;
  }
}
.cid-v5Qhl314nJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5Qhl314nJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v5Qhl314nJ .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5Qhl314nJ .dropdown-menu,
.cid-v5Qhl314nJ .navbar.opened {
  background: #000000 !important;
}
.cid-v5Qhl314nJ .nav-item:focus,
.cid-v5Qhl314nJ .nav-link:focus {
  outline: none;
}
.cid-v5Qhl314nJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5Qhl314nJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5Qhl314nJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5Qhl314nJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5Qhl314nJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5Qhl314nJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5Qhl314nJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v5Qhl314nJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5Qhl314nJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5Qhl314nJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v5Qhl314nJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5Qhl314nJ .navbar.collapsed {
  justify-content: center;
}
.cid-v5Qhl314nJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5Qhl314nJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5Qhl314nJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v5Qhl314nJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5Qhl314nJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5Qhl314nJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5Qhl314nJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5Qhl314nJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5Qhl314nJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5Qhl314nJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5Qhl314nJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5Qhl314nJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5Qhl314nJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5Qhl314nJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5Qhl314nJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5Qhl314nJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5Qhl314nJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5Qhl314nJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5Qhl314nJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5Qhl314nJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5Qhl314nJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5Qhl314nJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5Qhl314nJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5Qhl314nJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5Qhl314nJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5Qhl314nJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5Qhl314nJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5Qhl314nJ .dropdown-item.active,
.cid-v5Qhl314nJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5Qhl314nJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5Qhl314nJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5Qhl314nJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5Qhl314nJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5Qhl314nJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5Qhl314nJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5Qhl314nJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5Qhl314nJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5Qhl314nJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5Qhl314nJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v5Qhl314nJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5Qhl314nJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Qhl314nJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5Qhl314nJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5Qhl314nJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Qhl314nJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5Qhl314nJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5Qhl314nJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5Qhl314nJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5Qhl314nJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5Qhl314nJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5Qhl314nJ .navbar {
    height: 70px;
  }
  .cid-v5Qhl314nJ .navbar.opened {
    height: auto;
  }
  .cid-v5Qhl314nJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5Qhl314nJ .mfx-black a {
  color: #111!important;
}
.cid-v5Qhl314nJ .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v5Qhl314nJ .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v5Qhl314nJ .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v5Qhl314nJ .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v5Qhl3sqjR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5Qhl3sqjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Qhl3sqjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Qhl3KhiK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5Qhl3KhiK p,
.cid-v5Qhl3KhiK ul,
.cid-v5Qhl3KhiK li,
.cid-v5Qhl3KhiK h1,
.cid-v5Qhl3KhiK h2,
.cid-v5Qhl3KhiK h3,
.cid-v5Qhl3KhiK h4,
.cid-v5Qhl3KhiK h5,
.cid-v5Qhl3KhiK h6 {
  font-family: "Roboto Condensed", "Arial Condensed", Arial, sans-serif;
  font-weight: 300;
  line-height: 160%;
  color: #fafafa;
  background-color: black;
}
.cid-v5Qhl3KhiK h1,
.cid-v5Qhl3KhiK h2,
.cid-v5Qhl3KhiK h3,
.cid-v5Qhl3KhiK h4,
.cid-v5Qhl3KhiK h5,
.cid-v5Qhl3KhiK h6 {
  color: #fff;
}
.cid-v5Qhl3KhiK h4 {
  color: white;
  font-size: 150%;
  font-weight: 400;
  margin: 2em 0 1em 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #323232;
}
.cid-v5Qhl3KhiK li {
  margin-bottom: 1em;
}
.cid-v5Qhl3KhiK table {
  table-layout: fixed;
}
.cid-v5Qhl3KhiK table tr td:first-child {
  width: 240px;
}
.cid-v5Qhl3KhiK table tr td:last-child {
  width: calc(-140%);
}
.cid-v5Qhl3KhiK td {
  vertical-align: top;
}
.cid-v5Qhl3KhiK td img {
  width: 120px;
  margin-bottom: 2em;
}
.cid-v5Qhl3KhiK b,
.cid-v5Qhl3KhiK strong {
  color: white;
  font-weight: 400;
}
.cid-v5Qhl3KhiK a {
  color: #00a0ff;
}
.cid-v5Qhl3KhiK .mbr-text {
  color: #fafafa;
}
.cid-v5Qhl4l1IN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5Qhl4l1IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Qhl4l1IN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Qhl4l1IN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5Qhl4l1IN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Qhl4l1IN .row {
    text-align: center;
  }
  .cid-v5Qhl4l1IN .row > div {
    margin: auto;
  }
  .cid-v5Qhl4l1IN .social-row {
    justify-content: center;
  }
}
.cid-v5Qhl4l1IN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5Qhl4l1IN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5Qhl4l1IN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Qhl4l1IN .list {
    margin-bottom: 0rem;
  }
}
.cid-v5Qhl4l1IN .mbr-text {
  color: #bbbbbb;
}
.cid-v5Qhl4l1IN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v5Qhl4l1IN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v5Qhl4l1IN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v5QixfPKpc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5QixfPKpc nav.navbar {
  position: fixed;
}
.cid-v5QixfPKpc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5QixfPKpc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5QixfPKpc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5QixfPKpc .dropdown-item:hover,
.cid-v5QixfPKpc .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v5QixfPKpc .dropdown-item:hover span {
  color: white;
}
.cid-v5QixfPKpc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5QixfPKpc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5QixfPKpc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5QixfPKpc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5QixfPKpc .nav-link {
  position: relative;
}
.cid-v5QixfPKpc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5QixfPKpc .container {
    flex-wrap: wrap;
  }
}
.cid-v5QixfPKpc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5QixfPKpc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v5QixfPKpc .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5QixfPKpc .dropdown-menu,
.cid-v5QixfPKpc .navbar.opened {
  background: #000000 !important;
}
.cid-v5QixfPKpc .nav-item:focus,
.cid-v5QixfPKpc .nav-link:focus {
  outline: none;
}
.cid-v5QixfPKpc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5QixfPKpc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5QixfPKpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5QixfPKpc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5QixfPKpc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5QixfPKpc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5QixfPKpc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v5QixfPKpc .navbar.opened {
  transition: all 0.3s;
}
.cid-v5QixfPKpc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5QixfPKpc .navbar .navbar-logo img {
  width: auto;
}
.cid-v5QixfPKpc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5QixfPKpc .navbar.collapsed {
  justify-content: center;
}
.cid-v5QixfPKpc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5QixfPKpc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5QixfPKpc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v5QixfPKpc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5QixfPKpc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5QixfPKpc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5QixfPKpc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5QixfPKpc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5QixfPKpc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5QixfPKpc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5QixfPKpc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5QixfPKpc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5QixfPKpc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5QixfPKpc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5QixfPKpc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5QixfPKpc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5QixfPKpc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5QixfPKpc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5QixfPKpc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5QixfPKpc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5QixfPKpc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5QixfPKpc .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5QixfPKpc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5QixfPKpc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5QixfPKpc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5QixfPKpc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5QixfPKpc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5QixfPKpc .dropdown-item.active,
.cid-v5QixfPKpc .dropdown-item:active {
  background-color: transparent;
}
.cid-v5QixfPKpc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5QixfPKpc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5QixfPKpc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5QixfPKpc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5QixfPKpc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5QixfPKpc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5QixfPKpc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5QixfPKpc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5QixfPKpc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5QixfPKpc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v5QixfPKpc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5QixfPKpc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5QixfPKpc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5QixfPKpc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5QixfPKpc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5QixfPKpc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5QixfPKpc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5QixfPKpc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5QixfPKpc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5QixfPKpc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5QixfPKpc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5QixfPKpc .navbar {
    height: 70px;
  }
  .cid-v5QixfPKpc .navbar.opened {
    height: auto;
  }
  .cid-v5QixfPKpc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5QixfPKpc .mfx-black a {
  color: #111!important;
}
.cid-v5QixfPKpc .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v5QixfPKpc .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v5QixfPKpc .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v5QixfPKpc .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v5QixgeSK0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5QixgeSK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QixgeSK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#mfx-contact-form {
  /* Type valid CSS here */
  /* form fxcontent*/
}
#mfx-contact-form .fxcontent,
#mfx-contact-form #mfx-contact-form,
#mfx-contact-form .mfx-form {
  background: var(--main-bg-color);
  margin: 0;
}
#mfx-contact-form div,
#mfx-contact-form p,
#mfx-contact-form li {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
.cid-v8PSWr2zSs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PSWr2zSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSWr2zSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSWr2zSs .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PSWr2zSs .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PSWr2zSs .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PSWr2zSs .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PSWr2zSs .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PSWr2zSs .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PSWr2zSs .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PSWr2zSs .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PSWr2zSs .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PSWr2zSs .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PSWr2zSs .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PSWr2zSs .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PSWr2zSs .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PSWr2zSs [class^="socicon-"]:before,
.cid-v8PSWr2zSs [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLzi3xrrS {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLzi3xrrS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLzi3xrrS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLzi3xrrS .row {
    flex-direction: column-reverse;
  }
  .cid-vbLzi3xrrS .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLzi3xrrS .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLzi3xrrS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLzi3xrrS .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLzi3xrrS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLzi3xrrS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLzi3xrrS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLzi3xrrS .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLzi3xrrS .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLzi3xrrS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLzi3xrrS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLzi3xrrS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLzi3xrrS .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLzi3xrrS .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v5QixgCWJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5QixgCWJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QixgCWJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QixgCWJj .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5QixgCWJj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5QixgCWJj .row {
    text-align: center;
  }
  .cid-v5QixgCWJj .row > div {
    margin: auto;
  }
  .cid-v5QixgCWJj .social-row {
    justify-content: center;
  }
}
.cid-v5QixgCWJj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5QixgCWJj .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5QixgCWJj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5QixgCWJj .list {
    margin-bottom: 0rem;
  }
}
.cid-v5QixgCWJj .mbr-text {
  color: #bbbbbb;
}
.cid-v5QixgCWJj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v5QixgCWJj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v5QixgCWJj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v5QnbiGNWr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v5QnbiGNWr nav.navbar {
  position: fixed;
}
.cid-v5QnbiGNWr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5QnbiGNWr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5QnbiGNWr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5QnbiGNWr .dropdown-item:hover,
.cid-v5QnbiGNWr .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v5QnbiGNWr .dropdown-item:hover span {
  color: white;
}
.cid-v5QnbiGNWr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5QnbiGNWr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5QnbiGNWr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5QnbiGNWr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5QnbiGNWr .nav-link {
  position: relative;
}
.cid-v5QnbiGNWr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5QnbiGNWr .container {
    flex-wrap: wrap;
  }
}
.cid-v5QnbiGNWr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v5QnbiGNWr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v5QnbiGNWr .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5QnbiGNWr .dropdown-menu,
.cid-v5QnbiGNWr .navbar.opened {
  background: #000000 !important;
}
.cid-v5QnbiGNWr .nav-item:focus,
.cid-v5QnbiGNWr .nav-link:focus {
  outline: none;
}
.cid-v5QnbiGNWr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5QnbiGNWr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5QnbiGNWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5QnbiGNWr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5QnbiGNWr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5QnbiGNWr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5QnbiGNWr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v5QnbiGNWr .navbar.opened {
  transition: all 0.3s;
}
.cid-v5QnbiGNWr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5QnbiGNWr .navbar .navbar-logo img {
  width: auto;
}
.cid-v5QnbiGNWr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5QnbiGNWr .navbar.collapsed {
  justify-content: center;
}
.cid-v5QnbiGNWr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5QnbiGNWr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5QnbiGNWr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v5QnbiGNWr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5QnbiGNWr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5QnbiGNWr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5QnbiGNWr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5QnbiGNWr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5QnbiGNWr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5QnbiGNWr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5QnbiGNWr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5QnbiGNWr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5QnbiGNWr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5QnbiGNWr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5QnbiGNWr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5QnbiGNWr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5QnbiGNWr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5QnbiGNWr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5QnbiGNWr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5QnbiGNWr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5QnbiGNWr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5QnbiGNWr .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5QnbiGNWr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5QnbiGNWr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5QnbiGNWr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5QnbiGNWr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5QnbiGNWr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5QnbiGNWr .dropdown-item.active,
.cid-v5QnbiGNWr .dropdown-item:active {
  background-color: transparent;
}
.cid-v5QnbiGNWr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5QnbiGNWr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5QnbiGNWr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5QnbiGNWr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v5QnbiGNWr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5QnbiGNWr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5QnbiGNWr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5QnbiGNWr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5QnbiGNWr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5QnbiGNWr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v5QnbiGNWr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5QnbiGNWr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5QnbiGNWr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5QnbiGNWr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5QnbiGNWr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5QnbiGNWr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5QnbiGNWr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5QnbiGNWr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5QnbiGNWr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5QnbiGNWr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5QnbiGNWr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5QnbiGNWr .navbar {
    height: 70px;
  }
  .cid-v5QnbiGNWr .navbar.opened {
    height: auto;
  }
  .cid-v5QnbiGNWr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5QnbiGNWr .mfx-black a {
  color: #111!important;
}
.cid-v5QnbiGNWr .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v5QnbiGNWr .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v5QnbiGNWr .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v5QnbiGNWr .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v5Qnbj60fN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5Qnbj60fN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Qnbj60fN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#mfx-sushi-form {
  /* Type valid CSS here */
  /* form fxcontent*/
  /* Form */
  /* form special */
}
#mfx-sushi-form .fxcontent,
#mfx-sushi-form #mfx-sushi-form,
#mfx-sushi-form .mfx-form {
  background: var(--main-bg-color);
  margin: 0;
}
#mfx-sushi-form div,
#mfx-sushi-form p,
#mfx-sushi-form li {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
#mfx-sushi-form .form-note {
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--cv-notice-gold);
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  color: #f0f0f0;
  line-height: 1.6;
}
#mfx-sushi-form .feature.bordered {
  padding: 32px;
  border: 3px solid #ccc;
  border-radius: 25px;
}
#mfx-sushi-form .feature {
  margin-bottom: 14px;
}
#mfx-sushi-form a.justify-right {
  justify-content: end;
}
#mfx-sushi-form .text-left {
  text-align: left !important;
}
#mfx-sushi-form .label-span {
  text-transform: none !important;
  color: #bbbbbb !important;
}
#mfx-sushi-form input[type="text"],
#mfx-sushi-form input[type="password"],
#mfx-sushi-form input[type="textarea"],
#mfx-sushi-form input[type="email"],
#mfx-sushi-form input[type="tel"] {
  border: none;
  border-bottom: 2px solid #767676 !important;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-radius: 0;
  color: #fff !important;
  background: transparent;
  -webkit-text-fill-color: white !important;
}
#mfx-sushi-form select {
  width: 100%;
  margin-bottom: 2%;
  border: none;
  border-bottom: 2px solid #767676;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  background: transparent;
  color: #fff;
  font-family: 'Roboto';
  overflow: hidden;
}
#mfx-sushi-form select option {
  height: auto!important;
  background-color: var(--cv-bg-secondary);
  color: #fff;
}
#mfx-sushi-form select::-webkit-scrollbar {
  display: none;
}
#mfx-sushi-form select::-moz-scrollbar {
  display: none;
}
#mfx-sushi-form select {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
  /*just hides the scrollbar for firefox */
}
#mfx-sushi-form #fquard {
  vertical-align: middle;
  background: lightgray;
  border: 0px solid #ffffff;
  border-radius: 25px;
  padding: 0px 3rem;
  margin-right: 10px;
  margin-top: 16px;
  margin-bottom: 16px;
}
#mfx-sushi-form textarea {
  margin-top: 2%;
  width: 100%;
  outline: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto';
  min-height: 50px;
  margin-bottom: 20px;
  background: transparent !important;
}
#mfx-sushi-form textarea {
  color: #fff !important;
}
#mfx-sushi-form .text-input,
#mfx-sushi-form .textarea-input,
#mfx-sushi-form .contact-respond form textarea {
  display: inline-block;
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #ccc;
}
#mfx-sushi-form .contact-respond form textarea {
  margin-bottom: 0px !important;
}
#mfx-sushi-form .CAVO-FORM-ERROR {
  display: inline;
  position: relative;
  background-color: #7d0000;
  padding: 2px 16px 2px 8px;
  line-height: 22px;
  color: white;
  border-radius: 8px;
  margin-left: 1;
}
#mfx-sushi-form .collapsible {
  overflow: hidden;
  transition: height 0.3s ease;
  height: 0;
}
#mfx-sushi-form .collapsible.open {
  height: auto;
}
#mfx-sushi-form .checkbox-align {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
#mfx-sushi-form .checkbox-align input[type="checkbox"] {
  margin-top: 10px;
}
#mfx-sushi-form .hidden {
  display: none;
}
#mfx-sushi-form .popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 16, 16, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#mfx-sushi-form .popup-content {
  position: relative;
  background: #161616;
  padding: 20px;
  text-align: center;
  max-width: 70%;
  width: 600px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  line-height: 22px;
  border-radius: 8px;
}
#mfx-sushi-form .popup-title {
  padding: 20px 20px 0;
}
#mfx-sushi-form #popupMessage {
  padding: 20px;
}
#mfx-sushi-form .popup-content .popupClose {
  z-index: 4;
  position: absolute;
  top: 24px;
  right: 32px;
  cursor: pointer;
  font-size: 18px;
  color: white;
  border: none;
  background: transparent;
}
#mfx-sushi-form .popup-content .popupClose:hover {
  color: #000;
}
.cid-v5Qnbjx970 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5Qnbjx970 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Qnbjx970 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Qnbjx970 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5Qnbjx970 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v5Qnbjx970 .row {
    text-align: center;
  }
  .cid-v5Qnbjx970 .row > div {
    margin: auto;
  }
  .cid-v5Qnbjx970 .social-row {
    justify-content: center;
  }
}
.cid-v5Qnbjx970 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5Qnbjx970 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v5Qnbjx970 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5Qnbjx970 .list {
    margin-bottom: 0rem;
  }
}
.cid-v5Qnbjx970 .mbr-text {
  color: #bbbbbb;
}
.cid-v5Qnbjx970 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v5Qnbjx970 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v5Qnbjx970 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v542IPN3Rr {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v542IPN3Rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v542IPN3Rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v542IPN3Rr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v542IPN3Rr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v542IPN3Rr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v542IPN3Rr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v542IPN3Rr .mbr-text,
.cid-v542IPN3Rr .mbr-section-btn {
  color: #fafafa;
}
.cid-v5ra7jxVN7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5ra7jxVN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ra7jxVN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ra7jxVN7 .number-wrap {
  color: #c3a65a;
  text-align: center;
}
.cid-v5ra7jxVN7 .number {
  color: #ffffff;
}
.cid-v5ra7jxVN7 .period {
  display: block;
}
.cid-v5ra7jxVN7 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-v5ra7jxVN7 .period {
    font-size: 0.8rem;
  }
}
.cid-v5ra7jxVN7 .btn {
  height: 100%;
  margin: 0;
}
.cid-v5ra7jxVN7 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-v7CveE643j {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7CveE643j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CveE643j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CveE643j ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v7CveE643j li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v7CveE643j ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-v7CvfuQXx2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7CvfuQXx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7CvfuQXx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7CvfuQXx2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v7CvfuQXx2 ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-v7CvfuQXx2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v7CvfuQXx2 .mbr-section-title {
  text-align: justify;
}
.cid-v7CvfuQXx2 .list {
  text-align: justify;
}
.cid-v5JT9KgG22 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v5JT9KgG22 .item:focus,
.cid-v5JT9KgG22 span:focus {
  outline: none;
}
.cid-v5JT9KgG22 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5JT9KgG22 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5JT9KgG22 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v5JT9KgG22 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5JT9KgG22 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v5JT9KgG22 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v5JT9KgG22 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5JT9KgG22 .mbr-section-title {
  color: #ffffff;
}
.cid-v5JT9KgG22 .mbr-text,
.cid-v5JT9KgG22 .mbr-section-btn {
  text-align: center;
}
.cid-v5JT9KgG22 .item-title {
  text-align: center;
  min-height: 3.4rem;
}
.cid-v5JT9KgG22 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v5JT9KgG22 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v5JT9KgG22 .social-row {
  text-align: center;
}
.cid-v5JT9KgG22 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c3a65a;
  transition: all 0.3s;
}
.cid-v5JT9KgG22 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c3a65a;
  font-size: 1.2rem;
}
.cid-v5JT9KgG22 .social-row .soc-item:hover {
  background-color: #ccb250;
}
.cid-v5JT9KgG22 .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-v546AzvRjp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v546AzvRjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v546AzvRjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v546AzvRjp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v546AzvRjp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v546AzvRjp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-v546AzvRjp .panel-body,
.cid-v546AzvRjp .card-header {
  padding: 1rem 0;
}
.cid-v546AzvRjp .panel-title-edit {
  color: #c3a65a;
}
.cid-v8PRRJ992W {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PRRJ992W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PRRJ992W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PRRJ992W .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PRRJ992W .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PRRJ992W .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PRRJ992W .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PRRJ992W .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PRRJ992W .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PRRJ992W .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PRRJ992W .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PRRJ992W .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PRRJ992W .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PRRJ992W .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PRRJ992W .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PRRJ992W .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PRRJ992W [class^="socicon-"]:before,
.cid-v8PRRJ992W [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLyfuTN4s {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLyfuTN4s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLyfuTN4s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLyfuTN4s .row {
    flex-direction: column-reverse;
  }
  .cid-vbLyfuTN4s .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLyfuTN4s .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLyfuTN4s .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLyfuTN4s .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLyfuTN4s .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLyfuTN4s .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLyfuTN4s .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLyfuTN4s .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLyfuTN4s .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLyfuTN4s .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLyfuTN4s .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLyfuTN4s .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLyfuTN4s .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLyfuTN4s .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
#mfx-floating-ctas-all {
  /* ========== MOBILE EVENT FLOATING CTA BAR ========== */
  /* general text consistency */
  /* base bar */
  /* info hidden initially */
  /* revealed after hero */
  /* container spacing */
  /* ===== SMOOTH MARQUEE TITLE ===== */
  /* animation only when active */
  /* fade edges for premium look */
  /* event date */
  /* prevent animation conflicts with Mobirise */
  /* keep page content above bar */
  /* hide on desktop */
}
#mfx-floating-ctas-all div,
#mfx-floating-ctas-all button {
  font-family: 'Roboto Condensed', sans-serif;
}
#mfx-floating-ctas-all div,
#mfx-floating-ctas-all p {
  color: #fff;
  text-align: center;
}
#mfx-floating-ctas-all p {
  color: #c3a65a;
}
#mfx-floating-ctas-all #mfxEventBar,
#mfx-floating-ctas-all #mfxEventBar button,
#mfx-floating-ctas-all #mfxEventBar a {
  font-family: 'Roboto Condensed', sans-serif;
}
#mfx-floating-ctas-all #mfxEventBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b0b0b;
  color: #ffffff;
  z-index: 9999;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.35);
}
#mfx-floating-ctas-all #mfxEventInfo {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .35s ease;
}
#mfx-floating-ctas-all #mfxEventBar.show-info #mfxEventInfo {
  max-height: 80px;
  opacity: 1;
  padding-top: .55rem;
}
#mfx-floating-ctas-all #mfxEventBar .mfx-cta-info {
  padding: .6rem .8rem .25rem;
  text-align: center;
}
#mfx-floating-ctas-all #mfxEventBar .mfx-cta-title {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
#mfx-floating-ctas-all #mfxEventBar .mfx-cta-title-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
#mfx-floating-ctas-all #mfxEventBar .mfx-cta-title-track span {
  display: inline-block;
  padding-right: 60px;
  /* real visual gap */
}
#mfx-floating-ctas-all #mfxEventBar .mfx-cta-title.marquee .mfx-cta-title-track {
  will-change: transform;
}
#mfx-floating-ctas-all #mfxEventBar .mfx-cta-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #0b0b0b);
  pointer-events: none;
}
@keyframes mfx-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--mfx-scroll-width));
  }
}
#mfx-floating-ctas-all #mfxEventBar .mfx-cta-date {
  opacity: .85;
  margin-top: 2px;
  margin-bottom: .35rem;
  color: #c3a65a;
}
#mfx-floating-ctas-all #mfxEventBar .mbr-animated,
#mfx-floating-ctas-all #mfxEventBar .animate__animated,
#mfx-floating-ctas-all #mfxEventBar .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
#mfx-floating-ctas-all body {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  #mfx-floating-ctas-all #mfxEventBar {
    display: none !important;
  }
  #mfx-floating-ctas-all body {
    padding-bottom: 0;
  }
}
.cid-v8mmdK0nSN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8mmdK0nSN nav.navbar {
  position: fixed;
}
.cid-v8mmdK0nSN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8mmdK0nSN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8mmdK0nSN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8mmdK0nSN .dropdown-item:hover,
.cid-v8mmdK0nSN .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8mmdK0nSN .dropdown-item:hover span {
  color: white;
}
.cid-v8mmdK0nSN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8mmdK0nSN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8mmdK0nSN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8mmdK0nSN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8mmdK0nSN .nav-link {
  position: relative;
}
.cid-v8mmdK0nSN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8mmdK0nSN .container {
    flex-wrap: wrap;
  }
}
.cid-v8mmdK0nSN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8mmdK0nSN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8mmdK0nSN .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8mmdK0nSN .dropdown-menu,
.cid-v8mmdK0nSN .navbar.opened {
  background: #000000 !important;
}
.cid-v8mmdK0nSN .nav-item:focus,
.cid-v8mmdK0nSN .nav-link:focus {
  outline: none;
}
.cid-v8mmdK0nSN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8mmdK0nSN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8mmdK0nSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8mmdK0nSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8mmdK0nSN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8mmdK0nSN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8mmdK0nSN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v8mmdK0nSN .navbar.opened {
  transition: all 0.3s;
}
.cid-v8mmdK0nSN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8mmdK0nSN .navbar .navbar-logo img {
  width: auto;
}
.cid-v8mmdK0nSN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8mmdK0nSN .navbar.collapsed {
  justify-content: center;
}
.cid-v8mmdK0nSN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8mmdK0nSN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8mmdK0nSN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v8mmdK0nSN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8mmdK0nSN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8mmdK0nSN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8mmdK0nSN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8mmdK0nSN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8mmdK0nSN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8mmdK0nSN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8mmdK0nSN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8mmdK0nSN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8mmdK0nSN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8mmdK0nSN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8mmdK0nSN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8mmdK0nSN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8mmdK0nSN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8mmdK0nSN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8mmdK0nSN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8mmdK0nSN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8mmdK0nSN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8mmdK0nSN .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8mmdK0nSN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8mmdK0nSN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8mmdK0nSN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8mmdK0nSN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8mmdK0nSN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8mmdK0nSN .dropdown-item.active,
.cid-v8mmdK0nSN .dropdown-item:active {
  background-color: transparent;
}
.cid-v8mmdK0nSN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8mmdK0nSN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8mmdK0nSN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8mmdK0nSN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v8mmdK0nSN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8mmdK0nSN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8mmdK0nSN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8mmdK0nSN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8mmdK0nSN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8mmdK0nSN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8mmdK0nSN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8mmdK0nSN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8mmdK0nSN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8mmdK0nSN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8mmdK0nSN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8mmdK0nSN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8mmdK0nSN .navbar {
    height: 70px;
  }
  .cid-v8mmdK0nSN .navbar.opened {
    height: auto;
  }
  .cid-v8mmdK0nSN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8mmdK0nSN .mfx-black a {
  color: #111!important;
}
.cid-v8mmdK0nSN .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v8mmdK0nSN .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v8mmdK0nSN .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v8mmdK0nSN .menu3 .btn-events {
  white-space: nowrap;
}
.cid-vh2myWlI5y {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2026.06.24-2000x1124.jpg");
}
.cid-vh2myWlI5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2myWlI5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2myWlI5y .mbr-text,
.cid-vh2myWlI5y .mbr-section-btn {
  color: #ffffff;
}
.cid-vh2myWlI5y .mfx-ticket-row {
  justify-content: center;
}
.cid-vh2myWlI5y #event-hero .row {
  min-height: 80vh;
  align-items: flex-end;
}
.cid-vh2myWlI5y #event-hero .col-12.col-lg {
  padding-bottom: 12vh;
}
.cid-vh2myWlI5y #event-hero .mbr-section-title {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cid-vh2myWlI5y #event-hero .mbr-text {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .cid-vh2myWlI5y #event-hero .row {
    min-height: 68vh;
  }
}
.cid-v8mmdLqziu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8mmdLqziu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mmdLqziu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mmdLqziu .number-wrap {
  color: #c3a65a;
  text-align: center;
}
.cid-v8mmdLqziu .number {
  color: #ffffff;
}
.cid-v8mmdLqziu .period {
  display: block;
}
.cid-v8mmdLqziu .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-v8mmdLqziu .period {
    font-size: 0.8rem;
  }
}
.cid-v8mmdLqziu .btn {
  height: 100%;
  margin: 0;
}
.cid-v8mmdLqziu .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-v8mmdLTEfq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8mmdLTEfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mmdLTEfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mmdLTEfq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v8mmdLTEfq li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v8mmdLTEfq ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-v8mmdMl4mg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8mmdMl4mg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mmdMl4mg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mmdMl4mg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v8mmdMl4mg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v8mmdMl4mg ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-v8mmdMl4mg .mbr-section-title {
  text-align: justify;
}
.cid-v8mmdMl4mg .list {
  text-align: justify;
}
.cid-v8mmdMO39F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8mmdMO39F .item:focus,
.cid-v8mmdMO39F span:focus {
  outline: none;
}
.cid-v8mmdMO39F .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8mmdMO39F .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8mmdMO39F .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8mmdMO39F .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8mmdMO39F .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8mmdMO39F .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8mmdMO39F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8mmdMO39F .mbr-section-title {
  color: #ffffff;
}
.cid-v8mmdMO39F .mbr-text,
.cid-v8mmdMO39F .mbr-section-btn {
  text-align: center;
}
.cid-v8mmdMO39F .item-title {
  text-align: center;
  min-height: 3.4rem;
}
.cid-v8mmdMO39F .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v8mmdMO39F .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v8mmdMO39F .social-row {
  text-align: center;
}
.cid-v8mmdMO39F .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c3a65a;
  transition: all 0.3s;
}
.cid-v8mmdMO39F .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c3a65a;
  font-size: 1.2rem;
}
.cid-v8mmdMO39F .social-row .soc-item:hover {
  background-color: #ccb250;
}
.cid-v8mmdMO39F .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-v8mmdNyfaY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8mmdNyfaY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mmdNyfaY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mmdNyfaY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8mmdNyfaY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8mmdNyfaY .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-v8mmdNyfaY .panel-body,
.cid-v8mmdNyfaY .card-header {
  padding: 1rem 0;
}
.cid-v8mmdNyfaY .panel-title-edit {
  color: #c3a65a;
}
.cid-v8PSfpMNuB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PSfpMNuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSfpMNuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSfpMNuB .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PSfpMNuB .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PSfpMNuB .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PSfpMNuB .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PSfpMNuB .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PSfpMNuB .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PSfpMNuB .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PSfpMNuB .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PSfpMNuB .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PSfpMNuB .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PSfpMNuB .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PSfpMNuB .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PSfpMNuB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PSfpMNuB [class^="socicon-"]:before,
.cid-v8PSfpMNuB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLys8bdwh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLys8bdwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLys8bdwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLys8bdwh .row {
    flex-direction: column-reverse;
  }
  .cid-vbLys8bdwh .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLys8bdwh .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLys8bdwh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLys8bdwh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLys8bdwh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLys8bdwh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLys8bdwh .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLys8bdwh .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLys8bdwh .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLys8bdwh .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLys8bdwh .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLys8bdwh .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLys8bdwh .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLys8bdwh .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v8mmdPBQ0D {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v8mmdPBQ0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mmdPBQ0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mmdPBQ0D .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8mmdPBQ0D .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8mmdPBQ0D .row {
    text-align: center;
  }
  .cid-v8mmdPBQ0D .row > div {
    margin: auto;
  }
  .cid-v8mmdPBQ0D .social-row {
    justify-content: center;
  }
}
.cid-v8mmdPBQ0D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8mmdPBQ0D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v8mmdPBQ0D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8mmdPBQ0D .list {
    margin-bottom: 0rem;
  }
}
.cid-v8mmdPBQ0D .mbr-text {
  color: #bbbbbb;
}
.cid-v8mmdPBQ0D .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8mmdPBQ0D .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8mmdPBQ0D div > *:last-child {
    margin-top: 0 !important;
  }
}
#mfx-floating-ctas-s {
  /* Type valid CSS here */
  /* Floating mobile CTA bar */
}
#mfx-floating-ctas-s div,
#mfx-floating-ctas-s button {
  font-family: 'Roboto Condensed', sans-serif;
}
#mfx-floating-ctas-s div,
#mfx-floating-ctas-s p {
  color: #fff;
  text-align: center;
}
#mfx-floating-ctas-s p {
  color: #c3a65a;
}
#mfx-floating-ctas-s .mfx-floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b0b0b;
  color: #fff;
  z-index: 9999;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.35);
  touch-action: pan-y;
}
.cid-v8mmdK0nSN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8mmdK0nSN nav.navbar {
  position: fixed;
}
.cid-v8mmdK0nSN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8mmdK0nSN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8mmdK0nSN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8mmdK0nSN .dropdown-item:hover,
.cid-v8mmdK0nSN .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8mmdK0nSN .dropdown-item:hover span {
  color: white;
}
.cid-v8mmdK0nSN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8mmdK0nSN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8mmdK0nSN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8mmdK0nSN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8mmdK0nSN .nav-link {
  position: relative;
}
.cid-v8mmdK0nSN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8mmdK0nSN .container {
    flex-wrap: wrap;
  }
}
.cid-v8mmdK0nSN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8mmdK0nSN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8mmdK0nSN .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8mmdK0nSN .dropdown-menu,
.cid-v8mmdK0nSN .navbar.opened {
  background: #000000 !important;
}
.cid-v8mmdK0nSN .nav-item:focus,
.cid-v8mmdK0nSN .nav-link:focus {
  outline: none;
}
.cid-v8mmdK0nSN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8mmdK0nSN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8mmdK0nSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8mmdK0nSN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8mmdK0nSN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8mmdK0nSN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8mmdK0nSN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v8mmdK0nSN .navbar.opened {
  transition: all 0.3s;
}
.cid-v8mmdK0nSN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8mmdK0nSN .navbar .navbar-logo img {
  width: auto;
}
.cid-v8mmdK0nSN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8mmdK0nSN .navbar.collapsed {
  justify-content: center;
}
.cid-v8mmdK0nSN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8mmdK0nSN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8mmdK0nSN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v8mmdK0nSN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8mmdK0nSN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8mmdK0nSN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8mmdK0nSN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8mmdK0nSN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8mmdK0nSN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8mmdK0nSN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8mmdK0nSN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8mmdK0nSN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8mmdK0nSN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8mmdK0nSN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8mmdK0nSN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8mmdK0nSN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8mmdK0nSN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8mmdK0nSN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8mmdK0nSN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8mmdK0nSN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8mmdK0nSN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8mmdK0nSN .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8mmdK0nSN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8mmdK0nSN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8mmdK0nSN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8mmdK0nSN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8mmdK0nSN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8mmdK0nSN .dropdown-item.active,
.cid-v8mmdK0nSN .dropdown-item:active {
  background-color: transparent;
}
.cid-v8mmdK0nSN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8mmdK0nSN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8mmdK0nSN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8mmdK0nSN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v8mmdK0nSN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8mmdK0nSN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8mmdK0nSN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8mmdK0nSN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8mmdK0nSN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8mmdK0nSN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8mmdK0nSN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8mmdK0nSN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8mmdK0nSN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8mmdK0nSN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8mmdK0nSN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8mmdK0nSN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8mmdK0nSN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8mmdK0nSN .navbar {
    height: 70px;
  }
  .cid-v8mmdK0nSN .navbar.opened {
    height: auto;
  }
  .cid-v8mmdK0nSN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8mmdK0nSN .mfx-black a {
  color: #111!important;
}
.cid-v8mmdK0nSN .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v8mmdK0nSN .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v8mmdK0nSN .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v8mmdK0nSN .menu3 .btn-events {
  white-space: nowrap;
}
#custom-html-7h {
  /*UNDERLINE*/
  /* PILLS*/
  /*  


.mfx-months a {
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0.6rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: rgba(255,255,255,0.08);
  transition: background 0.25s ease, transform 0.2s ease;
  scroll-snap-align: center;
}

.mfx-months a.active {
  background: var(--main-bg-color);
  color: var(--info-label-color-light);    
  transform: scale(1.05);
}
*/
}
#custom-html-7h .mfx-months-selector,
#custom-html-7h .mfx-month-selector {
  background: var(--main-bg-color);
  padding: 5rem 0 0;
}
#custom-html-7h .mfx-months-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--main-bg-color);
  padding: 0.75rem 0;
}
#custom-html-7h .mfx-months-wrapper::before,
#custom-html-7h .mfx-months-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
  z-index: 2;
}
#custom-html-7h .mfx-months-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #000000, transparent);
}
#custom-html-7h .mfx-months-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #000000, transparent);
}
#custom-html-7h .mfx-months-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  /* Firefox */
}
#custom-html-7h .mfx-months-scroll::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari */
}
#custom-html-7h .mfx-months-scroll {
  position: relative;
}
#custom-html-7h .mfx-months {
  display: flex;
  gap: 0.75rem;
  padding: 0 1rem 0.5rem;
  min-width: max-content;
  scroll-snap-type: x mandatory;
}
#custom-html-7h .mfx-months a {
  position: relative;
  padding: 0.75rem 0.5rem;
  font-weight: 600;
  color: #aaa;
  text-decoration: none;
}
#custom-html-7h .mfx-months a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: var(--btn-light-color);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
#custom-html-7h .mfx-months a.active {
  color: var(--btn-light-color);
}
#custom-html-7h .mfx-months a.active::after {
  transform: scaleX(1);
}
#mfx-months-radio-selector .mfx-months-radio-selector,
#mfx-months-radio-selector .mfx-month-selector {
  background: var(--main-bg-color);
  padding: 5rem 0 0;
}
#mfx-months-radio-selector .mfx-months-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  display: flex;
  justify-content: center;
}
#mfx-months-radio-selector .mfx-months-wrapper::before,
#mfx-months-radio-selector .mfx-months-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  pointer-events: none;
  z-index: 2;
}
#mfx-months-radio-selector .mfx-months-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #000000, transparent);
}
#mfx-months-radio-selector .mfx-months-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #000000, transparent);
}
#mfx-months-radio-selector .mfx-months {
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  width: max-content;
  justify-content: center;
}
#mfx-months-radio-selector .mfx-months input {
  display: none;
}
#mfx-months-radio-selector .mfx-months label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  color: #aaa;
  position: relative;
  padding-bottom: 6px;
  white-space: nowrap;
}
#mfx-months-radio-selector .mfx-months label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--main-bg-color);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
#mfx-months-radio-selector .mfx-months input:checked + label {
  color: #fff;
}
#mfx-months-radio-selector .mfx-months input:checked + label::after {
  transform: scaleX(1);
}
#mfx-months-radio-selector .mfx-months {
  scroll-snap-type: x mandatory;
}
#mfx-months-radio-selector .mfx-months label {
  scroll-snap-align: center;
}
#mfx-months-radio-selector #mnth5:checked ~ .calendar .month-may {
  display: block;
}
#mfx-months-radio-selector #mnth6:checked ~ .calendar .month-jun {
  display: block;
}
#mfx-months-radio-selector #mnth7:checked ~ .calendar .month-jul {
  display: block;
}
#mfx-months-radio-selector .calendar .month {
  display: none;
}
.cid-veGFPdz1QT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0b0b0b;
}
.cid-veGFPdz1QT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGFPdz1QT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGFPdz1QT .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-veGFPdz1QT .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #121212;
}
@media (max-width: 991px) {
  .cid-veGFPdz1QT .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-veGFPdz1QT .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-veGFPdz1QT .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-v8mmdPBQ0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8mmdPBQ0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mmdPBQ0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mmdPBQ0D .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8mmdPBQ0D .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8mmdPBQ0D .row {
    text-align: center;
  }
  .cid-v8mmdPBQ0D .row > div {
    margin: auto;
  }
  .cid-v8mmdPBQ0D .social-row {
    justify-content: center;
  }
}
.cid-v8mmdPBQ0D .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8mmdPBQ0D .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v8mmdPBQ0D .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8mmdPBQ0D .list {
    margin-bottom: 0rem;
  }
}
.cid-v8mmdPBQ0D .mbr-text {
  color: #bbbbbb;
}
.cid-v8mmdPBQ0D .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8mmdPBQ0D .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8mmdPBQ0D div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8sOV3nCOU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8sOV3nCOU nav.navbar {
  position: fixed;
}
.cid-v8sOV3nCOU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8sOV3nCOU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8sOV3nCOU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8sOV3nCOU .dropdown-item:hover,
.cid-v8sOV3nCOU .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8sOV3nCOU .dropdown-item:hover span {
  color: white;
}
.cid-v8sOV3nCOU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8sOV3nCOU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8sOV3nCOU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8sOV3nCOU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8sOV3nCOU .nav-link {
  position: relative;
}
.cid-v8sOV3nCOU .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8sOV3nCOU .container {
    flex-wrap: wrap;
  }
}
.cid-v8sOV3nCOU .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8sOV3nCOU .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8sOV3nCOU .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8sOV3nCOU .dropdown-menu,
.cid-v8sOV3nCOU .navbar.opened {
  background: #000000 !important;
}
.cid-v8sOV3nCOU .nav-item:focus,
.cid-v8sOV3nCOU .nav-link:focus {
  outline: none;
}
.cid-v8sOV3nCOU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8sOV3nCOU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8sOV3nCOU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8sOV3nCOU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8sOV3nCOU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8sOV3nCOU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8sOV3nCOU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v8sOV3nCOU .navbar.opened {
  transition: all 0.3s;
}
.cid-v8sOV3nCOU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8sOV3nCOU .navbar .navbar-logo img {
  width: auto;
}
.cid-v8sOV3nCOU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8sOV3nCOU .navbar.collapsed {
  justify-content: center;
}
.cid-v8sOV3nCOU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8sOV3nCOU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8sOV3nCOU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v8sOV3nCOU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8sOV3nCOU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8sOV3nCOU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8sOV3nCOU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8sOV3nCOU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8sOV3nCOU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8sOV3nCOU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8sOV3nCOU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8sOV3nCOU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8sOV3nCOU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8sOV3nCOU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8sOV3nCOU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8sOV3nCOU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8sOV3nCOU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8sOV3nCOU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8sOV3nCOU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8sOV3nCOU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8sOV3nCOU .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8sOV3nCOU .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8sOV3nCOU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8sOV3nCOU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8sOV3nCOU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8sOV3nCOU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8sOV3nCOU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8sOV3nCOU .dropdown-item.active,
.cid-v8sOV3nCOU .dropdown-item:active {
  background-color: transparent;
}
.cid-v8sOV3nCOU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8sOV3nCOU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8sOV3nCOU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8sOV3nCOU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v8sOV3nCOU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8sOV3nCOU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8sOV3nCOU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8sOV3nCOU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8sOV3nCOU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8sOV3nCOU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v8sOV3nCOU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8sOV3nCOU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8sOV3nCOU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8sOV3nCOU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8sOV3nCOU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8sOV3nCOU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8sOV3nCOU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8sOV3nCOU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8sOV3nCOU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8sOV3nCOU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8sOV3nCOU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8sOV3nCOU .navbar {
    height: 70px;
  }
  .cid-v8sOV3nCOU .navbar.opened {
    height: auto;
  }
  .cid-v8sOV3nCOU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8sOV3nCOU .mfx-black a {
  color: #111!important;
}
.cid-v8sOV3nCOU .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v8sOV3nCOU .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v8sOV3nCOU .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v8sOV3nCOU .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v8sOV7aww7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/eksedra-1881x638.jpg");
}
.cid-v8sOV7aww7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sOV7aww7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sOV7aww7 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-v8sOV7aww7 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-v8sOV7aww7 .container {
    padding: 0 26px;
  }
}
.cid-v8sOV7aww7 .title-wrapper {
  padding-top: 35%;
}
.cid-v8sOV7aww7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-v8sOV7aww7 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-v8sOV7aww7 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-v8sOV7aww7 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-v8sOV7aww7 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-v8sOV7aww7 .mbr-section-title {
  color: #ffffff;
}
.cid-v8sOV7aww7 .mbr-text {
  color: #ffffff;
}
.cid-v8sOV7aww7 .mbr-section-title,
.cid-v8sOV7aww7 .icon-wrapper,
.cid-v8sOV7aww7 .mbr-section-btn {
  text-align: justify;
}
.cid-v8sOV9NR3x {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8sOV9NR3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sOV9NR3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sOV9NR3x P {
  text-align: center;
  color: #c3a65a;
}
.cid-v8sWL910fK {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8sWL910fK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sWL910fK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sWL910fK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v8sWL910fK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v8sWL910fK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v8sOVeMpIc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8sOVeMpIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sOVeMpIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sOVeMpIc ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v8sOVeMpIc li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v8sOVeMpIc ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v8sOVeMpIc .list {
  color: #ffffff;
}
.cid-v8sOVeMpIc .mbr-section-title {
  text-align: justify;
}
.cid-v8sOVjoQDf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8sOVjoQDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sOVjoQDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sOVhdVel {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v8sOVhdVel .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sOVhdVel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v8sOVhdVel .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v8sOVhdVel .row {
  flex-direction: row-reverse;
}
.cid-v8sOVhdVel img {
  width: 100%;
}
.cid-v8sXSkgPxZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8sXSkgPxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sXSkgPxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sXSkgPxZ P {
  text-align: center;
  color: #c3a65a;
}
.cid-v8PSKPeg8I {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8PSKPeg8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8PSKPeg8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8PSKPeg8I .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8PSKPeg8I .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8PSKPeg8I .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8PSKPeg8I .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8PSKPeg8I .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8PSKPeg8I .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8PSKPeg8I .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8PSKPeg8I .bg-tiktok:hover {
  background: #000000;
}
.cid-v8PSKPeg8I .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8PSKPeg8I .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8PSKPeg8I .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8PSKPeg8I .bg-spotify:hover {
  background: #168d40;
}
.cid-v8PSKPeg8I .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8PSKPeg8I [class^="socicon-"]:before,
.cid-v8PSKPeg8I [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLzcTeuBZ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLzcTeuBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLzcTeuBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLzcTeuBZ .row {
    flex-direction: column-reverse;
  }
  .cid-vbLzcTeuBZ .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLzcTeuBZ .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLzcTeuBZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLzcTeuBZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLzcTeuBZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLzcTeuBZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLzcTeuBZ .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLzcTeuBZ .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLzcTeuBZ .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLzcTeuBZ .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLzcTeuBZ .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLzcTeuBZ .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLzcTeuBZ .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLzcTeuBZ .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v8sOVlCiHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8sOVlCiHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8sOVlCiHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8sOVlCiHi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8sOVlCiHi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8sOVlCiHi .row {
    text-align: center;
  }
  .cid-v8sOVlCiHi .row > div {
    margin: auto;
  }
  .cid-v8sOVlCiHi .social-row {
    justify-content: center;
  }
}
.cid-v8sOVlCiHi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8sOVlCiHi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v8sOVlCiHi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8sOVlCiHi .list {
    margin-bottom: 0rem;
  }
}
.cid-v8sOVlCiHi .mbr-text {
  color: #bbbbbb;
}
.cid-v8sOVlCiHi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8sOVlCiHi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8sOVlCiHi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8WBgjrZF4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v8WBgjrZF4 nav.navbar {
  position: fixed;
}
.cid-v8WBgjrZF4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WBgjrZF4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8WBgjrZF4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8WBgjrZF4 .dropdown-item:hover,
.cid-v8WBgjrZF4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v8WBgjrZF4 .dropdown-item:hover span {
  color: white;
}
.cid-v8WBgjrZF4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8WBgjrZF4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8WBgjrZF4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8WBgjrZF4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8WBgjrZF4 .nav-link {
  position: relative;
}
.cid-v8WBgjrZF4 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8WBgjrZF4 .container {
    flex-wrap: wrap;
  }
}
.cid-v8WBgjrZF4 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v8WBgjrZF4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v8WBgjrZF4 .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8WBgjrZF4 .dropdown-menu,
.cid-v8WBgjrZF4 .navbar.opened {
  background: #000000 !important;
}
.cid-v8WBgjrZF4 .nav-item:focus,
.cid-v8WBgjrZF4 .nav-link:focus {
  outline: none;
}
.cid-v8WBgjrZF4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8WBgjrZF4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8WBgjrZF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8WBgjrZF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WBgjrZF4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8WBgjrZF4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8WBgjrZF4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v8WBgjrZF4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8WBgjrZF4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8WBgjrZF4 .navbar .navbar-logo img {
  width: auto;
}
.cid-v8WBgjrZF4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8WBgjrZF4 .navbar.collapsed {
  justify-content: center;
}
.cid-v8WBgjrZF4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8WBgjrZF4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8WBgjrZF4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v8WBgjrZF4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8WBgjrZF4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8WBgjrZF4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8WBgjrZF4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8WBgjrZF4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8WBgjrZF4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8WBgjrZF4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8WBgjrZF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8WBgjrZF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8WBgjrZF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8WBgjrZF4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8WBgjrZF4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8WBgjrZF4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8WBgjrZF4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8WBgjrZF4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8WBgjrZF4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8WBgjrZF4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v8WBgjrZF4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v8WBgjrZF4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8WBgjrZF4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8WBgjrZF4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8WBgjrZF4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8WBgjrZF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8WBgjrZF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8WBgjrZF4 .dropdown-item.active,
.cid-v8WBgjrZF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8WBgjrZF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8WBgjrZF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8WBgjrZF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8WBgjrZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v8WBgjrZF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8WBgjrZF4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8WBgjrZF4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8WBgjrZF4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8WBgjrZF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8WBgjrZF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v8WBgjrZF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8WBgjrZF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WBgjrZF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WBgjrZF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8WBgjrZF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WBgjrZF4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8WBgjrZF4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8WBgjrZF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WBgjrZF4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8WBgjrZF4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8WBgjrZF4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8WBgjrZF4 .navbar {
    height: 70px;
  }
  .cid-v8WBgjrZF4 .navbar.opened {
    height: auto;
  }
  .cid-v8WBgjrZF4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8WBgjrZF4 .mfx-black a {
  color: #111!important;
}
.cid-v8WBgjrZF4 .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v8WBgjrZF4 .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v8WBgjrZF4 .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v8WBgjrZF4 .menu3 .btn-events {
  white-space: nowrap;
}
.cid-v8WBgjQAO2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2026.06.21-2030x1141.jpg");
}
.cid-v8WBgjQAO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WBgjQAO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WBgjQAO2 .mbr-text,
.cid-v8WBgjQAO2 .mbr-section-btn {
  color: #ffffff;
}
.cid-v8WBgjQAO2 .mfx-ticket-row {
  justify-content: center;
}
.cid-v8WBgkc13Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8WBgkc13Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WBgkc13Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WBgkc13Y .number-wrap {
  color: #c3a65a;
  text-align: center;
}
.cid-v8WBgkc13Y .number {
  color: #ffffff;
}
.cid-v8WBgkc13Y .period {
  display: block;
}
.cid-v8WBgkc13Y .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-v8WBgkc13Y .period {
    font-size: 0.8rem;
  }
}
.cid-v8WBgkc13Y .btn {
  height: 100%;
  margin: 0;
}
.cid-v8WBgkc13Y .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-v8WBgkwE7O {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WBgkwE7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WBgkwE7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WBgkwE7O ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v8WBgkwE7O li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v8WBgkwE7O ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-v8WBgkQ5ty {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WBgkQ5ty .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WBgkQ5ty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WBgkQ5ty ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v8WBgkQ5ty li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v8WBgkQ5ty ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-v8WBgkQ5ty .mbr-section-title {
  text-align: justify;
}
.cid-v8WBgkQ5ty .list {
  text-align: justify;
}
.cid-v8WBgl9Sp7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WBgl9Sp7 .item:focus,
.cid-v8WBgl9Sp7 span:focus {
  outline: none;
}
.cid-v8WBgl9Sp7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8WBgl9Sp7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8WBgl9Sp7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8WBgl9Sp7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8WBgl9Sp7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8WBgl9Sp7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8WBgl9Sp7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8WBgl9Sp7 .mbr-section-title {
  color: #ffffff;
}
.cid-v8WBgl9Sp7 .mbr-text,
.cid-v8WBgl9Sp7 .mbr-section-btn {
  text-align: center;
}
.cid-v8WBgl9Sp7 .item-title {
  text-align: center;
  min-height: 3.4rem;
}
.cid-v8WBgl9Sp7 .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v8WBgl9Sp7 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v8WBgl9Sp7 .social-row {
  text-align: center;
}
.cid-v8WBgl9Sp7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c3a65a;
  transition: all 0.3s;
}
.cid-v8WBgl9Sp7 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c3a65a;
  font-size: 1.2rem;
}
.cid-v8WBgl9Sp7 .social-row .soc-item:hover {
  background-color: #ccb250;
}
.cid-v8WBgl9Sp7 .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-v8WBglHxks {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WBglHxks .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WBglHxks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WBglHxks .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v8WBglHxks .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v8WBglHxks .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-v8WBglHxks .panel-body,
.cid-v8WBglHxks .card-header {
  padding: 1rem 0;
}
.cid-v8WBglHxks .panel-title-edit {
  color: #c3a65a;
}
.cid-v8WBgm74RY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8WBgm74RY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WBgm74RY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WBgm74RY .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v8WBgm74RY .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v8WBgm74RY .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-v8WBgm74RY .bg-pinterest:hover {
  background: #b3001b;
}
.cid-v8WBgm74RY .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v8WBgm74RY .bg-instagram:hover {
  background: #bd005c;
}
.cid-v8WBgm74RY .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v8WBgm74RY .bg-tiktok:hover {
  background: #000000;
}
.cid-v8WBgm74RY .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v8WBgm74RY .bg-youtube:hover {
  background: #cc0000;
}
.cid-v8WBgm74RY .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-v8WBgm74RY .bg-spotify:hover {
  background: #168d40;
}
.cid-v8WBgm74RY .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v8WBgm74RY [class^="socicon-"]:before,
.cid-v8WBgm74RY [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLywCrllY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLywCrllY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLywCrllY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLywCrllY .row {
    flex-direction: column-reverse;
  }
  .cid-vbLywCrllY .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLywCrllY .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLywCrllY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLywCrllY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLywCrllY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLywCrllY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLywCrllY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLywCrllY .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLywCrllY .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLywCrllY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLywCrllY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLywCrllY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLywCrllY .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLywCrllY .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-v8WBgn7mRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8WBgn7mRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WBgn7mRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WBgn7mRo .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8WBgn7mRo .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8WBgn7mRo .row {
    text-align: center;
  }
  .cid-v8WBgn7mRo .row > div {
    margin: auto;
  }
  .cid-v8WBgn7mRo .social-row {
    justify-content: center;
  }
}
.cid-v8WBgn7mRo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8WBgn7mRo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v8WBgn7mRo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8WBgn7mRo .list {
    margin-bottom: 0rem;
  }
}
.cid-v8WBgn7mRo .mbr-text {
  color: #bbbbbb;
}
.cid-v8WBgn7mRo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8WBgn7mRo .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8WBgn7mRo div > *:last-child {
    margin-top: 0 !important;
  }
}
#mfx-floating-ctas-s {
  /* Floating mobile CTA bar */
}
#mfx-floating-ctas-s div,
#mfx-floating-ctas-s button {
  font-family: 'Roboto Condensed', sans-serif;
}
#mfx-floating-ctas-s div,
#mfx-floating-ctas-s p {
  color: #fff;
  text-align: center;
}
#mfx-floating-ctas-s p {
  color: #c3a65a;
}
#mfx-floating-ctas-s .mfx-floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b0b0b;
  color: #fff;
  z-index: 9999;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.35);
  touch-action: pan-y;
}
.cid-vb0dtTUCg4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vb0dtTUCg4 nav.navbar {
  position: fixed;
}
.cid-vb0dtTUCg4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb0dtTUCg4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vb0dtTUCg4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vb0dtTUCg4 .dropdown-item:hover,
.cid-vb0dtTUCg4 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vb0dtTUCg4 .dropdown-item:hover span {
  color: white;
}
.cid-vb0dtTUCg4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vb0dtTUCg4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vb0dtTUCg4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vb0dtTUCg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vb0dtTUCg4 .nav-link {
  position: relative;
}
.cid-vb0dtTUCg4 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb0dtTUCg4 .container {
    flex-wrap: wrap;
  }
}
.cid-vb0dtTUCg4 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb0dtTUCg4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vb0dtTUCg4 .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vb0dtTUCg4 .dropdown-menu,
.cid-vb0dtTUCg4 .navbar.opened {
  background: #000000 !important;
}
.cid-vb0dtTUCg4 .nav-item:focus,
.cid-vb0dtTUCg4 .nav-link:focus {
  outline: none;
}
.cid-vb0dtTUCg4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb0dtTUCg4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb0dtTUCg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb0dtTUCg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb0dtTUCg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb0dtTUCg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb0dtTUCg4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vb0dtTUCg4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vb0dtTUCg4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vb0dtTUCg4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vb0dtTUCg4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb0dtTUCg4 .navbar.collapsed {
  justify-content: center;
}
.cid-vb0dtTUCg4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb0dtTUCg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb0dtTUCg4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vb0dtTUCg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb0dtTUCg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb0dtTUCg4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vb0dtTUCg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb0dtTUCg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vb0dtTUCg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vb0dtTUCg4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb0dtTUCg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb0dtTUCg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb0dtTUCg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb0dtTUCg4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vb0dtTUCg4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb0dtTUCg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb0dtTUCg4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb0dtTUCg4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vb0dtTUCg4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb0dtTUCg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vb0dtTUCg4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vb0dtTUCg4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb0dtTUCg4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb0dtTUCg4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb0dtTUCg4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb0dtTUCg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb0dtTUCg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb0dtTUCg4 .dropdown-item.active,
.cid-vb0dtTUCg4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vb0dtTUCg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb0dtTUCg4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb0dtTUCg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb0dtTUCg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vb0dtTUCg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb0dtTUCg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb0dtTUCg4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vb0dtTUCg4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb0dtTUCg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vb0dtTUCg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-vb0dtTUCg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb0dtTUCg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb0dtTUCg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb0dtTUCg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb0dtTUCg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb0dtTUCg4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb0dtTUCg4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb0dtTUCg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb0dtTUCg4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vb0dtTUCg4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vb0dtTUCg4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb0dtTUCg4 .navbar {
    height: 70px;
  }
  .cid-vb0dtTUCg4 .navbar.opened {
    height: auto;
  }
  .cid-vb0dtTUCg4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb0dtTUCg4 .mfx-black a {
  color: #111!important;
}
.cid-vb0dtTUCg4 .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-vb0dtTUCg4 .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-vb0dtTUCg4 .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vb0dtTUCg4 .menu3 .btn-events {
  white-space: nowrap;
}
.cid-vb0dtUkE65 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vb0dtUkE65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0dtUkE65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vb0dtUkE65 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vb0dtUkE65 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vb0dtUkE65 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-vb0dtUkE65 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vb0dtUkE65 .mbr-text,
.cid-vb0dtUkE65 .mbr-section-btn {
  color: #fafafa;
}
.cid-vb0dtUkE65 .mfx-event-hero-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vb0dtUkE65 .mfx-event-hero-img img {
    height: 100%;
    min-height: 420px;
  }
  .cid-vb0dtUkE65 .mfx-equal-buttons {
    flex-wrap: nowrap;
  }
  .cid-vb0dtUkE65 .mfx-equal-buttons .btn {
    flex: 0 0 auto;
    width: 180px;
  }
}
.cid-vb0dtUkE65 .mfx-event-date {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
.cid-vb0dtUkE65 .mfx-equal-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}
.cid-vb0dtUkE65 .mfx-equal-buttons .btn {
  flex: 1 1 calc(44%);
  min-width: 150px;
}
.cid-vb0dtUkE65 .mfx-event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vb0dtUGPkW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vb0dtUGPkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0dtUGPkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0dtUGPkW .number-wrap {
  color: #c3a65a;
  text-align: center;
}
.cid-vb0dtUGPkW .number {
  color: #ffffff;
}
.cid-vb0dtUGPkW .period {
  display: block;
}
.cid-vb0dtUGPkW .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vb0dtUGPkW .period {
    font-size: 0.8rem;
  }
}
.cid-vb0dtUGPkW .btn {
  height: 100%;
  margin: 0;
}
.cid-vb0dtUGPkW .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vb0dtV0myS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vb0dtV0myS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0dtV0myS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0dtV0myS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vb0dtV0myS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vb0dtV0myS ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-vb0dtVlJvU {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vb0dtVlJvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0dtVlJvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0dtVlJvU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vb0dtVlJvU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vb0dtVlJvU ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-vb0dtVlJvU .mbr-section-title {
  text-align: justify;
}
.cid-vb0dtVlJvU .list {
  text-align: justify;
}
.cid-vb0dtVGAal {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vb0dtVGAal .item:focus,
.cid-vb0dtVGAal span:focus {
  outline: none;
}
.cid-vb0dtVGAal .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vb0dtVGAal .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vb0dtVGAal .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vb0dtVGAal .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vb0dtVGAal .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vb0dtVGAal .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vb0dtVGAal .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vb0dtVGAal .mbr-section-title {
  color: #ffffff;
}
.cid-vb0dtVGAal .mbr-text,
.cid-vb0dtVGAal .mbr-section-btn {
  text-align: center;
}
.cid-vb0dtVGAal .item-title {
  text-align: center;
  min-height: 3.4rem;
}
.cid-vb0dtVGAal .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vb0dtVGAal .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vb0dtVGAal .social-row {
  text-align: center;
}
.cid-vb0dtVGAal .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c3a65a;
  transition: all 0.3s;
}
.cid-vb0dtVGAal .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c3a65a;
  font-size: 1.2rem;
}
.cid-vb0dtVGAal .social-row .soc-item:hover {
  background-color: #ccb250;
}
.cid-vb0dtVGAal .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-vb0dtWg9MR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vb0dtWg9MR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0dtWg9MR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0dtWg9MR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vb0dtWg9MR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vb0dtWg9MR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-vb0dtWg9MR .panel-body,
.cid-vb0dtWg9MR .card-header {
  padding: 1rem 0;
}
.cid-vb0dtWg9MR .panel-title-edit {
  color: #c3a65a;
}
.cid-vb0dtWHI8X {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vb0dtWHI8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0dtWHI8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0dtWHI8X .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vb0dtWHI8X .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vb0dtWHI8X .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-vb0dtWHI8X .bg-pinterest:hover {
  background: #b3001b;
}
.cid-vb0dtWHI8X .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vb0dtWHI8X .bg-instagram:hover {
  background: #bd005c;
}
.cid-vb0dtWHI8X .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-vb0dtWHI8X .bg-tiktok:hover {
  background: #000000;
}
.cid-vb0dtWHI8X .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vb0dtWHI8X .bg-youtube:hover {
  background: #cc0000;
}
.cid-vb0dtWHI8X .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-vb0dtWHI8X .bg-spotify:hover {
  background: #168d40;
}
.cid-vb0dtWHI8X .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vb0dtWHI8X [class^="socicon-"]:before,
.cid-vb0dtWHI8X [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLyj1aVNU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLyj1aVNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLyj1aVNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLyj1aVNU .row {
    flex-direction: column-reverse;
  }
  .cid-vbLyj1aVNU .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLyj1aVNU .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLyj1aVNU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLyj1aVNU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLyj1aVNU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLyj1aVNU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLyj1aVNU .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLyj1aVNU .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLyj1aVNU .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLyj1aVNU .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLyj1aVNU .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLyj1aVNU .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLyj1aVNU .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLyj1aVNU .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-vb0dtXCtig {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vb0dtXCtig .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb0dtXCtig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb0dtXCtig .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb0dtXCtig .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vb0dtXCtig .row {
    text-align: center;
  }
  .cid-vb0dtXCtig .row > div {
    margin: auto;
  }
  .cid-vb0dtXCtig .social-row {
    justify-content: center;
  }
}
.cid-vb0dtXCtig .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vb0dtXCtig .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vb0dtXCtig .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vb0dtXCtig .list {
    margin-bottom: 0rem;
  }
}
.cid-vb0dtXCtig .mbr-text {
  color: #bbbbbb;
}
.cid-vb0dtXCtig .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vb0dtXCtig .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vb0dtXCtig div > *:last-child {
    margin-top: 0 !important;
  }
}
#mfx-floating-ctas-mobile {
  /* ========== MOBILE EVENT FLOATING CTA BAR ========== */
  /* general text consistency */
  /* base bar */
  /* info hidden initially */
  /* revealed after hero */
  /* container spacing */
  /* ===== SMOOTH MARQUEE TITLE ===== */
  /* animation only when active */
  /* fade edges for premium look */
  /* event date */
  /* prevent animation conflicts with Mobirise */
  /* keep page content above bar */
  /* hide on desktop */
}
#mfx-floating-ctas-mobile div,
#mfx-floating-ctas-mobile button {
  font-family: 'Roboto Condensed', sans-serif;
}
#mfx-floating-ctas-mobile div,
#mfx-floating-ctas-mobile p {
  color: #fff;
  text-align: center;
}
#mfx-floating-ctas-mobile p {
  color: #c3a65a;
}
#mfx-floating-ctas-mobile #mfxEventBar,
#mfx-floating-ctas-mobile #mfxEventBar button,
#mfx-floating-ctas-mobile #mfxEventBar a {
  font-family: 'Roboto Condensed', sans-serif;
}
#mfx-floating-ctas-mobile #mfxEventBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b0b0b;
  color: #ffffff;
  z-index: 9999;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.35);
}
#mfx-floating-ctas-mobile #mfxEventInfo {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .35s ease;
}
#mfx-floating-ctas-mobile #mfxEventBar.show-info #mfxEventInfo {
  max-height: 80px;
  opacity: 1;
  padding-top: .55rem;
}
#mfx-floating-ctas-mobile #mfxEventBar .mfx-cta-info {
  padding: .6rem .8rem .25rem;
  text-align: center;
}
#mfx-floating-ctas-mobile #mfxEventBar .mfx-cta-title {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
#mfx-floating-ctas-mobile #mfxEventBar .mfx-cta-title-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
#mfx-floating-ctas-mobile #mfxEventBar .mfx-cta-title-track span {
  display: inline-block;
  padding-right: 60px;
  /* real visual gap */
}
#mfx-floating-ctas-mobile #mfxEventBar .mfx-cta-title.marquee .mfx-cta-title-track {
  will-change: transform;
}
#mfx-floating-ctas-mobile #mfxEventBar .mfx-cta-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #0b0b0b);
  pointer-events: none;
}
@keyframes mfx-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--mfx-scroll-width));
  }
}
#mfx-floating-ctas-mobile #mfxEventBar .mfx-cta-date {
  opacity: .85;
  margin-top: 2px;
  margin-bottom: .35rem;
  color: #c3a65a;
}
#mfx-floating-ctas-mobile #mfxEventBar .mbr-animated,
#mfx-floating-ctas-mobile #mfxEventBar .animate__animated,
#mfx-floating-ctas-mobile #mfxEventBar .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
#mfx-floating-ctas-mobile body {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  #mfx-floating-ctas-mobile #mfxEventBar {
    display: none !important;
  }
  #mfx-floating-ctas-mobile body {
    padding-bottom: 0;
  }
}
.cid-v4MyxLZP4T {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v4MyxLZP4T nav.navbar {
  position: fixed;
}
.cid-v4MyxLZP4T .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v4MyxLZP4T .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v4MyxLZP4T .dropdown-item:hover,
.cid-v4MyxLZP4T .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-v4MyxLZP4T .dropdown-item:hover span {
  color: white;
}
.cid-v4MyxLZP4T .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v4MyxLZP4T .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v4MyxLZP4T .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v4MyxLZP4T .nav-link {
  position: relative;
}
.cid-v4MyxLZP4T .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-v4MyxLZP4T .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown-menu,
.cid-v4MyxLZP4T .navbar.opened {
  background: #000000 !important;
}
.cid-v4MyxLZP4T .nav-item:focus,
.cid-v4MyxLZP4T .nav-link:focus {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v4MyxLZP4T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v4MyxLZP4T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4MyxLZP4T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4MyxLZP4T .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.opened {
  transition: all 0.3s;
}
.cid-v4MyxLZP4T .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v4MyxLZP4T .navbar .navbar-logo img {
  width: auto;
}
.cid-v4MyxLZP4T .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar.collapsed {
  justify-content: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4MyxLZP4T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v4MyxLZP4T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v4MyxLZP4T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4MyxLZP4T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v4MyxLZP4T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v4MyxLZP4T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4MyxLZP4T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v4MyxLZP4T .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v4MyxLZP4T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4MyxLZP4T .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v4MyxLZP4T .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v4MyxLZP4T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v4MyxLZP4T .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v4MyxLZP4T .navbar.navbar-short {
  min-height: 60px;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v4MyxLZP4T .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v4MyxLZP4T .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4MyxLZP4T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4MyxLZP4T .dropdown-item.active,
.cid-v4MyxLZP4T .dropdown-item:active {
  background-color: transparent;
}
.cid-v4MyxLZP4T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4MyxLZP4T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v4MyxLZP4T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4MyxLZP4T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v4MyxLZP4T ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v4MyxLZP4T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v4MyxLZP4T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v4MyxLZP4T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v4MyxLZP4T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v4MyxLZP4T .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v4MyxLZP4T a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v4MyxLZP4T .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4MyxLZP4T .navbar {
    height: 70px;
  }
  .cid-v4MyxLZP4T .navbar.opened {
    height: auto;
  }
  .cid-v4MyxLZP4T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4MyxLZP4T .mfx-black a {
  color: #111!important;
}
.cid-v4MyxLZP4T .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-v4MyxLZP4T .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-v4MyxLZP4T .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-v4MyxLZP4T .menu3 .btn-events {
  white-space: nowrap;
}
.cid-vbuDpWvX5j {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-5942-1134x558.jpg");
}
.cid-vbuDpWvX5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbuDpWvX5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbuHcZ0alp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vbuHcZ0alp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbuHcZ0alp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#mfx-cv-radio {
  /* ===== CARD ===== */
  /* album image */
  /* subtle zoom while playing */
  /* soft gradient overlay */
  /* pulse ring */
  /* animated when playing */
  /* beat animation */
  /* ambient background */
  /* activated at night */
  /* stronger card glow at night */
  /* richer album art */
  /* --- Container --- */
  /* --- LED dot --- */
  /* idle breathing */
  /* --- Bars --- */
  /* PLAYING STATE */
  /* waveform animation */
}
#mfx-cv-radio .mfx-cv-radio,
#mfx-cv-radio .mfx-cv-radio-container {
  background: #000000;
  width: 100%;
}
#mfx-cv-radio .mfx-cv-radio-container .col-lg-10 {
  padding: 28px 20px;
}
#mfx-cv-radio .radio-radio-player-button {
  overflow: visible;
}
#mfx-cv-radio .radio-radio-player-button {
  background: rgba(18, 18, 18, 0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 22px;
  text-align: center;
  width: 100%;
  max-width: 520px;
  margin: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
#mfx-cv-radio .radio-art-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
}
#mfx-cv-radio .radio-album-art {
  width: 100%;
  aspect-ratio: 1;
  background: url('/assets/images/dsc05127-1176x784.jpg') center / cover no-repeat;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s;
  filter: brightness(0.9);
  position: relative;
  z-index: 1;
}
#mfx-cv-radio .radio-art-wrapper.playing .radio-album-art {
  transform: scale(1.06);
  filter: brightness(1.05) saturate(1.1);
}
#mfx-cv-radio .radio-art-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0) 45%);
  z-index: 2;
  pointer-events: none;
}
#mfx-cv-radio .radio-player-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: white;
  font-size: 26px;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
#mfx-cv-radio .radio-player-button:hover {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.22);
}
#mfx-cv-radio .radio-player-button:active {
  transform: scale(0.95);
}
#mfx-cv-radio .radio-song-title {
  margin-top: 18px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .4px;
  color: #f1f1f1;
  opacity: .95;
}
#mfx-cv-radio .radio-radio-player-button.playing {
  box-shadow: 0 0 0 1px rgba(255, 120, 40, 0.25), 0 0 30px rgba(255, 120, 40, 0.15), 0 10px 35px rgba(0, 0, 0, 0.6);
}
#mfx-cv-radio .radio-pulse {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
#mfx-cv-radio .radio-radio-player-button.playing .radio-pulse {
  opacity: 1;
  animation: pulseBeat 1.2s infinite;
}
@keyframes pulseBeat {
  0% {
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(255, 120, 40, 0.7);
  }
  40% {
    transform: scale(1);
    box-shadow: 0 0 0 18px rgba(15, 35, 140, 0.25);
  }
  70% {
    transform: scale(0.85);
    box-shadow: 0 0 0 6px rgba(15, 35, 140, 0.18);
  }
  100% {
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(255, 120, 40, 0);
  }
}
#mfx-cv-radio .radio-ambient {
  position: absolute;
  inset: -40px;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  transition: opacity .6s ease;
}
#mfx-cv-radio .radio-night .radio-ambient {
  opacity: .9;
  background: radial-gradient(circle at 30% 20%, #28bbff, transparent 22%), radial-gradient(circle at 70% 80%, #2858ff, transparent 22%), radial-gradient(circle at 50% 50%, rgba(255, 180, 60, 0.2), transparent 20%);
  animation: ambientMove 12s linear infinite;
}
@keyframes ambientMove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
#mfx-cv-radio .radio-night.radio-radio-player-button.playing {
  box-shadow: 0 0 0 1px rgba(255, 140, 60, 0.45), 0 0 60px rgba(255, 120, 40, 0.35), 0 20px 60px rgba(0, 0, 0, 0.9);
}
#mfx-cv-radio .radio-night .radio-album-art {
  filter: brightness(1.05) contrast(1.1) saturate(1.25);
}
#mfx-cv-radio .audio-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
}
#mfx-cv-radio .audio-indicator {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 11;
}
#mfx-cv-radio .audio-indicator .led {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6c8cff;
  box-shadow: 0 0 0 rgba(108, 140, 255, 0.4);
  animation: breathe 3s ease-in-out infinite;
}
@keyframes breathe {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 4px rgba(108, 140, 255, 0.3);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 14px rgba(108, 140, 255, 0.7);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 4px rgba(108, 140, 255, 0.3);
  }
}
#mfx-cv-radio .bars {
  display: flex;
  align-items: flex-end;
  height: 14px;
  gap: 2px;
}
#mfx-cv-radio .bars em {
  display: block;
  width: 2px;
  height: 3px;
  background: #6c8cff;
  opacity: .35;
  transform-origin: bottom;
}
#mfx-cv-radio .audio-indicator.playing .led {
  animation: pulse .9s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 6px rgba(108, 140, 255, 0.4);
  }
  50% {
    transform: scale(1.35);
    box-shadow: 0 0 18px #6c8cff;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 6px rgba(108, 140, 255, 0.4);
  }
}
#mfx-cv-radio .audio-indicator.playing .bars em {
  animation: equalize 1.2s infinite ease-in-out;
  opacity: 1;
}
#mfx-cv-radio .audio-indicator.playing .bars em:nth-child(1) {
  animation-delay: 0s;
}
#mfx-cv-radio .audio-indicator.playing .bars em:nth-child(2) {
  animation-delay: 0.15s;
}
#mfx-cv-radio .audio-indicator.playing .bars em:nth-child(3) {
  animation-delay: 0.3s;
}
#mfx-cv-radio .audio-indicator.playing .bars em:nth-child(4) {
  animation-delay: 0.45s;
}
#mfx-cv-radio .audio-indicator.playing .bars em:nth-child(5) {
  animation-delay: 0.6s;
}
@keyframes equalize {
  0%,
  100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1.4);
  }
}
#mfx-cv-radio .radio-ui {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
#mfx-cv-radio .radio-ui * {
  pointer-events: auto;
}
#mfx-cv-radio .radio-album-art {
  z-index: 1;
}
#mfx-cv-radio .radio-pulse {
  z-index: 2;
}
#mfx-cv-radio .radio-art-wrapper::after {
  z-index: 3;
}
#mfx-cv-radio .radio-radio-player-button.loading .radio-player-button {
  background: rgba(255, 255, 255, 0.08);
}
#mfx-cv-radio .radio-radio-player-button.loading .radio-player-button::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #6c8cff;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#mfx-cv-radio .radio-player-button svg {
  transition: transform .25s ease;
}
#mfx-cv-radio .radio-player-button:hover svg {
  transform: scale(1.1);
}
#mfx-cv-radio .morph-icon {
  display: block;
  margin: auto;
}
#mfx-cv-radio .radio-player-button {
  color: white;
}
#mfx-cv-radio .radio-player-button:active .morph-icon {
  transform: scale(0.9);
}
#mfx-cv-radio .radio-radio-player-button.loading .morph-icon {
  opacity: .25;
}
.cid-vbuHr5MCn9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbuHr5MCn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbuHr5MCn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbuHr5MCn9 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vbuHr5MCn9 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vbuHr5MCn9 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-vbuHr5MCn9 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-vbuHr5MCn9 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vbuHr5MCn9 .bg-instagram:hover {
  background: #bd005c;
}
.cid-vbuHr5MCn9 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-vbuHr5MCn9 .bg-tiktok:hover {
  background: #000000;
}
.cid-vbuHr5MCn9 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vbuHr5MCn9 .bg-youtube:hover {
  background: #cc0000;
}
.cid-vbuHr5MCn9 .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-vbuHr5MCn9 .bg-spotify:hover {
  background: #168d40;
}
.cid-vbuHr5MCn9 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vbuHr5MCn9 [class^="socicon-"]:before,
.cid-vbuHr5MCn9 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v4MMOjCVxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4MMOjCVxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4MMOjCVxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4MMOjCVxX .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v4MMOjCVxX .row {
    text-align: center;
  }
  .cid-v4MMOjCVxX .row > div {
    margin: auto;
  }
  .cid-v4MMOjCVxX .social-row {
    justify-content: center;
  }
}
.cid-v4MMOjCVxX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v4MMOjCVxX .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v4MMOjCVxX .list {
    margin-bottom: 0rem;
  }
}
.cid-v4MMOjCVxX .mbr-text {
  color: #bbbbbb;
}
.cid-v4MMOjCVxX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v4MMOjCVxX .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v4MMOjCVxX div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbA0swETqy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbA0swETqy nav.navbar {
  position: fixed;
}
.cid-vbA0swETqy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbA0swETqy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbA0swETqy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbA0swETqy .dropdown-item:hover,
.cid-vbA0swETqy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vbA0swETqy .dropdown-item:hover span {
  color: white;
}
.cid-vbA0swETqy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbA0swETqy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbA0swETqy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbA0swETqy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbA0swETqy .nav-link {
  position: relative;
}
.cid-vbA0swETqy .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbA0swETqy .container {
    flex-wrap: wrap;
  }
}
.cid-vbA0swETqy .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbA0swETqy .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbA0swETqy .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbA0swETqy .dropdown-menu,
.cid-vbA0swETqy .navbar.opened {
  background: #000000 !important;
}
.cid-vbA0swETqy .nav-item:focus,
.cid-vbA0swETqy .nav-link:focus {
  outline: none;
}
.cid-vbA0swETqy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbA0swETqy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbA0swETqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbA0swETqy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbA0swETqy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbA0swETqy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbA0swETqy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vbA0swETqy .navbar.opened {
  transition: all 0.3s;
}
.cid-vbA0swETqy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbA0swETqy .navbar .navbar-logo img {
  width: auto;
}
.cid-vbA0swETqy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbA0swETqy .navbar.collapsed {
  justify-content: center;
}
.cid-vbA0swETqy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbA0swETqy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbA0swETqy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vbA0swETqy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbA0swETqy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbA0swETqy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbA0swETqy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbA0swETqy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbA0swETqy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbA0swETqy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbA0swETqy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbA0swETqy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbA0swETqy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbA0swETqy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbA0swETqy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbA0swETqy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbA0swETqy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbA0swETqy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbA0swETqy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbA0swETqy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbA0swETqy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbA0swETqy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbA0swETqy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbA0swETqy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbA0swETqy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbA0swETqy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbA0swETqy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbA0swETqy .dropdown-item.active,
.cid-vbA0swETqy .dropdown-item:active {
  background-color: transparent;
}
.cid-vbA0swETqy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbA0swETqy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbA0swETqy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbA0swETqy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vbA0swETqy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbA0swETqy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbA0swETqy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbA0swETqy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbA0swETqy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbA0swETqy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-vbA0swETqy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbA0swETqy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbA0swETqy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbA0swETqy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbA0swETqy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbA0swETqy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbA0swETqy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbA0swETqy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbA0swETqy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbA0swETqy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbA0swETqy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbA0swETqy .navbar {
    height: 70px;
  }
  .cid-vbA0swETqy .navbar.opened {
    height: auto;
  }
  .cid-vbA0swETqy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbA0swETqy .mfx-black a {
  color: #111!important;
}
.cid-vbA0swETqy .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-vbA0swETqy .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-vbA0swETqy .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vbA0swETqy .menu3 .btn-events {
  white-space: nowrap;
}
.cid-vbA0sx2ME1 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-5942-1134x558.jpg");
}
.cid-vbA0sx2ME1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbA0sx2ME1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbA0sxlwYX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vbA0sxlwYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbA0sxlwYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-bn {
  /* ===== CARD ===== */
  /* album image */
  /* subtle zoom while playing */
  /* soft gradient overlay */
  /* pulse ring */
  /* animated when playing */
  /* beat animation */
  /* ambient background */
  /* activated at night */
  /* stronger card glow at night */
  /* richer album art */
  /* --- Container --- */
  /* --- LED dot --- */
  /* idle breathing */
  /* --- Bars --- */
  /* PLAYING STATE */
  /* waveform animation */
}
#custom-html-bn .mfx-cv-radio,
#custom-html-bn .mfx-cv-radio-container {
  background: #000000;
  width: 100%;
}
#custom-html-bn .mfx-cv-radio-container .col-lg-10 {
  padding: 28px 20px;
}
#custom-html-bn .radio-radio-player-button {
  overflow: visible;
}
#custom-html-bn .radio-radio-player-button {
  background: rgba(18, 18, 18, 0.65);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 22px;
  text-align: center;
  width: 100%;
  max-width: 520px;
  margin: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}
#custom-html-bn .radio-art-wrapper {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
}
#custom-html-bn .radio-album-art {
  width: 100%;
  aspect-ratio: 1;
  background: url('/assets/images/dsc05127-1176x784.jpg') center / cover no-repeat;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s;
  filter: brightness(0.9);
  position: relative;
  z-index: 1;
}
#custom-html-bn .radio-art-wrapper.playing .radio-album-art {
  transform: scale(1.06);
  filter: brightness(1.05) saturate(1.1);
}
#custom-html-bn .radio-art-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0) 45%);
  z-index: 2;
  pointer-events: none;
}
#custom-html-bn .radio-player-button {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: white;
  font-size: 26px;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}
#custom-html-bn .radio-player-button:hover {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.22);
}
#custom-html-bn .radio-player-button:active {
  transform: scale(0.95);
}
#custom-html-bn .radio-song-title {
  margin-top: 18px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: .4px;
  color: #f1f1f1;
  opacity: .95;
}
#custom-html-bn .radio-radio-player-button.playing {
  box-shadow: 0 0 0 1px rgba(255, 120, 40, 0.25), 0 0 30px rgba(255, 120, 40, 0.15), 0 10px 35px rgba(0, 0, 0, 0.6);
}
#custom-html-bn .radio-pulse {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
#custom-html-bn .radio-radio-player-button.playing .radio-pulse {
  opacity: 1;
  animation: pulseBeat 1.2s infinite;
}
@keyframes pulseBeat {
  0% {
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(255, 120, 40, 0.7);
  }
  40% {
    transform: scale(1);
    box-shadow: 0 0 0 18px rgba(15, 35, 140, 0.25);
  }
  70% {
    transform: scale(0.85);
    box-shadow: 0 0 0 6px rgba(15, 35, 140, 0.18);
  }
  100% {
    transform: scale(0.65);
    box-shadow: 0 0 0 0 rgba(255, 120, 40, 0);
  }
}
#custom-html-bn .radio-ambient {
  position: absolute;
  inset: -40px;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  transition: opacity .6s ease;
}
#custom-html-bn .radio-night .radio-ambient {
  opacity: .9;
  background: radial-gradient(circle at 30% 20%, #28bbff, transparent 22%), radial-gradient(circle at 70% 80%, #2858ff, transparent 22%), radial-gradient(circle at 50% 50%, rgba(255, 180, 60, 0.2), transparent 20%);
  animation: ambientMove 12s linear infinite;
}
@keyframes ambientMove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
#custom-html-bn .radio-night.radio-radio-player-button.playing {
  box-shadow: 0 0 0 1px rgba(255, 140, 60, 0.45), 0 0 60px rgba(255, 120, 40, 0.35), 0 20px 60px rgba(0, 0, 0, 0.9);
}
#custom-html-bn .radio-night .radio-album-art {
  filter: brightness(1.05) contrast(1.1) saturate(1.25);
}
#custom-html-bn .audio-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
}
#custom-html-bn .audio-indicator {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 11;
}
#custom-html-bn .audio-indicator .led {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6c8cff;
  box-shadow: 0 0 0 rgba(108, 140, 255, 0.4);
  animation: breathe 3s ease-in-out infinite;
}
@keyframes breathe {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 4px rgba(108, 140, 255, 0.3);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 14px rgba(108, 140, 255, 0.7);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 4px rgba(108, 140, 255, 0.3);
  }
}
#custom-html-bn .bars {
  display: flex;
  align-items: flex-end;
  height: 14px;
  gap: 2px;
}
#custom-html-bn .bars em {
  display: block;
  width: 2px;
  height: 3px;
  background: #6c8cff;
  opacity: .35;
  transform-origin: bottom;
}
#custom-html-bn .audio-indicator.playing .led {
  animation: pulse .9s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 6px rgba(108, 140, 255, 0.4);
  }
  50% {
    transform: scale(1.35);
    box-shadow: 0 0 18px #6c8cff;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 6px rgba(108, 140, 255, 0.4);
  }
}
#custom-html-bn .audio-indicator.playing .bars em {
  animation: equalize 1.2s infinite ease-in-out;
  opacity: 1;
}
#custom-html-bn .audio-indicator.playing .bars em:nth-child(1) {
  animation-delay: 0s;
}
#custom-html-bn .audio-indicator.playing .bars em:nth-child(2) {
  animation-delay: 0.15s;
}
#custom-html-bn .audio-indicator.playing .bars em:nth-child(3) {
  animation-delay: 0.3s;
}
#custom-html-bn .audio-indicator.playing .bars em:nth-child(4) {
  animation-delay: 0.45s;
}
#custom-html-bn .audio-indicator.playing .bars em:nth-child(5) {
  animation-delay: 0.6s;
}
@keyframes equalize {
  0%,
  100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1.4);
  }
}
#custom-html-bn .radio-ui {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
}
#custom-html-bn .radio-ui * {
  pointer-events: auto;
}
#custom-html-bn .radio-album-art {
  z-index: 1;
}
#custom-html-bn .radio-pulse {
  z-index: 2;
}
#custom-html-bn .radio-art-wrapper::after {
  z-index: 3;
}
#custom-html-bn .radio-player-button svg {
  transition: transform .25s ease;
}
#custom-html-bn .radio-player-button:hover svg {
  transform: scale(1.1);
}
#custom-html-bn .morph-icon {
  display: block;
  margin: auto;
}
#custom-html-bn .radio-player-button {
  color: white;
}
#custom-html-bn .radio-player-button:active .morph-icon {
  transform: scale(0.9);
}
.cid-vbA0sxHciz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbA0sxHciz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbA0sxHciz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbA0sxHciz .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vbA0sxHciz .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vbA0sxHciz .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-vbA0sxHciz .bg-pinterest:hover {
  background: #b3001b;
}
.cid-vbA0sxHciz .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vbA0sxHciz .bg-instagram:hover {
  background: #bd005c;
}
.cid-vbA0sxHciz .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-vbA0sxHciz .bg-tiktok:hover {
  background: #000000;
}
.cid-vbA0sxHciz .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vbA0sxHciz .bg-youtube:hover {
  background: #cc0000;
}
.cid-vbA0sxHciz .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-vbA0sxHciz .bg-spotify:hover {
  background: #168d40;
}
.cid-vbA0sxHciz .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vbA0sxHciz [class^="socicon-"]:before,
.cid-vbA0sxHciz [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbA0sy73gf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbA0sy73gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbA0sy73gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbA0sy73gf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbA0sy73gf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbA0sy73gf .row {
    text-align: center;
  }
  .cid-vbA0sy73gf .row > div {
    margin: auto;
  }
  .cid-vbA0sy73gf .social-row {
    justify-content: center;
  }
}
.cid-vbA0sy73gf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbA0sy73gf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbA0sy73gf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbA0sy73gf .list {
    margin-bottom: 0rem;
  }
}
.cid-vbA0sy73gf .mbr-text {
  color: #bbbbbb;
}
.cid-vbA0sy73gf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vbA0sy73gf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vbA0sy73gf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbFeQJN3jP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbFeQJN3jP nav.navbar {
  position: fixed;
}
.cid-vbFeQJN3jP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbFeQJN3jP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbFeQJN3jP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbFeQJN3jP .dropdown-item:hover,
.cid-vbFeQJN3jP .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vbFeQJN3jP .dropdown-item:hover span {
  color: white;
}
.cid-vbFeQJN3jP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbFeQJN3jP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbFeQJN3jP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbFeQJN3jP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbFeQJN3jP .nav-link {
  position: relative;
}
.cid-vbFeQJN3jP .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbFeQJN3jP .container {
    flex-wrap: wrap;
  }
}
.cid-vbFeQJN3jP .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbFeQJN3jP .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbFeQJN3jP .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbFeQJN3jP .dropdown-menu,
.cid-vbFeQJN3jP .navbar.opened {
  background: #000000 !important;
}
.cid-vbFeQJN3jP .nav-item:focus,
.cid-vbFeQJN3jP .nav-link:focus {
  outline: none;
}
.cid-vbFeQJN3jP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbFeQJN3jP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbFeQJN3jP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbFeQJN3jP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbFeQJN3jP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbFeQJN3jP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbFeQJN3jP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vbFeQJN3jP .navbar.opened {
  transition: all 0.3s;
}
.cid-vbFeQJN3jP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbFeQJN3jP .navbar .navbar-logo img {
  width: auto;
}
.cid-vbFeQJN3jP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbFeQJN3jP .navbar.collapsed {
  justify-content: center;
}
.cid-vbFeQJN3jP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbFeQJN3jP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbFeQJN3jP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vbFeQJN3jP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbFeQJN3jP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbFeQJN3jP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbFeQJN3jP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbFeQJN3jP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbFeQJN3jP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbFeQJN3jP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbFeQJN3jP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbFeQJN3jP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbFeQJN3jP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbFeQJN3jP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbFeQJN3jP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbFeQJN3jP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbFeQJN3jP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbFeQJN3jP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbFeQJN3jP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbFeQJN3jP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbFeQJN3jP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbFeQJN3jP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbFeQJN3jP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbFeQJN3jP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbFeQJN3jP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbFeQJN3jP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbFeQJN3jP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbFeQJN3jP .dropdown-item.active,
.cid-vbFeQJN3jP .dropdown-item:active {
  background-color: transparent;
}
.cid-vbFeQJN3jP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbFeQJN3jP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbFeQJN3jP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbFeQJN3jP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vbFeQJN3jP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbFeQJN3jP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbFeQJN3jP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbFeQJN3jP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbFeQJN3jP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbFeQJN3jP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-vbFeQJN3jP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbFeQJN3jP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbFeQJN3jP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbFeQJN3jP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbFeQJN3jP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbFeQJN3jP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbFeQJN3jP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbFeQJN3jP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbFeQJN3jP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbFeQJN3jP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbFeQJN3jP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbFeQJN3jP .navbar {
    height: 70px;
  }
  .cid-vbFeQJN3jP .navbar.opened {
    height: auto;
  }
  .cid-vbFeQJN3jP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbFeQJN3jP .mfx-black a {
  color: #111!important;
}
.cid-vbFeQJN3jP .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-vbFeQJN3jP .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-vbFeQJN3jP .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vbFeQJN3jP .menu3 .btn-events {
  white-space: nowrap;
}
.cid-vbFeQKdWGw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vbFeQKdWGw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFeQKdWGw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vbFeQKdWGw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbFeQKdWGw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vbFeQKdWGw .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-vbFeQKdWGw .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbFeQKdWGw .mbr-text,
.cid-vbFeQKdWGw .mbr-section-btn {
  color: #fafafa;
}
.cid-vbFeQKdWGw .mfx-event-hero-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vbFeQKdWGw .mfx-event-hero-img img {
    height: 100%;
    min-height: 420px;
  }
  .cid-vbFeQKdWGw .mfx-equal-buttons {
    flex-wrap: nowrap;
  }
  .cid-vbFeQKdWGw .mfx-equal-buttons .btn {
    flex: 0 0 auto;
    width: 180px;
  }
}
.cid-vbFeQKdWGw .mfx-event-date {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
.cid-vbFeQKdWGw .mfx-equal-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}
.cid-vbFeQKdWGw .mfx-equal-buttons .btn {
  flex: 1 1 calc(44%);
  min-width: 150px;
}
.cid-vbFeQKdWGw .mfx-event-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-vbFeQKAm9j {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vbFeQKAm9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFeQKAm9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFeQKAm9j .number-wrap {
  color: #c3a65a;
  text-align: center;
}
.cid-vbFeQKAm9j .number {
  color: #ffffff;
}
.cid-vbFeQKAm9j .period {
  display: block;
}
.cid-vbFeQKAm9j .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vbFeQKAm9j .period {
    font-size: 0.8rem;
  }
}
.cid-vbFeQKAm9j .btn {
  height: 100%;
  margin: 0;
}
.cid-vbFeQKAm9j .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vbFeQKU7Nl {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vbFeQKU7Nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFeQKU7Nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFeQKU7Nl ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbFeQKU7Nl li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbFeQKU7Nl ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-vbFeQLdB0q {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vbFeQLdB0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFeQLdB0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFeQLdB0q ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vbFeQLdB0q li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vbFeQLdB0q ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-vbFeQLdB0q .mbr-section-title {
  text-align: justify;
}
.cid-vbFeQLdB0q .list {
  text-align: justify;
}
.cid-vbFeQLxMIY {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vbFeQLxMIY .item:focus,
.cid-vbFeQLxMIY span:focus {
  outline: none;
}
.cid-vbFeQLxMIY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vbFeQLxMIY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vbFeQLxMIY .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vbFeQLxMIY .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vbFeQLxMIY .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vbFeQLxMIY .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vbFeQLxMIY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vbFeQLxMIY .mbr-section-title {
  color: #ffffff;
}
.cid-vbFeQLxMIY .mbr-text,
.cid-vbFeQLxMIY .mbr-section-btn {
  text-align: center;
}
.cid-vbFeQLxMIY .item-title {
  text-align: center;
  min-height: 3.4rem;
}
.cid-vbFeQLxMIY .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vbFeQLxMIY .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vbFeQLxMIY .social-row {
  text-align: center;
}
.cid-vbFeQLxMIY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c3a65a;
  transition: all 0.3s;
}
.cid-vbFeQLxMIY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c3a65a;
  font-size: 1.2rem;
}
.cid-vbFeQLxMIY .social-row .soc-item:hover {
  background-color: #ccb250;
}
.cid-vbFeQLxMIY .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-vbFeQM51mb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vbFeQM51mb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFeQM51mb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFeQM51mb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vbFeQM51mb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vbFeQM51mb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-vbFeQM51mb .panel-body,
.cid-vbFeQM51mb .card-header {
  padding: 1rem 0;
}
.cid-vbFeQM51mb .panel-title-edit {
  color: #c3a65a;
}
.cid-vbFeQMwJyE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vbFeQMwJyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFeQMwJyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFeQMwJyE .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vbFeQMwJyE .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vbFeQMwJyE .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-vbFeQMwJyE .bg-pinterest:hover {
  background: #b3001b;
}
.cid-vbFeQMwJyE .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vbFeQMwJyE .bg-instagram:hover {
  background: #bd005c;
}
.cid-vbFeQMwJyE .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-vbFeQMwJyE .bg-tiktok:hover {
  background: #000000;
}
.cid-vbFeQMwJyE .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vbFeQMwJyE .bg-youtube:hover {
  background: #cc0000;
}
.cid-vbFeQMwJyE .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-vbFeQMwJyE .bg-spotify:hover {
  background: #168d40;
}
.cid-vbFeQMwJyE .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vbFeQMwJyE [class^="socicon-"]:before,
.cid-vbFeQMwJyE [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vbLyn75R5f {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vbLyn75R5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbLyn75R5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vbLyn75R5f .row {
    flex-direction: column-reverse;
  }
  .cid-vbLyn75R5f .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbLyn75R5f .google-map {
  height: 100%;
  position: relative;
}
.cid-vbLyn75R5f .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vbLyn75R5f .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vbLyn75R5f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vbLyn75R5f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vbLyn75R5f .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vbLyn75R5f .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vbLyn75R5f .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vbLyn75R5f .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbLyn75R5f .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vbLyn75R5f .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vbLyn75R5f .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vbLyn75R5f .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-vbFeQNuG3H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbFeQNuG3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbFeQNuG3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbFeQNuG3H .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbFeQNuG3H .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbFeQNuG3H .row {
    text-align: center;
  }
  .cid-vbFeQNuG3H .row > div {
    margin: auto;
  }
  .cid-vbFeQNuG3H .social-row {
    justify-content: center;
  }
}
.cid-vbFeQNuG3H .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbFeQNuG3H .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbFeQNuG3H .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbFeQNuG3H .list {
    margin-bottom: 0rem;
  }
}
.cid-vbFeQNuG3H .mbr-text {
  color: #bbbbbb;
}
.cid-vbFeQNuG3H .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vbFeQNuG3H .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vbFeQNuG3H div > *:last-child {
    margin-top: 0 !important;
  }
}
#mfx-floating-cta-mobile {
  /* ========== MOBILE EVENT FLOATING CTA BAR ========== */
  /* general text consistency */
  /* base bar */
  /* info hidden initially */
  /* revealed after hero */
  /* container spacing */
  /* ===== SMOOTH MARQUEE TITLE ===== */
  /* animation only when active */
  /* fade edges for premium look */
  /* event date */
  /* prevent animation conflicts with Mobirise */
  /* keep page content above bar */
  /* hide on desktop */
}
#mfx-floating-cta-mobile div,
#mfx-floating-cta-mobile button {
  font-family: 'Roboto Condensed', sans-serif;
}
#mfx-floating-cta-mobile div,
#mfx-floating-cta-mobile p {
  color: #fff;
  text-align: center;
}
#mfx-floating-cta-mobile p {
  color: #c3a65a;
}
#mfx-floating-cta-mobile #mfxEventBar,
#mfx-floating-cta-mobile #mfxEventBar button,
#mfx-floating-cta-mobile #mfxEventBar a {
  font-family: 'Roboto Condensed', sans-serif;
}
#mfx-floating-cta-mobile #mfxEventBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0b0b0b;
  color: #ffffff;
  z-index: 9999;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.35);
}
#mfx-floating-cta-mobile #mfxEventInfo {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .35s ease;
}
#mfx-floating-cta-mobile #mfxEventBar.show-info #mfxEventInfo {
  max-height: 80px;
  opacity: 1;
  padding-top: .55rem;
}
#mfx-floating-cta-mobile #mfxEventBar .mfx-cta-info {
  padding: .6rem .8rem .25rem;
  text-align: center;
}
#mfx-floating-cta-mobile #mfxEventBar .mfx-cta-title {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
#mfx-floating-cta-mobile #mfxEventBar .mfx-cta-title-track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
#mfx-floating-cta-mobile #mfxEventBar .mfx-cta-title-track span {
  display: inline-block;
  padding-right: 60px;
  /* real visual gap */
}
#mfx-floating-cta-mobile #mfxEventBar .mfx-cta-title.marquee .mfx-cta-title-track {
  will-change: transform;
}
#mfx-floating-cta-mobile #mfxEventBar .mfx-cta-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #0b0b0b);
  pointer-events: none;
}
@keyframes mfx-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--mfx-scroll-width));
  }
}
#mfx-floating-cta-mobile #mfxEventBar .mfx-cta-date {
  opacity: .85;
  margin-top: 2px;
  margin-bottom: .35rem;
  color: #c3a65a;
}
#mfx-floating-cta-mobile #mfxEventBar .mbr-animated,
#mfx-floating-cta-mobile #mfxEventBar .animate__animated,
#mfx-floating-cta-mobile #mfxEventBar .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
#mfx-floating-cta-mobile body {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  #mfx-floating-cta-mobile #mfxEventBar {
    display: none !important;
  }
  #mfx-floating-cta-mobile body {
    padding-bottom: 0;
  }
}
.cid-vbGohQCS2y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vbGohQCS2y nav.navbar {
  position: fixed;
}
.cid-vbGohQCS2y .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbGohQCS2y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbGohQCS2y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbGohQCS2y .dropdown-item:hover,
.cid-vbGohQCS2y .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vbGohQCS2y .dropdown-item:hover span {
  color: white;
}
.cid-vbGohQCS2y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbGohQCS2y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbGohQCS2y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbGohQCS2y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbGohQCS2y .nav-link {
  position: relative;
}
.cid-vbGohQCS2y .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbGohQCS2y .container {
    flex-wrap: wrap;
  }
}
.cid-vbGohQCS2y .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vbGohQCS2y .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vbGohQCS2y .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vbGohQCS2y .dropdown-menu,
.cid-vbGohQCS2y .navbar.opened {
  background: #000000 !important;
}
.cid-vbGohQCS2y .nav-item:focus,
.cid-vbGohQCS2y .nav-link:focus {
  outline: none;
}
.cid-vbGohQCS2y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbGohQCS2y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbGohQCS2y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbGohQCS2y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbGohQCS2y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbGohQCS2y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbGohQCS2y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vbGohQCS2y .navbar.opened {
  transition: all 0.3s;
}
.cid-vbGohQCS2y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbGohQCS2y .navbar .navbar-logo img {
  width: auto;
}
.cid-vbGohQCS2y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbGohQCS2y .navbar.collapsed {
  justify-content: center;
}
.cid-vbGohQCS2y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbGohQCS2y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbGohQCS2y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vbGohQCS2y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbGohQCS2y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbGohQCS2y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbGohQCS2y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbGohQCS2y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vbGohQCS2y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbGohQCS2y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbGohQCS2y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbGohQCS2y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbGohQCS2y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbGohQCS2y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbGohQCS2y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbGohQCS2y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbGohQCS2y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbGohQCS2y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbGohQCS2y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbGohQCS2y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vbGohQCS2y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vbGohQCS2y .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbGohQCS2y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vbGohQCS2y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vbGohQCS2y .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbGohQCS2y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbGohQCS2y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbGohQCS2y .dropdown-item.active,
.cid-vbGohQCS2y .dropdown-item:active {
  background-color: transparent;
}
.cid-vbGohQCS2y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbGohQCS2y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbGohQCS2y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbGohQCS2y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vbGohQCS2y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbGohQCS2y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbGohQCS2y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbGohQCS2y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vbGohQCS2y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vbGohQCS2y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-vbGohQCS2y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vbGohQCS2y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbGohQCS2y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vbGohQCS2y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vbGohQCS2y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbGohQCS2y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbGohQCS2y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbGohQCS2y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbGohQCS2y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbGohQCS2y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbGohQCS2y .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbGohQCS2y .navbar {
    height: 70px;
  }
  .cid-vbGohQCS2y .navbar.opened {
    height: auto;
  }
  .cid-vbGohQCS2y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbGohQCS2y .mfx-black a {
  color: #111!important;
}
.cid-vbGohQCS2y .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-vbGohQCS2y .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-vbGohQCS2y .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vbGohQCS2y .menu3 .btn-events {
  white-space: nowrap;
}
.cid-vbGohQY4Ut {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vbGohQY4Ut .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGohQY4Ut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#mfx-reservation_form {
  /* Type valid CSS here */
  /* addons-extras */
  /*charges summary*/
  /* checkout summary*/
  /* ===== MARQUEE TITLE ===== */
  /* fade edges for premium look */
  /* event date */
  /* prevent animation conflicts with Mobirise */
}
#mfx-reservation_form body.is-builder #TableReqFormFragment {
  display: block !important;
  opacity: 0.3;
}
#mfx-reservation_form div,
#mfx-reservation_form p,
#mfx-reservation_form li {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}
#mfx-reservation_form .addon-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#mfx-reservation_form .addon-card {
  background: linear-gradient(180deg, #1b1b1f 0%, #121214 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  x-border-radius: 8px;
  padding: 24px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: center;
  max-width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#mfx-reservation_form .addon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}
#mfx-reservation_form .addon-img {
  position: relative;
}
#mfx-reservation_form .addon-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}
#mfx-reservation_form .addon-card.active {
  border: 1px solid #ffd54a;
  transform: translateY(-4px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6);
}
#mfx-reservation_form .addon-selected {
  border: 1px solid #ffd54a;
  box-shadow: 0 0 0 2px rgba(255, 213, 74, 0.25), 0 10px 40px rgba(0, 0, 0, 0.7);
}
#mfx-reservation_form .addon-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: auto;
}
#mfx-reservation_form .addon-feedback {
  opacity: .6;
  transition: all .25s ease;
}
#mfx-reservation_form .addon-feedback.added {
  color: #ffd54a;
  opacity: 1;
  transform: scale(1.05);
}
#mfx-reservation_form .price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e0b973;
  color: #000;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
#mfx-reservation_form .price-badge span {
  color: var(--cv-btn-primary-color);
}
#mfx-reservation_form .total-updated {
  animation: totalPulse .35s ease;
}
@keyframes totalPulse {
  0% {
    transform: scale(1);
    color: #fff;
  }
  40% {
    transform: scale(1.15);
    color: #e0b973;
  }
  100% {
    transform: scale(1);
    color: #fff;
  }
}
#mfx-reservation_form #CheckoutBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0b0b0b;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  padding: 12px 16px;
  xbox-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -12px 30px #141414;
  z-index: 1000;
}
#mfx-reservation_form .checkout-total {
  text-align: center;
  margin-bottom: 8px;
}
@supports (padding: max(0px)) {
  #mfx-reservation_form #CheckoutBar {
    padding-bottom: 12px;
  }
}
#mfx-reservation_form #CheckoutBar .mfx-cta-info {
  padding: .6rem .8rem .25rem;
  text-align: center;
}
#mfx-reservation_form #CheckoutBar #mfxEventInfo {
  max-height: 80px;
  padding-top: .55rem;
}
#mfx-reservation_form #OrderTotalAmount {
  font-size: 22px;
  color: #fff;
}
#mfx-reservation_form #OrderTotalAmount:after {
  content: '€';
}
#mfx-reservation_form .total-line {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
#mfx-reservation_form .total-line span {
  color: #ff4bff;
  padding-right: 14px;
}
#mfx-reservation_form .checkout-breakdown {
  color: #aaa;
}
#mfx-reservation_form .checkout-summary-card {
  background: linear-gradient(135deg, #111111 0%, #1c1c1c 100%);
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 35px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
#mfx-reservation_form .checkout-summary-card hr {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
#mfx-reservation_form .summary-line,
#mfx-reservation_form .summary-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
#mfx-reservation_form .summary-event > strong,
#mfx-reservation_form .summary-total {
  font-size: 18px;
}
#mfx-reservation_form #SubmitButton {
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 14px;
  color: #fff;
  border: none;
  background-color: #dd261c;
}
#mfx-reservation_form #DisagreeButton {
  background: none;
  border: none;
  color: #888;
  text-transform: none;
}
#mfx-reservation_form #DisagreeButton:hover {
  color: #dd261c;
}
#mfx-reservation_form .payment-methods {
  min-width: 300px;
  width: 100%;
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  margin-bottom: 32px;
}
#mfx-reservation_form #PurchaseInfoFragment {
  padding-bottom: 20px;
}
#mfx-reservation_form .email-warning,
#mfx-reservation_form .checkout-note {
  color: #d1d1d1!important;
  margin-top: 6px;
}
#mfx-reservation_form .guest-warning {
  background: rgba(255, 193, 7, 0.08);
  border-left: 3px solid #ffc107;
  padding: 10px 14px;
  margin: 16px 0;
  color: #e6c46a;
}
#mfx-reservation_form .banner-item {
  margin: 0;
  padding: 0;
  width: fit-content;
}
#mfx-reservation_form .banner-item img.thumb-image {
  border-radius: 10px;
  margin: 0 !important;
  padding: 10 !important;
  width: auto;
  height: auto;
  background: linear-gradient(145deg, var(--cv-bg-secondary), #555555);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35), 0 4px 8px rgba(0, 0, 0, 0.25);
}
#mfx-reservation_form .gold .banner-item img.thumb-image {
  border-radius: 10px;
  margin: 0 !important;
  padding: 10px !important;
  width: auto;
  height: auto;
  background: linear-gradient(145deg, #fc940c, #ffe6c5, #fc940c, #ffd54b);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35), 0 4px 8px rgba(0, 0, 0, 0.25);
}
#mfx-reservation_form .widget {
  margin-bottom: 48px;
}
#mfx-reservation_form .vip-container {
  display: flex;
  align-items: center;
}
#mfx-reservation_form #vipBadge-s {
  color: #e0b973 !important;
  font-size: 4.2rem;
  padding: 10px;
}
#mfx-reservation_form #vipBadge-s {
  color: #e0b973 !important;
  font-size: 4.2rem;
  padding: 10px;
  display: flex;
  align-items: center;
}
#mfx-reservation_form #vip-notice-s {
  background-color: transparent;
  color: #000;
  position: relative;
  left: -3.2rem;
  font-weight: bold;
}
#mfx-reservation_form #vip-notice {
  background-color: var(--cv-notice-gold);
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  left: -1.4rem;
  top: 0.2rem;
  margin-left: -30px;
}
#mfx-reservation_form .price-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
#mfx-reservation_form .price-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e0b973;
  color: #000;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 2rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
#mfx-reservation_form .price-badge span {
  color: var(--cv-btn-primary-color);
}
#mfx-reservation_form .label-span {
  text-transform: none !important;
  color: #bbbbbb !important;
}
#mfx-reservation_form .face-input {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 24px;
  border-bottom: 2px solid #767676;
  color: #fff;
  background: transparent;
  -webkit-text-fill-color: white;
  border-radius: 0;
  font-family: inherit;
  line-height: 50px;
}
#mfx-reservation_form .feature.bordered.gold .pink,
#mfx-reservation_form .feature.bordered.gold small {
  color: var(--cv-notice-gold) !important;
}
#mfx-reservation_form small,
#mfx-reservation_form .small {
  font-size: 85%;
}
#mfx-reservation_form .comment-respond form input[type="button"] {
  font-family: Roboto;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  display: block;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background: #dd261c;
  padding: 10px 20px;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  outline: none;
  line-height: 28px;
}
#mfx-reservation_form #CheckoutBar .mfx-cta-title {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
#mfx-reservation_form #CheckoutBar .mfx-cta-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #0b0b0b);
  pointer-events: none;
}
#mfx-reservation_form #CheckoutBar .mfx-cta-date {
  opacity: .85;
  margin-top: 2px;
  margin-bottom: .35rem;
  color: #c3a65a;
}
#mfx-reservation_form #CheckoutBar .mbr-animated,
#mfx-reservation_form #CheckoutBar .animate__animated,
#mfx-reservation_form #CheckoutBar .wow {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}
#mfx-reservation_form .marquee-container {
  overflow: hidden;
  white-space: nowrap;
}
#mfx-reservation_form .marquee-track {
  display: inline-flex;
  white-space: nowrap;
}
#mfx-reservation_form .marquee-track span {
  padding-right: 40px;
}
.cid-vbGohS8zux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbGohS8zux .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbGohS8zux .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbGohS8zux .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vbGohS8zux .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vbGohS8zux .row {
    text-align: center;
  }
  .cid-vbGohS8zux .row > div {
    margin: auto;
  }
  .cid-vbGohS8zux .social-row {
    justify-content: center;
  }
}
.cid-vbGohS8zux .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vbGohS8zux .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vbGohS8zux .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vbGohS8zux .list {
    margin-bottom: 0rem;
  }
}
.cid-vbGohS8zux .mbr-text {
  color: #bbbbbb;
}
.cid-vbGohS8zux .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vbGohS8zux .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vbGohS8zux div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vgRxvQMXW2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vgRxvQMXW2 nav.navbar {
  position: fixed;
}
.cid-vgRxvQMXW2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgRxvQMXW2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vgRxvQMXW2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vgRxvQMXW2 .dropdown-item:hover,
.cid-vgRxvQMXW2 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-vgRxvQMXW2 .dropdown-item:hover span {
  color: white;
}
.cid-vgRxvQMXW2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vgRxvQMXW2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vgRxvQMXW2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vgRxvQMXW2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vgRxvQMXW2 .nav-link {
  position: relative;
}
.cid-vgRxvQMXW2 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgRxvQMXW2 .container {
    flex-wrap: wrap;
  }
}
.cid-vgRxvQMXW2 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vgRxvQMXW2 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vgRxvQMXW2 .iconfont-wrapper {
  color: #c3a65a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vgRxvQMXW2 .dropdown-menu,
.cid-vgRxvQMXW2 .navbar.opened {
  background: #000000 !important;
}
.cid-vgRxvQMXW2 .nav-item:focus,
.cid-vgRxvQMXW2 .nav-link:focus {
  outline: none;
}
.cid-vgRxvQMXW2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vgRxvQMXW2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgRxvQMXW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vgRxvQMXW2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgRxvQMXW2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgRxvQMXW2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgRxvQMXW2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vgRxvQMXW2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vgRxvQMXW2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vgRxvQMXW2 .navbar .navbar-logo img {
  width: auto;
}
.cid-vgRxvQMXW2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vgRxvQMXW2 .navbar.collapsed {
  justify-content: center;
}
.cid-vgRxvQMXW2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vgRxvQMXW2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vgRxvQMXW2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vgRxvQMXW2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgRxvQMXW2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgRxvQMXW2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vgRxvQMXW2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgRxvQMXW2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vgRxvQMXW2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vgRxvQMXW2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vgRxvQMXW2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgRxvQMXW2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgRxvQMXW2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgRxvQMXW2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vgRxvQMXW2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vgRxvQMXW2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgRxvQMXW2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vgRxvQMXW2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vgRxvQMXW2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vgRxvQMXW2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vgRxvQMXW2 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vgRxvQMXW2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgRxvQMXW2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vgRxvQMXW2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vgRxvQMXW2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgRxvQMXW2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgRxvQMXW2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgRxvQMXW2 .dropdown-item.active,
.cid-vgRxvQMXW2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vgRxvQMXW2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgRxvQMXW2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgRxvQMXW2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgRxvQMXW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vgRxvQMXW2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgRxvQMXW2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgRxvQMXW2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vgRxvQMXW2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vgRxvQMXW2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vgRxvQMXW2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c3a65a;
}
.cid-vgRxvQMXW2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vgRxvQMXW2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRxvQMXW2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vgRxvQMXW2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vgRxvQMXW2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRxvQMXW2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vgRxvQMXW2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vgRxvQMXW2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vgRxvQMXW2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vgRxvQMXW2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vgRxvQMXW2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgRxvQMXW2 .navbar {
    height: 70px;
  }
  .cid-vgRxvQMXW2 .navbar.opened {
    height: auto;
  }
  .cid-vgRxvQMXW2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgRxvQMXW2 .mfx-black a {
  color: #111!important;
}
.cid-vgRxvQMXW2 .menu3 .nav-link {
  letter-spacing: 0.04em;
  font-weight: 500;
}
.cid-vgRxvQMXW2 .menu3 .dropdown-toggle {
  opacity: 0.9;
}
.cid-vgRxvQMXW2 .menu3 .navbar-right-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cid-vgRxvQMXW2 .menu3 .btn-events {
  white-space: nowrap;
}
.cid-vh2vjcLxTp {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2026.08.29-2000x1124.jpg");
}
.cid-vh2vjcLxTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2vjcLxTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2vjcLxTp .mbr-text,
.cid-vh2vjcLxTp .mbr-section-btn {
  color: #ffffff;
}
.cid-vh2vjcLxTp .mfx-ticket-row {
  justify-content: center;
}
.cid-vh2vjcLxTp #event-hero .row {
  min-height: 80vh;
  align-items: flex-end;
}
.cid-vh2vjcLxTp #event-hero .col-12.col-lg {
  padding-bottom: 12vh;
}
.cid-vh2vjcLxTp #event-hero .mbr-section-title {
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cid-vh2vjcLxTp #event-hero .mbr-text {
  opacity: 0.9;
}
.cid-vh2vjcLxTp .mfx-gold-label {
  color: var(--cv-notice-gold);
}
@media (max-width: 768px) {
  .cid-vh2vjcLxTp #event-hero .row {
    min-height: 68vh;
  }
}
.cid-vgRxvRG7xD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vgRxvRG7xD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxvRG7xD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRxvRG7xD .number-wrap {
  color: #c3a65a;
  text-align: center;
}
.cid-vgRxvRG7xD .number {
  color: #ffffff;
}
.cid-vgRxvRG7xD .period {
  display: block;
}
.cid-vgRxvRG7xD .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vgRxvRG7xD .period {
    font-size: 0.8rem;
  }
}
.cid-vgRxvRG7xD .btn {
  height: 100%;
  margin: 0;
}
.cid-vgRxvRG7xD .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vgRxvS2Sal {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vgRxvS2Sal .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxvS2Sal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRxvS2Sal ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vgRxvS2Sal li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vgRxvS2Sal ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-vgRxvSp7fB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vgRxvSp7fB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxvSp7fB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRxvSp7fB ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vgRxvSp7fB li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vgRxvSp7fB ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-vgRxvSp7fB .mbr-section-title {
  text-align: justify;
}
.cid-vgRxvSp7fB .list {
  text-align: justify;
}
.cid-vgWh8zV4ai {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vgWh8zV4ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgWh8zV4ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgWh8zV4ai ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-vgWh8zV4ai li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-vgWh8zV4ai ul li span {
  margin-right: 1.2rem;
  font-weight: bold;
  font-size: 1.2rem;
  width: 1.6rem;
}
.cid-vgWh8zV4ai .mbr-section-title {
  text-align: justify;
}
.cid-vgWh8zV4ai .list {
  text-align: center;
}
.cid-vgRxvSKmWp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vgRxvSKmWp .item:focus,
.cid-vgRxvSKmWp span:focus {
  outline: none;
}
.cid-vgRxvSKmWp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vgRxvSKmWp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #0b0b0b;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgRxvSKmWp .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vgRxvSKmWp .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgRxvSKmWp .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vgRxvSKmWp .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vgRxvSKmWp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgRxvSKmWp .mbr-section-title {
  color: #ffffff;
}
.cid-vgRxvSKmWp .mbr-text,
.cid-vgRxvSKmWp .mbr-section-btn {
  text-align: center;
}
.cid-vgRxvSKmWp .item-title {
  text-align: center;
  min-height: 3.4rem;
}
.cid-vgRxvSKmWp .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vgRxvSKmWp .mbr-section-subtitle {
  color: #fafafa;
}
.cid-vgRxvSKmWp .social-row {
  text-align: center;
}
.cid-vgRxvSKmWp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c3a65a;
  transition: all 0.3s;
}
.cid-vgRxvSKmWp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c3a65a;
  font-size: 1.2rem;
}
.cid-vgRxvSKmWp .social-row .soc-item:hover {
  background-color: #ccb250;
}
.cid-vgRxvSKmWp .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
.cid-vgRxvTlvyd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vgRxvTlvyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxvTlvyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRxvTlvyd .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-vgRxvTlvyd .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vgRxvTlvyd .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #ffffff;
}
.cid-vgRxvTlvyd .panel-body,
.cid-vgRxvTlvyd .card-header {
  padding: 1rem 0;
}
.cid-vgRxvTlvyd .panel-title-edit {
  color: #c3a65a;
}
.cid-vgRxvTOg53 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vgRxvTOg53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxvTOg53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRxvTOg53 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-vgRxvTOg53 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-vgRxvTOg53 .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-vgRxvTOg53 .bg-pinterest:hover {
  background: #b3001b;
}
.cid-vgRxvTOg53 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-vgRxvTOg53 .bg-instagram:hover {
  background: #bd005c;
}
.cid-vgRxvTOg53 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-vgRxvTOg53 .bg-tiktok:hover {
  background: #000000;
}
.cid-vgRxvTOg53 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-vgRxvTOg53 .bg-youtube:hover {
  background: #cc0000;
}
.cid-vgRxvTOg53 .bg-spotify {
  background: #1DB954;
  color: #ffffff;
}
.cid-vgRxvTOg53 .bg-spotify:hover {
  background: #168d40;
}
.cid-vgRxvTOg53 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-vgRxvTOg53 [class^="socicon-"]:before,
.cid-vgRxvTOg53 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-vgRxvUrnDV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-vgRxvUrnDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxvUrnDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vgRxvUrnDV .row {
    flex-direction: column-reverse;
  }
  .cid-vgRxvUrnDV .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vgRxvUrnDV .google-map {
  height: 100%;
  position: relative;
}
.cid-vgRxvUrnDV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vgRxvUrnDV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vgRxvUrnDV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vgRxvUrnDV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vgRxvUrnDV .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vgRxvUrnDV .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #0b0b0b;
  align-items: stretch;
}
.cid-vgRxvUrnDV .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vgRxvUrnDV .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRxvUrnDV .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vgRxvUrnDV .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ffffff;
}
.cid-vgRxvUrnDV .btn {
  white-space: nowrap;
  width: -webkit-fill-available;
}
.cid-vgRxvUrnDV .text-wrapper {
  flex: 1 1 auto;
  width: 100%;
}
.cid-vgRxvUWB17 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vgRxvUWB17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgRxvUWB17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgRxvUWB17 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vgRxvUWB17 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vgRxvUWB17 .row {
    text-align: center;
  }
  .cid-vgRxvUWB17 .row > div {
    margin: auto;
  }
  .cid-vgRxvUWB17 .social-row {
    justify-content: center;
  }
}
.cid-vgRxvUWB17 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vgRxvUWB17 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vgRxvUWB17 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vgRxvUWB17 .list {
    margin-bottom: 0rem;
  }
}
.cid-vgRxvUWB17 .mbr-text {
  color: #bbbbbb;
}
.cid-vgRxvUWB17 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vgRxvUWB17 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vgRxvUWB17 div > *:last-child {
    margin-top: 0 !important;
  }
}
#custom-html-ec {
  /* Type valid CSS here */
  /* ========== MOBILE EVENT FLOATING CTA BAR ========== */
  /* general text consistency */
  /* BASE */
  /* INFO ANIMATION */
  /* TITLE */
  /* EDGE FADE */
  /* DATE */
  /* ATTENTION MICRO-ANIMATION */
  /* MOBILE ONLY */
}
#custom-html-ec div,
#custom-html-ec button {
  font-family: 'Roboto Condensed', sans-serif;
}
#custom-html-ec div,
#custom-html-ec p {
  color: #fff;
  text-align: center;
}
#custom-html-ec p {
  color: #c3a65a;
}
#custom-html-ec #mfxEventBar,
#custom-html-ec #mfxEventBar button,
#custom-html-ec #mfxEventBar a {
  font-family: 'Roboto Condensed', sans-serif;
}
#custom-html-ec #mfxEventBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(11, 11, 11, 0.9);
  backdrop-filter: blur(10px);
  color: #fff;
  box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.3);
  padding-bottom: env(safe-area-inset-bottom);
}
#custom-html-ec #mfxEventInfo {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.22, 0.9, 0.34, 1);
}
#custom-html-ec #mfxEventBar.show-info #mfxEventInfo {
  max-height: 80px;
  opacity: 1;
  padding-top: .5rem;
}
#custom-html-ec #mfxEventBar .mfx-cta-title {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
#custom-html-ec .mfx-cta-title-track {
  display: inline-flex;
}
#custom-html-ec .mfx-cta-title-track span {
  padding-right: 60px;
}
#custom-html-ec #mfxEventBar .mfx-cta-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, #0b0b0b);
}
#custom-html-ec .mfx-cta-date {
  opacity: .8;
  color: #c3a65a;
}
#custom-html-ec #mfxEventBar.mfx-attention {
  animation: mfxBarNudge 520ms cubic-bezier(0.22, 0.9, 0.34, 1);
}
@keyframes mfxBarNudge {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-6px);
  }
  70% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  #custom-html-ec #mfxEventBar {
    display: none !important;
  }
}
