body {
  font-family: 'Cormorant Garamond', serif;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Cormorant Garamond', 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 - 90rem) / (48 - 25)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 25))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 40rem) / (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: #ba9b67 !important;
}
.bg-success {
  background-color: #f1e91a !important;
}
.bg-info {
  background-color: #383838 !important;
}
.bg-warning {
  background-color: #ffa6a6 !important;
}
.bg-danger {
  background-color: #fb0808 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b6f3f !important;
  border-color: #8b6f3f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
  color: #78695b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #78695b !important;
  background-color: #c7beb5 !important;
  border-color: #c7beb5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #f1e91a !important;
  border-color: #f1e91a !important;
  color: #0b0b01 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #aaa40a !important;
  border-color: #aaa40a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0b0b01 !important;
  background-color: #aaa40a !important;
  border-color: #aaa40a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4f4f !important;
  border-color: #ff4f4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fb0808 !important;
  border-color: #fb0808 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #aa0303 !important;
  border-color: #aa0303 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #aa0303 !important;
  border-color: #aa0303 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !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: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #8b6f3f;
  color: #ba9b67;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b6f3f !important;
  background-color: transparent!important;
  border-color: #8b6f3f !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ba9b67 !important;
  border-color: #ba9b67 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c7beb5;
  color: #ece9e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c7beb5 !important;
  background-color: transparent!important;
  border-color: #c7beb5 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #78695b !important;
  background-color: #ece9e6 !important;
  border-color: #ece9e6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d0d0d;
  color: #383838;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #383838 !important;
  border-color: #383838 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #aaa40a;
  color: #f1e91a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #aaa40a !important;
  background-color: transparent!important;
  border-color: #aaa40a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0b0b01 !important;
  background-color: #f1e91a !important;
  border-color: #f1e91a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff4f4f;
  color: #ffa6a6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4f4f !important;
  background-color: transparent!important;
  border-color: #ff4f4f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa6a6 !important;
  border-color: #ffa6a6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #aa0303;
  color: #fb0808;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #aa0303 !important;
  background-color: transparent!important;
  border-color: #aa0303 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fb0808 !important;
  border-color: #fb0808 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  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: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #cfcfcf;
  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: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ba9b67 !important;
}
.text-secondary {
  color: #ece9e6 !important;
}
.text-success {
  color: #f1e91a !important;
}
.text-info {
  color: #383838 !important;
}
.text-warning {
  color: #ffa6a6 !important;
}
.text-danger {
  color: #fb0808 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #81663a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c0b6ac !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9b960a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #050505 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff4040 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a0303 !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;
  font-style: italic;
  border-bottom: 1px solid transparent;
}
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: #ba9b67;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #383838;
}
.alert-warning {
  background-color: #ffa6a6;
}
.alert-danger {
  background-color: #fb0808;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ba9b67;
  border-color: #ba9b67;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ba9b67;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2d5bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdfbda;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ababab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fed1d1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Cormorant Garamond', 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: #ba9b67 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cormorant Garamond', 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: #ba9b67;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ba9b67;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ba9b67;
}
.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: #ba9b67;
  border-bottom-color: #ba9b67;
}
.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: #ba9b67 !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: #ece9e6 !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='%23ba9b67' %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-tCFW1x9MiY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCFW1x9MiY .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCFW1x9MiY nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCFW1x9MiY .container,
  .cid-tCFW1x9MiY .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCFW1x9MiY .nav-link:hover,
  .cid-tCFW1x9MiY .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCFW1x9MiY .navbar-nav {
  margin: auto;
}
.cid-tCFW1x9MiY .dropdown-item {
  color: #ffffff !important;
}
.cid-tCFW1x9MiY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCFW1x9MiY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCFW1x9MiY .navbar-short,
.cid-tCFW1x9MiY .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCFW1x9MiY .navbar-short .nav-link,
.cid-tCFW1x9MiY .opened .nav-link,
.cid-tCFW1x9MiY .navbar-short .navbar-caption,
.cid-tCFW1x9MiY .opened .navbar-caption,
.cid-tCFW1x9MiY .navbar-short .mbr-iconfont,
.cid-tCFW1x9MiY .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCFW1x9MiY .navbar-short .hamburger span,
.cid-tCFW1x9MiY .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCFW1x9MiY .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCFW1x9MiY .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-tCFW1x9MiY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCFW1x9MiY .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCFW1x9MiY .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCFW1x9MiY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCFW1x9MiY .container {
  display: flex;
  margin: auto;
}
.cid-tCFW1x9MiY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCFW1x9MiY .dropdown-menu,
.cid-tCFW1x9MiY .navbar.opened {
  background: #000000 !important;
}
.cid-tCFW1x9MiY .nav-item:focus,
.cid-tCFW1x9MiY .nav-link:focus {
  outline: none;
}
.cid-tCFW1x9MiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCFW1x9MiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCFW1x9MiY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCFW1x9MiY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCFW1x9MiY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCFW1x9MiY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCFW1x9MiY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCFW1x9MiY .navbar.opened {
  transition: all 0.3s;
}
.cid-tCFW1x9MiY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCFW1x9MiY .navbar .navbar-logo img {
  width: auto;
}
.cid-tCFW1x9MiY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCFW1x9MiY .navbar.collapsed {
  justify-content: center;
}
.cid-tCFW1x9MiY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCFW1x9MiY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCFW1x9MiY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCFW1x9MiY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCFW1x9MiY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCFW1x9MiY .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-tCFW1x9MiY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCFW1x9MiY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCFW1x9MiY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCFW1x9MiY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCFW1x9MiY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCFW1x9MiY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCFW1x9MiY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCFW1x9MiY .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-tCFW1x9MiY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCFW1x9MiY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCFW1x9MiY .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCFW1x9MiY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCFW1x9MiY .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCFW1x9MiY .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCFW1x9MiY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCFW1x9MiY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCFW1x9MiY .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCFW1x9MiY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCFW1x9MiY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCFW1x9MiY .dropdown-item.active,
.cid-tCFW1x9MiY .dropdown-item:active {
  background-color: transparent;
}
.cid-tCFW1x9MiY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCFW1x9MiY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCFW1x9MiY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCFW1x9MiY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCFW1x9MiY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCFW1x9MiY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCFW1x9MiY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCFW1x9MiY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCFW1x9MiY button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCFW1x9MiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCFW1x9MiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCFW1x9MiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCFW1x9MiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCFW1x9MiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCFW1x9MiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCFW1x9MiY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCFW1x9MiY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCFW1x9MiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCFW1x9MiY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCFW1x9MiY a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCFW1x9MiY .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-tCFW1x9MiY .navbar {
    height: 70px;
  }
  .cid-tCFW1x9MiY .navbar.opened {
    height: auto;
  }
  .cid-tCFW1x9MiY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCFW1xCKSE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rapattack-on-stage-2000x1133.webp");
}
.cid-tCFW1xCKSE .wrapper {
  height: 550px;
}
.cid-tCGaLNImYP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCGaLNImYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCGaLNImYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCGaLNImYP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tCGaLNImYP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCGaLNImYP .embla__button--next,
.cid-tCGaLNImYP .embla__button--prev {
  display: flex;
}
.cid-tCGaLNImYP .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;
}
.cid-tCGaLNImYP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCGaLNImYP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCGaLNImYP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCGaLNImYP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tCGaLNImYP .embla__button {
    top: auto;
  }
}
.cid-tCGaLNImYP .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tCGaLNImYP .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tCGaLNImYP .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tCGaLNImYP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tCGaLNImYP .embla {
  position: relative;
  width: 100%;
}
.cid-tCGaLNImYP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCGaLNImYP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCGaLNImYP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCGaLNImYP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCFW1xQC4X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCFW1xQC4X .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tCFW1xQC4X .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tCFW1xQC4X .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tCFW1xQC4X .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tCFW1xQC4X .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tCFW1xQC4X .col-12,
  .cid-tCFW1xQC4X .col-md-12 {
    padding: 0;
  }
}
.cid-tCFW1xQC4X .si img {
  width: auto;
}
.cid-tCGJgALAwX {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tCGJgALAwX h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tCGJgALAwX h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tCGJgALAwX .box {
  background-image: url("../../../assets/images/girlets-2000x1123.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCGJgALAwX .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tCGJgALAwX .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tCGJgALAwX .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCGJgALAwX .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tCGJgALAwX .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tCGJgALAwX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCGJgALAwX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCGJgALAwX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCGJgALAwX a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tCGJgALAwX a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tCGJgALAwX .box {
    height: 250px;
  }
}
.cid-tCGJgALAwX H1 {
  color: #e5c5f4;
}
.cid-tCFW1zx7KH {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCFW1zx7KH .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tCFW1zx7KH .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tCFW1zx7KH .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tCFW1zx7KH .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tCFW1zx7KH .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tCFW1zx7KH .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tCFW1zx7KH .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tCFW1zx7KH .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tCFW1zx7KH .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tCFW1zx7KH .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tCFW1zx7KH .mbr-text,
.cid-tCFW1zx7KH .mbr-section-btn {
  text-align: left;
}
.cid-tCFW1zx7KH H3 {
  text-align: left;
}
.cid-tCFW1zx7KH .author,
.cid-tCFW1zx7KH .box {
  font-style: italic;
}
.cid-tCFW1zx7KH .author {
  color: #9A948D;
}
.cid-tCFW1zx7KH .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tCFW1zx7KH .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tCFW1zx7KH .mbr-iconfont {
    display: none;
  }
}
.cid-tCM36Sn0US {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCM36Sn0US .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCM36Sn0US .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCM36Sn0US .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCM36Sn0US .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCM36Sn0US .container-fluid .row {
  padding: 0;
}
.cid-tCM36Sn0US .container {
  overflow: hidden;
}
.cid-tCM36Sn0US .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tCM36Sn0US .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tCM36Sn0US .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tCM36Sn0US .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tCM36Sn0US .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tCM36Sn0US .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tCM36Sn0US .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tCM36Sn0US .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tCM36Sn0US .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tCM36Sn0US .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tCFW1AAaGD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCFW1AAaGD .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCM4kCXtP7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCM4kCXtP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCM4kCXtP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCM4kCXtP7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tCM4kCXtP7 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCM4kCXtP7 .embla__button--next,
.cid-tCM4kCXtP7 .embla__button--prev {
  display: flex;
}
.cid-tCM4kCXtP7 .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;
  display: none;
}
.cid-tCM4kCXtP7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCM4kCXtP7 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCM4kCXtP7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCM4kCXtP7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tCM4kCXtP7 .embla__button {
    top: auto;
  }
}
.cid-tCM4kCXtP7 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tCM4kCXtP7 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tCM4kCXtP7 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tCM4kCXtP7 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tCM4kCXtP7 .embla {
  position: relative;
  width: 100%;
}
.cid-tCM4kCXtP7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCM4kCXtP7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCM4kCXtP7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCM4kCXtP7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCIYGRS5PT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCIYGRS5PT .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCIYGRS5PT nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCIYGRS5PT .container,
  .cid-tCIYGRS5PT .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCIYGRS5PT .nav-link:hover,
  .cid-tCIYGRS5PT .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCIYGRS5PT .navbar-nav {
  margin: auto;
}
.cid-tCIYGRS5PT .dropdown-item {
  color: #ffffff !important;
}
.cid-tCIYGRS5PT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCIYGRS5PT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCIYGRS5PT .navbar-short,
.cid-tCIYGRS5PT .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCIYGRS5PT .navbar-short .nav-link,
.cid-tCIYGRS5PT .opened .nav-link,
.cid-tCIYGRS5PT .navbar-short .navbar-caption,
.cid-tCIYGRS5PT .opened .navbar-caption,
.cid-tCIYGRS5PT .navbar-short .mbr-iconfont,
.cid-tCIYGRS5PT .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCIYGRS5PT .navbar-short .hamburger span,
.cid-tCIYGRS5PT .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCIYGRS5PT .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCIYGRS5PT .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-tCIYGRS5PT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCIYGRS5PT .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCIYGRS5PT .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCIYGRS5PT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCIYGRS5PT .container {
  display: flex;
  margin: auto;
}
.cid-tCIYGRS5PT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCIYGRS5PT .dropdown-menu,
.cid-tCIYGRS5PT .navbar.opened {
  background: #000000 !important;
}
.cid-tCIYGRS5PT .nav-item:focus,
.cid-tCIYGRS5PT .nav-link:focus {
  outline: none;
}
.cid-tCIYGRS5PT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCIYGRS5PT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCIYGRS5PT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCIYGRS5PT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCIYGRS5PT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCIYGRS5PT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCIYGRS5PT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCIYGRS5PT .navbar.opened {
  transition: all 0.3s;
}
.cid-tCIYGRS5PT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCIYGRS5PT .navbar .navbar-logo img {
  width: auto;
}
.cid-tCIYGRS5PT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCIYGRS5PT .navbar.collapsed {
  justify-content: center;
}
.cid-tCIYGRS5PT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCIYGRS5PT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCIYGRS5PT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCIYGRS5PT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCIYGRS5PT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCIYGRS5PT .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-tCIYGRS5PT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCIYGRS5PT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCIYGRS5PT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCIYGRS5PT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCIYGRS5PT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCIYGRS5PT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCIYGRS5PT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCIYGRS5PT .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-tCIYGRS5PT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCIYGRS5PT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCIYGRS5PT .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCIYGRS5PT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCIYGRS5PT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCIYGRS5PT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCIYGRS5PT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCIYGRS5PT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCIYGRS5PT .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCIYGRS5PT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCIYGRS5PT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCIYGRS5PT .dropdown-item.active,
.cid-tCIYGRS5PT .dropdown-item:active {
  background-color: transparent;
}
.cid-tCIYGRS5PT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCIYGRS5PT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCIYGRS5PT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCIYGRS5PT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCIYGRS5PT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCIYGRS5PT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCIYGRS5PT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCIYGRS5PT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCIYGRS5PT button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCIYGRS5PT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCIYGRS5PT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCIYGRS5PT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCIYGRS5PT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCIYGRS5PT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCIYGRS5PT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCIYGRS5PT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCIYGRS5PT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCIYGRS5PT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCIYGRS5PT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCIYGRS5PT a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCIYGRS5PT .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-tCIYGRS5PT .navbar {
    height: 70px;
  }
  .cid-tCIYGRS5PT .navbar.opened {
    height: auto;
  }
  .cid-tCIYGRS5PT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCIYGSgkNg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/abashanti2022-2000x1140.webp");
}
.cid-tCIYGSgkNg .wrapper {
  height: 550px;
}
.cid-tCIYGStz4E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCIYGStz4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCIYGStz4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCIYGStz4E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tCIYGStz4E .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCIYGStz4E .embla__button--next,
.cid-tCIYGStz4E .embla__button--prev {
  display: flex;
}
.cid-tCIYGStz4E .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;
}
.cid-tCIYGStz4E .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCIYGStz4E .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCIYGStz4E .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCIYGStz4E .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tCIYGStz4E .embla__button {
    top: auto;
  }
}
.cid-tCIYGStz4E .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tCIYGStz4E .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tCIYGStz4E .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tCIYGStz4E .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tCIYGStz4E .embla {
  position: relative;
  width: 100%;
}
.cid-tCIYGStz4E .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCIYGStz4E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCIYGStz4E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCIYGStz4E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCIYGST7vL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCIYGST7vL .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tCIYGST7vL .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tCIYGST7vL .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tCIYGST7vL .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tCIYGST7vL .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tCIYGST7vL .col-12,
  .cid-tCIYGST7vL .col-md-12 {
    padding: 0;
  }
}
.cid-tCIYGST7vL .si img {
  width: auto;
}
.cid-tCIYGTaNjg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tCIYGTaNjg h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tCIYGTaNjg h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tCIYGTaNjg .box {
  background-image: url("../../../assets/images/aba-lovely-1019x630.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCIYGTaNjg .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tCIYGTaNjg .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tCIYGTaNjg .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCIYGTaNjg .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tCIYGTaNjg .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tCIYGTaNjg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCIYGTaNjg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCIYGTaNjg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCIYGTaNjg a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tCIYGTaNjg a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tCIYGTaNjg .box {
    height: 250px;
  }
}
.cid-tCIYGTaNjg H1 {
  color: #e5c5f4;
}
.cid-tCIYGTC0si {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCIYGTC0si .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tCIYGTC0si .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tCIYGTC0si .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tCIYGTC0si .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tCIYGTC0si .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tCIYGTC0si .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tCIYGTC0si .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tCIYGTC0si .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tCIYGTC0si .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tCIYGTC0si .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tCIYGTC0si .mbr-text,
.cid-tCIYGTC0si .mbr-section-btn {
  text-align: left;
}
.cid-tCIYGTC0si H3 {
  text-align: left;
}
.cid-tCIYGTC0si .author,
.cid-tCIYGTC0si .box {
  font-style: italic;
}
.cid-tCIYGTC0si .author {
  color: #9A948D;
}
.cid-tCIYGTC0si .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tCIYGTC0si .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tCIYGTC0si .mbr-iconfont {
    display: none;
  }
}
.cid-tCMEjr6Lhd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCMEjr6Lhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCMEjr6Lhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCMEjr6Lhd .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCMEjr6Lhd .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCMEjr6Lhd .container-fluid .row {
  padding: 0;
}
.cid-tCMEjr6Lhd .container {
  overflow: hidden;
}
.cid-tCMEjr6Lhd .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tCMEjr6Lhd .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tCMEjr6Lhd .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tCMEjr6Lhd .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tCMEjr6Lhd .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tCMEjr6Lhd .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tCMEjr6Lhd .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tCMEjr6Lhd .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tCMEjr6Lhd .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tCMEjr6Lhd .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tCIYGU137K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCIYGU137K .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCJk2TR6r8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCJk2TR6r8 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCJk2TR6r8 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCJk2TR6r8 .container,
  .cid-tCJk2TR6r8 .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCJk2TR6r8 .nav-link:hover,
  .cid-tCJk2TR6r8 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCJk2TR6r8 .navbar-nav {
  margin: auto;
}
.cid-tCJk2TR6r8 .dropdown-item {
  color: #ffffff !important;
}
.cid-tCJk2TR6r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCJk2TR6r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCJk2TR6r8 .navbar-short,
.cid-tCJk2TR6r8 .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCJk2TR6r8 .navbar-short .nav-link,
.cid-tCJk2TR6r8 .opened .nav-link,
.cid-tCJk2TR6r8 .navbar-short .navbar-caption,
.cid-tCJk2TR6r8 .opened .navbar-caption,
.cid-tCJk2TR6r8 .navbar-short .mbr-iconfont,
.cid-tCJk2TR6r8 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCJk2TR6r8 .navbar-short .hamburger span,
.cid-tCJk2TR6r8 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCJk2TR6r8 .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCJk2TR6r8 .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-tCJk2TR6r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCJk2TR6r8 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCJk2TR6r8 .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCJk2TR6r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCJk2TR6r8 .container {
  display: flex;
  margin: auto;
}
.cid-tCJk2TR6r8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCJk2TR6r8 .dropdown-menu,
.cid-tCJk2TR6r8 .navbar.opened {
  background: #000000 !important;
}
.cid-tCJk2TR6r8 .nav-item:focus,
.cid-tCJk2TR6r8 .nav-link:focus {
  outline: none;
}
.cid-tCJk2TR6r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCJk2TR6r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCJk2TR6r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCJk2TR6r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCJk2TR6r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCJk2TR6r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCJk2TR6r8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCJk2TR6r8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCJk2TR6r8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCJk2TR6r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCJk2TR6r8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCJk2TR6r8 .navbar.collapsed {
  justify-content: center;
}
.cid-tCJk2TR6r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCJk2TR6r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCJk2TR6r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCJk2TR6r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCJk2TR6r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCJk2TR6r8 .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-tCJk2TR6r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCJk2TR6r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCJk2TR6r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCJk2TR6r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCJk2TR6r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCJk2TR6r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCJk2TR6r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCJk2TR6r8 .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-tCJk2TR6r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCJk2TR6r8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCJk2TR6r8 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCJk2TR6r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCJk2TR6r8 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCJk2TR6r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCJk2TR6r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCJk2TR6r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCJk2TR6r8 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCJk2TR6r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCJk2TR6r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCJk2TR6r8 .dropdown-item.active,
.cid-tCJk2TR6r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCJk2TR6r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCJk2TR6r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCJk2TR6r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCJk2TR6r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCJk2TR6r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCJk2TR6r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCJk2TR6r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCJk2TR6r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCJk2TR6r8 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCJk2TR6r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCJk2TR6r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCJk2TR6r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCJk2TR6r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCJk2TR6r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCJk2TR6r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCJk2TR6r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCJk2TR6r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCJk2TR6r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCJk2TR6r8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCJk2TR6r8 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCJk2TR6r8 .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-tCJk2TR6r8 .navbar {
    height: 70px;
  }
  .cid-tCJk2TR6r8 .navbar.opened {
    height: auto;
  }
  .cid-tCJk2TR6r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCJk2UesOR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/arts-1187x786.webp");
}
.cid-tCJk2UesOR .wrapper {
  height: 550px;
}
.cid-tCJk2UqCez {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCJk2UqCez .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCJk2UqCez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCJk2UqCez .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tCJk2UqCez .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCJk2UqCez .embla__button--next,
.cid-tCJk2UqCez .embla__button--prev {
  display: flex;
}
.cid-tCJk2UqCez .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;
}
.cid-tCJk2UqCez .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCJk2UqCez .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCJk2UqCez .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCJk2UqCez .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tCJk2UqCez .embla__button {
    top: auto;
  }
}
.cid-tCJk2UqCez .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tCJk2UqCez .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tCJk2UqCez .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tCJk2UqCez .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tCJk2UqCez .embla {
  position: relative;
  width: 100%;
}
.cid-tCJk2UqCez .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCJk2UqCez .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCJk2UqCez .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCJk2UqCez .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCJk2UOh89 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCJk2UOh89 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tCJk2UOh89 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tCJk2UOh89 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tCJk2UOh89 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tCJk2UOh89 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tCJk2UOh89 .col-12,
  .cid-tCJk2UOh89 .col-md-12 {
    padding: 0;
  }
}
.cid-tCJk2UOh89 .si img {
  width: auto;
}
.cid-tCJk2V38Y1 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tCJk2V38Y1 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tCJk2V38Y1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tCJk2V38Y1 .box {
  background-image: url("../../../assets/images/arts-logo-smaller-1666x1666.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCJk2V38Y1 .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tCJk2V38Y1 .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tCJk2V38Y1 .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCJk2V38Y1 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tCJk2V38Y1 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tCJk2V38Y1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCJk2V38Y1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCJk2V38Y1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCJk2V38Y1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tCJk2V38Y1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tCJk2V38Y1 .box {
    height: 250px;
  }
}
.cid-tCJk2V38Y1 H1 {
  color: #e5c5f4;
}
.cid-tCJk2VskJO {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCJk2VskJO .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tCJk2VskJO .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tCJk2VskJO .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tCJk2VskJO .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tCJk2VskJO .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tCJk2VskJO .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tCJk2VskJO .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tCJk2VskJO .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tCJk2VskJO .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tCJk2VskJO .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tCJk2VskJO .mbr-text,
.cid-tCJk2VskJO .mbr-section-btn {
  text-align: center;
}
.cid-tCJk2VskJO H3 {
  text-align: left;
}
.cid-tCJk2VskJO .author,
.cid-tCJk2VskJO .box {
  font-style: italic;
}
.cid-tCJk2VskJO .author {
  color: #9A948D;
}
.cid-tCJk2VskJO .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tCJk2VskJO .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tCJk2VskJO .mbr-iconfont {
    display: none;
  }
}
.cid-tCN24503ZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCN24503ZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCN24503ZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCN24503ZI .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCN24503ZI .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCN24503ZI .container-fluid .row {
  padding: 0;
}
.cid-tCN24503ZI .container {
  overflow: hidden;
}
.cid-tCN24503ZI .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tCN24503ZI .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tCN24503ZI .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tCN24503ZI .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tCN24503ZI .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tCN24503ZI .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tCN24503ZI .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tCN24503ZI .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tCN24503ZI .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tCN24503ZI .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tCJk2VOI0O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCJk2VOI0O .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCISGLnjCk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCISGLnjCk .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCISGLnjCk nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCISGLnjCk .container,
  .cid-tCISGLnjCk .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCISGLnjCk .nav-link:hover,
  .cid-tCISGLnjCk .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCISGLnjCk .navbar-nav {
  margin: auto;
}
.cid-tCISGLnjCk .dropdown-item {
  color: #ffffff !important;
}
.cid-tCISGLnjCk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCISGLnjCk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCISGLnjCk .navbar-short,
.cid-tCISGLnjCk .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCISGLnjCk .navbar-short .nav-link,
.cid-tCISGLnjCk .opened .nav-link,
.cid-tCISGLnjCk .navbar-short .navbar-caption,
.cid-tCISGLnjCk .opened .navbar-caption,
.cid-tCISGLnjCk .navbar-short .mbr-iconfont,
.cid-tCISGLnjCk .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCISGLnjCk .navbar-short .hamburger span,
.cid-tCISGLnjCk .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCISGLnjCk .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCISGLnjCk .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-tCISGLnjCk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCISGLnjCk .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCISGLnjCk .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCISGLnjCk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCISGLnjCk .container {
  display: flex;
  margin: auto;
}
.cid-tCISGLnjCk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCISGLnjCk .dropdown-menu,
.cid-tCISGLnjCk .navbar.opened {
  background: #000000 !important;
}
.cid-tCISGLnjCk .nav-item:focus,
.cid-tCISGLnjCk .nav-link:focus {
  outline: none;
}
.cid-tCISGLnjCk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCISGLnjCk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCISGLnjCk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCISGLnjCk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCISGLnjCk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCISGLnjCk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCISGLnjCk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCISGLnjCk .navbar.opened {
  transition: all 0.3s;
}
.cid-tCISGLnjCk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCISGLnjCk .navbar .navbar-logo img {
  width: auto;
}
.cid-tCISGLnjCk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCISGLnjCk .navbar.collapsed {
  justify-content: center;
}
.cid-tCISGLnjCk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCISGLnjCk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCISGLnjCk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCISGLnjCk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCISGLnjCk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCISGLnjCk .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-tCISGLnjCk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCISGLnjCk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCISGLnjCk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCISGLnjCk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCISGLnjCk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCISGLnjCk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCISGLnjCk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCISGLnjCk .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-tCISGLnjCk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCISGLnjCk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCISGLnjCk .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCISGLnjCk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCISGLnjCk .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCISGLnjCk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCISGLnjCk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCISGLnjCk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCISGLnjCk .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCISGLnjCk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCISGLnjCk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCISGLnjCk .dropdown-item.active,
.cid-tCISGLnjCk .dropdown-item:active {
  background-color: transparent;
}
.cid-tCISGLnjCk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCISGLnjCk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCISGLnjCk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCISGLnjCk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCISGLnjCk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCISGLnjCk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCISGLnjCk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCISGLnjCk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCISGLnjCk button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCISGLnjCk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCISGLnjCk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCISGLnjCk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCISGLnjCk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCISGLnjCk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCISGLnjCk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCISGLnjCk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCISGLnjCk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCISGLnjCk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCISGLnjCk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCISGLnjCk a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCISGLnjCk .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-tCISGLnjCk .navbar {
    height: 70px;
  }
  .cid-tCISGLnjCk .navbar.opened {
    height: auto;
  }
  .cid-tCISGLnjCk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCISGLLeii {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/4-play-security-2000x1125.webp");
}
.cid-tCISGLLeii .wrapper {
  height: 550px;
}
.cid-tCISGLXjji {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCISGLXjji .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCISGLXjji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCISGLXjji .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tCISGLXjji .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCISGLXjji .embla__button--next,
.cid-tCISGLXjji .embla__button--prev {
  display: flex;
}
.cid-tCISGLXjji .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;
}
.cid-tCISGLXjji .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCISGLXjji .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCISGLXjji .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCISGLXjji .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tCISGLXjji .embla__button {
    top: auto;
  }
}
.cid-tCISGLXjji .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tCISGLXjji .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tCISGLXjji .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tCISGLXjji .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tCISGLXjji .embla {
  position: relative;
  width: 100%;
}
.cid-tCISGLXjji .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCISGLXjji .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCISGLXjji .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCISGLXjji .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCISGMmCpl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCISGMmCpl .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tCISGMmCpl .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tCISGMmCpl .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tCISGMmCpl .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tCISGMmCpl .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tCISGMmCpl .col-12,
  .cid-tCISGMmCpl .col-md-12 {
    padding: 0;
  }
}
.cid-tCISGMmCpl .si img {
  width: auto;
}
.cid-tCISGMD1On {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tCISGMD1On h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tCISGMD1On h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tCISGMD1On .box {
  background-image: url("../../../assets/images/4-play-lovely-2000x1125.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCISGMD1On .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tCISGMD1On .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tCISGMD1On .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCISGMD1On .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tCISGMD1On .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tCISGMD1On .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCISGMD1On .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCISGMD1On .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCISGMD1On a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tCISGMD1On a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tCISGMD1On .box {
    height: 250px;
  }
}
.cid-tCISGMD1On H1 {
  color: #e5c5f4;
}
.cid-tCLPC9DGcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tCLPC9DGcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCLPC9DGcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCLPC9DGcG .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCLPC9DGcG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tCLPC9DGcG .container {
    padding: 0 20px;
  }
}
.cid-tCLPC9DGcG .container,
.cid-tCLPC9DGcG .container-fluid {
  position: relative;
}
.cid-tCLPC9DGcG .container .blur-wrap,
.cid-tCLPC9DGcG .container-fluid .blur-wrap {
  position: absolute;
  bottom: -3rem;
  right: 25%;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #f5fd7b 10%, #6567ee 60%);
  filter: blur(50px);
}
.cid-tCLPC9DGcG .row {
  padding: 50px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tCLPC9DGcG .row {
    padding: 32px 16px;
  }
}
.cid-tCLPC9DGcG .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #595966;
  opacity: .2;
}
.cid-tCLPC9DGcG .row .card {
  padding: 0 8px;
}
@media (max-width: 992px) {
  .cid-tCLPC9DGcG .row .card {
    margin-bottom: 16px;
  }
}
.cid-tCLPC9DGcG .row .card .image-wrapper img {
  height: 300px;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tCIY5b0AI4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCIY5b0AI4 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCM9GtsktG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCM9GtsktG .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCM9GtsktG nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCM9GtsktG .container,
  .cid-tCM9GtsktG .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCM9GtsktG .nav-link:hover,
  .cid-tCM9GtsktG .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCM9GtsktG .navbar-nav {
  margin: auto;
}
.cid-tCM9GtsktG .dropdown-item {
  color: #ffffff !important;
}
.cid-tCM9GtsktG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCM9GtsktG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCM9GtsktG .navbar-short,
.cid-tCM9GtsktG .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCM9GtsktG .navbar-short .nav-link,
.cid-tCM9GtsktG .opened .nav-link,
.cid-tCM9GtsktG .navbar-short .navbar-caption,
.cid-tCM9GtsktG .opened .navbar-caption,
.cid-tCM9GtsktG .navbar-short .mbr-iconfont,
.cid-tCM9GtsktG .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCM9GtsktG .navbar-short .hamburger span,
.cid-tCM9GtsktG .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCM9GtsktG .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCM9GtsktG .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-tCM9GtsktG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCM9GtsktG .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCM9GtsktG .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCM9GtsktG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCM9GtsktG .container {
  display: flex;
  margin: auto;
}
.cid-tCM9GtsktG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCM9GtsktG .dropdown-menu,
.cid-tCM9GtsktG .navbar.opened {
  background: #000000 !important;
}
.cid-tCM9GtsktG .nav-item:focus,
.cid-tCM9GtsktG .nav-link:focus {
  outline: none;
}
.cid-tCM9GtsktG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCM9GtsktG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCM9GtsktG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCM9GtsktG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCM9GtsktG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCM9GtsktG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCM9GtsktG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCM9GtsktG .navbar.opened {
  transition: all 0.3s;
}
.cid-tCM9GtsktG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCM9GtsktG .navbar .navbar-logo img {
  width: auto;
}
.cid-tCM9GtsktG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCM9GtsktG .navbar.collapsed {
  justify-content: center;
}
.cid-tCM9GtsktG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCM9GtsktG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCM9GtsktG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCM9GtsktG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCM9GtsktG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCM9GtsktG .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-tCM9GtsktG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCM9GtsktG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCM9GtsktG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCM9GtsktG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCM9GtsktG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCM9GtsktG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCM9GtsktG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCM9GtsktG .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-tCM9GtsktG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCM9GtsktG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCM9GtsktG .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCM9GtsktG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCM9GtsktG .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCM9GtsktG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCM9GtsktG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCM9GtsktG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCM9GtsktG .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCM9GtsktG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCM9GtsktG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCM9GtsktG .dropdown-item.active,
.cid-tCM9GtsktG .dropdown-item:active {
  background-color: transparent;
}
.cid-tCM9GtsktG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCM9GtsktG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCM9GtsktG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCM9GtsktG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCM9GtsktG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCM9GtsktG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCM9GtsktG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCM9GtsktG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCM9GtsktG button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCM9GtsktG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCM9GtsktG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCM9GtsktG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCM9GtsktG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCM9GtsktG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCM9GtsktG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCM9GtsktG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCM9GtsktG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCM9GtsktG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCM9GtsktG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCM9GtsktG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCM9GtsktG .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-tCM9GtsktG .navbar {
    height: 70px;
  }
  .cid-tCM9GtsktG .navbar.opened {
    height: auto;
  }
  .cid-tCM9GtsktG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCM9GtU99q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chan-1-2000x1333.webp");
}
.cid-tCM9GtU99q .wrapper {
  height: 550px;
}
.cid-tCM9Gu8AAG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCM9Gu8AAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCM9Gu8AAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCM9Gu8AAG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tCM9Gu8AAG .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCM9Gu8AAG .embla__button--next,
.cid-tCM9Gu8AAG .embla__button--prev {
  display: flex;
}
.cid-tCM9Gu8AAG .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;
}
.cid-tCM9Gu8AAG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCM9Gu8AAG .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCM9Gu8AAG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCM9Gu8AAG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tCM9Gu8AAG .embla__button {
    top: auto;
  }
}
.cid-tCM9Gu8AAG .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tCM9Gu8AAG .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tCM9Gu8AAG .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tCM9Gu8AAG .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tCM9Gu8AAG .embla {
  position: relative;
  width: 100%;
}
.cid-tCM9Gu8AAG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCM9Gu8AAG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCM9Gu8AAG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCM9Gu8AAG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCM9Guyqad {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCM9Guyqad .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tCM9Guyqad .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tCM9Guyqad .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tCM9Guyqad .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tCM9Guyqad .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tCM9Guyqad .col-12,
  .cid-tCM9Guyqad .col-md-12 {
    padding: 0;
  }
}
.cid-tCM9Guyqad .si img {
  width: auto;
}
.cid-tCM9GuRGe0 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tCM9GuRGe0 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tCM9GuRGe0 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tCM9GuRGe0 .box {
  background-image: url("../../../assets/images/channel-one-hi-res-1280x784.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCM9GuRGe0 .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tCM9GuRGe0 .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tCM9GuRGe0 .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCM9GuRGe0 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tCM9GuRGe0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tCM9GuRGe0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCM9GuRGe0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCM9GuRGe0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCM9GuRGe0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tCM9GuRGe0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tCM9GuRGe0 .box {
    height: 250px;
  }
}
.cid-tCM9GuRGe0 H1 {
  color: #e5c5f4;
}
.cid-tCM9Gvlp32 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCM9Gvlp32 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tCM9Gvlp32 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tCM9Gvlp32 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tCM9Gvlp32 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tCM9Gvlp32 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tCM9Gvlp32 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tCM9Gvlp32 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tCM9Gvlp32 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tCM9Gvlp32 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tCM9Gvlp32 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tCM9Gvlp32 .mbr-text,
.cid-tCM9Gvlp32 .mbr-section-btn {
  text-align: left;
}
.cid-tCM9Gvlp32 H3 {
  text-align: left;
}
.cid-tCM9Gvlp32 .author,
.cid-tCM9Gvlp32 .box {
  font-style: italic;
}
.cid-tCM9Gvlp32 .author {
  color: #9A948D;
}
.cid-tCM9Gvlp32 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tCM9Gvlp32 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tCM9Gvlp32 .mbr-iconfont {
    display: none;
  }
}
.cid-tCM9GvMkaa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tCM9GvMkaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCM9GvMkaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCM9GvMkaa .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tCM9GvMkaa .container-fluid {
    padding: 0 16px;
  }
}
.cid-tCM9GvMkaa .container-fluid .row {
  padding: 0;
}
.cid-tCM9GvMkaa .container {
  overflow: hidden;
}
.cid-tCM9GvMkaa .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tCM9GvMkaa .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tCM9GvMkaa .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tCM9GvMkaa .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tCM9GvMkaa .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tCM9GvMkaa .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tCM9GvMkaa .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tCM9GvMkaa .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tCM9GvMkaa .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tCM9GvMkaa .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tCM9Gwuwz8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCM9Gwuwz8 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCMBE6X9Pk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCMBE6X9Pk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCMBE6X9Pk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCMBE6X9Pk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tCMBE6X9Pk .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCMBE6X9Pk .embla__button--next,
.cid-tCMBE6X9Pk .embla__button--prev {
  display: flex;
}
.cid-tCMBE6X9Pk .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;
  display: none;
}
.cid-tCMBE6X9Pk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCMBE6X9Pk .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCMBE6X9Pk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCMBE6X9Pk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tCMBE6X9Pk .embla__button {
    top: auto;
  }
}
.cid-tCMBE6X9Pk .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tCMBE6X9Pk .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tCMBE6X9Pk .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tCMBE6X9Pk .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tCMBE6X9Pk .embla {
  position: relative;
  width: 100%;
}
.cid-tCMBE6X9Pk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCMBE6X9Pk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCMBE6X9Pk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCMBE6X9Pk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tCQBkZluqQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCQBkZluqQ .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCQBkZluqQ nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCQBkZluqQ .container,
  .cid-tCQBkZluqQ .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCQBkZluqQ .nav-link:hover,
  .cid-tCQBkZluqQ .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCQBkZluqQ .navbar-nav {
  margin: auto;
}
.cid-tCQBkZluqQ .dropdown-item {
  color: #ffffff !important;
}
.cid-tCQBkZluqQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCQBkZluqQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCQBkZluqQ .navbar-short,
.cid-tCQBkZluqQ .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCQBkZluqQ .navbar-short .nav-link,
.cid-tCQBkZluqQ .opened .nav-link,
.cid-tCQBkZluqQ .navbar-short .navbar-caption,
.cid-tCQBkZluqQ .opened .navbar-caption,
.cid-tCQBkZluqQ .navbar-short .mbr-iconfont,
.cid-tCQBkZluqQ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCQBkZluqQ .navbar-short .hamburger span,
.cid-tCQBkZluqQ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCQBkZluqQ .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCQBkZluqQ .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-tCQBkZluqQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCQBkZluqQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCQBkZluqQ .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCQBkZluqQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCQBkZluqQ .container {
  display: flex;
  margin: auto;
}
.cid-tCQBkZluqQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCQBkZluqQ .dropdown-menu,
.cid-tCQBkZluqQ .navbar.opened {
  background: #000000 !important;
}
.cid-tCQBkZluqQ .nav-item:focus,
.cid-tCQBkZluqQ .nav-link:focus {
  outline: none;
}
.cid-tCQBkZluqQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCQBkZluqQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCQBkZluqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCQBkZluqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCQBkZluqQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCQBkZluqQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCQBkZluqQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCQBkZluqQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tCQBkZluqQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCQBkZluqQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tCQBkZluqQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCQBkZluqQ .navbar.collapsed {
  justify-content: center;
}
.cid-tCQBkZluqQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCQBkZluqQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCQBkZluqQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCQBkZluqQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCQBkZluqQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCQBkZluqQ .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-tCQBkZluqQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCQBkZluqQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCQBkZluqQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCQBkZluqQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCQBkZluqQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCQBkZluqQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCQBkZluqQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCQBkZluqQ .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-tCQBkZluqQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCQBkZluqQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCQBkZluqQ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCQBkZluqQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCQBkZluqQ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCQBkZluqQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCQBkZluqQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCQBkZluqQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCQBkZluqQ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCQBkZluqQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCQBkZluqQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCQBkZluqQ .dropdown-item.active,
.cid-tCQBkZluqQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tCQBkZluqQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCQBkZluqQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCQBkZluqQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCQBkZluqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCQBkZluqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCQBkZluqQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCQBkZluqQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCQBkZluqQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCQBkZluqQ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCQBkZluqQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCQBkZluqQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCQBkZluqQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCQBkZluqQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCQBkZluqQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCQBkZluqQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCQBkZluqQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCQBkZluqQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCQBkZluqQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCQBkZluqQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCQBkZluqQ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCQBkZluqQ .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-tCQBkZluqQ .navbar {
    height: 70px;
  }
  .cid-tCQBkZluqQ .navbar.opened {
    height: auto;
  }
  .cid-tCQBkZluqQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCSvoEn4HJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCSvoEn4HJ .mbr-section-title {
  color: #ba9b67;
}
.cid-tCSvoEn4HJ .mbr-text {
  color: #c0bcb7;
}
.cid-tCQBkZLgjZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/microphone1-1-1396x800.webp");
}
.cid-tCQBkZLgjZ .wrapper {
  height: 550px;
}
.cid-tCQBkZLgjZ .mbr-section-title {
  text-align: left;
  color: #ba9b67;
}
.cid-tCQBl0IO5n {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCQBl0IO5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQBl0IO5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQBl0IO5n .video-wrapper iframe {
  width: 100%;
}
.cid-tCQBl0IO5n .mbr-section-title,
.cid-tCQBl0IO5n .mbr-section-subtitle,
.cid-tCQBl0IO5n .mbr-text {
  text-align: center;
}
.cid-tCQBl0IO5n .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-tCQBl0IO5n .mbr-section-subtitle {
  text-align: left;
}
.cid-tCQBl0IO5n .mbr-text {
  color: #f50b0b;
}
.cid-tCT4NT0ULB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/girlets-2000x1123.webp");
}
.cid-tCT4NT0ULB .wrapper {
  height: 550px;
}
.cid-tCSWvLSiOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/entertaining-the-crowd-2000x1126.webp");
}
.cid-tCSWvLSiOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCSWvLSiOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCSWvLSiOQ .container-fluid {
  padding: 0;
}
.cid-tCSWvLSiOQ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tCSWvLSiOQ .row {
    padding: 0 12px;
  }
}
.cid-tCSWvLSiOQ .title-wrapper {
  padding-top: 40%;
}
.cid-tCSWvLSiOQ .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tCSWvLSiOQ .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tCSWvLSiOQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCQBl1348l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-tCQBl1348l img,
.cid-tCQBl1348l .item-img {
  width: 100%;
}
.cid-tCQBl1348l .item:focus,
.cid-tCQBl1348l span:focus {
  outline: none;
}
.cid-tCQBl1348l .item-wrapper {
  position: relative;
}
.cid-tCQBl1348l .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCQBl1348l .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCQBl1348l .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCQBl1348l .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCQBl1348l .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCQBl1348l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCQBl1348l .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-tCQBl1348l .mbr-text,
.cid-tCQBl1348l .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tCQBl1348l .item-title {
  text-align: left;
  color: #000000;
}
.cid-tCQBl1348l .item-subtitle {
  text-align: left;
}
.cid-tCQBl1348l .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tCQBl1348l .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tCQBl1348l .embla__button--next,
.cid-tCQBl1348l .embla__button--prev {
  display: flex;
}
.cid-tCQBl1348l .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;
}
.cid-tCQBl1348l .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tCQBl1348l .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tCQBl1348l .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCQBl1348l .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCQBl1348l .embla__button {
    top: auto;
  }
}
.cid-tCQBl1348l .embla {
  position: relative;
  width: 100%;
}
.cid-tCQBl1348l .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tCQBl1348l .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tCQBl1348l .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tCQBl1348l .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDfrLBu9GS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jah-shaka-black-1600x1096.webp");
}
.cid-tDfrLBu9GS .wrapper {
  height: 550px;
}
.cid-tDfBjkGy2s {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tDfBjkGy2s .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDfBjkGy2s .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDfBjkGy2s .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDfBjkGy2s .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDfBjkGy2s .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDfBjkGy2s .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDfBjkGy2s .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDfBjkGy2s .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDfBjkGy2s .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDfBjkGy2s .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDfBjkGy2s .mbr-text,
.cid-tDfBjkGy2s .mbr-section-btn {
  text-align: left;
}
.cid-tDfBjkGy2s H3 {
  text-align: left;
}
.cid-tDfBjkGy2s .author,
.cid-tDfBjkGy2s .box {
  font-style: italic;
}
.cid-tDfBjkGy2s .author {
  color: #9A948D;
}
.cid-tDfBjkGy2s .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDfBjkGy2s .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDfBjkGy2s .mbr-iconfont {
    display: none;
  }
}
.cid-tDfp5dhDnx {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tDfp5dhDnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDfp5dhDnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDfp5dhDnx .box {
  margin-bottom: 15px;
}
.cid-tDfp5dhDnx .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tDfp5dhDnx .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tDfp5dhDnx .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tDfp5dhDnx .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tDfp5dhDnx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tDfp5dhDnx .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tDfp5dhDnx .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tDfp5dhDnx .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tDfp5dhDnx .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tDfp5dhDnx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDfp5dhDnx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDfp5dhDnx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDfp5dhDnx .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDfp5dhDnx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDfp5dhDnx .item-img {
  overflow: hidden;
}
.cid-tDfp5dhDnx .item-img img {
  width: 100%;
}
.cid-tDfp5dhDnx .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tDfp5dhDnx .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-tDfp5dhDnx .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tCRsvzQO6V {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-tCRsvzQO6V .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCRsvzQO6V .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCRsvzQO6V .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCRsvzQO6V .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCRsvzQO6V .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-tCRsvzQO6V .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCRsvzQO6V .carousel-control,
.cid-tCRsvzQO6V .close {
  background: #1b1b1b;
}
.cid-tCRsvzQO6V .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCRsvzQO6V .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCRsvzQO6V .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCRsvzQO6V .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCRsvzQO6V .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-tCRsvzQO6V .close::before {
  content: '\e91a';
}
.cid-tCRsvzQO6V .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCRsvzQO6V .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-tCRsvzQO6V .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCRsvzQO6V .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCRsvzQO6V .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCRsvzQO6V .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCRsvzQO6V .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-tCRsvzQO6V .carousel-indicators li.active,
.cid-tCRsvzQO6V .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCRsvzQO6V .carousel-indicators li::after,
.cid-tCRsvzQO6V .carousel-indicators li::before {
  content: none;
}
.cid-tCRsvzQO6V .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCRsvzQO6V .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCRsvzQO6V .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCRsvzQO6V .carousel-indicators {
    display: none;
  }
}
.cid-tCRsvzQO6V .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCRsvzQO6V .carousel-inner > .active {
  display: block;
}
.cid-tCRsvzQO6V .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCRsvzQO6V .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCRsvzQO6V .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCRsvzQO6V .carousel-control,
  .cid-tCRsvzQO6V .carousel-indicators,
  .cid-tCRsvzQO6V .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCRsvzQO6V .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCRsvzQO6V .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCRsvzQO6V .carousel-indicators .active,
.cid-tCRsvzQO6V .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCRsvzQO6V .carousel-indicators .active {
  background: #fff;
}
.cid-tCRsvzQO6V .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCRsvzQO6V .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCRsvzQO6V .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCRsvzQO6V .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCRsvzQO6V .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCRsvzQO6V .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCRsvzQO6V .carousel {
  width: 100%;
}
.cid-tCRsvzQO6V .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCRsvzQO6V .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCRsvzQO6V .modal.fade .modal-dialog,
.cid-tCRsvzQO6V .modal.in .modal-dialog {
  transform: none;
}
.cid-tCRsvzQO6V .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCRsvzQO6V H6 {
  text-align: center;
}
.cid-tCRsvzQO6V H3 {
  color: #ddc499;
}
.cid-tCRsvzQO6V H4 {
  color: #9a948d;
}
.cid-tEqLetmkau {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-tEqLetmkau .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tEqLetmkau .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tEqLetmkau .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tEqLetmkau .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-tEqLetmkau .form-group,
  .cid-tEqLetmkau .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tEqLetmkau .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tEqLetmkau textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tEqLetmkau .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tEqLetmkau .text-block {
    margin-bottom: 2rem;
  }
}
.cid-tEqLetmkau .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-tCRAh09G9K {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tCRAh09G9K .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tCRAh09G9K .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tCRAh09G9K .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tCRAh09G9K .mbr-section-btn {
  width: 90%;
}
.cid-tCRAh09G9K img {
  object-fit: cover;
  height: 100%;
}
.cid-tCRAh09G9K section {
  position: relative;
}
.cid-tCRAh09G9K .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tCRAh09G9K .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tCRAh09G9K .mbr-section-subtitle,
  .cid-tCRAh09G9K .mbr-section-btn,
  .cid-tCRAh09G9K .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tCRAh09G9K .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCRAh09G9K .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tCRAh09G9K .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tCRAh09G9K .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCRAh09G9K .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCRAh09G9K .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCRAh09G9K .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCRAh09G9K .mbr-section-subtitle,
.cid-tCRAh09G9K .mbr-section-btn {
  color: #9a948d;
}
.cid-tCQBl0jCF4 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tCQBl0jCF4 .media-container-row {
  justify-content: space-between;
}
.cid-tCQBl0jCF4 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCQBl0jCF4 .text-content {
    max-width: none;
  }
}
.cid-tCQBl0jCF4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCQBl0jCF4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tCQBl0jCF4 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tCQBl0jCF4 .icons {
    justify-content: center !important;
  }
  .cid-tCQBl0jCF4 .text-content * {
    text-align: center;
  }
}
.cid-tCQBl0jCF4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tCRmBaAXu5 {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tCRmBaAXu5 .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tCRmBaAXu5 .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tCRmBaAXu5 .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tCRmBaAXu5 .mbr-section-btn {
  width: 90%;
}
.cid-tCRmBaAXu5 img {
  object-fit: cover;
  height: 100%;
}
.cid-tCRmBaAXu5 section {
  position: relative;
}
.cid-tCRmBaAXu5 .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
.cid-tCRmBaAXu5 .row {
  flex-direction: row-reverse;
}
.cid-tCRmBaAXu5 .mbr-section-title {
  text-align: right;
}
.cid-tCRmBaAXu5 .mbr-section-subtitle,
.cid-tCRmBaAXu5 .mbr-section-btn {
  text-align: right;
  width: 100%;
  padding-left: 180px;
}
.cid-tCRmBaAXu5 .wrap {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cid-tCRmBaAXu5 .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tCRmBaAXu5 .mbr-section-subtitle,
  .cid-tCRmBaAXu5 .mbr-section-btn,
  .cid-tCRmBaAXu5 .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tCRmBaAXu5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCRmBaAXu5 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tCRmBaAXu5 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tCRmBaAXu5 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCRmBaAXu5 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCRmBaAXu5 .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCRmBaAXu5 .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCRmBaAXu5 .mbr-section-subtitle,
.cid-tCRmBaAXu5 .mbr-section-btn {
  color: #9a948d;
}
.cid-tCRBrl2EbT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tCRBrl2EbT .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tCRBrl2EbT .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCRBrl2EbT .text-content {
    max-width: none;
  }
}
.cid-tCRBrl2EbT .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCRBrl2EbT .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tCRBrl2EbT .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tCRBrl2EbT .icons {
    justify-content: center !important;
  }
  .cid-tCRBrl2EbT .text-content * {
    text-align: center;
  }
}
.cid-tCRBrl2EbT .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tEcnvL8k6y {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/crowd-3-2000x1334.webp");
}
.cid-tEcnvL8k6y .container-fluid {
  max-width: 1700px;
}
.cid-tEcnvL8k6y h1 {
  line-height: 1;
}
.cid-tEcnvL8k6y .mbr-text,
.cid-tEcnvL8k6y .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tCQBl1ZtIu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-tCQBl1ZtIu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tCQBl1ZtIu .card {
    margin-bottom: 2rem!important;
  }
  .cid-tCQBl1ZtIu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCQBl1ZtIu .link-wrap {
    align-items: center;
  }
}
.cid-tCQBl1ZtIu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCQBl1ZtIu .mbr-text,
.cid-tCQBl1ZtIu .link-wrap,
.cid-tCQBl1ZtIu .mbr-section-btn {
  color: #9a948d;
}
.cid-tCQBl1ZtIu .card-title,
.cid-tCQBl1ZtIu .card-box {
  color: #ddc499;
}
.cid-tLPmtAWGJF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-tLPmtAWGJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLPmtAWGJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLPmtAWGJF .video-wrapper iframe {
  width: 100%;
}
.cid-tLPmtAWGJF .mbr-section-title,
.cid-tLPmtAWGJF .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tLPmtAWGJF .text-wrapper {
    padding: 2rem;
  }
}
.cid-tLPmtAWGJF .mbr-text {
  color: #ffffff;
}
.cid-tLPmtAWGJF .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-tLPmtAWGJF .mbr-description {
  color: #d4ad6a;
}
.cid-tCSjdQsZ0Y {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tCSjdQsZ0Y .mbr-media {
  position: relative;
}
.cid-tCSjdQsZ0Y .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tCSjdQsZ0Y .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tCSjdQsZ0Y .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-tCSjdQsZ0Y .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCSjdQsZ0Y .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCSjdQsZ0Y .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCSjdQsZ0Y .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCSjdQsZ0Y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCSjdQsZ0Y .mbr-section-title {
  color: #ffffff;
}
.cid-tCSjdQsZ0Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCSBDzFvoD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tCSBDzFvoD .media-container-row {
  justify-content: space-between;
}
.cid-tCSBDzFvoD .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCSBDzFvoD .text-content {
    max-width: none;
  }
}
.cid-tCSBDzFvoD .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCSBDzFvoD .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tCSBDzFvoD .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tCSBDzFvoD .icons {
    justify-content: center !important;
  }
  .cid-tCSBDzFvoD .text-content * {
    text-align: center;
  }
}
.cid-tCSBDzFvoD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tCSHqNUSYH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCSHqNUSYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCSHqNUSYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCSHqNUSYH .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-tCSHqNUSYH .number {
  color: #b1ac6b;
}
.cid-tCSHqNUSYH .period {
  display: block;
}
.cid-tCSHqNUSYH .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tCSHqNUSYH .period {
    font-size: 0.8rem;
  }
}
.cid-tCSHqNUSYH .btn {
  height: 100%;
  margin: 0;
}
.cid-tCSHqNUSYH .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tCSHqNUSYH .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tCSHqNUSYH .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCSHqNUSYH .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tCSHqNUSYH .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-tCSHqNUSYH H3 {
  color: #000000;
}
.cid-tCSHqNUSYH .mbr-text,
.cid-tCSHqNUSYH .mbr-section-btn {
  color: #f50b0b;
}
.cid-tCSK8DuRoC {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCSK8DuRoC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tCSK8DuRoC .mbr-text {
  color: #c0bcb7;
}
.cid-tCQBl01eCA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCQBl01eCA .mbr-section-title {
  color: #ba9b67;
}
.cid-tCQBl01eCA .mbr-text {
  color: #c0bcb7;
}
.cid-tCSc9KbjtJ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-tCSc9KbjtJ .container-fluid {
  max-width: 1700px;
}
.cid-tCSc9KbjtJ h1 {
  line-height: 1;
}
.cid-tCQBl52KIK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCQBl52KIK .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tCQBl52KIK .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tCQBl52KIK .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tCQBl52KIK .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tCQBl52KIK .text {
  color: #BA9B67;
}
.cid-tCQBl52KIK .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tCQBl52KIK .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tCQBl52KIK .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tCQBl52KIK .mbr-text {
  text-align: left;
}
.cid-tCQBl52KIK .mbr-section-title {
  color: #ddc499;
}
.cid-tJEIC1yjHC {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tJEIC1yjHC .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tJEIC1yjHC .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tJEIC1yjHC .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tJEIC1yjHC .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tJEIC1yjHC .text {
  color: #BA9B67;
}
.cid-tJEIC1yjHC .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tJEIC1yjHC .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJEIC1yjHC .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tJEIC1yjHC .mbr-text {
  text-align: left;
}
.cid-tJEIC1yjHC .mbr-section-title {
  color: #ddc499;
}
.cid-tK5RqrP1jc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tK5RqrP1jc .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tK5RqrP1jc .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tK5RqrP1jc .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tK5RqrP1jc .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tK5RqrP1jc .text {
  color: #BA9B67;
}
.cid-tK5RqrP1jc .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tK5RqrP1jc .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tK5RqrP1jc .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tK5RqrP1jc .mbr-text {
  text-align: left;
}
.cid-tK5RqrP1jc .mbr-section-title {
  color: #ddc499;
}
.cid-tCQBl3Wkqm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tCQBl3Wkqm .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tCQBl3Wkqm .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCQBl3Wkqm .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tCQBl3Wkqm .row {
    margin: 0;
  }
}
.cid-tCQBl3Wkqm .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tCQBl3Wkqm .mbr-title {
  text-align: left;
}
.cid-tLgxd6mjXx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tLgxd6mjXx .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tLgxd6mjXx .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tLgxd6mjXx .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tLgxd6mjXx .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tLgxd6mjXx .text {
  color: #BA9B67;
}
.cid-tLgxd6mjXx .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tLgxd6mjXx .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tLgxd6mjXx .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tLgxd6mjXx .mbr-text {
  text-align: left;
}
.cid-tLgxd6mjXx .mbr-section-title {
  color: #ddc499;
}
.cid-tCSPstYaGj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-tCSPstYaGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCSPstYaGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCSPstYaGj .box {
  margin-bottom: 15px;
}
.cid-tCSPstYaGj .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tCSPstYaGj .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tCSPstYaGj .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tCSPstYaGj .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tCSPstYaGj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tCSPstYaGj .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tCSPstYaGj .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tCSPstYaGj .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tCSPstYaGj .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tCSPstYaGj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCSPstYaGj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCSPstYaGj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCSPstYaGj .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCSPstYaGj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCSPstYaGj .item-img {
  overflow: hidden;
}
.cid-tCSPstYaGj .item-img img {
  width: 100%;
}
.cid-tCSPstYaGj .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tCSPstYaGj .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-tCSPstYaGj .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tCSVOeZiav {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-tCSVOeZiav .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCSVOeZiav .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCSVOeZiav .container-fluid {
  padding: 0;
}
.cid-tCSVOeZiav .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tCSVOeZiav .row {
    padding: 0 12px;
  }
}
.cid-tCSVOeZiav .title-wrapper {
  padding-top: 40%;
}
.cid-tCSVOeZiav .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tCSVOeZiav .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tCSVOeZiav .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tCSo9LlqM9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tCSo9LlqM9 img,
.cid-tCSo9LlqM9 .item-img {
  width: 100%;
}
.cid-tCSo9LlqM9 .item:focus,
.cid-tCSo9LlqM9 span:focus {
  outline: none;
}
.cid-tCSo9LlqM9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCSo9LlqM9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCSo9LlqM9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCSo9LlqM9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCSo9LlqM9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCSo9LlqM9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCSo9LlqM9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCSo9LlqM9 .mbr-section-title {
  color: #232323;
}
.cid-tCSo9LlqM9 .mbr-text,
.cid-tCSo9LlqM9 .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-tCSo9LlqM9 .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tCSo9LlqM9 .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-tCT4JV2N5V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/unit-147-sound-red-bull-2000x1000.webp");
}
.cid-tCT4JV2N5V .wrapper {
  height: 550px;
}
.cid-tCT4JV2N5V .mbr-section-title {
  text-align: center;
}
.cid-tCSvjU4ql1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tCSvjU4ql1 .mbr-section-title {
  color: #ba9b67;
}
.cid-tCSvjU4ql1 .mbr-text {
  color: #c0bcb7;
}
.cid-tCTJgIwITU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-tCTJgIwITU .image-wrapper {
  padding: 0 2rem;
}
.cid-tCTJgIwITU .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tCTJgIwITU .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tCTJgIwITU .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-tCTJgIwITU .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-tCTJgIwITU .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tCTJgIwITU .text-wrapper,
  .cid-tCTJgIwITU .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tCTJgIwITU .text-wrapper,
  .cid-tCTJgIwITU .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tCTJgIwITU .text-wrapper,
  .cid-tCTJgIwITU .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tCTJgIwITU .text-wrapper,
  .cid-tCTJgIwITU .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tCTJgIwITU .text-wrapper,
  .cid-tCTJgIwITU .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tCTJgIwITU .content {
    text-align: center;
  }
}
.cid-tCTJgIwITU .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tCTJgIwITU .mbr-card-title {
    text-align: start;
  }
}
.cid-tCTJgIwITU .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tCTJgIwITU .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tCTJgIwITU .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tCTJgIwITU .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tCTJgIwITU .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tCTJgIwITU .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tCTJgIwITU .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tCTJgIwITU .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tCTJgIwITU .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tCTJgIwITU .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tCTJgIwITU .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tCTJgIwITU .nutrition-wrap {
    width: 100%;
  }
}
.cid-tCTJgIwITU .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tCTJgIwITU .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tCTJgIwITU .tile-text-wrap {
  display: flex;
}
.cid-tCTJgIwITU svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tCTJgIwITU svg path {
  fill: #cd8ad1;
}
.cid-tCTJgIwITU .numbers {
  display: flex;
  align-self: center;
}
.cid-tCTJgIwITU .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tCTJgIwITU .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tCTJgIwITU .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tCTJgIwITU .mbr-tile-text {
    text-align: start;
  }
}
.cid-tCTJgIwITU .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tCTJgIwITU .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tCTJgIwITU .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tCTJgIwITU .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tCTJgIwITU .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tCTJgIwITU .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tCTJgIwITU .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tCTJgIwITU .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tCTJgIwITU .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tCTJgIwITU div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tCTJgIwITU .mbr-section-btn {
  display: flex;
}
.cid-tCTJgIwITU .mbr-text-title {
  color: #ddc499;
}
.cid-tLgLUvUNzb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLgLUvUNzb .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tLgLUvUNzb .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLgLUvUNzb .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tLgLUvUNzb .row {
    margin: 0;
  }
}
.cid-tLgLUvUNzb .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tLgLUvUNzb .mbr-title {
  text-align: left;
}
.cid-tCQBl4lZ9e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCQBl4lZ9e .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tEcw4quzeA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-tEcw4quzeA .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tEcw4quzeA .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tEcw4quzeA .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tEcw4quzeA .form-group,
  .cid-tEcw4quzeA .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tEcw4quzeA .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tEcw4quzeA textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tEcw4quzeA .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tEcw4quzeA .text-block {
    margin-bottom: 2rem;
  }
}
.cid-tCTVLNtrwM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCTVLNtrwM .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCTVLNtrwM nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCTVLNtrwM .container,
  .cid-tCTVLNtrwM .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCTVLNtrwM .nav-link:hover,
  .cid-tCTVLNtrwM .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCTVLNtrwM .navbar-nav {
  margin: auto;
}
.cid-tCTVLNtrwM .dropdown-item {
  color: #ffffff !important;
}
.cid-tCTVLNtrwM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCTVLNtrwM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCTVLNtrwM .navbar-short,
.cid-tCTVLNtrwM .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCTVLNtrwM .navbar-short .nav-link,
.cid-tCTVLNtrwM .opened .nav-link,
.cid-tCTVLNtrwM .navbar-short .navbar-caption,
.cid-tCTVLNtrwM .opened .navbar-caption,
.cid-tCTVLNtrwM .navbar-short .mbr-iconfont,
.cid-tCTVLNtrwM .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCTVLNtrwM .navbar-short .hamburger span,
.cid-tCTVLNtrwM .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCTVLNtrwM .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCTVLNtrwM .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-tCTVLNtrwM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCTVLNtrwM .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCTVLNtrwM .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCTVLNtrwM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCTVLNtrwM .container {
  display: flex;
  margin: auto;
}
.cid-tCTVLNtrwM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCTVLNtrwM .dropdown-menu,
.cid-tCTVLNtrwM .navbar.opened {
  background: #000000 !important;
}
.cid-tCTVLNtrwM .nav-item:focus,
.cid-tCTVLNtrwM .nav-link:focus {
  outline: none;
}
.cid-tCTVLNtrwM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCTVLNtrwM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCTVLNtrwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCTVLNtrwM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCTVLNtrwM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCTVLNtrwM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCTVLNtrwM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCTVLNtrwM .navbar.opened {
  transition: all 0.3s;
}
.cid-tCTVLNtrwM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCTVLNtrwM .navbar .navbar-logo img {
  width: auto;
}
.cid-tCTVLNtrwM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCTVLNtrwM .navbar.collapsed {
  justify-content: center;
}
.cid-tCTVLNtrwM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCTVLNtrwM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCTVLNtrwM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCTVLNtrwM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCTVLNtrwM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCTVLNtrwM .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-tCTVLNtrwM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCTVLNtrwM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCTVLNtrwM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCTVLNtrwM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCTVLNtrwM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCTVLNtrwM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCTVLNtrwM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCTVLNtrwM .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-tCTVLNtrwM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCTVLNtrwM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCTVLNtrwM .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCTVLNtrwM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCTVLNtrwM .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCTVLNtrwM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCTVLNtrwM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCTVLNtrwM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCTVLNtrwM .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCTVLNtrwM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCTVLNtrwM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCTVLNtrwM .dropdown-item.active,
.cid-tCTVLNtrwM .dropdown-item:active {
  background-color: transparent;
}
.cid-tCTVLNtrwM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCTVLNtrwM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCTVLNtrwM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCTVLNtrwM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCTVLNtrwM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCTVLNtrwM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCTVLNtrwM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCTVLNtrwM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCTVLNtrwM button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCTVLNtrwM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCTVLNtrwM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCTVLNtrwM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCTVLNtrwM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCTVLNtrwM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCTVLNtrwM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCTVLNtrwM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCTVLNtrwM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCTVLNtrwM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCTVLNtrwM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCTVLNtrwM a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCTVLNtrwM .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-tCTVLNtrwM .navbar {
    height: 70px;
  }
  .cid-tCTVLNtrwM .navbar.opened {
    height: auto;
  }
  .cid-tCTVLNtrwM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCUsryeZYj {
  background-image: url("../../../assets/images/background5.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tCUsryeZYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUsryeZYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUsryeZYj .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tCUsryeZYj .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tCUsryeZYj .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCUsryeZYj .container {
    max-width: 540px;
  }
}
.cid-tCUsryeZYj .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCUsryeZYj .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tCUsryeZYj .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCUsryeZYj .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCUsryeZYj .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tCUsryeZYj .mbr-section-title {
  color: #ff9501;
}
.cid-tCUsryeZYj .mbr-section-subtitle {
  color: #ffffff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tCUsryeZYj .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-tCUsryeZYj .card-row {
  align-items: stretch;
}
.cid-tCUsryeZYj .card {
  margin-top: 30px;
}
.cid-tCUsryeZYj .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-tCUsryeZYj .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCUsryeZYj .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tCUsryeZYj .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tCUsryeZYj .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tCUsryeZYj .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tCUsryeZYj .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tCUsryeZYj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tCUsryeZYj .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-tCUsryeZYj .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tCUsryeZYj .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tCTVLO39xk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/misstify-on-the-decks-encona-2000x1497.webp");
}
.cid-tCTVLO39xk .wrapper {
  height: 550px;
}
.cid-tCTVLO39xk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tCTVLOsuqI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCTVLOsuqI .mbr-section-title {
  color: #ba9b67;
}
.cid-tCTVLOsuqI .mbr-text {
  color: #c0bcb7;
}
.cid-tCTVLOQAPY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tCTVLOQAPY .media-container-row {
  justify-content: space-between;
}
.cid-tCTVLOQAPY .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCTVLOQAPY .text-content {
    max-width: none;
  }
}
.cid-tCTVLOQAPY .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCTVLOQAPY .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tCTVLOQAPY .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tCTVLOQAPY .icons {
    justify-content: center !important;
  }
  .cid-tCTVLOQAPY .text-content * {
    text-align: center;
  }
}
.cid-tCTVLOQAPY .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tCTVLPqdrL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCTVLPqdrL .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCTWPHI94j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #173d33;
}
.cid-tCTWPHI94j .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-tCTWPHI94j .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-tCTWPHI94j .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tCTWPHI94j .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tCTWPHI94j .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tCTWPHI94j .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tCTWPHI94j .box {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tCTWPHI94j .mbr-media {
  width: 100%;
  position: relative;
}
.cid-tCTWPHI94j .mbr-media img {
  width: 100%;
  aspect-ratio: 1.87096774;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-tCTWPHI94j .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCTWPHI94j .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tCTWPHI94j .icon-wrap:hover {
  opacity: 0.7;
}
.cid-tCTWPHI94j .icon-wrap a .mbr-iconfont {
  color: #AAFC75;
  font-size: 110px;
}
@media (max-width: 991px) {
  .cid-tCTWPHI94j .icon-wrap a .mbr-iconfont {
    font-size: 80px !important;
  }
}
@media (max-width: 575px) {
  .cid-tCTWPHI94j .icon-wrap a .mbr-iconfont {
    font-size: 15vw !important;
  }
}
.cid-tCTWPHI94j .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCTWPHI94j .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCTWPHI94j .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCTWPHI94j .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCTWPHI94j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCTX4R0U4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCTX4R0U4d .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-tCTX4R0U4d .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tCTX4R0U4d .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCTX4R0U4d .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-tCTX4R0U4d .icon-wrap a:hover {
  background-image: none !important;
}
.cid-tCTX4R0U4d .icon-wrap span {
  margin-left: 5px;
}
.cid-tCTX4R0U4d .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tCTX4R0U4d .box {
    height: 200px;
  }
}
.cid-tCTX4R0U4d .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCTX4R0U4d .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCTX4R0U4d .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCTX4R0U4d .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;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCTX4R0U4d .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCTX4R0U4d .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-tCTX4R0U4d .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-tCTX4R0U4d .mbr-section-subtitle {
  color: #555555;
  padding-top: 12px;
}
.cid-tCTX4R0U4d .item-container {
  width: 100%;
}
.cid-tCTX4R0U4d .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-tCTX4R0U4d .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tCTX4R0U4d .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-tCTX4R0U4d .icon-box {
  background: #0057fc;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tCTX4R0U4d .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-tCTX4R0U4d .text-box {
  flex-grow: 1;
}
.cid-tCTX4R0U4d .number-text {
  color: #ffffff;
}
.cid-tCTX4R0U4d .icon-text {
  color: #555555;
}
.cid-tCTX4R0U4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTX4R0U4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTXuZRq70 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCTXuZRq70 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCTXuZRq70 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCTXuZRq70 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCTXuZRq70 .mbr-gallery-item {
  width: 33.3%;
}
.cid-tCTXuZRq70 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tCTXuZRq70 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tCTXuZRq70 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tCTXuZRq70 .mbr-gallery-row {
  justify-content: center;
}
.cid-tCTXuZRq70 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tCTXuZRq70 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tCTXuZRq70 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCTXuZRq70 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tCTXuZRq70 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tCTXuZRq70 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tCTXuZRq70 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCTXuZRq70 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tCTXuZRq70 img {
  transition: all 2s !important;
}
.cid-tCTXuZRq70 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCTXuZRq70 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tCTXuZRq70 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tCTXFUfUih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 845px;
  background-image: url("../../../assets/images/background1.webp");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tCTXFUfUih {
    min-height: 667px;
  }
}
.cid-tCTXFUfUih .row {
  align-items: stretch;
  width: 100%;
}
.cid-tCTXFUfUih .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tCTXFUfUih .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tCTXFUfUih .col-text {
    width: 60%;
  }
}
.cid-tCTXFUfUih .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-tCTXFUfUih .text-container {
    padding: 0 0 0 16% !important;
  }
}
@media (max-width: 880px) {
  .cid-tCTXFUfUih .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-tCTXFUfUih .text-container {
    padding: 10px !important;
  }
}
.cid-tCTXFUfUih .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-tCTXFUfUih .text-wrapper {
    padding: 0 55% 0 0;
  }
}
@media (max-width: 1440px) {
  .cid-tCTXFUfUih .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 1024px) {
  .cid-tCTXFUfUih .text-wrapper {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-tCTXFUfUih .text-wrapper {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tCTXFUfUih .text-wrapper {
    padding: 0;
  }
}
.cid-tCTXFUfUih .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tCTXFUfUih .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tCTXFUfUih .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tCTXFUfUih .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tCTXFUfUih .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tCTXFUfUih .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tCTXFUfUih .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tCTXFUfUih .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tCTXFUfUih .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tCTXFUfUih .col-img {
    width: 40%;
  }
}
.cid-tCTXQJY2td {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffdf7;
}
.cid-tCTXQJY2td .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tCTXQJY2td .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tCTXQJY2td .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCTXQJY2td .item-text {
  padding: 0 32px 55px;
}
.cid-tCTXQJY2td .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tCTXQJY2td .text-container {
    flex-wrap: wrap;
  }
}
.cid-tCTXQJY2td .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
}
@media (min-width: 992px) {
  .cid-tCTXQJY2td .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tCTXQJY2td .text {
  color: #3d3d3d;
}
.cid-tCTXQJY2td .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tCTXQJY2td .link-wrap {
    width: 100%;
  }
}
.cid-tCTXQJY2td .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tCTXQJY2td .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tCTY47Klnp {
  background-image: url("../../../assets/images/background10.webp");
}
.cid-tCTY47Klnp .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tCTY47Klnp .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tCTY47Klnp .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tCTY47Klnp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTY47Klnp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTY47Klnp .mbr-section-title {
  text-align: center;
}
.cid-tCTZgk4RJP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tCTZgk4RJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTZgk4RJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTZgk4RJP .row {
  justify-content: center;
}
.cid-tCTZgk4RJP .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tCTZgk4RJP .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tCTZgk4RJP .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tCTZgk4RJP .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tCTZgk4RJP .item {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cid-tCTZgk4RJP .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-tCTZgk4RJP .item {
    margin-bottom: 24px;
  }
}
.cid-tCTZgk4RJP .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-tCTZgk4RJP .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-tCTZgk4RJP .item .item-wrapper .item-content {
  padding: 45px;
}
@media (max-width: 992px) {
  .cid-tCTZgk4RJP .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-tCTZgk4RJP .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tCTZgk4RJP .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tCTZgk4RJP .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #eafa72;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-tCTZgk4RJP .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tCTZgk4RJP .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-tCTZgk4RJP .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tCTZgk4RJP .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tCTZgk4RJP .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-tCTZgk4RJP .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-tCTZgk4RJP .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-tCTZgk4RJP .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tCTZgk4RJP .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-tCTZgk4RJP .mbr-tag {
  color: #101511;
}
.cid-tCTZgk4RJP .item-title {
  color: #101511;
}
.cid-tCTZgk4RJP .mbr-text {
  color: #6e716f;
}
.cid-tCTZgk4RJP .mbr-date,
.cid-tCTZgk4RJP .mbr-iconfont {
  color: #6e716f;
}
.cid-tCTZpCuXPA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5ff7d;
  position: relative;
}
.cid-tCTZpCuXPA .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tCTZpCuXPA .mbr-section-head {
  width: 100%;
  margin-bottom: 1.67vw;
}
.cid-tCTZpCuXPA .label-text {
  color: #000000;
  margin-bottom: 1.39vw;
}
.cid-tCTZpCuXPA .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tCTZpCuXPA .mbr-section-title {
    text-align: left;
  }
}
.cid-tCTZpCuXPA .text-sticky-wrap {
  position: sticky;
  top: 12.25vh;
  width: 100%;
}
.cid-tCTZpCuXPA .section-head-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tCTZpCuXPA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e8c0;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tCTZpCuXPA .iconfont-wrapper {
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
  }
}
@media (max-width: 767px) {
  .cid-tCTZpCuXPA .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
  }
}
.cid-tCTZpCuXPA .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tCTZpCuXPA .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tCTZpCuXPA .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tCTZpCuXPA .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tCTZpCuXPA .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 4.44vw;
}
.cid-tCTZpCuXPA .item-wrap {
  position: relative;
  display: flex;
  padding-bottom: 4.44vw;
  transition: 0.4s all;
  overflow: hidden;
}
.cid-tCTZpCuXPA .item-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #000000;
  transition: 0.4s all;
}
.cid-tCTZpCuXPA .item-wrap:hover:after {
  transform: translateX(100%);
}
.cid-tCTZpCuXPA .item-wrap:hover .item-img .mbr-iconfont {
  animation: icon-sliding 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.cid-tCTZpCuXPA .item-head {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
}
.cid-tCTZpCuXPA .item-text-content {
  width: 75%;
}
.cid-tCTZpCuXPA .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tCTZpCuXPA .mbr-text {
  color: #000000;
  margin-top: 1rem;
}
.cid-tCTZpCuXPA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.11vw;
  aspect-ratio: 1;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCTZpCuXPA .item-img {
    width: 19.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tCTZpCuXPA .item-img {
    width: 42.67vw;
  }
}
.cid-tCTZpCuXPA .item-img .mbr-iconfont {
  font-size: 6vw !important;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tCTZpCuXPA .item-img .mbr-iconfont {
    font-size: 9.87vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tCTZpCuXPA .item-img .mbr-iconfont {
    font-size: 20.3vw !important;
  }
}
@keyframes icon-sliding {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(220%, -220%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(220%, -220%, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(-120%, 120%, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-120%, 120%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tCTZwOoeOJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tCTZwOoeOJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCTZwOoeOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTZwOoeOJ .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tCTZwOoeOJ .row {
  justify-content: center;
}
.cid-tCTZwOoeOJ .card-box {
  display: flex;
  align-items: center;
}
.cid-tCTZwOoeOJ .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCTZwOoeOJ .card-box {
    flex-direction: column;
  }
  .cid-tCTZwOoeOJ .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCTZwOoeOJ .card-link:hover a {
  background-image: none !important;
}
.cid-tCTZwOoeOJ .mbr-section-subtitle {
  color: #777777;
}
.cid-tCTZwOoeOJ .card-text {
  color: #777777;
}
.cid-tCTZSrvCku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tCTZSrvCku .img-bg-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCTZSrvCku .img-bg-container {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-tCTZSrvCku .img-bg-container {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tCTZSrvCku .img-bg-container {
    padding: 1rem;
  }
}
.cid-tCTZSrvCku .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/features12.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.cid-tCTZSrvCku .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 0 100%, rgba(24, 24, 23, 0.9) 38%, rgba(24, 24, 23, 0.5));
}
.cid-tCTZSrvCku .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tCTZSrvCku .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tCTZSrvCku .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tCTZSrvCku .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tCTZFxRuPa {
  background-image: url("../../../assets/images/background5.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tCTZFxRuPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTZFxRuPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTZFxRuPa .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tCTZFxRuPa .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tCTZFxRuPa .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCTZFxRuPa .container {
    max-width: 540px;
  }
}
.cid-tCTZFxRuPa .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCTZFxRuPa .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tCTZFxRuPa .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCTZFxRuPa .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCTZFxRuPa .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tCTZFxRuPa .mbr-section-title {
  color: #C4CFDE;
}
.cid-tCTZFxRuPa .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tCTZFxRuPa .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-tCTZFxRuPa .card-row {
  align-items: stretch;
}
.cid-tCTZFxRuPa .card {
  margin-top: 30px;
}
.cid-tCTZFxRuPa .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-tCTZFxRuPa .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCTZFxRuPa .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tCTZFxRuPa .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tCTZFxRuPa .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tCTZFxRuPa .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tCTZFxRuPa .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tCTZFxRuPa .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tCTZFxRuPa .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-tCTZFxRuPa .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tCTZFxRuPa .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tCTZWqGqVy {
  background-color: #181817;
}
.cid-tCTZWqGqVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTZWqGqVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTZWqGqVy .mbr-section-title {
  color: #f6f6ef;
}
.cid-tCTZWqGqVy .mbr-section-btn {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tCTZWqGqVy .mbr-section-btn {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tCTZWqGqVy .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-tCTZWqGqVy .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-tCTZWqGqVy .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-tCTZWqGqVy .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-tCTZWqGqVy .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-tCTZWqGqVy .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
}
.cid-tCTZWqGqVy .mbr-text a {
  text-decoration: underline !important;
}
.cid-tCTZWqGqVy .mbr-text a:hover {
  color: inherit !important;
}
.cid-tCU0djRL6U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #94a393;
}
.cid-tCU0djRL6U .mbr-section-title {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-tCU0djRL6U .mbr-section-title {
    margin-bottom: 24px !important;
  }
}
.cid-tCU0djRL6U .mbr-text {
  color: #FFFFFF;
}
.cid-tCU0djRL6U .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tCU0djRL6U .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tCU0gAoeOa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCU0gAoeOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCU0gAoeOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCU0gAoeOa .row {
  justify-content: flex-start;
}
.cid-tCU0gAoeOa .mbr-section-title {
  color: #45494E;
}
.cid-tCU0gAoeOa .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tCU0gAoeOa .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tCU0gAoeOa .mbr-text {
    margin-top: 20px;
  }
}
.cid-tCU0gAoeOa .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCU0gAoeOa .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tCU0gAoeOa .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tCU0gAoeOa .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tCU0zd8iTc {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tCU0zd8iTc .container-fluid {
  padding: 0;
}
.cid-tCU0zd8iTc .content-wrapper {
  background-color: #adadad;
}
.cid-tCU0zd8iTc .content-wrapper .text-wrapper {
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 96px;
  padding-left: 48px;
}
.cid-tCU0zd8iTc .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tCU0zd8iTc .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCU0zd8iTc .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tCU0zd8iTc .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tCU0zd8iTc .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tCU0zd8iTc .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tCU0zd8iTc .btn {
    width: 95%;
  }
}
.cid-tCU0zd8iTc .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tCU0zd8iTc .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tCU0zd8iTc .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tCU0zd8iTc .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCU0TZIwfU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
}
.cid-tCU0TZIwfU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCU0TZIwfU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCU0TZIwfU .card-wrapper {
  padding: 0;
  width: 100%;
}
.cid-tCU0TZIwfU .card-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 16px;
  border: 2px solid #161616;
  background-color: rgba(22, 22, 22, 0.15);
  border-radius: 12px;
  transition: .4s all;
}
.cid-tCU0TZIwfU .card-box:hover {
  background-color: #d8d5d1;
}
@media (max-width: 575px) {
  .cid-tCU0TZIwfU .card-box {
    flex-direction: column;
    padding: 12px;
  }
}
.cid-tCU0TZIwfU .icons-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 16px;
}
@media (max-width: 575px) {
  .cid-tCU0TZIwfU .icons-box {
    width: 100%;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.cid-tCU0TZIwfU .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCU0TZIwfU .icon-wrapper:not(:first-child) {
  margin-left: 4px;
}
.cid-tCU0TZIwfU .mbr-text {
  color: #161616;
  min-width: 50%;
  margin-right: auto;
}
@media (max-width: 575px) {
  .cid-tCU0TZIwfU .mbr-text {
    text-align: center !important;
    min-width: auto;
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.cid-tCU0TZIwfU .mbr-section-btn {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}
.cid-tCU0TZIwfU .mbr-section-btn .btn {
  padding: 6px 16px;
}
.cid-tCU0TZIwfU .mbr-section-btn .btn:hover {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
@media (max-width: 575px) {
  .cid-tCU0TZIwfU .mbr-section-btn {
    display: flex;
  }
}
.cid-tCTZfJ1RVM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tCTZfJ1RVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTZfJ1RVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTZfJ1RVM .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #ba9b67;
  margin-bottom: 3rem;
}
.cid-tCTZfJ1RVM b,
.cid-tCTZfJ1RVM strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tCTZfJ1RVM .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tCTZfJ1RVM .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tCTZfJ1RVM .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tCTZfJ1RVM .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tCTZfJ1RVM .card {
  padding: 0;
}
.cid-tCTZfJ1RVM .container-fluid {
  padding: 0;
}
.cid-tCTZfJ1RVM .container-fluid .row {
  margin: 0;
}
.cid-tCTZfJ1RVM .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tCTZfJ1RVM .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCTZfJ1RVM .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tCTZfJ1RVM .card1 {
  background: #fffa63;
}
.cid-tCTZfJ1RVM .card2 {
  background: #6bffc7;
}
.cid-tCTZfJ1RVM .card3 {
  background: #ff57be;
}
.cid-tCTZfJ1RVM .card-text,
.cid-tCTZfJ1RVM .mbr-section-btn,
.cid-tCTZfJ1RVM .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tCTZfJ1RVM .card-title,
.cid-tCTZfJ1RVM .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tCTZfJ1RVM .mbr-link,
.cid-tCTZfJ1RVM .content-wrap,
.cid-tCTZfJ1RVM path {
  color: #17003b;
  text-align: center;
}
.cid-tCU1hIVXT1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #edeff0;
}
.cid-tCU1hIVXT1 .container-fluid {
  padding: 0 3rem;
}
.cid-tCU1hIVXT1 .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-tCU1hIVXT1 table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-tCU1hIVXT1 table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #9fc2d5;
  border-bottom-color: #9fc2d5 !important;
  border-top: none;
  vertical-align: middle;
}
.cid-tCU1hIVXT1 table tr {
  border-color: #9fc2d5;
}
.cid-tCU1hIVXT1 table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-tCU1hIVXT1 th:after,
.cid-tCU1hIVXT1 th:before {
  display: none !important;
}
.cid-tCU1hIVXT1 .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tCU1hIVXT1 .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tCU1hIVXT1 .dataTable-top {
  margin-bottom: 20px;
}
.cid-tCU1hIVXT1 .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #181818;
}
.cid-tCU1hIVXT1 .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-tCU1hIVXT1 .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #72a0b9;
  line-height: 1.72;
}
.cid-tCU1hIVXT1 .second-col {
  background-color: #d8e4eb;
}
.cid-tCU1hIVXT1 .head-item.first-col,
.cid-tCU1hIVXT1 .head-item.second-col,
.cid-tCU1hIVXT1 .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-tCU1hIVXT1 .other-col {
  background-color: #ffffff;
}
.cid-tCU1hIVXT1 .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tCU1hIVXT1 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCU1hIVXT1 th:nth-child(3n+2) {
  background-color: #d8e4eb;
}
.cid-tCU1hIVXT1 td:nth-child(3n+2) {
  background-color: #d8e4eb;
}
.cid-tCU1mrNadB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tCU1mrNadB p,
.cid-tCU1mrNadB h6 {
  font-weight: 300 !important;
}
.cid-tCU1mrNadB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-tCU1mrNadB .panel-group {
  border: none;
}
.cid-tCU1mrNadB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCU1mrNadB .panel-title-edit {
  color: #fff;
}
.cid-tCU1mrNadB .panel-text {
  color: #fff;
  width: 71%;
}
@media (max-width: 768px) {
  .cid-tCU1mrNadB .panel-text {
    width: 100%;
  }
}
.cid-tCU1mrNadB .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tCU1mrNadB .card {
    padding: 2rem 0;
  }
}
.cid-tCU1mrNadB .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-tCU1mrNadB .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-tCU1mrNadB .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCU1Ug3J5C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tCU1Ug3J5C .link-wrap {
  width: 100%;
}
.cid-tCU1Ug3J5C .link {
  display: inline-block;
}
.cid-tCU1Ug3J5C .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tCU1Ug3J5C .icon-box {
  background: #333333;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCU1Ug3J5C .icon-title {
  margin: 0;
}
.cid-tCU1Ug3J5C .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-tCU1Ug3J5C .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-tCU1Ug3J5C .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCU1Ug3J5C .link a:hover {
  text-decoration: underline;
}
.cid-tCU1Ug3J5C .link,
.cid-tCU1Ug3J5C .link-wrap {
  color: #0077ff;
}
.cid-tCU1Ug3J5C .mbr-text,
.cid-tCU1Ug3J5C .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tCU1Ug3J5C .card {
    margin-bottom: 2rem;
  }
}
.cid-tCUoUJHhLz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCUoUJHhLz .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCUoUJHhLz nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCUoUJHhLz .container,
  .cid-tCUoUJHhLz .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCUoUJHhLz .nav-link:hover,
  .cid-tCUoUJHhLz .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCUoUJHhLz .navbar-nav {
  margin: auto;
}
.cid-tCUoUJHhLz .dropdown-item {
  color: #ffffff !important;
}
.cid-tCUoUJHhLz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCUoUJHhLz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCUoUJHhLz .navbar-short,
.cid-tCUoUJHhLz .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCUoUJHhLz .navbar-short .nav-link,
.cid-tCUoUJHhLz .opened .nav-link,
.cid-tCUoUJHhLz .navbar-short .navbar-caption,
.cid-tCUoUJHhLz .opened .navbar-caption,
.cid-tCUoUJHhLz .navbar-short .mbr-iconfont,
.cid-tCUoUJHhLz .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCUoUJHhLz .navbar-short .hamburger span,
.cid-tCUoUJHhLz .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCUoUJHhLz .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCUoUJHhLz .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-tCUoUJHhLz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCUoUJHhLz .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCUoUJHhLz .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCUoUJHhLz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCUoUJHhLz .container {
  display: flex;
  margin: auto;
}
.cid-tCUoUJHhLz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCUoUJHhLz .dropdown-menu,
.cid-tCUoUJHhLz .navbar.opened {
  background: #000000 !important;
}
.cid-tCUoUJHhLz .nav-item:focus,
.cid-tCUoUJHhLz .nav-link:focus {
  outline: none;
}
.cid-tCUoUJHhLz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCUoUJHhLz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCUoUJHhLz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCUoUJHhLz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCUoUJHhLz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCUoUJHhLz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCUoUJHhLz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCUoUJHhLz .navbar.opened {
  transition: all 0.3s;
}
.cid-tCUoUJHhLz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCUoUJHhLz .navbar .navbar-logo img {
  width: auto;
}
.cid-tCUoUJHhLz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCUoUJHhLz .navbar.collapsed {
  justify-content: center;
}
.cid-tCUoUJHhLz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCUoUJHhLz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCUoUJHhLz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCUoUJHhLz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCUoUJHhLz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCUoUJHhLz .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-tCUoUJHhLz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCUoUJHhLz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCUoUJHhLz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCUoUJHhLz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCUoUJHhLz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCUoUJHhLz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCUoUJHhLz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCUoUJHhLz .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-tCUoUJHhLz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCUoUJHhLz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCUoUJHhLz .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCUoUJHhLz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCUoUJHhLz .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCUoUJHhLz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCUoUJHhLz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCUoUJHhLz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCUoUJHhLz .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCUoUJHhLz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCUoUJHhLz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCUoUJHhLz .dropdown-item.active,
.cid-tCUoUJHhLz .dropdown-item:active {
  background-color: transparent;
}
.cid-tCUoUJHhLz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCUoUJHhLz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCUoUJHhLz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCUoUJHhLz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCUoUJHhLz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCUoUJHhLz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCUoUJHhLz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCUoUJHhLz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCUoUJHhLz button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCUoUJHhLz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCUoUJHhLz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCUoUJHhLz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCUoUJHhLz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCUoUJHhLz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCUoUJHhLz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCUoUJHhLz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCUoUJHhLz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCUoUJHhLz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCUoUJHhLz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCUoUJHhLz a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCUoUJHhLz .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-tCUoUJHhLz .navbar {
    height: 70px;
  }
  .cid-tCUoUJHhLz .navbar.opened {
    height: auto;
  }
  .cid-tCUoUJHhLz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCUoUKzF66 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/have-your-say-2000x1531.webp");
}
.cid-tCUoUKzF66 .wrapper {
  height: 550px;
}
.cid-tCUoUKzF66 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tCUoUL9hes {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCUoUL9hes .mbr-section-title {
  color: #ba9b67;
}
.cid-tCUoUL9hes .mbr-text {
  color: #c0bcb7;
}
.cid-tCUoULHoGo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tCUoULHoGo .media-container-row {
  justify-content: space-between;
}
.cid-tCUoULHoGo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCUoULHoGo .text-content {
    max-width: none;
  }
}
.cid-tCUoULHoGo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCUoULHoGo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tCUoULHoGo .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tCUoULHoGo .icons {
    justify-content: center !important;
  }
  .cid-tCUoULHoGo .text-content * {
    text-align: center;
  }
}
.cid-tCUoULHoGo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tCUoUMHUog {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCUoUMHUog .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCUoUNhkNW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCUoUNhkNW .box {
  margin-bottom: 15px;
}
.cid-tCUoUNhkNW .mbr-media {
  position: relative;
  display: flex;
}
@media (min-width: 1441px) {
  .cid-tCUoUNhkNW .mbr-media {
    max-height: 731px;
  }
}
@media (max-width: 1440px) {
  .cid-tCUoUNhkNW .mbr-media {
    max-height: 618px;
  }
}
@media (max-width: 1200px) {
  .cid-tCUoUNhkNW .mbr-media {
    max-height: 540px;
  }
}
@media (max-width: 1024px) {
  .cid-tCUoUNhkNW .mbr-media {
    max-height: 432px;
  }
}
.cid-tCUoUNhkNW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tCUoUNhkNW .mbr-media .mbr-iconfont {
  font-size: 80px;
}
.cid-tCUoUNhkNW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tCUoUNhkNW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCUoUNhkNW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCUoUNhkNW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCUoUNhkNW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCUoUNhkNW .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCUoUNhkNW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCUoUNhkNW .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-tCUoUNhkNW .item-text-container a {
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tCUoUNhkNW .item-text-container a.text-black {
  color: #8A8A8A !important;
}
.cid-tCUoUNhkNW .item-text-container a:hover {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tCUoUNhkNW .item-img {
  overflow: hidden;
}
.cid-tCUoUNhkNW .item-img img {
  width: 100%;
}
.cid-tCUoUNhkNW .title-text {
  color: #8A8A8A;
  margin-bottom: 0;
  margin-top: 14px;
  width: 100%;
}
.cid-tCUoUNhkNW .mbr-text {
  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
}
.cid-tCUoUNhkNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoUNhkNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoUOnEkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #173d33;
}
.cid-tCUoUOnEkM .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-tCUoUOnEkM .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-tCUoUOnEkM .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tCUoUOnEkM .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tCUoUOnEkM .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tCUoUOnEkM .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-tCUoUOnEkM .box {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tCUoUOnEkM .mbr-media {
  width: 100%;
  position: relative;
}
.cid-tCUoUOnEkM .mbr-media img {
  width: 100%;
  aspect-ratio: 1.87096774;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-tCUoUOnEkM .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCUoUOnEkM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tCUoUOnEkM .icon-wrap:hover {
  opacity: 0.7;
}
.cid-tCUoUOnEkM .icon-wrap a .mbr-iconfont {
  color: #AAFC75;
  font-size: 110px;
}
@media (max-width: 991px) {
  .cid-tCUoUOnEkM .icon-wrap a .mbr-iconfont {
    font-size: 80px !important;
  }
}
@media (max-width: 575px) {
  .cid-tCUoUOnEkM .icon-wrap a .mbr-iconfont {
    font-size: 15vw !important;
  }
}
.cid-tCUoUOnEkM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCUoUOnEkM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCUoUOnEkM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCUoUOnEkM .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCUoUOnEkM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCUoUPslW7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ebebeb;
}
.cid-tCUoUPslW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoUPslW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoUPslW7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tCUoUPslW7 .container-fluid {
    padding: 0 30px;
  }
}
.cid-tCUoUPslW7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tCUoUPslW7 .container {
    padding: 0 30px;
  }
}
.cid-tCUoUPslW7 .text-wrap {
  display: flex;
  align-items: flex-end;
}
.cid-tCUoUPslW7 .text-wrap .text-wrapper {
  display: inline-flex;
  padding-top: 30px;
  border-top: 1px solid #000000;
  margin: 0 92px 40px 0;
}
@media (max-width: 1440px) {
  .cid-tCUoUPslW7 .text-wrap .text-wrapper {
    margin: 0 40px 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-tCUoUPslW7 .text-wrap .text-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-tCUoUPslW7 .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tCUoUPslW7 .text-wrap .text-wrapper .mbr-iconfont {
  font-size: 22px;
  margin-right: 24px;
  color: #ff6839;
}
.cid-tCUoUPslW7 .image-wrapper img {
  height: 480px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tCUoUPslW7 .image-wrapper img {
    height: 280px;
  }
}
.cid-tCUoUPslW7 .mbr-text {
  color: #000000;
}
.cid-tCUoUPXtEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCUoUPXtEY .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-tCUoUPXtEY .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tCUoUPXtEY .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCUoUPXtEY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-tCUoUPXtEY .icon-wrap a:hover {
  background-image: none !important;
}
.cid-tCUoUPXtEY .icon-wrap span {
  margin-left: 5px;
}
.cid-tCUoUPXtEY .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tCUoUPXtEY .box {
    height: 200px;
  }
}
.cid-tCUoUPXtEY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCUoUPXtEY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCUoUPXtEY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCUoUPXtEY .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;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCUoUPXtEY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCUoUPXtEY .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-tCUoUPXtEY .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-tCUoUPXtEY .mbr-section-subtitle {
  color: #555555;
  padding-top: 12px;
}
.cid-tCUoUPXtEY .item-container {
  width: 100%;
}
.cid-tCUoUPXtEY .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-tCUoUPXtEY .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tCUoUPXtEY .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-tCUoUPXtEY .icon-box {
  background: #0057fc;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tCUoUPXtEY .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-tCUoUPXtEY .text-box {
  flex-grow: 1;
}
.cid-tCUoUPXtEY .number-text {
  color: #ffffff;
}
.cid-tCUoUPXtEY .icon-text {
  color: #555555;
}
.cid-tCUoUPXtEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoUPXtEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoURcKhL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCUoURcKhL .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-tCUoURcKhL .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tCUoURcKhL .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tCUoURcKhL .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-tCUoURcKhL .icon-wrap a:hover {
  background-image: none !important;
}
.cid-tCUoURcKhL .icon-wrap span {
  margin-left: 5px;
}
.cid-tCUoURcKhL .box {
  height: 500px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tCUoURcKhL .box {
    height: 300px;
  }
}
.cid-tCUoURcKhL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCUoURcKhL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCUoURcKhL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCUoURcKhL .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;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCUoURcKhL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCUoURcKhL .mbr-section-subtitle {
  color: #555555;
}
.cid-tCUoURcKhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoURcKhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoUSn5F4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tCUoUSn5F4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tCUoUSn5F4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCUoUSn5F4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCUoUSn5F4 .mbr-gallery-item {
  width: 33.3%;
}
.cid-tCUoUSn5F4 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tCUoUSn5F4 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tCUoUSn5F4 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tCUoUSn5F4 .mbr-gallery-row {
  justify-content: center;
}
.cid-tCUoUSn5F4 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tCUoUSn5F4 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tCUoUSn5F4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tCUoUSn5F4 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tCUoUSn5F4 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tCUoUSn5F4 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tCUoUSn5F4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tCUoUSn5F4 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tCUoUSn5F4 img {
  transition: all 2s !important;
}
.cid-tCUoUSn5F4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tCUoUSn5F4 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tCUoUSn5F4 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tCUoUT2vG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 845px;
  background-image: url("../../../assets/images/background1.webp");
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tCUoUT2vG7 {
    min-height: 667px;
  }
}
.cid-tCUoUT2vG7 .row {
  align-items: stretch;
  width: 100%;
}
.cid-tCUoUT2vG7 .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tCUoUT2vG7 .col-text {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tCUoUT2vG7 .col-text {
    width: 60%;
  }
}
.cid-tCUoUT2vG7 .text-container {
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-tCUoUT2vG7 .text-container {
    padding: 0 0 0 16% !important;
  }
}
@media (max-width: 880px) {
  .cid-tCUoUT2vG7 .text-container {
    padding: 0 !important;
  }
}
@media (min-width: 1441px) {
  .cid-tCUoUT2vG7 .text-container {
    padding: 10px !important;
  }
}
.cid-tCUoUT2vG7 .text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 1441px) {
  .cid-tCUoUT2vG7 .text-wrapper {
    padding: 0 55% 0 0;
  }
}
@media (max-width: 1440px) {
  .cid-tCUoUT2vG7 .text-wrapper {
    padding: 0 30% 0 0;
  }
}
@media (max-width: 1024px) {
  .cid-tCUoUT2vG7 .text-wrapper {
    padding: 0 25% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-tCUoUT2vG7 .text-wrapper {
    padding: 0 15% 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tCUoUT2vG7 .text-wrapper {
    padding: 0;
  }
}
.cid-tCUoUT2vG7 .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-tCUoUT2vG7 .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-tCUoUT2vG7 .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tCUoUT2vG7 .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-tCUoUT2vG7 .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tCUoUT2vG7 .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-tCUoUT2vG7 .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
.cid-tCUoUT2vG7 .col-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tCUoUT2vG7 .col-img {
    width: 50%;
  }
}
@media (min-width: 758px) {
  .cid-tCUoUT2vG7 .col-img {
    width: 40%;
  }
}
.cid-tCUoUTBO5I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e443d;
}
.cid-tCUoUTBO5I .card1 {
  width: 100%;
  display: flex;
  align-items: center;
}
.cid-tCUoUTBO5I img {
  display: block;
  width: 100%;
  -webkit-mask-image: url("../../../assets/images/group1.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.cid-tCUoUTBO5I .svg1 {
  position: absolute;
  width: 20%;
  top: 60%;
  right: 35%;
}
.cid-tCUoUTBO5I span {
  color: currentColor !important;
}
.cid-tCUoUTBO5I .svg2 {
  position: absolute;
  top: 59%;
  width: 24%;
  right: 1.2%;
}
.cid-tCUoUTBO5I .mbr-section-subtitle {
  color: #111213;
  text-align: center;
}
.cid-tCUoUTBO5I .mbr-section-title {
  text-align: left;
  color: #ffffff;
  margin: auto;
}
.cid-tCUoUTBO5I .mbr-iconfont::before {
  font-size: 14px;
}
.cid-tCUoUTBO5I .b {
  display: inline-flex;
  padding-left: 30px;
}
.cid-tCUoUTBO5I .main {
  align-items: center;
  justify-content: space-between;
}
.cid-tCUoUTBO5I .card-header {
  padding: 15px;
  background-color: transparent;
  border: none;
}
.cid-tCUoUTBO5I .card {
  border-bottom: 1px solid #ffffff;
}
.cid-tCUoUTBO5I .panel-text {
  color: #f2f2f2;
}
.cid-tCUoUTBO5I .panel-title-edit {
  color: #ffffff;
  padding-left: 15px;
}
.cid-tCUoUTBO5I .mbr-text {
  margin-bottom: 48px;
}
.cid-tCUoUTBO5I .panel-body {
  padding: 15px 15px 33px;
}
.cid-tCUoUTBO5I .t1 {
  display: flex;
  align-items: center;
}
.cid-tCUoUTBO5I .button-align {
  margin-top: 40px;
}
.cid-tCUoUTBO5I .mbr-iconfont {
  color: #ffffff;
  top: 1px;
  position: absolute;
  left: 2px;
}
.cid-tCUoUTBO5I .btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
  transition: all .3s !important;
}
.cid-tCUoUTBO5I .mbr-text,
.cid-tCUoUTBO5I .button-align {
  color: #75dbcd;
}
.cid-tCUoUTBO5I a.btn:hover {
  background-color: #75dbcd !important;
  border-color: #75dbcd !important;
}
.cid-tCUoUTBO5I .st0 {
  fill: #012b3a;
}
.cid-tCUoUTBO5I .st1 {
  fill: #5f0e38;
}
.cid-tCUoUTBO5I .cls-1 {
  fill: #a13935;
}
.cid-tCUoUTBO5I .cls-2 {
  fill: #e5be8a;
}
.cid-tCUoUTBO5I .card .collapsing .panel-body {
  border-top: transparent !important;
  border-bottom: 1px solid #ffffff;
}
.cid-tCUoUTBO5I .card .show .panel-body {
  border-bottom: 1px solid #ffffff;
  border-top: transparent !important;
}
.cid-tCUoUTBO5I svg {
  z-index: 12;
}
@media (max-width: 992px) {
  .cid-tCUoUTBO5I .b {
    padding-top: 30px;
    padding-left: 15px;
  }
  .cid-tCUoUTBO5I .svg1,
  .cid-tCUoUTBO5I .svg2 {
    display: none;
  }
}
.cid-tCUoUUm1Ug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  margin-bottom: 2px;
}
.cid-tCUoUUm1Ug .item-wrapper {
  width: 100%;
}
.cid-tCUoUUm1Ug .left-side {
  text-align: left;
  padding: 75px;
}
.cid-tCUoUUm1Ug .row {
  align-items: center;
  padding: 0px;
  margin: 0;
}
.cid-tCUoUUm1Ug .mbr-section-title {
  margin: 0 0 15px;
  color: #000000;
}
.cid-tCUoUUm1Ug .desc {
  padding: 0 0px 20px;
  color: #333333;
}
.cid-tCUoUUm1Ug .col-auto {
  display: inline-block;
}
.cid-tCUoUUm1Ug .container-fluid {
  padding: 0;
}
.cid-tCUoUUm1Ug .mbr-section-subtitle {
  color: #1b745e;
  text-align: left;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-tCUoUUm1Ug .right-side {
  padding: 90px;
  background: #000000;
  outline: 2px solid #000 !important;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.cid-tCUoUUm1Ug .right-side img {
  height: auto;
  margin: auto;
}
.cid-tCUoUUm1Ug .row {
  flex-direction: row-reverse;
}
@media (max-width: 990px) {
  .cid-tCUoUUm1Ug .left-side {
    padding: 25px 15px;
  }
  .cid-tCUoUUm1Ug .right-side {
    padding: 50px;
  }
  .cid-tCUoUUm1Ug li:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tCUoUUm1Ug .right-side {
    min-height: initial !important;
  }
  .cid-tCUoUUm1Ug .row {
    flex-direction: column-reverse;
  }
}
.cid-tCUoUUm1Ug .logo {
  display: inline-block;
  height: 30px;
  width: auto;
  padding-right: 20px;
  margin-bottom: 15px;
}
.cid-tCUoUUm1Ug .mbr-text {
  padding-bottom: 10px;
}
.cid-tCUoUUm1Ug .card-heading {
  margin-bottom: 20px;
  color: #333333;
}
.cid-tCUoUUm1Ug .container,
.cid-tCUoUUm1Ug .container-fluid {
  outline: 2px solid #000 !important;
}
.cid-tCUoUUm1Ug ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
  counter-reset: myCounter;
}
.cid-tCUoUUm1Ug li {
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}
.cid-tCUoUUm1Ug li:before {
  position: absolute;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1px 8px;
  border: 1px solid #000000;
  box-shadow: 2px 2px 0 0 #000 !important;
  font-size: 16px;
  font-weight: 800;
}
.cid-tCUoUUX2kX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fffdf7;
}
.cid-tCUoUUX2kX .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-tCUoUUX2kX .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tCUoUUX2kX .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCUoUUX2kX .item-text {
  padding: 0 32px 55px;
}
.cid-tCUoUUX2kX .text-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .cid-tCUoUUX2kX .text-container {
    flex-wrap: wrap;
  }
}
.cid-tCUoUUX2kX .mbr-section-title {
  flex-grow: 1;
  line-height: 65px!important;
}
@media (min-width: 992px) {
  .cid-tCUoUUX2kX .mbr-section-title {
    font-size: 79px;
    line-height: 87px!important;
  }
}
.cid-tCUoUUX2kX .text {
  color: #3d3d3d;
}
.cid-tCUoUUX2kX .link-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 50px;
  width: 18%;
}
@media (max-width: 767px) {
  .cid-tCUoUUX2kX .link-wrap {
    width: 100%;
  }
}
.cid-tCUoUUX2kX .emerging-underline-link {
  color: #3d3d3d;
}
.cid-tCUoUUX2kX .item-image {
  padding: 0 32px;
  max-height: 100vh;
}
.cid-tCUoUVAKKl {
  background-image: url("../../../assets/images/background10.webp");
}
.cid-tCUoUVAKKl .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tCUoUVAKKl .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tCUoUVAKKl .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tCUoUVAKKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoUVAKKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoUWf7WQ {
  padding-top: 150px;
  background-image: url("../../../assets/images/background11.webp");
}
.cid-tCUoUWf7WQ .text-content {
  padding-bottom: 60px;
}
.cid-tCUoUWf7WQ .content-container .btn-bgr {
  z-index: 0;
}
.cid-tCUoUWf7WQ .box-item-text {
  color: #767676;
}
.cid-tCUoUWf7WQ .box-item {
  padding: 2.5rem;
}
.cid-tCUoUWf7WQ .box-item:first-child {
  background-color: #ffffff;
}
.cid-tCUoUWf7WQ .box-item:nth-child(2) {
  background-color: #efefef;
}
.cid-tCUoUWf7WQ .box-item:last-child {
  background-color: #ffffff;
}
.cid-tCUoUWf7WQ .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-tCUoUWf7WQ .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-tCUoUWf7WQ .box-list li:last-child {
  border-bottom: none;
}
.cid-tCUoUWf7WQ .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tCUoUWf7WQ .mbr-iconfont {
  color: #66458e;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-tCUoUWf7WQ .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tCUoUWf7WQ .mbr-section-subtitle,
  .cid-tCUoUWf7WQ .mbr-section-title,
  .cid-tCUoUWf7WQ .mbr-text,
  .cid-tCUoUWf7WQ .mbr-section-btn,
  .cid-tCUoUWf7WQ .icon-block-top,
  .cid-tCUoUWf7WQ .box-item-title,
  .cid-tCUoUWf7WQ .box-item-text {
    text-align: center !important;
  }
}
.cid-tCUoUWXR1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5a80c;
}
.cid-tCUoUWXR1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoUWXR1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoUWXR1v .image-wrapper {
  margin-right: 9.57vw;
}
@media (max-width: 991px) {
  .cid-tCUoUWXR1v .image-wrapper {
    margin: 0;
  }
}
.cid-tCUoUWXR1v .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
  max-height: 100vh;
}
.cid-tCUoUWXR1v .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 70px;
}
@media (max-width: 1399px) {
  .cid-tCUoUWXR1v .card-wrapper {
    padding-top: 5vw;
  }
}
@media (max-width: 991px) {
  .cid-tCUoUWXR1v .card-wrapper {
    padding-top: 8.2vw;
  }
}
.cid-tCUoUWXR1v .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-tCUoUWXR1v .card-subtitle {
  color: #FFFFFF;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-tCUoUWXR1v .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 34px;
  padding-left: 85px;
}
.cid-tCUoUWXR1v .mbr-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 1px;
  background-image: linear-gradient(-90deg, currentColor 0, rgba(255, 255, 255, 0) 100%);
}
.cid-tCUoUWXR1v .mbr-section-btn {
  margin-top: 24px;
}
.cid-tCUoUWXR1v .social-box {
  margin-top: auto;
  padding-top: 40px;
}
.cid-tCUoUWXR1v .social-row {
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-tCUoUWXR1v .soc-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 24px 12px;
}
.cid-tCUoUWXR1v .soc-item:not(:first-child) {
  border-top: 1px solid #ffffff;
}
.cid-tCUoUWXR1v .soc-item .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  padding: 15px;
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
  transform: scale(1);
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-tCUoUWXR1v .soc-item:hover .mbr-iconfont {
  transform: scale(0.85);
}
.cid-tCUoUWXR1v .soc-text {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-tCUoUXEodv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCUoUXEodv .item-subtitle {
  width: fit-content;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
  color: #17003b;
}
.cid-tCUoUXEodv .item-subtitle:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
  left: 0;
  background: #6bffc7;
  z-index: -1;
}
.cid-tCUoUXEodv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tCUoUXEodv .item-wrapper:hover .item-subtitle:before {
  width: 0%;
}
@media (min-width: 992px) {
  .cid-tCUoUXEodv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCUoUXEodv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCUoUXEodv b,
.cid-tCUoUXEodv strong {
  font-weight: 900;
}
.cid-tCUoUXEodv img,
.cid-tCUoUXEodv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCUoUXEodv .item:focus,
.cid-tCUoUXEodv span:focus {
  outline: none;
}
.cid-tCUoUXEodv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCUoUXEodv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCUoUXEodv .mbr-section-title {
  color: #17003b;
}
.cid-tCUoUXEodv .mbr-text,
.cid-tCUoUXEodv .mbr-section-btn {
  text-align: center;
  color: #17003b;
}
.cid-tCUoUXEodv .item-title {
  text-align: center;
  color: #17003b;
}
.cid-tCUoUXEodv .mbr-section-subtitle {
  color: #17003b;
}
.cid-tCUoUXEodv .item-subtitle,
.cid-tCUoUXEodv .item-content {
  text-align: center;
}
.cid-tCUoUYqRG9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tCUoUYqRG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoUYqRG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoUYqRG9 .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #ba9b67;
  margin-bottom: 3rem;
}
.cid-tCUoUYqRG9 b,
.cid-tCUoUYqRG9 strong {
  font-weight: 900;
}
@keyframes wave1 {
  0% {
    left: -30%;
  }
  100% {
    left: -1%;
  }
}
.cid-tCUoUYqRG9 .link-wrapper {
  width: fit-content;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}
.cid-tCUoUYqRG9 .link-wrapper .svg1 {
  position: absolute;
  top: 60%;
  width: 130%;
  min-width: 300px;
  left: -30%;
  height: auto;
}
.cid-tCUoUYqRG9 .link-wrapper .svg1 path {
  stroke: currentColor !important;
}
.cid-tCUoUYqRG9 .link-wrapper:hover .svg1 {
  animation: 1s linear forwards infinite wave1;
}
.cid-tCUoUYqRG9 .card {
  padding: 0;
}
.cid-tCUoUYqRG9 .container-fluid {
  padding: 0;
}
.cid-tCUoUYqRG9 .container-fluid .row {
  margin: 0;
}
.cid-tCUoUYqRG9 .card-wrap {
  padding: 8rem 5rem;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-tCUoUYqRG9 .card-wrap {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCUoUYqRG9 .card-wrap {
    padding: 3rem 1rem;
  }
}
.cid-tCUoUYqRG9 .card1 {
  background: #fffa63;
}
.cid-tCUoUYqRG9 .card2 {
  background: #6bffc7;
}
.cid-tCUoUYqRG9 .card3 {
  background: #ff57be;
}
.cid-tCUoUYqRG9 .card-text,
.cid-tCUoUYqRG9 .mbr-section-btn,
.cid-tCUoUYqRG9 .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tCUoUYqRG9 .card-title,
.cid-tCUoUYqRG9 .social-row {
  color: #17003b;
  text-align: center;
}
.cid-tCUoUYqRG9 .mbr-link,
.cid-tCUoUYqRG9 .content-wrap,
.cid-tCUoUYqRG9 path {
  color: #17003b;
  text-align: center;
}
.cid-tCUoUZkrxo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-tCUoUZkrxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoUZkrxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoUZkrxo .row {
  justify-content: center;
}
.cid-tCUoUZkrxo .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-tCUoUZkrxo .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-tCUoUZkrxo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tCUoUZkrxo .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tCUoUZkrxo .item {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .cid-tCUoUZkrxo .item {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-tCUoUZkrxo .item {
    margin-bottom: 24px;
  }
}
.cid-tCUoUZkrxo .item .item-wrapper {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-tCUoUZkrxo .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.cid-tCUoUZkrxo .item .item-wrapper .item-content {
  padding: 45px;
}
@media (max-width: 992px) {
  .cid-tCUoUZkrxo .item .item-wrapper .item-content {
    padding: 32px;
  }
}
.cid-tCUoUZkrxo .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tCUoUZkrxo .item .item-wrapper .item-content .tags-wrap .tags-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tCUoUZkrxo .item .item-wrapper .item-content .tags-wrap .tags-wrapper .mbr-tag {
  padding: 8px 12px;
  background-color: #eafa72;
  margin: 0 10px 10px 0;
  border-radius: 40px;
}
.cid-tCUoUZkrxo .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tCUoUZkrxo .item .item-wrapper .item-content .item-title {
    margin-bottom: 24px;
  }
}
.cid-tCUoUZkrxo .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tCUoUZkrxo .item .item-wrapper .item-content .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tCUoUZkrxo .item .item-wrapper .item-content .date-wrap .date-wrapper {
  display: inline-flex;
}
.cid-tCUoUZkrxo .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-iconfont {
  display: inline;
  font-size: 48px;
  margin-right: 8px;
}
.cid-tCUoUZkrxo .item .item-wrapper .item-content .date-wrap .date-wrapper .mbr-date {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-tCUoUZkrxo .mbr-section-title {
  color: #101511;
  text-align: center;
}
.cid-tCUoUZkrxo .mbr-desc {
  color: #6e716f;
  text-align: center;
}
.cid-tCUoUZkrxo .mbr-tag {
  color: #101511;
}
.cid-tCUoUZkrxo .item-title {
  color: #101511;
}
.cid-tCUoUZkrxo .mbr-text {
  color: #6e716f;
}
.cid-tCUoUZkrxo .mbr-date,
.cid-tCUoUZkrxo .mbr-iconfont {
  color: #6e716f;
}
.cid-tCUoV0bqCF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5ff7d;
  position: relative;
}
.cid-tCUoV0bqCF .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tCUoV0bqCF .mbr-section-head {
  width: 100%;
  margin-bottom: 1.67vw;
}
.cid-tCUoV0bqCF .label-text {
  color: #000000;
  margin-bottom: 1.39vw;
}
.cid-tCUoV0bqCF .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tCUoV0bqCF .mbr-section-title {
    text-align: left;
  }
}
.cid-tCUoV0bqCF .text-sticky-wrap {
  position: sticky;
  top: 12.25vh;
  width: 100%;
}
.cid-tCUoV0bqCF .section-head-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tCUoV0bqCF .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e8c0;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tCUoV0bqCF .iconfont-wrapper {
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
  }
}
@media (max-width: 767px) {
  .cid-tCUoV0bqCF .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
  }
}
.cid-tCUoV0bqCF .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tCUoV0bqCF .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tCUoV0bqCF .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tCUoV0bqCF .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
}
.cid-tCUoV0bqCF .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 4.44vw;
}
.cid-tCUoV0bqCF .item-wrap {
  position: relative;
  display: flex;
  padding-bottom: 4.44vw;
  transition: 0.4s all;
  overflow: hidden;
}
.cid-tCUoV0bqCF .item-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #000000;
  transition: 0.4s all;
}
.cid-tCUoV0bqCF .item-wrap:hover:after {
  transform: translateX(100%);
}
.cid-tCUoV0bqCF .item-wrap:hover .item-img .mbr-iconfont {
  animation: icon-sliding 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.cid-tCUoV0bqCF .item-head {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
}
.cid-tCUoV0bqCF .item-text-content {
  width: 75%;
}
.cid-tCUoV0bqCF .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-tCUoV0bqCF .mbr-text {
  color: #000000;
  margin-top: 1rem;
}
.cid-tCUoV0bqCF .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.11vw;
  aspect-ratio: 1;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCUoV0bqCF .item-img {
    width: 19.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tCUoV0bqCF .item-img {
    width: 42.67vw;
  }
}
.cid-tCUoV0bqCF .item-img .mbr-iconfont {
  font-size: 6vw !important;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tCUoV0bqCF .item-img .mbr-iconfont {
    font-size: 9.87vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tCUoV0bqCF .item-img .mbr-iconfont {
    font-size: 20.3vw !important;
  }
}
@keyframes icon-sliding {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(220%, -220%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(220%, -220%, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(-120%, 120%, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(-120%, 120%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-tCUoV14Q0M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tCUoV14Q0M .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCUoV14Q0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoV14Q0M .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tCUoV14Q0M .row {
  justify-content: center;
}
.cid-tCUoV14Q0M .card-box {
  display: flex;
  align-items: center;
}
.cid-tCUoV14Q0M .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tCUoV14Q0M .card-box {
    flex-direction: column;
  }
  .cid-tCUoV14Q0M .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tCUoV14Q0M .card-link:hover a {
  background-image: none !important;
}
.cid-tCUoV14Q0M .mbr-section-subtitle {
  color: #777777;
}
.cid-tCUoV14Q0M .card-text {
  color: #777777;
}
.cid-tCUoV1UoIR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tCUoV1UoIR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tCUoV1UoIR .item {
    padding: 1.5rem;
  }
}
.cid-tCUoV1UoIR img {
  border-radius: 2rem;
}
.cid-tCUoV1UoIR .item-img {
  padding: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tCUoV1UoIR .item-img {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-tCUoV1UoIR img,
.cid-tCUoV1UoIR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCUoV1UoIR .item:focus,
.cid-tCUoV1UoIR span:focus {
  outline: none;
}
.cid-tCUoV1UoIR .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #eff0ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-tCUoV1UoIR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCUoV1UoIR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tCUoV1UoIR .item-wrapper:hover {
  box-shadow: 0 0 40px 0 lightgray;
  transform: scale(1.02);
}
.cid-tCUoV1UoIR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCUoV1UoIR .mbr-section-title {
  color: #232323;
}
.cid-tCUoV1UoIR .mbr-text,
.cid-tCUoV1UoIR .mbr-section-btn {
  text-align: center;
}
.cid-tCUoV1UoIR .item-title {
  text-align: center;
  color: #3d2e7c;
}
.cid-tCUoV1UoIR .item-subtitle {
  text-align: left;
}
.cid-tCUoV2H1zp {
  background-image: url("../../../assets/images/background5.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tCUoV2H1zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoV2H1zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoV2H1zp .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tCUoV2H1zp .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tCUoV2H1zp .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCUoV2H1zp .container {
    max-width: 540px;
  }
}
.cid-tCUoV2H1zp .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCUoV2H1zp .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tCUoV2H1zp .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCUoV2H1zp .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCUoV2H1zp .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tCUoV2H1zp .mbr-section-title {
  color: #C4CFDE;
}
.cid-tCUoV2H1zp .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tCUoV2H1zp .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-tCUoV2H1zp .card-row {
  align-items: stretch;
}
.cid-tCUoV2H1zp .card {
  margin-top: 30px;
}
.cid-tCUoV2H1zp .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-tCUoV2H1zp .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCUoV2H1zp .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tCUoV2H1zp .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tCUoV2H1zp .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tCUoV2H1zp .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tCUoV2H1zp .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tCUoV2H1zp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tCUoV2H1zp .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-tCUoV2H1zp .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tCUoV2H1zp .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tCUoV3vnUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tCUoV3vnUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoV3vnUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoV3vnUZ .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tCUoV3vnUZ .mbr-section-title {
  color: #FF014E;
}
.cid-tCUoV3vnUZ .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tCUoV3vnUZ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tCUoV3vnUZ .card-row {
  align-items: stretch;
}
.cid-tCUoV3vnUZ .card {
  margin-top: 30px;
}
.cid-tCUoV3vnUZ .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tCUoV3vnUZ .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tCUoV3vnUZ .card-wrapper {
    padding: 20px;
  }
}
.cid-tCUoV3vnUZ .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCUoV3vnUZ .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tCUoV3vnUZ .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tCUoV3vnUZ .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tCUoV3vnUZ .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tCUoV3vnUZ .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tCUoV3vnUZ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tCUoV3vnUZ .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-tCUoV3vnUZ .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tCUoV3vnUZ .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tCUoV4EWeI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tCUoV4EWeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoV4EWeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoV4EWeI .card-row {
  align-items: stretch;
}
.cid-tCUoV4EWeI .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tCUoV4EWeI .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCUoV4EWeI .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCUoV4EWeI .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-tCUoV4EWeI .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tCUoV4EWeI .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-tCUoV4EWeI .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tCUoV4EWeI .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tCUoV4EWeI .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-tCUoV4EWeI .mbr-section-btn {
  margin-top: 30px;
}
.cid-tCUoV5t51o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-tCUoV5t51o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoV5t51o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoV5t51o .card-row {
  align-items: stretch;
}
.cid-tCUoV5t51o .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tCUoV5t51o .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tCUoV5t51o .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tCUoV5t51o .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.cid-tCUoV5t51o .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-tCUoV5t51o .text-row {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .cid-tCUoV5t51o .text-row {
    padding-top: 30px;
  }
}
.cid-tCUoV5t51o .items-container {
  display: flex;
  gap: 2em;
}
@media (max-width: 767px) {
  .cid-tCUoV5t51o .items-container {
    flex-wrap: wrap;
  }
}
.cid-tCUoV5t51o .item-text-wrap {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tCUoV5t51o .item-text-wrap {
    flex-basis: 100%;
  }
}
.cid-tCUoV5t51o .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-tCUoV5t51o .card-text {
  color: #878e99;
  margin-bottom: 0;
  transition: 0.4s all !important;
}
.cid-tCUoV5t51o .card-text a {
  transition: 0.4s all !important;
}
.cid-tCUoV5t51o .card-text a:hover {
  color: #ba9b67 !important;
}
.cid-tCUoV5t51o .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
  color: #878e99;
  transition: 0.4s all;
}
.cid-tCUoV5t51o .list li {
  width: 100%;
  color: inherit !important;
  margin: 10px 0;
  transition: 0.4s all;
}
.cid-tCUoV5t51o .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-tCUoV5t51o .list a:hover {
  color: #ba9b67 !important;
  line-height: inherit !important;
}
.cid-tCUoV5t51o .list-1 li {
  position: relative;
  padding-left: 20px;
}
.cid-tCUoV5t51o .list-1 li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  display: block;
  background-color: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.cid-tCUoV6ncub {
  background-color: #f6f6ef;
  position: relative;
  overflow: hidden;
}
.cid-tCUoV6ncub .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoV6ncub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoV6ncub .col-text {
  position: relative;
  width: 33vw;
}
@media (max-width: 991px) {
  .cid-tCUoV6ncub .col-text {
    width: 65vw;
  }
}
@media (max-width: 767px) {
  .cid-tCUoV6ncub .col-text {
    width: 70vw;
  }
}
@media (max-width: 575px) {
  .cid-tCUoV6ncub .col-text {
    width: 100%;
  }
}
.cid-tCUoV6ncub .text-wrap {
  position: relative;
  z-index: 3;
  padding: 5%;
}
@media (max-width: 767px) {
  .cid-tCUoV6ncub .text-wrap {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .cid-tCUoV6ncub .text-wrap {
    width: 100%;
    max-width: 70vw;
    margin: 0 auto;
  }
}
.cid-tCUoV6ncub .mbr-section-title {
  color: #181817;
  opacity: 0.8;
}
.cid-tCUoV6ncub .mbr-section-subtitle {
  color: #181817;
}
.cid-tCUoV6ncub .mbr-text {
  color: #181817;
  margin-bottom: 1rem;
  opacity: 0.8;
}
.cid-tCUoV6ncub .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tCUoV6ncub .img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #facb1d;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tCUoV6ncub .img-bg {
    width: 380px;
  }
}
@media (max-width: 575px) {
  .cid-tCUoV6ncub .img-bg {
    width: calc(100% - 2rem);
  }
}
.cid-tCUoV7aPuH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tCUoV7aPuH .img-bg-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tCUoV7aPuH .img-bg-container {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-tCUoV7aPuH .img-bg-container {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tCUoV7aPuH .img-bg-container {
    padding: 1rem;
  }
}
.cid-tCUoV7aPuH .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/features12.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.cid-tCUoV7aPuH .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 0 100%, rgba(24, 24, 23, 0.9) 38%, rgba(24, 24, 23, 0.5));
}
.cid-tCUoV7aPuH .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tCUoV7aPuH .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tCUoV7aPuH .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-tCUoV7aPuH .mbr-section-btn {
  margin-top: 1rem;
}
.cid-tCUoV7XLuG {
  background-color: #181817;
}
.cid-tCUoV7XLuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoV7XLuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoV7XLuG .mbr-section-title {
  color: #f6f6ef;
}
.cid-tCUoV7XLuG .mbr-section-btn {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tCUoV7XLuG .mbr-section-btn {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tCUoV7XLuG .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-tCUoV7XLuG .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-tCUoV7XLuG .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-tCUoV7XLuG .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-tCUoV7XLuG .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-tCUoV7XLuG .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
}
.cid-tCUoV7XLuG .mbr-text a {
  text-decoration: underline !important;
}
.cid-tCUoV7XLuG .mbr-text a:hover {
  color: inherit !important;
}
.cid-tCUoV8O7qZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eccdf3;
}
@media (max-width: 1200px) {
  .cid-tCUoV8O7qZ .display-2 {
    font-size: 2.1rem;
  }
}
.cid-tCUoV8O7qZ .item-img {
  padding: 0.5rem;
}
.cid-tCUoV8O7qZ img,
.cid-tCUoV8O7qZ .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCUoV8O7qZ .item:focus,
.cid-tCUoV8O7qZ span:focus {
  outline: none;
}
.cid-tCUoV8O7qZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCUoV8O7qZ .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tCUoV8O7qZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tCUoV8O7qZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tCUoV8O7qZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tCUoV8O7qZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tCUoV8O7qZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tCUoV8O7qZ .mbr-section-title {
  color: #ffffff;
}
.cid-tCUoV8O7qZ .item-title {
  color: #ae42c8;
}
.cid-tCUoV8O7qZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tCUoV9IK2F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #94a393;
}
.cid-tCUoV9IK2F .mbr-section-title {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-tCUoV9IK2F .mbr-section-title {
    margin-bottom: 24px !important;
  }
}
.cid-tCUoV9IK2F .mbr-text {
  color: #FFFFFF;
}
.cid-tCUoV9IK2F .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-tCUoV9IK2F .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tCUoVauXAD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCUoVauXAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoVauXAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoVauXAD .row {
  justify-content: flex-start;
}
.cid-tCUoVauXAD .mbr-section-title {
  color: #45494E;
}
.cid-tCUoVauXAD .mbr-text {
  margin-top: 36px;
  color: #5c6064;
}
@media (max-width: 991px) {
  .cid-tCUoVauXAD .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tCUoVauXAD .mbr-text {
    margin-top: 20px;
  }
}
.cid-tCUoVauXAD .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tCUoVauXAD .mbr-section-btn {
    margin-top: 46px;
  }
}
.cid-tCUoVauXAD .mbr-section-btn .btn-white {
  color: #45494E !important;
  border: 1px solid #45494E !important;
  background-color: transparent !important;
}
.cid-tCUoVauXAD .mbr-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #45494E !important;
  background-color: #45494E !important;
}
.cid-tCUoVbkzic {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCUoVbkzic .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoVbkzic .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoVbkzic .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCUoVbkzic .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-tCUoVbkzic .col-img {
    order: 2;
  }
}
.cid-tCUoVbkzic .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tCUoVbkzic .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-tCUoVbkzic .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-tCUoVbkzic .col-tex {
    order: 1;
  }
}
.cid-tCUoVbkzic .card-title {
  color: #45494E;
}
.cid-tCUoVbkzic .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-tCUoVbkzic .mbr-section-btn {
  margin-top: 60px;
}
.cid-tCUoVbkzic .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tCUoVceJtW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3f3f1;
}
.cid-tCUoVceJtW .card1 {
  background: #e9c0e9;
}
.cid-tCUoVceJtW .card2 {
  background: #d2dc1d;
}
.cid-tCUoVceJtW .card3 {
  background: #780016;
}
.cid-tCUoVceJtW .card-big {
  height: 100%;
}
.cid-tCUoVceJtW .col-big {
  padding-bottom: 2rem;
}
.cid-tCUoVceJtW .col-big .col-img,
.cid-tCUoVceJtW .col-big .img-container {
  height: auto;
  margin: auto;
}
.cid-tCUoVceJtW h2 {
  text-decoration: underline;
}
.cid-tCUoVceJtW .content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 !important;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.cid-tCUoVceJtW .col-text {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.cid-tCUoVceJtW .text-container {
  padding: 30px 40px 40px 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCUoVceJtW .text-container {
    padding: 24px 24px 12px 24px;
  }
}
.cid-tCUoVceJtW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tCUoVceJtW .label-text {
  width: 100%;
  margin-bottom: 0;
  color: #000000;
  opacity: 0.4;
}
.cid-tCUoVceJtW .mbr-section-title {
  width: 100%;
  color: #1B1F0A;
  margin-bottom: 8px;
}
.cid-tCUoVceJtW .mbr-text {
  letter-spacing: inherit;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  opacity: 0.8;
}
.cid-tCUoVceJtW .btn-container {
  width: 100%;
}
.cid-tCUoVceJtW .mbr-section-btn {
  margin-top: 22px;
}
.cid-tCUoVceJtW .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-tCUoVceJtW .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-tCUoVceJtW .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCUoVceJtW .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-tCUoVceJtW .col-img {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.cid-tCUoVceJtW .img-container {
  display: flex;
  padding: 2rem;
  padding-bottom: 0;
  border-radius: 2rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 350px;
}
@media (max-width: 767px) {
  .cid-tCUoVceJtW .img-container {
    padding: 1rem;
  }
}
.cid-tCUoVceJtW .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  border-radius: 2rem;
  object-fit: cover;
  height: 100%;
}
.cid-tCUoVceJtW .mbr-section-title,
.cid-tCUoVceJtW .mbr-section-btn {
  color: #ffffff;
}
.cid-tCUoVceJtW .mbr-section-title2,
.cid-tCUoVceJtW .mbr-section-btn {
  color: #000000;
}
.cid-tCUoVceJtW .mbr-section-title1,
.cid-tCUoVceJtW .mbr-section-btn {
  color: #502274;
}
.cid-tCUoVceJtW .mbr-section-title3,
.cid-tCUoVceJtW .mbr-section-btn {
  color: #e9c0e9;
}
.cid-tCUoVdbgtB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tCUoVdbgtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoVdbgtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoVdbgtB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tCUoVdbgtB .team-card:hover {
  transform: translateY(-10px);
}
.cid-tCUoVdbgtB .card1 {
  background: #e9c0e9;
}
.cid-tCUoVdbgtB .card2 {
  background: #d2dc1d;
}
.cid-tCUoVdbgtB .card3 {
  background: #780016;
}
.cid-tCUoVdbgtB .image-wrap {
  padding: 2rem;
  padding-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-tCUoVdbgtB .image-wrap {
    padding: 1rem;
  }
}
.cid-tCUoVdbgtB .card-wrap {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-tCUoVdbgtB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tCUoVdbgtB .card-wrap .image-wrap img {
  width: 100%;
  border-radius: 2rem;
  height: 400px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tCUoVdbgtB .card-wrap .content-wrap {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tCUoVdbgtB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tCUoVdbgtB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 1.5rem;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid currentColor;
}
.cid-tCUoVdbgtB .tag {
  color: #6592e6;
}
.cid-tCUoVdbgtB .tag,
.cid-tCUoVdbgtB .soc-item {
  color: #502274;
}
.cid-tCUoVdbgtB .card-title3,
.cid-tCUoVdbgtB .social-row {
  color: #ffffff;
}
.cid-tCUoVdbgtB .card-text3,
.cid-tCUoVdbgtB .mbr-section-btn,
.cid-tCUoVdbgtB .social-row {
  color: #ffffff;
}
.cid-tCUoVdbgtB .tag3,
.cid-tCUoVdbgtB .soc-item3 {
  color: #ffffff;
}
.cid-tCUoVdbgtB .card-title,
.cid-tCUoVdbgtB .social-row {
  color: #502274;
}
.cid-tCUoVdbgtB .card-text,
.cid-tCUoVdbgtB .mbr-section-btn,
.cid-tCUoVdbgtB .social-row {
  color: #502274;
}
.cid-tCUoVedw2c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-tCUoVedw2c .row {
  justify-content: center;
}
.cid-tCUoVedw2c .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
  text-align: center;
}
.cid-tCUoVedw2c .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-tCUoVedw2c .card {
  height: 460px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tCUoVedw2c .card {
    margin-bottom: 30px;
  }
}
.cid-tCUoVedw2c .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-tCUoVedw2c .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
}
.cid-tCUoVedw2c .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 40px;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .cid-tCUoVedw2c .card-wrapper {
    padding: 29px;
  }
}
.cid-tCUoVedw2c .card-wrapper .card-button {
  width: 100%;
}
.cid-tCUoVedw2c .card-wrapper .card-button .mbr-button {
  width: 98px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  margin: 0;
  border-radius: 15px;
  letter-spacing: .72px;
  background: #ff4712;
  pointer-events: visible;
  transition: all .4s ease;
}
.cid-tCUoVedw2c .card-wrapper .card-text-main {
  transform: translate(0, 25%);
  transition: all .4s ease;
}
.cid-tCUoVedw2c .card-wrapper .card-text-main .mbr-card-title {
  margin: 0;
  pointer-events: visible;
}
.cid-tCUoVedw2c .card-wrapper .card-text-main .card-text-date {
  margin-top: 15px;
}
.cid-tCUoVedw2c .card-wrapper .card-text-main .card-text-date .mbr-date {
  margin: 0;
  opacity: .7;
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
}
.cid-tCUoVedw2c .card-wrapper .card-text-main .card-text-date .mbr-date span {
  margin-right: 13px;
  color: #ece9e6;
  pointer-events: visible;
}
.cid-tCUoVedw2c .card-wrapper .card-text-main .card-text-link {
  margin-top: 15px;
  opacity: 0;
  transition: all .4s ease;
}
.cid-tCUoVedw2c .card-wrapper .card-text-main .card-text-link .mbr-link {
  margin: 0;
  pointer-events: visible;
  display: inline-flex;
  align-items: center;
}
.cid-tCUoVedw2c .card-wrapper .card-text-main .card-text-link .mbr-link span {
  margin-left: 6px;
  color: #f1e91a;
  pointer-events: visible;
}
.cid-tCUoVedw2c .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-tCUoVedw2c .card:hover .card-text-main {
  transform: translate(0, 0);
}
.cid-tCUoVedw2c .card:hover .card-text-link {
  opacity: 1;
}
.cid-tCUoVedw2c .card:hover .mbr-button {
  background: #20232a;
}
.cid-tCUoVedw2c .mbr-button {
  color: #FFFFFF;
}
.cid-tCUoVedw2c .mbr-card-title {
  color: #FFFFFF;
}
.cid-tCUoVedw2c .mbr-date {
  color: #fafafa;
}
.cid-tCUoVedw2c .mbr-link {
  color: #FFFFFF;
}
.cid-tCUoVedw2c .mbr-card-title,
.cid-tCUoVedw2c .mbr-card-title,
.cid-tCUoVedw2c .card-button,
.cid-tCUoVedw2c .mbr-date,
.cid-tCUoVedw2c .mbr-link {
  text-align: left;
}
.cid-tCUoVfeff2 {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCUoVfeff2 .wrap {
    padding: 0 28px;
  }
}
.cid-tCUoVfeff2 .card-wrapper {
  min-height: 150px;
  transition: all 0.3s;
  border-radius: none;
  padding: 1rem;
  background: #f0f0f0;
}
@media (min-width: 992px) {
  .cid-tCUoVfeff2 .card-wrapper {
    min-height: 200px;
  }
}
@media (min-width: 1400px) {
  .cid-tCUoVfeff2 .card-wrapper {
    min-height: 420px;
  }
}
.cid-tCUoVfeff2 .card-wrapper:hover {
  background: #ffff27;
}
@media (max-width: 991px) {
  .cid-tCUoVfeff2 .item-content {
    margin-bottom: 65px;
  }
}
.cid-tCUoVgcBe7 {
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tCUoVgcBe7 .container-fluid {
  padding: 0;
}
.cid-tCUoVgcBe7 .content-wrapper {
  background-color: #adadad;
}
.cid-tCUoVgcBe7 .content-wrapper .text-wrapper {
  padding-top: 10rem;
  padding-bottom: 10rem;
  padding-right: 96px;
  padding-left: 48px;
}
.cid-tCUoVgcBe7 .content-wrapper .image-wrapper {
  height: 100%;
}
.cid-tCUoVgcBe7 .content-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCUoVgcBe7 .content-wrapper .card-title {
  margin-bottom: 240px;
}
@media (max-width: 991px) {
  .cid-tCUoVgcBe7 .content-wrapper .text-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tCUoVgcBe7 .btn {
  width: 100%;
  box-shadow: none !important;
  margin: -1px 0.6rem 0;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cid-tCUoVgcBe7 .btn {
    width: 97%;
  }
}
@media (max-width: 767px) {
  .cid-tCUoVgcBe7 .btn {
    width: 95%;
  }
}
.cid-tCUoVgcBe7 .btn:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tCUoVgcBe7 .btn:hover {
  border-bottom: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tCUoVgcBe7 .btn:hover:first-child {
  border-top: 1px solid rgba(61, 61, 61, 0.3) !important;
}
.cid-tCUoVgcBe7 .mbr-iconfont {
  font-size: 16px !important;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCUoVh6R4M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffdd65;
}
.cid-tCUoVh6R4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoVh6R4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoVh6R4M .container {
  max-width: 1280px;
}
.cid-tCUoVh6R4M .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #212132;
  padding: 4rem 0;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tCUoVh6R4M .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tCUoVh6R4M .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-tCUoVh6R4M .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-tCUoVh6R4M .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-tCUoVh6R4M .text-wrapper {
    min-height: auto;
  }
}
.cid-tCUoVh6R4M .card-title {
  color: #FFDD65;
}
.cid-tCUoVh6R4M .mbr-text {
  color: #ffffff;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-tCUoVh6R4M .mbr-text {
    margin-top: 16px;
  }
}
.cid-tCUoVh6R4M .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-tCUoVh6R4M .col-link {
    margin-top: 50px;
  }
}
.cid-tCUoVh6R4M .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-tCUoVh6R4M .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-tCUoVh6R4M .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #ae5eff;
}
.cid-tCUoVh6R4M .iconfont-wrapper .mbr-iconfont {
  color: #212132;
  font-size: 16px;
}
.cid-tCUoVh6R4M .list-text {
  color: #FFFFFF;
}
.cid-tCUoVh6R4M .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -6rem;
}
@media (max-width: 1599px) {
  .cid-tCUoVh6R4M .img-container {
    left: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-tCUoVh6R4M .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-tCUoVh6R4M .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-tCUoVh6R4M .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tCUoVh6R4M .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-tCUoVh6R4M .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tCUoVh6R4M .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tCUoVh6R4M .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tCUoVh6R4M .btn-container {
    padding: 0 6vw;
  }
  .cid-tCUoVh6R4M .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tCUoVh6R4M .btn-container .btn {
    width: 100%;
  }
}
.cid-tCUoVib6sa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
  position: relative;
  overflow: hidden;
}
.cid-tCUoVib6sa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoVib6sa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCUoVib6sa .col-text {
    padding-right: 28px;
  }
}
@media (min-width: 992px) {
  .cid-tCUoVib6sa .col-img {
    padding-left: 28px;
  }
}
.cid-tCUoVib6sa .card-title {
  color: #161616;
  margin-top: 1rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tCUoVib6sa .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tCUoVib6sa .mbr-text {
  color: #161616;
  margin-top: 2rem;
  padding-right: 40px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-tCUoVib6sa .mbr-text {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-tCUoVib6sa .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1rem;
  }
}
.cid-tCUoVib6sa .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tCUoVib6sa .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tCUoVib6sa .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #161616;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .cid-tCUoVib6sa .image-wrapper {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .cid-tCUoVib6sa .image-wrapper {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .cid-tCUoVib6sa .image-wrapper {
    margin-top: 56px;
  }
}
.cid-tCUoVib6sa .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tCUoVib6sa .circle-blur {
  position: absolute;
  top: -5%;
  left: -5%;
  bottom: auto;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 27%, #ff4848 50%, #6148ff 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
.cid-tCUoVj8kCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d8d5d1;
}
.cid-tCUoVj8kCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUoVj8kCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUoVj8kCY .card-wrapper {
  padding: 0;
  width: 100%;
}
.cid-tCUoVj8kCY .card-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 16px;
  border: 2px solid #161616;
  background-color: rgba(22, 22, 22, 0.15);
  border-radius: 12px;
  transition: .4s all;
}
.cid-tCUoVj8kCY .card-box:hover {
  background-color: #d8d5d1;
}
@media (max-width: 575px) {
  .cid-tCUoVj8kCY .card-box {
    flex-direction: column;
    padding: 12px;
  }
}
.cid-tCUoVj8kCY .icons-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 16px;
}
@media (max-width: 575px) {
  .cid-tCUoVj8kCY .icons-box {
    width: 100%;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.cid-tCUoVj8kCY .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCUoVj8kCY .icon-wrapper:not(:first-child) {
  margin-left: 4px;
}
.cid-tCUoVj8kCY .mbr-text {
  color: #161616;
  min-width: 50%;
  margin-right: auto;
}
@media (max-width: 575px) {
  .cid-tCUoVj8kCY .mbr-text {
    text-align: center !important;
    min-width: auto;
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.cid-tCUoVj8kCY .mbr-section-btn {
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
}
.cid-tCUoVj8kCY .mbr-section-btn .btn {
  padding: 6px 16px;
}
.cid-tCUoVj8kCY .mbr-section-btn .btn:hover {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
@media (max-width: 575px) {
  .cid-tCUoVj8kCY .mbr-section-btn {
    display: flex;
  }
}
.cid-tCUoVk9lvo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-tCUoVk9lvo .container {
    max-width: 1162px;
  }
}
@media (min-width: 992px) {
  .cid-tCUoVk9lvo .card-title {
    font-size: 64px;
  }
}
.cid-tCUoVk9lvo img {
  width: 120px;
}
@media (max-width: 758px) {
  .cid-tCUoVk9lvo img {
    margin-bottom: 3rem;
  }
}
.cid-tCUoVldHXe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tCUoVldHXe .main_header {
    padding-left: 100px;
  }
}
.cid-tCUoVldHXe .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-tCUoVldHXe .mbr-text {
  margin-bottom: 33px;
}
.cid-tCUoVldHXe .image_wrapper {
  display: flex;
}
.cid-tCUoVldHXe .image_wrapper .item-img:nth-child(1) {
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tCUoVldHXe .image_wrapper {
    margin: 65px 0 50px;
  }
}
@media (max-width: 767px) {
  .cid-tCUoVldHXe .image_wrapper {
    flex-direction: column;
    margin: 40px 0 30px;
  }
  .cid-tCUoVldHXe .image_wrapper .item-img:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-tCUoVldHXe .item-img {
  position: relative;
}
.cid-tCUoVldHXe .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #eae8e4;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-tCUoVldHXe img,
.cid-tCUoVldHXe .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tCUoVmhVp3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-tCUoVmhVp3 .mbr-section-title {
  margin-bottom: 56px;
}
.cid-tCUoVmhVp3 .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-tCUoVmhVp3 .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tCUoVmhVp3 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tCUoVmhVp3 .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tCUoVmhVp3 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tCUoVmhVp3 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tCUoVmhVp3 .shadow:hover .mbr-iconfont,
.cid-tCUoVmhVp3 .shadow:hover .number,
.cid-tCUoVmhVp3 .shadow:hover .card-title {
  color: #383838 !important;
}
.cid-tCUoVmhVp3 .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tCUoVmhVp3 .card-title {
  margin-bottom: 10px;
}
.cid-tCUoVmhVp3 .card-title span,
.cid-tCUoVmhVp3 .card-title .number {
  transition: 0.35s;
}
.cid-tCUoVmhVp3 .card-text {
  margin-bottom: 32px;
  color: #8c8c95;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-tCUoVmhVp3 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-tCUoVmhVp3 .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-tCUoVmhVp3 H3 {
  color: #14142b;
  text-align: center;
}
.cid-tCUoVmhVp3 img {
  width: auto;
  height: 70px;
}
.cid-tCUoVmhVp3 .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
}
.cid-tCUoVmhVp3 .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-tCUoVmhVp3 .link-title {
  display: inline-block;
}
.cid-tCUoVmhVp3 .episode {
  color: #ffffff;
}
.cid-tCUoVmhVp3 .img-title {
  color: #ffffff;
}
.cid-tCUoVmhVp3 .margin {
  margin-right: 14px;
}
.cid-tCUoVmhVp3 .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-tCUoVmhVp3 .mbr-section-btn {
  width: auto;
  display: inline;
}
@media (max-width: 500px) {
  .cid-tCUoVmhVp3 .button-align {
    display: flex;
    flex-direction: column;
  }
  .cid-tCUoVmhVp3 .margin {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-tCUoVmhVp3 .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-tCUoVmhVp3 span,
.cid-tCUoVmhVp3 .number {
  transition: 0.35s;
}
.cid-tCUoVmhVp3 .item.features-image {
  margin-top: 30px;
}
.cid-tCUoVmhVp3 .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tCUoVmhVp3 .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-tCUoVmhVp3 .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-tCUoVmhVp3 .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-tCUoVmhVp3 .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-tCUoVnlIkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCUoVnlIkU .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-tCUoVnlIkU .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-tCUoVnlIkU .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-tCUoVnlIkU .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-tCUoVnlIkU .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-tCUoVnlIkU .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-tCUoVnlIkU .shadow:hover .mbr-iconfont,
.cid-tCUoVnlIkU .shadow:hover .number,
.cid-tCUoVnlIkU .shadow:hover .card-title {
  color: #383838 !important;
}
.cid-tCUoVnlIkU .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-tCUoVnlIkU .card-title {
  margin-bottom: 18px;
  color: #14142b;
  transition: 0.35s;
}
.cid-tCUoVnlIkU .card-text {
  margin-bottom: 17px;
  color: #8c8c95;
}
.cid-tCUoVnlIkU H3 {
  color: #14142b;
  text-align: center;
}
.cid-tCUoVnlIkU img {
  width: auto;
  height: 70px;
}
.cid-tCUoVnlIkU .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 34px 25px 54px 31px;
}
.cid-tCUoVnlIkU .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-tCUoVnlIkU .link-title {
  display: inline-block;
}
.cid-tCUoVnlIkU .margin {
  margin-right: 14px;
}
.cid-tCUoVnlIkU .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-tCUoVnlIkU .link-row {
  align-items: center;
}
@media (max-width: 550px) {
  .cid-tCUoVnlIkU .title-block {
    flex-direction: column;
  }
  .cid-tCUoVnlIkU .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tCUoVnlIkU .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-tCUoVnlIkU .item.features-image {
  margin-top: 30px;
}
.cid-tCUoVnlIkU .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-tCUoVnlIkU .item.features-image:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-tCUoVnlIkU .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-tCUoVos0Cd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #edeff0;
}
.cid-tCUoVos0Cd .container-fluid {
  padding: 0 3rem;
}
.cid-tCUoVos0Cd .mbr-section-subtitle {
  line-height: 1.72;
}
.cid-tCUoVos0Cd table {
  width: 100% !important;
  margin: 0 auto;
}
.cid-tCUoVos0Cd table th {
  padding: 1.5rem 1rem;
  word-break: normal;
  transition: all .2s;
  text-align: center;
  border-color: #9fc2d5;
  border-bottom-color: #9fc2d5 !important;
  border-top: none;
  vertical-align: middle;
}
.cid-tCUoVos0Cd table tr {
  border-color: #9fc2d5;
}
.cid-tCUoVos0Cd table td {
  vertical-align: middle;
  word-break: normal;
  line-height: 1.72;
}
.cid-tCUoVos0Cd th:after,
.cid-tCUoVos0Cd th:before {
  display: none !important;
}
.cid-tCUoVos0Cd .dataTables_scrollHeadInner {
  margin-left: auto;
  margin-right: auto;
}
.cid-tCUoVos0Cd .dataTables_scrollHeadInner .table {
  width: 100% !important;
}
.cid-tCUoVos0Cd .dataTable-top {
  margin-bottom: 20px;
}
.cid-tCUoVos0Cd .body-item {
  padding: 33px 36px;
  font-weight: 300;
  white-space: nowrap;
  color: #181818;
}
.cid-tCUoVos0Cd .head-item {
  color: #181818;
  padding: 33px 36px;
  text-align: left;
  white-space: nowrap;
}
.cid-tCUoVos0Cd .row-title {
  white-space: nowrap;
  padding: 33px 54px;
  color: #72a0b9;
  line-height: 1.72;
}
.cid-tCUoVos0Cd .second-col {
  background-color: #d8e4eb;
}
.cid-tCUoVos0Cd .head-item.first-col,
.cid-tCUoVos0Cd .head-item.second-col,
.cid-tCUoVos0Cd .head-item.other-col {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-tCUoVos0Cd .other-col {
  background-color: #ffffff;
}
.cid-tCUoVos0Cd .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tCUoVos0Cd .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCUoVos0Cd th:nth-child(3n+2) {
  background-color: #d8e4eb;
}
.cid-tCUoVos0Cd td:nth-child(3n+2) {
  background-color: #d8e4eb;
}
.cid-tCUoVpJxGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tCUoVpJxGg p,
.cid-tCUoVpJxGg h6 {
  font-weight: 300 !important;
}
.cid-tCUoVpJxGg .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-tCUoVpJxGg .panel-group {
  border: none;
}
.cid-tCUoVpJxGg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCUoVpJxGg .panel-title-edit {
  color: #fff;
}
.cid-tCUoVpJxGg .panel-text {
  color: #fff;
  width: 71%;
}
@media (max-width: 768px) {
  .cid-tCUoVpJxGg .panel-text {
    width: 100%;
  }
}
.cid-tCUoVpJxGg .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tCUoVpJxGg .card {
    padding: 2rem 0;
  }
}
.cid-tCUoVpJxGg .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-tCUoVpJxGg .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-tCUoVpJxGg .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tCUoVqRaCJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-tCUoVqRaCJ img,
.cid-tCUoVqRaCJ .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tCUoVqRaCJ .item:focus,
.cid-tCUoVqRaCJ span:focus {
  outline: none;
}
.cid-tCUoVqRaCJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tCUoVqRaCJ .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tCUoVqRaCJ .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tCUoVqRaCJ .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tCUoVqRaCJ .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tCUoVqRaCJ .item-content {
    padding: 1rem 0;
  }
}
.cid-tCUoVqRaCJ .mbr-section-title {
  color: #36187d;
}
.cid-tCUoVqRaCJ .mbr-text,
.cid-tCUoVqRaCJ .mbr-section-btn {
  text-align: center;
}
.cid-tCUoVqRaCJ .item-title {
  text-align: center;
  color: #36187d;
}
.cid-tCUoVqRaCJ .item-subtitle {
  text-align: center;
}
.cid-tCUoVrZMHr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tCUoVrZMHr .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-tCUoVrZMHr .container {
    max-width: 1400px;
  }
}
.cid-tCUoVrZMHr img {
  width: 100%;
}
.cid-tCUoVrZMHr .link-wrap {
  width: 100%;
}
.cid-tCUoVrZMHr .link {
  display: inline-block;
}
.cid-tCUoVrZMHr .card {
  transition: all 0.3s;
}
.cid-tCUoVrZMHr .card:hover {
  transform: translateY(-10px);
}
.cid-tCUoVrZMHr .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tCUoVrZMHr .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-tCUoVtdcrn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tCUoVtdcrn .link-wrap {
  width: 100%;
}
.cid-tCUoVtdcrn .link {
  display: inline-block;
}
.cid-tCUoVtdcrn .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tCUoVtdcrn .icon-box {
  background: #333333;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCUoVtdcrn .icon-title {
  margin: 0;
}
.cid-tCUoVtdcrn .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
.cid-tCUoVtdcrn .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  font-weight: 600;
}
.cid-tCUoVtdcrn .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e960";
  font-family: 'Moririse2' !important;
  color: #ffffff;
  font-size: 0.7rem;
  background: #0077ff;
  padding: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCUoVtdcrn .link a:hover {
  text-decoration: underline;
}
.cid-tCUoVtdcrn .link,
.cid-tCUoVtdcrn .link-wrap {
  color: #0077ff;
}
.cid-tCUoVtdcrn .mbr-text,
.cid-tCUoVtdcrn .mbr-section-btn {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-tCUoVtdcrn .card {
    margin-bottom: 2rem;
  }
}
.cid-tCUH7u5HCx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCUH7u5HCx .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCUH7u5HCx nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCUH7u5HCx .container,
  .cid-tCUH7u5HCx .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCUH7u5HCx .nav-link:hover,
  .cid-tCUH7u5HCx .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCUH7u5HCx .navbar-nav {
  margin: auto;
}
.cid-tCUH7u5HCx .dropdown-item {
  color: #ffffff !important;
}
.cid-tCUH7u5HCx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCUH7u5HCx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCUH7u5HCx .navbar-short,
.cid-tCUH7u5HCx .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCUH7u5HCx .navbar-short .nav-link,
.cid-tCUH7u5HCx .opened .nav-link,
.cid-tCUH7u5HCx .navbar-short .navbar-caption,
.cid-tCUH7u5HCx .opened .navbar-caption,
.cid-tCUH7u5HCx .navbar-short .mbr-iconfont,
.cid-tCUH7u5HCx .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCUH7u5HCx .navbar-short .hamburger span,
.cid-tCUH7u5HCx .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCUH7u5HCx .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCUH7u5HCx .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-tCUH7u5HCx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCUH7u5HCx .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCUH7u5HCx .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCUH7u5HCx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCUH7u5HCx .container {
  display: flex;
  margin: auto;
}
.cid-tCUH7u5HCx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCUH7u5HCx .dropdown-menu,
.cid-tCUH7u5HCx .navbar.opened {
  background: #000000 !important;
}
.cid-tCUH7u5HCx .nav-item:focus,
.cid-tCUH7u5HCx .nav-link:focus {
  outline: none;
}
.cid-tCUH7u5HCx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCUH7u5HCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCUH7u5HCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCUH7u5HCx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCUH7u5HCx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCUH7u5HCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCUH7u5HCx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCUH7u5HCx .navbar.opened {
  transition: all 0.3s;
}
.cid-tCUH7u5HCx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCUH7u5HCx .navbar .navbar-logo img {
  width: auto;
}
.cid-tCUH7u5HCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCUH7u5HCx .navbar.collapsed {
  justify-content: center;
}
.cid-tCUH7u5HCx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCUH7u5HCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCUH7u5HCx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCUH7u5HCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCUH7u5HCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCUH7u5HCx .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-tCUH7u5HCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCUH7u5HCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCUH7u5HCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCUH7u5HCx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCUH7u5HCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCUH7u5HCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCUH7u5HCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCUH7u5HCx .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-tCUH7u5HCx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCUH7u5HCx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCUH7u5HCx .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCUH7u5HCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCUH7u5HCx .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCUH7u5HCx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCUH7u5HCx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCUH7u5HCx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCUH7u5HCx .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCUH7u5HCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCUH7u5HCx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCUH7u5HCx .dropdown-item.active,
.cid-tCUH7u5HCx .dropdown-item:active {
  background-color: transparent;
}
.cid-tCUH7u5HCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCUH7u5HCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCUH7u5HCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCUH7u5HCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCUH7u5HCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCUH7u5HCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCUH7u5HCx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCUH7u5HCx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCUH7u5HCx button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCUH7u5HCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCUH7u5HCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCUH7u5HCx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCUH7u5HCx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCUH7u5HCx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCUH7u5HCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCUH7u5HCx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCUH7u5HCx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCUH7u5HCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCUH7u5HCx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCUH7u5HCx a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCUH7u5HCx .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-tCUH7u5HCx .navbar {
    height: 70px;
  }
  .cid-tCUH7u5HCx .navbar.opened {
    height: auto;
  }
  .cid-tCUH7u5HCx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCUH7uJG2b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background5.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tCUH7uJG2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUH7uJG2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUH7uJG2b .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tCUH7uJG2b .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tCUH7uJG2b .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tCUH7uJG2b .container {
    max-width: 540px;
  }
}
.cid-tCUH7uJG2b .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tCUH7uJG2b .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tCUH7uJG2b .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tCUH7uJG2b .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tCUH7uJG2b .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tCUH7uJG2b .mbr-section-title {
  color: #ff9501;
}
.cid-tCUH7uJG2b .mbr-section-subtitle {
  color: #ffffff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tCUH7uJG2b .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-tCUH7uJG2b .card-row {
  align-items: stretch;
}
.cid-tCUH7uJG2b .card {
  margin-top: 30px;
}
.cid-tCUH7uJG2b .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-tCUH7uJG2b .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tCUH7uJG2b .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tCUH7uJG2b .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tCUH7uJG2b .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tCUH7uJG2b .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tCUH7uJG2b .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tCUH7uJG2b .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tCUH7uJG2b .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-tCUH7uJG2b .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tCUH7uJG2b .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: left;
}
.cid-tCUH7uJG2b .card-title,
.cid-tCUH7uJG2b .iconfont-wrapper {
  color: #ffffff;
}
.cid-tCV3RMsAhs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tCV3RMsAhs .media-container-row {
  justify-content: space-between;
}
.cid-tCV3RMsAhs .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCV3RMsAhs .text-content {
    max-width: none;
  }
}
.cid-tCV3RMsAhs .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCV3RMsAhs .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tCV3RMsAhs .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tCV3RMsAhs .icons {
    justify-content: center !important;
  }
  .cid-tCV3RMsAhs .text-content * {
    text-align: center;
  }
}
.cid-tCV3RMsAhs .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tCUH7wTL7M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCUH7wTL7M .mbr-section-title {
  color: #ba9b67;
}
.cid-tCUH7wTL7M .mbr-text {
  color: #c0bcb7;
  text-align: right;
}
.cid-tCUH7vrNXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/misstify-on-the-decks-encona-2000x1497.webp");
}
.cid-tCUH7vrNXF .wrapper {
  height: 550px;
}
.cid-tCUH7vrNXF .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tCUH7xe9cz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tCUH7xe9cz .media-container-row {
  justify-content: space-between;
}
.cid-tCUH7xe9cz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCUH7xe9cz .text-content {
    max-width: none;
  }
}
.cid-tCUH7xe9cz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCUH7xe9cz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tCUH7xe9cz .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tCUH7xe9cz .icons {
    justify-content: center !important;
  }
  .cid-tCUH7xe9cz .text-content * {
    text-align: center;
  }
}
.cid-tCUH7xe9cz .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v8uMMsDEa0 {
  background-image: url("../../../assets/images/bar-with-barriers-and-covers-1128x635.webp");
}
.cid-v8uMMsDEa0 .wrapper {
  height: 550px;
}
.cid-v8uMMsDEa0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tCV8UmVXoX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #00261a;
}
.cid-tCV8UmVXoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCV8UmVXoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCV8UmVXoX .box {
  margin-bottom: 15px;
}
.cid-tCV8UmVXoX .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tCV8UmVXoX .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tCV8UmVXoX .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tCV8UmVXoX .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tCV8UmVXoX .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tCV8UmVXoX .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tCV8UmVXoX .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tCV8UmVXoX .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tCV8UmVXoX .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tCV8UmVXoX .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tCV8UmVXoX .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tCV8UmVXoX .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tCV8UmVXoX .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tCV8UmVXoX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCV8UmVXoX .item-img {
  overflow: hidden;
}
.cid-tCV8UmVXoX .item-img img {
  width: 100%;
}
.cid-tCV8UmVXoX .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tCV8UmVXoX .title-text {
  color: #ddc499;
  margin-bottom: 0;
  width: 100%;
}
.cid-tCV8UmVXoX .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tJXnQHxgfE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tJXnQHxgfE .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tJXnQHxgfE .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJXnQHxgfE .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tJXnQHxgfE .row {
    margin: 0;
  }
}
.cid-tJXnQHxgfE .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tJXnQHxgfE .mbr-title {
  text-align: left;
}
.cid-tCUH7FsaBN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #181817;
}
.cid-tCUH7FsaBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCUH7FsaBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCUH7FsaBN .mbr-section-title {
  color: #f6f6ef;
}
.cid-tCUH7FsaBN .mbr-section-btn {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-tCUH7FsaBN .mbr-section-btn {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tCUH7FsaBN .mbr-section-btn .btn {
    padding: 42px 56px;
  }
}
@media (max-width: 767px) {
  .cid-tCUH7FsaBN .mbr-section-btn .btn {
    font-size: 40px !important;
  }
  .cid-tCUH7FsaBN .mbr-section-btn .btn .mbr-iconfont {
    font-size: 40px!important;
  }
}
@media (max-width: 575px) {
  .cid-tCUH7FsaBN .mbr-section-btn .btn {
    font-size: 24px !important;
  }
  .cid-tCUH7FsaBN .mbr-section-btn .btn .mbr-iconfont {
    font-size: 24px!important;
  }
}
.cid-tCUH7FsaBN .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
}
.cid-tCUH7FsaBN .mbr-text a {
  text-decoration: underline !important;
}
.cid-tCUH7FsaBN .mbr-text a:hover {
  color: inherit !important;
}
.cid-tCUH7xHtGb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCUH7xHtGb .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCW0NcPDsD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCW0NcPDsD .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCW0NcPDsD nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCW0NcPDsD .container,
  .cid-tCW0NcPDsD .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCW0NcPDsD .nav-link:hover,
  .cid-tCW0NcPDsD .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCW0NcPDsD .navbar-nav {
  margin: auto;
}
.cid-tCW0NcPDsD .dropdown-item {
  color: #ffffff !important;
}
.cid-tCW0NcPDsD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCW0NcPDsD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCW0NcPDsD .navbar-short,
.cid-tCW0NcPDsD .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCW0NcPDsD .navbar-short .nav-link,
.cid-tCW0NcPDsD .opened .nav-link,
.cid-tCW0NcPDsD .navbar-short .navbar-caption,
.cid-tCW0NcPDsD .opened .navbar-caption,
.cid-tCW0NcPDsD .navbar-short .mbr-iconfont,
.cid-tCW0NcPDsD .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCW0NcPDsD .navbar-short .hamburger span,
.cid-tCW0NcPDsD .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCW0NcPDsD .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCW0NcPDsD .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-tCW0NcPDsD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCW0NcPDsD .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCW0NcPDsD .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCW0NcPDsD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCW0NcPDsD .container {
  display: flex;
  margin: auto;
}
.cid-tCW0NcPDsD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCW0NcPDsD .dropdown-menu,
.cid-tCW0NcPDsD .navbar.opened {
  background: #000000 !important;
}
.cid-tCW0NcPDsD .nav-item:focus,
.cid-tCW0NcPDsD .nav-link:focus {
  outline: none;
}
.cid-tCW0NcPDsD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCW0NcPDsD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCW0NcPDsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCW0NcPDsD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCW0NcPDsD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCW0NcPDsD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCW0NcPDsD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCW0NcPDsD .navbar.opened {
  transition: all 0.3s;
}
.cid-tCW0NcPDsD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCW0NcPDsD .navbar .navbar-logo img {
  width: auto;
}
.cid-tCW0NcPDsD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCW0NcPDsD .navbar.collapsed {
  justify-content: center;
}
.cid-tCW0NcPDsD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCW0NcPDsD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCW0NcPDsD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCW0NcPDsD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCW0NcPDsD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCW0NcPDsD .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-tCW0NcPDsD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCW0NcPDsD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCW0NcPDsD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCW0NcPDsD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCW0NcPDsD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCW0NcPDsD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCW0NcPDsD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCW0NcPDsD .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-tCW0NcPDsD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCW0NcPDsD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCW0NcPDsD .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCW0NcPDsD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCW0NcPDsD .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCW0NcPDsD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCW0NcPDsD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCW0NcPDsD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCW0NcPDsD .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCW0NcPDsD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCW0NcPDsD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCW0NcPDsD .dropdown-item.active,
.cid-tCW0NcPDsD .dropdown-item:active {
  background-color: transparent;
}
.cid-tCW0NcPDsD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCW0NcPDsD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCW0NcPDsD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCW0NcPDsD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCW0NcPDsD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCW0NcPDsD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCW0NcPDsD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCW0NcPDsD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCW0NcPDsD button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCW0NcPDsD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCW0NcPDsD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCW0NcPDsD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCW0NcPDsD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCW0NcPDsD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCW0NcPDsD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCW0NcPDsD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCW0NcPDsD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCW0NcPDsD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCW0NcPDsD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCW0NcPDsD a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCW0NcPDsD .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-tCW0NcPDsD .navbar {
    height: 70px;
  }
  .cid-tCW0NcPDsD .navbar.opened {
    height: auto;
  }
  .cid-tCW0NcPDsD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCW0NdhuIr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dj-turntables-copy-1778x1000.webp");
}
.cid-tCW0NdhuIr .wrapper {
  height: 550px;
}
.cid-tCW1kBnkmY {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tCW1kBnkmY .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tCW1kBnkmY .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tCW1kBnkmY .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tCW1kBnkmY .mbr-section-btn {
  width: 90%;
}
.cid-tCW1kBnkmY img {
  object-fit: cover;
  height: 100%;
}
.cid-tCW1kBnkmY section {
  position: relative;
}
.cid-tCW1kBnkmY .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
.cid-tCW1kBnkmY .row {
  flex-direction: row-reverse;
}
.cid-tCW1kBnkmY .mbr-section-title {
  text-align: right;
}
.cid-tCW1kBnkmY .mbr-section-subtitle,
.cid-tCW1kBnkmY .mbr-section-btn {
  text-align: right;
  width: 100%;
  padding-left: 180px;
}
.cid-tCW1kBnkmY .wrap {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cid-tCW1kBnkmY .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tCW1kBnkmY .mbr-section-subtitle,
  .cid-tCW1kBnkmY .mbr-section-btn,
  .cid-tCW1kBnkmY .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tCW1kBnkmY .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCW1kBnkmY .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tCW1kBnkmY .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tCW1kBnkmY .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCW1kBnkmY .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCW1kBnkmY .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCW1kBnkmY .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCW1kBnkmY .mbr-section-subtitle,
.cid-tCW1kBnkmY .mbr-section-btn {
  color: #9a948d;
  text-align: left;
}
.cid-tCW1Cw5fZ0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tCW1Cw5fZ0 .media-container-row {
  justify-content: space-between;
}
.cid-tCW1Cw5fZ0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tCW1Cw5fZ0 .text-content {
    max-width: none;
  }
}
.cid-tCW1Cw5fZ0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tCW1Cw5fZ0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tCW1Cw5fZ0 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tCW1Cw5fZ0 .icons {
    justify-content: center !important;
  }
  .cid-tCW1Cw5fZ0 .text-content * {
    text-align: center;
  }
}
.cid-tCW1Cw5fZ0 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tP0gMqRgMe {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tP0gMqRgMe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP0gMqRgMe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP0gMqRgMe .video-wrapper iframe {
  width: 100%;
}
.cid-tP0gMqRgMe .mbr-section-title,
.cid-tP0gMqRgMe .mbr-section-subtitle,
.cid-tP0gMqRgMe .mbr-text {
  text-align: center;
}
.cid-tP0gMqRgMe .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-tP0gMqRgMe .mbr-section-subtitle {
  text-align: left;
}
.cid-tP0gMqRgMe .mbr-text {
  color: #f50b0b;
}
.cid-tD523gZiCY {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tD523gZiCY .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tD523gZiCY .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tD523gZiCY .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tD523gZiCY .mbr-section-btn {
  width: 90%;
}
.cid-tD523gZiCY img {
  object-fit: cover;
  height: 100%;
}
.cid-tD523gZiCY section {
  position: relative;
}
.cid-tD523gZiCY .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tD523gZiCY .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tD523gZiCY .mbr-section-subtitle,
  .cid-tD523gZiCY .mbr-section-btn,
  .cid-tD523gZiCY .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tD523gZiCY .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tD523gZiCY .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tD523gZiCY .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tD523gZiCY .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tD523gZiCY .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tD523gZiCY .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tD523gZiCY .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tD523gZiCY .mbr-section-subtitle,
.cid-tD523gZiCY .mbr-section-btn {
  color: #9a948d;
}
.cid-tD523gZiCY .mbr-section-subtitle,
.cid-tD523gZiCY .mbr-section-btn DIV {
  text-align: center;
}
.cid-tFdfBc4UPk {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tFdfBc4UPk .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tFdfBc4UPk .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tFdfBc4UPk .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tFdfBc4UPk .mbr-section-btn {
  width: 90%;
}
.cid-tFdfBc4UPk img {
  object-fit: cover;
  height: 100%;
}
.cid-tFdfBc4UPk section {
  position: relative;
}
.cid-tFdfBc4UPk .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tFdfBc4UPk .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tFdfBc4UPk .mbr-section-subtitle,
  .cid-tFdfBc4UPk .mbr-section-btn,
  .cid-tFdfBc4UPk .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tFdfBc4UPk .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tFdfBc4UPk .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tFdfBc4UPk .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tFdfBc4UPk .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tFdfBc4UPk .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tFdfBc4UPk .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tFdfBc4UPk .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tFdfBc4UPk .mbr-section-subtitle,
.cid-tFdfBc4UPk .mbr-section-btn {
  color: #9a948d;
}
.cid-u3thZtqX5A {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-u3thZtqX5A .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-u3thZtqX5A .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-u3thZtqX5A .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-u3thZtqX5A .mbr-section-btn {
  width: 90%;
}
.cid-u3thZtqX5A img {
  object-fit: cover;
  height: 100%;
}
.cid-u3thZtqX5A section {
  position: relative;
}
.cid-u3thZtqX5A .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-u3thZtqX5A .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-u3thZtqX5A .mbr-section-subtitle,
  .cid-u3thZtqX5A .mbr-section-btn,
  .cid-u3thZtqX5A .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-u3thZtqX5A .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-u3thZtqX5A .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u3thZtqX5A .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-u3thZtqX5A .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u3thZtqX5A .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u3thZtqX5A .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-u3thZtqX5A .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-u3thZtqX5A .mbr-section-subtitle,
.cid-u3thZtqX5A .mbr-section-btn {
  color: #9a948d;
}
.cid-tMRqO7ktfT {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tMRqO7ktfT .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tMRqO7ktfT .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tMRqO7ktfT .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tMRqO7ktfT .mbr-section-btn {
  width: 90%;
}
.cid-tMRqO7ktfT img {
  object-fit: cover;
  height: 100%;
}
.cid-tMRqO7ktfT section {
  position: relative;
}
.cid-tMRqO7ktfT .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tMRqO7ktfT .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tMRqO7ktfT .mbr-section-subtitle,
  .cid-tMRqO7ktfT .mbr-section-btn,
  .cid-tMRqO7ktfT .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tMRqO7ktfT .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tMRqO7ktfT .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tMRqO7ktfT .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tMRqO7ktfT .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tMRqO7ktfT .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tMRqO7ktfT .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tMRqO7ktfT .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tMRqO7ktfT .mbr-section-subtitle,
.cid-tMRqO7ktfT .mbr-section-btn {
  color: #9a948d;
}
.cid-tDTHvPebCv {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDTHvPebCv .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tDTHvPebCv .currentcost {
  color: #232323;
}
.cid-tDTHvPebCv .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-tDTHvPebCv .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDTHvPebCv .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDTHvPebCv .text-box {
    padding: 1rem;
  }
}
.cid-tDTHvPebCv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDTHvPebCv H5 {
  color: #000000;
}
.cid-tDTHvPebCv .mbr-text,
.cid-tDTHvPebCv .cost,
.cid-tDTHvPebCv .mbr-section-btn {
  color: #000000;
}
.cid-tDTXx0FNts {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tDTXx0FNts .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tDTXx0FNts .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tDTXx0FNts .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tDTXx0FNts .mbr-section-btn {
  width: 90%;
}
.cid-tDTXx0FNts img {
  object-fit: cover;
  height: 100%;
}
.cid-tDTXx0FNts section {
  position: relative;
}
.cid-tDTXx0FNts .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tDTXx0FNts .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tDTXx0FNts .mbr-section-subtitle,
  .cid-tDTXx0FNts .mbr-section-btn,
  .cid-tDTXx0FNts .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tDTXx0FNts .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tDTXx0FNts .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tDTXx0FNts .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tDTXx0FNts .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tDTXx0FNts .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tDTXx0FNts .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tDTXx0FNts .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tDTXx0FNts .mbr-section-subtitle,
.cid-tDTXx0FNts .mbr-section-btn {
  color: #9a948d;
}
.cid-tMRi8nDAoK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-tMRi8nDAoK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tMRi8nDAoK .card {
    margin-bottom: 2rem!important;
  }
  .cid-tMRi8nDAoK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tMRi8nDAoK .link-wrap {
    align-items: center;
  }
}
.cid-tMRi8nDAoK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMRi8nDAoK .mbr-text,
.cid-tMRi8nDAoK .link-wrap,
.cid-tMRi8nDAoK .mbr-section-btn {
  color: #9a948d;
}
.cid-tMRi8nDAoK .card-title,
.cid-tMRi8nDAoK .card-box {
  color: #ddc499;
}
.cid-tMRmj3bHlA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-tMRmj3bHlA .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tMRmj3bHlA .card {
    margin-bottom: 2rem!important;
  }
  .cid-tMRmj3bHlA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tMRmj3bHlA .link-wrap {
    align-items: center;
  }
}
.cid-tMRmj3bHlA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMRmj3bHlA .mbr-text,
.cid-tMRmj3bHlA .link-wrap,
.cid-tMRmj3bHlA .mbr-section-btn {
  color: #9a948d;
}
.cid-tMRmj3bHlA .card-title,
.cid-tMRmj3bHlA .card-box {
  color: #ddc499;
}
.cid-tEci2Ikidt {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tEci2Ikidt .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tEci2Ikidt .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tEci2Ikidt .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tEci2Ikidt .mbr-section-btn {
  width: 90%;
}
.cid-tEci2Ikidt img {
  object-fit: cover;
  height: 100%;
}
.cid-tEci2Ikidt section {
  position: relative;
}
.cid-tEci2Ikidt .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tEci2Ikidt .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tEci2Ikidt .mbr-section-subtitle,
  .cid-tEci2Ikidt .mbr-section-btn,
  .cid-tEci2Ikidt .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tEci2Ikidt .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tEci2Ikidt .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tEci2Ikidt .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tEci2Ikidt .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tEci2Ikidt .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tEci2Ikidt .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tEci2Ikidt .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tEci2Ikidt .mbr-section-subtitle,
.cid-tEci2Ikidt .mbr-section-btn {
  color: #9a948d;
}
.cid-tMQXa7ypDG {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tMQXa7ypDG .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tMQXa7ypDG .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tMQXa7ypDG .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tMQXa7ypDG .mbr-section-btn {
  width: 90%;
}
.cid-tMQXa7ypDG img {
  object-fit: cover;
  height: 100%;
}
.cid-tMQXa7ypDG section {
  position: relative;
}
.cid-tMQXa7ypDG .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tMQXa7ypDG .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tMQXa7ypDG .mbr-section-subtitle,
  .cid-tMQXa7ypDG .mbr-section-btn,
  .cid-tMQXa7ypDG .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tMQXa7ypDG .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tMQXa7ypDG .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tMQXa7ypDG .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tMQXa7ypDG .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tMQXa7ypDG .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tMQXa7ypDG .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tMQXa7ypDG .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tMQXa7ypDG .mbr-section-subtitle,
.cid-tMQXa7ypDG .mbr-section-btn {
  color: #9a948d;
}
.cid-tEci4lGVe1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tEci4lGVe1 .media-container-row {
  justify-content: space-between;
}
.cid-tEci4lGVe1 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tEci4lGVe1 .text-content {
    max-width: none;
  }
}
.cid-tEci4lGVe1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEci4lGVe1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEci4lGVe1 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEci4lGVe1 .icons {
    justify-content: center !important;
  }
  .cid-tEci4lGVe1 .text-content * {
    text-align: center;
  }
}
.cid-tEci4lGVe1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tMR6G7FRH2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-tMR6G7FRH2 .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tMR6G7FRH2 .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tMR6G7FRH2 .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tMR6G7FRH2 .mbr-section-btn {
  width: 90%;
}
.cid-tMR6G7FRH2 img {
  object-fit: cover;
  height: 100%;
}
.cid-tMR6G7FRH2 section {
  position: relative;
}
.cid-tMR6G7FRH2 .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tMR6G7FRH2 .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tMR6G7FRH2 .mbr-section-subtitle,
  .cid-tMR6G7FRH2 .mbr-section-btn,
  .cid-tMR6G7FRH2 .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tMR6G7FRH2 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tMR6G7FRH2 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tMR6G7FRH2 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tMR6G7FRH2 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tMR6G7FRH2 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tMR6G7FRH2 .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tMR6G7FRH2 .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tMR6G7FRH2 .mbr-section-subtitle,
.cid-tMR6G7FRH2 .mbr-section-btn {
  color: #9a948d;
}
.cid-tMReWugny8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-tMReWugny8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tMReWugny8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tMReWugny8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tMReWugny8 .link-wrap {
    align-items: center;
  }
}
.cid-tMReWugny8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tMReWugny8 .mbr-text,
.cid-tMReWugny8 .link-wrap,
.cid-tMReWugny8 .mbr-section-btn {
  color: #9a948d;
}
.cid-tMReWugny8 .card-title,
.cid-tMReWugny8 .card-box {
  color: #ddc499;
}
.cid-tJRIqiNUI1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-tJRIqiNUI1 img,
.cid-tJRIqiNUI1 .item-img {
  width: 100%;
}
.cid-tJRIqiNUI1 .item:focus,
.cid-tJRIqiNUI1 span:focus {
  outline: none;
}
.cid-tJRIqiNUI1 .item-wrapper {
  position: relative;
}
.cid-tJRIqiNUI1 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tJRIqiNUI1 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tJRIqiNUI1 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJRIqiNUI1 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tJRIqiNUI1 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tJRIqiNUI1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJRIqiNUI1 .mbr-section-title {
  color: #ddc499;
  text-align: left;
}
.cid-tJRIqiNUI1 .mbr-text,
.cid-tJRIqiNUI1 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tJRIqiNUI1 .item-title {
  text-align: left;
  color: #000000;
}
.cid-tJRIqiNUI1 .item-subtitle {
  text-align: left;
}
.cid-tJRIqiNUI1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tJRIqiNUI1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tJRIqiNUI1 .embla__button--next,
.cid-tJRIqiNUI1 .embla__button--prev {
  display: flex;
}
.cid-tJRIqiNUI1 .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;
}
.cid-tJRIqiNUI1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tJRIqiNUI1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tJRIqiNUI1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJRIqiNUI1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJRIqiNUI1 .embla__button {
    top: auto;
  }
}
.cid-tJRIqiNUI1 .embla {
  position: relative;
  width: 100%;
}
.cid-tJRIqiNUI1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tJRIqiNUI1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tJRIqiNUI1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tJRIqiNUI1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tEcjyabdXY {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00261a;
}
.cid-tEcjyabdXY .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-tEcjyabdXY .currentcost {
  color: #232323;
}
.cid-tEcjyabdXY .card-wrapper {
  border-radius: 4px;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-tEcjyabdXY .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tEcjyabdXY .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tEcjyabdXY .text-box {
    padding: 1rem;
  }
}
.cid-tEcjyabdXY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tEcjyabdXY .mbr-text,
.cid-tEcjyabdXY .cost,
.cid-tEcjyabdXY .mbr-section-btn {
  color: #ffffff;
}
.cid-tEcjyabdXY H5 {
  color: #ffffff;
}
.cid-tUZQ5uOtMD {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-tUZQ5uOtMD .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 585px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cid-tUZQ5uOtMD img {
  object-fit: cover;
  max-height: 585px;
}
.cid-tUZQ5uOtMD .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tUZQ5uOtMD .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-tUZQ5uOtMD .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .cid-tUZQ5uOtMD .wrap {
    max-height: 585px;
    padding: 160px 225px 0 130px;
  }
}
@media (max-width: 991px) {
  .cid-tUZQ5uOtMD .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-tUZQ5uOtMD .card-text {
  color: #767676;
}
.cid-tUZQ5uOtMD .main-sub-title {
  color: #ffffff;
}
.cid-tUZQ5uOtMD .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-tUZQ5uOtMD .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tUZQ5uOtMD span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tUZQ5uOtMD span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tUZQ5uOtMD span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tUZQ5uOtMD .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tUZQ5uOtMD .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tUZQ5uOtMD .main-text,
.cid-tUZQ5uOtMD .link-align-wrapper,
.cid-tUZQ5uOtMD .mbr-section-btn {
  text-align: left;
}
.cid-tD4pJX28Si {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/ghost-banners-2000x1333.webp");
}
.cid-tD4pJX28Si .container-fluid {
  max-width: 1700px;
}
.cid-tD4pJX28Si h1 {
  line-height: 1;
}
.cid-tD4pJX28Si .mbr-text,
.cid-tD4pJX28Si .mbr-section-btn {
  color: #ffffff;
}
.cid-tUZelYLWxB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-tUZelYLWxB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUZelYLWxB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUZelYLWxB .box {
  margin-bottom: 15px;
}
.cid-tUZelYLWxB .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tUZelYLWxB .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tUZelYLWxB .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tUZelYLWxB .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tUZelYLWxB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tUZelYLWxB .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tUZelYLWxB .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tUZelYLWxB .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tUZelYLWxB .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tUZelYLWxB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tUZelYLWxB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tUZelYLWxB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tUZelYLWxB .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUZelYLWxB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUZelYLWxB .item-img {
  overflow: hidden;
}
.cid-tUZelYLWxB .item-img img {
  width: 100%;
}
.cid-tUZelYLWxB .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tUZelYLWxB .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-tUZelYLWxB .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tCW0NdFGEe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCW0NdFGEe .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-tCW0NdFGEe .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tCW0NdFGEe .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tCW0NdFGEe .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tCW0NdFGEe .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tCW0NdFGEe .col-12,
  .cid-tCW0NdFGEe .col-md-12 {
    padding: 0;
  }
}
.cid-tCW0NdFGEe .si img {
  width: auto;
}
.cid-tCW0NdFGEe .mbr-section-title {
  color: #ddc499;
}
.cid-tCW0NdWJhi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-tCW0NdWJhi .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 585px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cid-tCW0NdWJhi img {
  object-fit: cover;
  max-height: 585px;
}
.cid-tCW0NdWJhi .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tCW0NdWJhi .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-tCW0NdWJhi .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .cid-tCW0NdWJhi .wrap {
    max-height: 585px;
    padding: 160px 225px 0 130px;
  }
}
@media (max-width: 991px) {
  .cid-tCW0NdWJhi .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-tCW0NdWJhi .card-text {
  color: #767676;
}
.cid-tCW0NdWJhi .main-sub-title {
  color: #ffffff;
}
.cid-tCW0NdWJhi .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-tCW0NdWJhi .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tCW0NdWJhi span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tCW0NdWJhi span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCW0NdWJhi span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCW0NdWJhi .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCW0NdWJhi .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCW0NdWJhi .main-text,
.cid-tCW0NdWJhi .link-align-wrapper,
.cid-tCW0NdWJhi .mbr-section-btn {
  text-align: left;
}
.cid-tCW0NedZe9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCW0NedZe9 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCWtMoxOSL {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/speak-box-820x586.webp");
}
.cid-tCWtMoxOSL .container-fluid {
  max-width: 1700px;
}
.cid-tCWtMoxOSL h1 {
  line-height: 1;
}
.cid-tCWtMoxOSL .mbr-text,
.cid-tCWtMoxOSL .mbr-section-btn {
  color: #ffffff;
}
.cid-tCWtMoxOSL H1 {
  color: #ddc499;
}
.cid-tJOy9UbxZZ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tJOy9UbxZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOy9UbxZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOy9UbxZZ .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tJOy9UbxZZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJOy9UbxZZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJOy9UbxZZ .container {
    padding: 0 20px;
  }
}
.cid-tJOy9UbxZZ .row {
  justify-content: center;
}
.cid-tJOy9UbxZZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tJOy9UbxZZ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tJOy9UbxZZ .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJOy9UbxZZ .item {
    margin-bottom: 20px;
  }
}
.cid-tJOy9UbxZZ .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-tJOy9UbxZZ .item a .item-wrapper {
  overflow: visible;
}
.cid-tJOy9UbxZZ .item a .item-wrapper .item-img img {
  border: 1px solid #6a6e71;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-tJOy9UbxZZ .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-tJOy9UbxZZ .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-tJOy9UbxZZ .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-tJOy9UbxZZ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJOy9UbxZZ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJOssrITw6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tJOssrITw6 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tJOssrITw6 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJOssrITw6 .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tJOssrITw6 .row {
    margin: 0;
  }
}
.cid-tJOssrITw6 .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tJOssrITw6 .mbr-title {
  text-align: left;
}
.cid-tCW7tAxmvc {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tCW7tAxmvc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tCW7tAxmvc .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tCW7tAxmvc .col-auto {
    margin: auto;
  }
}
.cid-tCW7tAxmvc textarea {
  min-height: 200px;
}
.cid-tCW7tAxmvc .form-control,
.cid-tCW7tAxmvc .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-tCW7tAxmvc .form-control::-webkit-input-placeholder,
.cid-tCW7tAxmvc .field-input::-webkit-input-placeholder,
.cid-tCW7tAxmvc .form-control::-webkit-input-placeholder,
.cid-tCW7tAxmvc .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-tCW7tAxmvc .form-control:-moz-placeholder,
.cid-tCW7tAxmvc .field-input:-moz-placeholder,
.cid-tCW7tAxmvc .form-control:-moz-placeholder,
.cid-tCW7tAxmvc .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-tCW7tAxmvc .form-control:hover,
.cid-tCW7tAxmvc .field-input:hover,
.cid-tCW7tAxmvc .form-control:focus,
.cid-tCW7tAxmvc .field-input:focus {
  background-color: #ddc499;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-tCW7tAxmvc .form-control:hover::-webkit-input-placeholder,
.cid-tCW7tAxmvc .field-input:hover::-webkit-input-placeholder,
.cid-tCW7tAxmvc .form-control:focus::-webkit-input-placeholder,
.cid-tCW7tAxmvc .field-input:focus::-webkit-input-placeholder,
.cid-tCW7tAxmvc .form-control:hover::-webkit-input-placeholder,
.cid-tCW7tAxmvc .field-input:hover::-webkit-input-placeholder,
.cid-tCW7tAxmvc .form-control:focus::-webkit-input-placeholder,
.cid-tCW7tAxmvc .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-tCW7tAxmvc .form-control:hover:-moz-placeholder,
.cid-tCW7tAxmvc .field-input:hover:-moz-placeholder,
.cid-tCW7tAxmvc .form-control:focus:-moz-placeholder,
.cid-tCW7tAxmvc .field-input:focus:-moz-placeholder,
.cid-tCW7tAxmvc .form-control:hover:-moz-placeholder,
.cid-tCW7tAxmvc .field-input:hover:-moz-placeholder,
.cid-tCW7tAxmvc .form-control:focus:-moz-placeholder,
.cid-tCW7tAxmvc .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-tCW7tAxmvc .jq-number__spin:hover,
.cid-tCW7tAxmvc .jq-number__spin:focus {
  background-color: #ddc499;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tCW7tAxmvc .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tCW7tAxmvc .jq-selectbox li,
.cid-tCW7tAxmvc .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-tCW7tAxmvc .jq-selectbox li:hover,
.cid-tCW7tAxmvc .jq-selectbox li.selected {
  background-color: #ddc499;
  color: #000000;
}
.cid-tCW7tAxmvc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tCW7tAxmvc .jq-number__spin.minus:hover:after,
.cid-tCW7tAxmvc .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-tCW7tAxmvc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tCW7tAxmvc .jq-number__spin.minus:after,
.cid-tCW7tAxmvc .jq-number__spin.plus:after {
  border-top-color: #ddc499;
  border-bottom-color: #ddc499;
}
.cid-tCW7tAxmvc input::-webkit-clear-button {
  display: none;
}
.cid-tCW7tAxmvc input::-webkit-inner-spin-button {
  display: none;
}
.cid-tCW7tAxmvc input::-webkit-outer-spin-button {
  display: none;
}
.cid-tCW7tAxmvc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tCW7tAxmvc H4 {
  color: #edeff3;
}
.cid-tCGBVVUywv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCGBVVUywv .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCGBVVUywv nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCGBVVUywv .container,
  .cid-tCGBVVUywv .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCGBVVUywv .nav-link:hover,
  .cid-tCGBVVUywv .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCGBVVUywv .navbar-nav {
  margin: auto;
}
.cid-tCGBVVUywv .dropdown-item {
  color: #ffffff !important;
}
.cid-tCGBVVUywv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCGBVVUywv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCGBVVUywv .navbar-short,
.cid-tCGBVVUywv .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCGBVVUywv .navbar-short .nav-link,
.cid-tCGBVVUywv .opened .nav-link,
.cid-tCGBVVUywv .navbar-short .navbar-caption,
.cid-tCGBVVUywv .opened .navbar-caption,
.cid-tCGBVVUywv .navbar-short .mbr-iconfont,
.cid-tCGBVVUywv .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCGBVVUywv .navbar-short .hamburger span,
.cid-tCGBVVUywv .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCGBVVUywv .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCGBVVUywv .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-tCGBVVUywv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCGBVVUywv .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCGBVVUywv .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCGBVVUywv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCGBVVUywv .container {
  display: flex;
  margin: auto;
}
.cid-tCGBVVUywv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCGBVVUywv .dropdown-menu,
.cid-tCGBVVUywv .navbar.opened {
  background: #000000 !important;
}
.cid-tCGBVVUywv .nav-item:focus,
.cid-tCGBVVUywv .nav-link:focus {
  outline: none;
}
.cid-tCGBVVUywv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCGBVVUywv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCGBVVUywv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCGBVVUywv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCGBVVUywv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCGBVVUywv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCGBVVUywv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCGBVVUywv .navbar.opened {
  transition: all 0.3s;
}
.cid-tCGBVVUywv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCGBVVUywv .navbar .navbar-logo img {
  width: auto;
}
.cid-tCGBVVUywv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCGBVVUywv .navbar.collapsed {
  justify-content: center;
}
.cid-tCGBVVUywv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCGBVVUywv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCGBVVUywv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCGBVVUywv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCGBVVUywv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCGBVVUywv .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-tCGBVVUywv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCGBVVUywv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCGBVVUywv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCGBVVUywv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCGBVVUywv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCGBVVUywv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCGBVVUywv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCGBVVUywv .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-tCGBVVUywv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCGBVVUywv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCGBVVUywv .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCGBVVUywv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCGBVVUywv .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCGBVVUywv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCGBVVUywv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCGBVVUywv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCGBVVUywv .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCGBVVUywv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCGBVVUywv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCGBVVUywv .dropdown-item.active,
.cid-tCGBVVUywv .dropdown-item:active {
  background-color: transparent;
}
.cid-tCGBVVUywv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCGBVVUywv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCGBVVUywv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCGBVVUywv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCGBVVUywv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCGBVVUywv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCGBVVUywv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCGBVVUywv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCGBVVUywv button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCGBVVUywv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCGBVVUywv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCGBVVUywv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCGBVVUywv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCGBVVUywv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCGBVVUywv a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCGBVVUywv .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-tCGBVVUywv .navbar {
    height: 70px;
  }
  .cid-tCGBVVUywv .navbar.opened {
    height: auto;
  }
  .cid-tCGBVVUywv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJQblcIy4q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJQblcIy4q .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tJQblcIy4q .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tJQblcIy4q .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tJQblcIy4q .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tJQblcIy4q .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tJQblcIy4q .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tJQblcIy4q .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tJQblcIy4q .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tJQblcIy4q .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tJQblcIy4q .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tJQblcIy4q .mbr-text,
.cid-tJQblcIy4q .mbr-section-btn {
  text-align: left;
}
.cid-tJQblcIy4q H3 {
  text-align: left;
}
.cid-tJQblcIy4q .author,
.cid-tJQblcIy4q .box {
  font-style: italic;
}
.cid-tJQblcIy4q .author {
  color: #9A948D;
}
.cid-tJQblcIy4q .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tJQblcIy4q .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tJQblcIy4q .mbr-iconfont {
    display: none;
  }
}
.cid-tJQi3W8cFO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tJQi3W8cFO .mbr-section-title {
  color: #ba9b67;
  text-align: center;
}
.cid-tJQi3W8cFO .mbr-text {
  color: #ddc499;
  text-align: center;
}
.cid-tCW7U9IooV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCW7U9IooV .mbr-text {
  font-style: italic;
  color: #C0BCB7;
}
.cid-tCW7U9IooV img,
.cid-tCW7U9IooV .item-img {
  transition: transform 1.5s;
}
.cid-tCW7U9IooV .item-img {
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-tCW7U9IooV .item-img {
    height: 217px;
  }
}
@media (max-width: 768px) {
  .cid-tCW7U9IooV .item-img {
    height: 140px;
  }
}
.cid-tCW7U9IooV .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-tCW7U9IooV .item-img .icon-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #000000;
  font-size: 22px;
  right: 10%;
  top: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}
.cid-tCW7U9IooV .item-img .icon-wrapper a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tCW7U9IooV .item-img .icon-wrapper {
    right: 2%;
  }
}
@media (max-width: 768px) {
  .cid-tCW7U9IooV .item-img .icon-wrapper {
    right: -2%;
    width: 45px;
    height: 45px;
  }
}
.cid-tCW7U9IooV .item-img:hover .icon-wrapper {
  opacity: 1;
  top: 20%;
}
.cid-tCW7U9IooV .item-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tCW7U9IooV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCW7U9IooV .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tCW7U9IooV .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-tCW7U9IooV .soc-item::before,
.cid-tCW7U9IooV .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tCW7U9IooV .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-tCW7U9IooV .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-tCW7U9IooV .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-tCW7U9IooV .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tCW7U9IooV .mbr-section-title {
  color: #ffffff;
}
.cid-tCGBVYzzE8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCGBVYzzE8 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tD2x0UIv0Q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tD2x0UIv0Q .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tD2x0UIv0Q nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tD2x0UIv0Q .container,
  .cid-tD2x0UIv0Q .container-fluid {
    flex-wrap: initial;
  }
  .cid-tD2x0UIv0Q .nav-link:hover,
  .cid-tD2x0UIv0Q .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tD2x0UIv0Q .navbar-nav {
  margin: auto;
}
.cid-tD2x0UIv0Q .dropdown-item {
  color: #ffffff !important;
}
.cid-tD2x0UIv0Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD2x0UIv0Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD2x0UIv0Q .navbar-short,
.cid-tD2x0UIv0Q .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tD2x0UIv0Q .navbar-short .nav-link,
.cid-tD2x0UIv0Q .opened .nav-link,
.cid-tD2x0UIv0Q .navbar-short .navbar-caption,
.cid-tD2x0UIv0Q .opened .navbar-caption,
.cid-tD2x0UIv0Q .navbar-short .mbr-iconfont,
.cid-tD2x0UIv0Q .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tD2x0UIv0Q .navbar-short .hamburger span,
.cid-tD2x0UIv0Q .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tD2x0UIv0Q .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tD2x0UIv0Q .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-tD2x0UIv0Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tD2x0UIv0Q .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tD2x0UIv0Q .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tD2x0UIv0Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tD2x0UIv0Q .container {
  display: flex;
  margin: auto;
}
.cid-tD2x0UIv0Q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tD2x0UIv0Q .dropdown-menu,
.cid-tD2x0UIv0Q .navbar.opened {
  background: #000000 !important;
}
.cid-tD2x0UIv0Q .nav-item:focus,
.cid-tD2x0UIv0Q .nav-link:focus {
  outline: none;
}
.cid-tD2x0UIv0Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD2x0UIv0Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD2x0UIv0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD2x0UIv0Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD2x0UIv0Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD2x0UIv0Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD2x0UIv0Q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tD2x0UIv0Q .navbar.opened {
  transition: all 0.3s;
}
.cid-tD2x0UIv0Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD2x0UIv0Q .navbar .navbar-logo img {
  width: auto;
}
.cid-tD2x0UIv0Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD2x0UIv0Q .navbar.collapsed {
  justify-content: center;
}
.cid-tD2x0UIv0Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD2x0UIv0Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD2x0UIv0Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tD2x0UIv0Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD2x0UIv0Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD2x0UIv0Q .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-tD2x0UIv0Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD2x0UIv0Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD2x0UIv0Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tD2x0UIv0Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD2x0UIv0Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD2x0UIv0Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD2x0UIv0Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD2x0UIv0Q .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-tD2x0UIv0Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD2x0UIv0Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tD2x0UIv0Q .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD2x0UIv0Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD2x0UIv0Q .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tD2x0UIv0Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD2x0UIv0Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD2x0UIv0Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD2x0UIv0Q .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tD2x0UIv0Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tD2x0UIv0Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD2x0UIv0Q .dropdown-item.active,
.cid-tD2x0UIv0Q .dropdown-item:active {
  background-color: transparent;
}
.cid-tD2x0UIv0Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD2x0UIv0Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD2x0UIv0Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD2x0UIv0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tD2x0UIv0Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD2x0UIv0Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD2x0UIv0Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD2x0UIv0Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD2x0UIv0Q button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD2x0UIv0Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tD2x0UIv0Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD2x0UIv0Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD2x0UIv0Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD2x0UIv0Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD2x0UIv0Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD2x0UIv0Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD2x0UIv0Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD2x0UIv0Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD2x0UIv0Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tD2x0UIv0Q a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tD2x0UIv0Q .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-tD2x0UIv0Q .navbar {
    height: 70px;
  }
  .cid-tD2x0UIv0Q .navbar.opened {
    height: auto;
  }
  .cid-tD2x0UIv0Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tD2x0V667G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/kcc-rockin-crew-jpeg-1300x1945.webp");
}
.cid-tD2x0V667G .wrapper {
  height: 550px;
}
.cid-tD2x0VkFal {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tD2x0VkFal .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD2x0VkFal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD2x0VkFal .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tD2x0VkFal .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tD2x0VkFal .embla__button--next,
.cid-tD2x0VkFal .embla__button--prev {
  display: flex;
}
.cid-tD2x0VkFal .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;
}
.cid-tD2x0VkFal .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tD2x0VkFal .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tD2x0VkFal .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tD2x0VkFal .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tD2x0VkFal .embla__button {
    top: auto;
  }
}
.cid-tD2x0VkFal .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tD2x0VkFal .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tD2x0VkFal .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tD2x0VkFal .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tD2x0VkFal .embla {
  position: relative;
  width: 100%;
}
.cid-tD2x0VkFal .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tD2x0VkFal .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tD2x0VkFal .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tD2x0VkFal .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tD2x0VKbU7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tD2x0VKbU7 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tD2x0VKbU7 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tD2x0VKbU7 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tD2x0VKbU7 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tD2x0VKbU7 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tD2x0VKbU7 .col-12,
  .cid-tD2x0VKbU7 .col-md-12 {
    padding: 0;
  }
}
.cid-tD2x0VKbU7 .si img {
  width: auto;
}
.cid-tD2x0W3WY1 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tD2x0W3WY1 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tD2x0W3WY1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tD2x0W3WY1 .box {
  background-image: url("../../../assets/images/kcc-6-2000x1332.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD2x0W3WY1 .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tD2x0W3WY1 .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tD2x0W3WY1 .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tD2x0W3WY1 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tD2x0W3WY1 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tD2x0W3WY1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tD2x0W3WY1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tD2x0W3WY1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tD2x0W3WY1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tD2x0W3WY1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tD2x0W3WY1 .box {
    height: 250px;
  }
}
.cid-tD2x0W3WY1 H1 {
  color: #e5c5f4;
}
.cid-tD2x0WvALJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tD2x0WvALJ .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tD2x0WvALJ .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tD2x0WvALJ .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tD2x0WvALJ .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tD2x0WvALJ .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tD2x0WvALJ .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tD2x0WvALJ .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tD2x0WvALJ .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tD2x0WvALJ .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tD2x0WvALJ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tD2x0WvALJ .mbr-text,
.cid-tD2x0WvALJ .mbr-section-btn {
  text-align: left;
}
.cid-tD2x0WvALJ H3 {
  text-align: left;
}
.cid-tD2x0WvALJ .author,
.cid-tD2x0WvALJ .box {
  font-style: italic;
}
.cid-tD2x0WvALJ .author {
  color: #9A948D;
}
.cid-tD2x0WvALJ .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tD2x0WvALJ .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tD2x0WvALJ .mbr-iconfont {
    display: none;
  }
}
.cid-tD2x0WU9UI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tD2x0WU9UI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD2x0WU9UI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD2x0WU9UI .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tD2x0WU9UI .container-fluid {
    padding: 0 16px;
  }
}
.cid-tD2x0WU9UI .container-fluid .row {
  padding: 0;
}
.cid-tD2x0WU9UI .container {
  overflow: hidden;
}
.cid-tD2x0WU9UI .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tD2x0WU9UI .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tD2x0WU9UI .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tD2x0WU9UI .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tD2x0WU9UI .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tD2x0WU9UI .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tD2x0WU9UI .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tD2x0WU9UI .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tD2x0WU9UI .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tD2x0WU9UI .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tD2x0XlPfJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tD2x0XlPfJ .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDcqauUAUt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDcqauUAUt .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDcqauUAUt nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDcqauUAUt .container,
  .cid-tDcqauUAUt .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDcqauUAUt .nav-link:hover,
  .cid-tDcqauUAUt .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDcqauUAUt .navbar-nav {
  margin: auto;
}
.cid-tDcqauUAUt .dropdown-item {
  color: #ffffff !important;
}
.cid-tDcqauUAUt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDcqauUAUt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDcqauUAUt .navbar-short,
.cid-tDcqauUAUt .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDcqauUAUt .navbar-short .nav-link,
.cid-tDcqauUAUt .opened .nav-link,
.cid-tDcqauUAUt .navbar-short .navbar-caption,
.cid-tDcqauUAUt .opened .navbar-caption,
.cid-tDcqauUAUt .navbar-short .mbr-iconfont,
.cid-tDcqauUAUt .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDcqauUAUt .navbar-short .hamburger span,
.cid-tDcqauUAUt .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDcqauUAUt .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDcqauUAUt .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-tDcqauUAUt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDcqauUAUt .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDcqauUAUt .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDcqauUAUt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDcqauUAUt .container {
  display: flex;
  margin: auto;
}
.cid-tDcqauUAUt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDcqauUAUt .dropdown-menu,
.cid-tDcqauUAUt .navbar.opened {
  background: #000000 !important;
}
.cid-tDcqauUAUt .nav-item:focus,
.cid-tDcqauUAUt .nav-link:focus {
  outline: none;
}
.cid-tDcqauUAUt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDcqauUAUt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDcqauUAUt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDcqauUAUt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDcqauUAUt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDcqauUAUt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDcqauUAUt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDcqauUAUt .navbar.opened {
  transition: all 0.3s;
}
.cid-tDcqauUAUt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDcqauUAUt .navbar .navbar-logo img {
  width: auto;
}
.cid-tDcqauUAUt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDcqauUAUt .navbar.collapsed {
  justify-content: center;
}
.cid-tDcqauUAUt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDcqauUAUt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDcqauUAUt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDcqauUAUt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDcqauUAUt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDcqauUAUt .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-tDcqauUAUt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDcqauUAUt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDcqauUAUt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDcqauUAUt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDcqauUAUt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDcqauUAUt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDcqauUAUt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDcqauUAUt .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-tDcqauUAUt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDcqauUAUt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDcqauUAUt .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDcqauUAUt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDcqauUAUt .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDcqauUAUt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDcqauUAUt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDcqauUAUt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDcqauUAUt .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDcqauUAUt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDcqauUAUt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDcqauUAUt .dropdown-item.active,
.cid-tDcqauUAUt .dropdown-item:active {
  background-color: transparent;
}
.cid-tDcqauUAUt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDcqauUAUt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDcqauUAUt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDcqauUAUt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDcqauUAUt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDcqauUAUt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDcqauUAUt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDcqauUAUt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDcqauUAUt button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDcqauUAUt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDcqauUAUt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDcqauUAUt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDcqauUAUt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDcqauUAUt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDcqauUAUt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDcqauUAUt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDcqauUAUt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDcqauUAUt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDcqauUAUt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDcqauUAUt a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDcqauUAUt .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-tDcqauUAUt .navbar {
    height: 70px;
  }
  .cid-tDcqauUAUt .navbar.opened {
    height: auto;
  }
  .cid-tDcqauUAUt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDcqaviiIS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sir-lloyd-liiy-back-border-1178x749.webp");
}
.cid-tDcqaviiIS .wrapper {
  height: 550px;
}
.cid-tDcqavvUte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDcqavvUte .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcqavvUte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDcqavvUte .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDcqavvUte .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDcqavvUte .embla__button--next,
.cid-tDcqavvUte .embla__button--prev {
  display: flex;
}
.cid-tDcqavvUte .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;
}
.cid-tDcqavvUte .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDcqavvUte .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDcqavvUte .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDcqavvUte .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDcqavvUte .embla__button {
    top: auto;
  }
}
.cid-tDcqavvUte .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDcqavvUte .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDcqavvUte .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDcqavvUte .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDcqavvUte .embla {
  position: relative;
  width: 100%;
}
.cid-tDcqavvUte .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDcqavvUte .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDcqavvUte .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDcqavvUte .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDcqavWOrY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDcqavWOrY .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDcqavWOrY .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDcqavWOrY .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDcqavWOrY .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDcqavWOrY .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDcqavWOrY .col-12,
  .cid-tDcqavWOrY .col-md-12 {
    padding: 0;
  }
}
.cid-tDcqavWOrY .si img {
  width: auto;
}
.cid-tDcqawecuR {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDcqawecuR h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDcqawecuR h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDcqawecuR .box {
  background-image: url("../../../assets/images/lloyd-site-1280x720.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDcqawecuR .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDcqawecuR .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDcqawecuR .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDcqawecuR .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDcqawecuR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDcqawecuR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDcqawecuR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDcqawecuR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDcqawecuR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDcqawecuR a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDcqawecuR .box {
    height: 250px;
  }
}
.cid-tDcqawecuR H1 {
  color: #e5c5f4;
}
.cid-tDcqawGSAP {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDcqawGSAP .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDcqawGSAP .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDcqawGSAP .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDcqawGSAP .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDcqawGSAP .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDcqawGSAP .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDcqawGSAP .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDcqawGSAP .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDcqawGSAP .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDcqawGSAP .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDcqawGSAP .mbr-text,
.cid-tDcqawGSAP .mbr-section-btn {
  text-align: left;
}
.cid-tDcqawGSAP H3 {
  text-align: left;
}
.cid-tDcqawGSAP .author,
.cid-tDcqawGSAP .box {
  font-style: italic;
}
.cid-tDcqawGSAP .author {
  color: #9A948D;
}
.cid-tDcqawGSAP .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDcqawGSAP .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDcqawGSAP .mbr-iconfont {
    display: none;
  }
}
.cid-tDcqax5vw6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDcqax5vw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDcqax5vw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDcqax5vw6 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDcqax5vw6 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDcqax5vw6 .container-fluid .row {
  padding: 0;
}
.cid-tDcqax5vw6 .container {
  overflow: hidden;
}
.cid-tDcqax5vw6 .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDcqax5vw6 .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDcqax5vw6 .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDcqax5vw6 .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDcqax5vw6 .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDcqax5vw6 .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDcqax5vw6 .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDcqax5vw6 .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDcqax5vw6 .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDcqax5vw6 .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDcqaxwor4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDcqaxwor4 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDqILDFhuM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDqILDFhuM .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDqILDFhuM nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDqILDFhuM .container,
  .cid-tDqILDFhuM .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDqILDFhuM .nav-link:hover,
  .cid-tDqILDFhuM .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDqILDFhuM .navbar-nav {
  margin: auto;
}
.cid-tDqILDFhuM .dropdown-item {
  color: #ffffff !important;
}
.cid-tDqILDFhuM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDqILDFhuM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDqILDFhuM .navbar-short,
.cid-tDqILDFhuM .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDqILDFhuM .navbar-short .nav-link,
.cid-tDqILDFhuM .opened .nav-link,
.cid-tDqILDFhuM .navbar-short .navbar-caption,
.cid-tDqILDFhuM .opened .navbar-caption,
.cid-tDqILDFhuM .navbar-short .mbr-iconfont,
.cid-tDqILDFhuM .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDqILDFhuM .navbar-short .hamburger span,
.cid-tDqILDFhuM .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDqILDFhuM .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDqILDFhuM .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-tDqILDFhuM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDqILDFhuM .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDqILDFhuM .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDqILDFhuM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDqILDFhuM .container {
  display: flex;
  margin: auto;
}
.cid-tDqILDFhuM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDqILDFhuM .dropdown-menu,
.cid-tDqILDFhuM .navbar.opened {
  background: #000000 !important;
}
.cid-tDqILDFhuM .nav-item:focus,
.cid-tDqILDFhuM .nav-link:focus {
  outline: none;
}
.cid-tDqILDFhuM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDqILDFhuM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDqILDFhuM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDqILDFhuM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDqILDFhuM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDqILDFhuM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDqILDFhuM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDqILDFhuM .navbar.opened {
  transition: all 0.3s;
}
.cid-tDqILDFhuM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDqILDFhuM .navbar .navbar-logo img {
  width: auto;
}
.cid-tDqILDFhuM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDqILDFhuM .navbar.collapsed {
  justify-content: center;
}
.cid-tDqILDFhuM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDqILDFhuM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDqILDFhuM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDqILDFhuM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDqILDFhuM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDqILDFhuM .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-tDqILDFhuM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDqILDFhuM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDqILDFhuM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDqILDFhuM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDqILDFhuM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDqILDFhuM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDqILDFhuM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDqILDFhuM .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-tDqILDFhuM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDqILDFhuM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDqILDFhuM .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDqILDFhuM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDqILDFhuM .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDqILDFhuM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDqILDFhuM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDqILDFhuM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDqILDFhuM .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDqILDFhuM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDqILDFhuM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDqILDFhuM .dropdown-item.active,
.cid-tDqILDFhuM .dropdown-item:active {
  background-color: transparent;
}
.cid-tDqILDFhuM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDqILDFhuM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDqILDFhuM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDqILDFhuM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDqILDFhuM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDqILDFhuM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDqILDFhuM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDqILDFhuM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDqILDFhuM button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDqILDFhuM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDqILDFhuM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDqILDFhuM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDqILDFhuM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDqILDFhuM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDqILDFhuM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDqILDFhuM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDqILDFhuM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDqILDFhuM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDqILDFhuM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDqILDFhuM a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDqILDFhuM .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-tDqILDFhuM .navbar {
    height: 70px;
  }
  .cid-tDqILDFhuM .navbar.opened {
    height: auto;
  }
  .cid-tDqILDFhuM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDqILE7rVP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gaz-speakers-1843x1982.webp");
}
.cid-tDqILE7rVP .wrapper {
  height: 550px;
}
.cid-tDqILE7rVP .mbr-section-title {
  text-align: center;
}
.cid-tDqILEnJxt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.webp");
}
.cid-tDqILEnJxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDqILEnJxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDqILEnJxt .mbr-section-title {
  color: #d4ad6a;
}
.cid-tDqILEnJxt .mbr-text,
.cid-tDqILEnJxt .mbr-section-btn {
  color: #d4ad6a;
}
.cid-tDqILIv9ZX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDqILIv9ZX .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDtyOxBk3v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDtyOxBk3v .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDtyOxBk3v nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDtyOxBk3v .container,
  .cid-tDtyOxBk3v .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDtyOxBk3v .nav-link:hover,
  .cid-tDtyOxBk3v .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDtyOxBk3v .navbar-nav {
  margin: auto;
}
.cid-tDtyOxBk3v .dropdown-item {
  color: #ffffff !important;
}
.cid-tDtyOxBk3v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDtyOxBk3v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDtyOxBk3v .navbar-short,
.cid-tDtyOxBk3v .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDtyOxBk3v .navbar-short .nav-link,
.cid-tDtyOxBk3v .opened .nav-link,
.cid-tDtyOxBk3v .navbar-short .navbar-caption,
.cid-tDtyOxBk3v .opened .navbar-caption,
.cid-tDtyOxBk3v .navbar-short .mbr-iconfont,
.cid-tDtyOxBk3v .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDtyOxBk3v .navbar-short .hamburger span,
.cid-tDtyOxBk3v .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDtyOxBk3v .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDtyOxBk3v .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-tDtyOxBk3v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDtyOxBk3v .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDtyOxBk3v .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDtyOxBk3v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDtyOxBk3v .container {
  display: flex;
  margin: auto;
}
.cid-tDtyOxBk3v .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDtyOxBk3v .dropdown-menu,
.cid-tDtyOxBk3v .navbar.opened {
  background: #000000 !important;
}
.cid-tDtyOxBk3v .nav-item:focus,
.cid-tDtyOxBk3v .nav-link:focus {
  outline: none;
}
.cid-tDtyOxBk3v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDtyOxBk3v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDtyOxBk3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDtyOxBk3v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDtyOxBk3v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDtyOxBk3v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDtyOxBk3v .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDtyOxBk3v .navbar.opened {
  transition: all 0.3s;
}
.cid-tDtyOxBk3v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDtyOxBk3v .navbar .navbar-logo img {
  width: auto;
}
.cid-tDtyOxBk3v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDtyOxBk3v .navbar.collapsed {
  justify-content: center;
}
.cid-tDtyOxBk3v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDtyOxBk3v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDtyOxBk3v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDtyOxBk3v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDtyOxBk3v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDtyOxBk3v .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-tDtyOxBk3v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDtyOxBk3v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDtyOxBk3v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDtyOxBk3v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDtyOxBk3v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDtyOxBk3v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDtyOxBk3v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDtyOxBk3v .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-tDtyOxBk3v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDtyOxBk3v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDtyOxBk3v .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDtyOxBk3v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDtyOxBk3v .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDtyOxBk3v .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDtyOxBk3v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDtyOxBk3v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDtyOxBk3v .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDtyOxBk3v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDtyOxBk3v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDtyOxBk3v .dropdown-item.active,
.cid-tDtyOxBk3v .dropdown-item:active {
  background-color: transparent;
}
.cid-tDtyOxBk3v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDtyOxBk3v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDtyOxBk3v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDtyOxBk3v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDtyOxBk3v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDtyOxBk3v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDtyOxBk3v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDtyOxBk3v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDtyOxBk3v button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDtyOxBk3v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDtyOxBk3v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDtyOxBk3v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDtyOxBk3v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDtyOxBk3v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDtyOxBk3v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDtyOxBk3v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDtyOxBk3v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDtyOxBk3v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDtyOxBk3v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDtyOxBk3v a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDtyOxBk3v .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-tDtyOxBk3v .navbar {
    height: 70px;
  }
  .cid-tDtyOxBk3v .navbar.opened {
    height: auto;
  }
  .cid-tDtyOxBk3v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDtyOy3oGG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gaz-speakers-1843x1982.webp");
}
.cid-tDtyOy3oGG .wrapper {
  height: 550px;
}
.cid-tDtyOy3oGG .mbr-section-title {
  text-align: left;
}
.cid-tDtyOyj1Lj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDtyOyj1Lj .mbr-section-title,
.cid-tDtyOyj1Lj .mbr-section-subtitle {
  text-align: center;
}
.cid-tDtyOyj1Lj .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tDtyOyj1Lj .right {
    padding-right: 71px;
  }
  .cid-tDtyOyj1Lj .left {
    padding-left: 71px;
  }
}
.cid-tDtyOyj1Lj .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
  color: #ba9b67;
}
.cid-tDtyOyj1Lj .mbr-section-subtitle,
.cid-tDtyOyj1Lj .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-tDtyOyj1Lj .cost {
  font-family: "Josefin Sans";
  text-align: left;
  color: #ddc499;
}
.cid-tDtyOyj1Lj .mbr-section-title {
  text-align: center;
}
.cid-tDtyOyj1Lj .mbr-text {
  color: #ffffff;
}
.cid-tDtyOztWZw {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDtyOztWZw .mbr-section-title,
.cid-tDtyOztWZw .mbr-section-subtitle {
  text-align: center;
}
.cid-tDtyOztWZw .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tDtyOztWZw .right {
    padding-right: 71px;
  }
  .cid-tDtyOztWZw .left {
    padding-left: 71px;
  }
}
.cid-tDtyOztWZw .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
  color: #ba9b67;
}
.cid-tDtyOztWZw .mbr-section-subtitle,
.cid-tDtyOztWZw .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-tDtyOztWZw .cost {
  font-family: "Josefin Sans";
  text-align: left;
  color: #ddc499;
}
.cid-tDtyOztWZw .mbr-section-title {
  text-align: center;
}
.cid-tDtyOAxZkk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tDtyOAxZkk .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-tDtyOAxZkk .wrap {
    width: 100%;
  }
}
.cid-tDtyOAxZkk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDtyOAxZkk .wrap {
  height: 375px;
  width: 97%;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tDtyOAxZkk .wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #41392e;
  left: 3%;
  bottom: 2%;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
@media (max-width: 575px) {
  .cid-tDtyOAxZkk .top {
    padding-top: 20px;
  }
}
.cid-tDtyOAxZkk .font {
  font-family: "Cormorant Garamond";
}
.cid-tDtyOAxZkk .mbr-text {
  font-family: "Cormorant Garamond";
  font-style: italic;
  color: #9a948d;
  text-align: center;
}
@media (min-width: 769px) {
  .cid-tDtyOAxZkk .right {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-tDtyOAxZkk .mbr-title {
  text-align: left;
}
.cid-tDtyOAxZkk .mbr-section-title {
  text-align: center;
  color: #ddc499;
}
.cid-tDtyOB5i4y {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDtyOB5i4y .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDtyOB5i4y .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDtyOB5i4y .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDtyOB5i4y .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDtyOB5i4y .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDtyOB5i4y .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDtyOB5i4y .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDtyOB5i4y .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDtyOB5i4y .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDtyOB5i4y .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDtyOB5i4y .mbr-text,
.cid-tDtyOB5i4y .mbr-section-btn {
  text-align: left;
}
.cid-tDtyOB5i4y H3 {
  text-align: left;
}
.cid-tDtyOB5i4y .author,
.cid-tDtyOB5i4y .box {
  font-style: italic;
}
.cid-tDtyOB5i4y .author {
  color: #9A948D;
}
.cid-tDtyOB5i4y .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDtyOB5i4y .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDtyOB5i4y .mbr-iconfont {
    display: none;
  }
}
.cid-tDtyOBDtxj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDtyOBDtxj .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDtHPtlxSh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDtHPtlxSh .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDtHPtlxSh nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDtHPtlxSh .container,
  .cid-tDtHPtlxSh .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDtHPtlxSh .nav-link:hover,
  .cid-tDtHPtlxSh .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDtHPtlxSh .navbar-nav {
  margin: auto;
}
.cid-tDtHPtlxSh .dropdown-item {
  color: #ffffff !important;
}
.cid-tDtHPtlxSh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDtHPtlxSh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDtHPtlxSh .navbar-short,
.cid-tDtHPtlxSh .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDtHPtlxSh .navbar-short .nav-link,
.cid-tDtHPtlxSh .opened .nav-link,
.cid-tDtHPtlxSh .navbar-short .navbar-caption,
.cid-tDtHPtlxSh .opened .navbar-caption,
.cid-tDtHPtlxSh .navbar-short .mbr-iconfont,
.cid-tDtHPtlxSh .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDtHPtlxSh .navbar-short .hamburger span,
.cid-tDtHPtlxSh .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDtHPtlxSh .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDtHPtlxSh .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-tDtHPtlxSh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDtHPtlxSh .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDtHPtlxSh .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDtHPtlxSh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDtHPtlxSh .container {
  display: flex;
  margin: auto;
}
.cid-tDtHPtlxSh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDtHPtlxSh .dropdown-menu,
.cid-tDtHPtlxSh .navbar.opened {
  background: #000000 !important;
}
.cid-tDtHPtlxSh .nav-item:focus,
.cid-tDtHPtlxSh .nav-link:focus {
  outline: none;
}
.cid-tDtHPtlxSh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDtHPtlxSh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDtHPtlxSh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDtHPtlxSh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDtHPtlxSh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDtHPtlxSh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDtHPtlxSh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDtHPtlxSh .navbar.opened {
  transition: all 0.3s;
}
.cid-tDtHPtlxSh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDtHPtlxSh .navbar .navbar-logo img {
  width: auto;
}
.cid-tDtHPtlxSh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDtHPtlxSh .navbar.collapsed {
  justify-content: center;
}
.cid-tDtHPtlxSh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDtHPtlxSh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDtHPtlxSh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDtHPtlxSh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDtHPtlxSh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDtHPtlxSh .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-tDtHPtlxSh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDtHPtlxSh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDtHPtlxSh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDtHPtlxSh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDtHPtlxSh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDtHPtlxSh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDtHPtlxSh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDtHPtlxSh .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-tDtHPtlxSh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDtHPtlxSh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDtHPtlxSh .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDtHPtlxSh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDtHPtlxSh .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDtHPtlxSh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDtHPtlxSh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDtHPtlxSh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDtHPtlxSh .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDtHPtlxSh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDtHPtlxSh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDtHPtlxSh .dropdown-item.active,
.cid-tDtHPtlxSh .dropdown-item:active {
  background-color: transparent;
}
.cid-tDtHPtlxSh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDtHPtlxSh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDtHPtlxSh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDtHPtlxSh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDtHPtlxSh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDtHPtlxSh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDtHPtlxSh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDtHPtlxSh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDtHPtlxSh button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDtHPtlxSh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDtHPtlxSh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDtHPtlxSh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDtHPtlxSh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDtHPtlxSh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDtHPtlxSh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDtHPtlxSh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDtHPtlxSh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDtHPtlxSh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDtHPtlxSh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDtHPtlxSh a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDtHPtlxSh .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-tDtHPtlxSh .navbar {
    height: 70px;
  }
  .cid-tDtHPtlxSh .navbar.opened {
    height: auto;
  }
  .cid-tDtHPtlxSh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDtHPtJBdF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/different-strokes-soundsystem-nhc-edited-1-830x393.webp");
}
.cid-tDtHPtJBdF .wrapper {
  height: 550px;
}
.cid-tDtHPtJBdF .mbr-section-title {
  color: #ffffff;
}
.cid-tDtHPu0uDt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDtHPu0uDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDtHPu0uDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDtHPu0uDt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDtHPu0uDt .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDtHPu0uDt .embla__button--next,
.cid-tDtHPu0uDt .embla__button--prev {
  display: flex;
}
.cid-tDtHPu0uDt .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;
}
.cid-tDtHPu0uDt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDtHPu0uDt .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDtHPu0uDt .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDtHPu0uDt .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDtHPu0uDt .embla__button {
    top: auto;
  }
}
.cid-tDtHPu0uDt .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDtHPu0uDt .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDtHPu0uDt .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDtHPu0uDt .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDtHPu0uDt .embla {
  position: relative;
  width: 100%;
}
.cid-tDtHPu0uDt .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDtHPu0uDt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDtHPu0uDt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDtHPu0uDt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDtHPuqaEn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDtHPuqaEn .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDtHPuqaEn .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDtHPuqaEn .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDtHPuqaEn .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDtHPuqaEn .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDtHPuqaEn .col-12,
  .cid-tDtHPuqaEn .col-md-12 {
    padding: 0;
  }
}
.cid-tDtHPuqaEn .si img {
  width: auto;
}
.cid-tDtHPuI7gY {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDtHPuI7gY h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDtHPuI7gY h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDtHPuI7gY .box {
  background-image: url("../../../assets/images/dif-7-1285x1599.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDtHPuI7gY .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDtHPuI7gY .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDtHPuI7gY .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDtHPuI7gY .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDtHPuI7gY .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDtHPuI7gY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDtHPuI7gY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDtHPuI7gY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDtHPuI7gY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDtHPuI7gY a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDtHPuI7gY .box {
    height: 250px;
  }
}
.cid-tDtHPuI7gY H1 {
  color: #e5c5f4;
}
.cid-tDtHPvb2Yv {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDtHPvb2Yv .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDtHPvb2Yv .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDtHPvb2Yv .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDtHPvb2Yv .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDtHPvb2Yv .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDtHPvb2Yv .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDtHPvb2Yv .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDtHPvb2Yv .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDtHPvb2Yv .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDtHPvb2Yv .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDtHPvb2Yv .mbr-text,
.cid-tDtHPvb2Yv .mbr-section-btn {
  text-align: left;
}
.cid-tDtHPvb2Yv H3 {
  text-align: left;
}
.cid-tDtHPvb2Yv .author,
.cid-tDtHPvb2Yv .box {
  font-style: italic;
}
.cid-tDtHPvb2Yv .author {
  color: #9A948D;
}
.cid-tDtHPvb2Yv .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDtHPvb2Yv .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDtHPvb2Yv .mbr-iconfont {
    display: none;
  }
}
.cid-tDtHPvAt7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDtHPvAt7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDtHPvAt7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDtHPvAt7M .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDtHPvAt7M .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDtHPvAt7M .container-fluid .row {
  padding: 0;
}
.cid-tDtHPvAt7M .container {
  overflow: hidden;
}
.cid-tDtHPvAt7M .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDtHPvAt7M .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDtHPvAt7M .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDtHPvAt7M .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDtHPvAt7M .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDtHPvAt7M .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDtHPvAt7M .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDtHPvAt7M .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDtHPvAt7M .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDtHPvAt7M .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDtHPw09OC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDtHPw09OC .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDypEWuJaR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDypEWuJaR .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDypEWuJaR nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDypEWuJaR .container,
  .cid-tDypEWuJaR .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDypEWuJaR .nav-link:hover,
  .cid-tDypEWuJaR .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDypEWuJaR .navbar-nav {
  margin: auto;
}
.cid-tDypEWuJaR .dropdown-item {
  color: #ffffff !important;
}
.cid-tDypEWuJaR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDypEWuJaR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDypEWuJaR .navbar-short,
.cid-tDypEWuJaR .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDypEWuJaR .navbar-short .nav-link,
.cid-tDypEWuJaR .opened .nav-link,
.cid-tDypEWuJaR .navbar-short .navbar-caption,
.cid-tDypEWuJaR .opened .navbar-caption,
.cid-tDypEWuJaR .navbar-short .mbr-iconfont,
.cid-tDypEWuJaR .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDypEWuJaR .navbar-short .hamburger span,
.cid-tDypEWuJaR .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDypEWuJaR .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDypEWuJaR .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-tDypEWuJaR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDypEWuJaR .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDypEWuJaR .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDypEWuJaR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDypEWuJaR .container {
  display: flex;
  margin: auto;
}
.cid-tDypEWuJaR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDypEWuJaR .dropdown-menu,
.cid-tDypEWuJaR .navbar.opened {
  background: #000000 !important;
}
.cid-tDypEWuJaR .nav-item:focus,
.cid-tDypEWuJaR .nav-link:focus {
  outline: none;
}
.cid-tDypEWuJaR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDypEWuJaR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDypEWuJaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDypEWuJaR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDypEWuJaR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDypEWuJaR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDypEWuJaR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDypEWuJaR .navbar.opened {
  transition: all 0.3s;
}
.cid-tDypEWuJaR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDypEWuJaR .navbar .navbar-logo img {
  width: auto;
}
.cid-tDypEWuJaR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDypEWuJaR .navbar.collapsed {
  justify-content: center;
}
.cid-tDypEWuJaR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDypEWuJaR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDypEWuJaR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDypEWuJaR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDypEWuJaR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDypEWuJaR .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-tDypEWuJaR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDypEWuJaR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDypEWuJaR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDypEWuJaR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDypEWuJaR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDypEWuJaR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDypEWuJaR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDypEWuJaR .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-tDypEWuJaR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDypEWuJaR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDypEWuJaR .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDypEWuJaR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDypEWuJaR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDypEWuJaR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDypEWuJaR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDypEWuJaR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDypEWuJaR .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDypEWuJaR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDypEWuJaR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDypEWuJaR .dropdown-item.active,
.cid-tDypEWuJaR .dropdown-item:active {
  background-color: transparent;
}
.cid-tDypEWuJaR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDypEWuJaR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDypEWuJaR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDypEWuJaR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDypEWuJaR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDypEWuJaR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDypEWuJaR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDypEWuJaR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDypEWuJaR button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDypEWuJaR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDypEWuJaR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDypEWuJaR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDypEWuJaR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDypEWuJaR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDypEWuJaR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDypEWuJaR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDypEWuJaR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDypEWuJaR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDypEWuJaR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDypEWuJaR a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDypEWuJaR .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-tDypEWuJaR .navbar {
    height: 70px;
  }
  .cid-tDypEWuJaR .navbar.opened {
    height: auto;
  }
  .cid-tDypEWuJaR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDypEX4Fat {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/disco-crowd-2000x1333.webp");
}
.cid-tDypEX4Fat .wrapper {
  height: 550px;
}
.cid-tDypEXo0jQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDypEXo0jQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDypEXo0jQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDypEXo0jQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDypEXo0jQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDypEXo0jQ .embla__button--next,
.cid-tDypEXo0jQ .embla__button--prev {
  display: flex;
}
.cid-tDypEXo0jQ .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;
}
.cid-tDypEXo0jQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDypEXo0jQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDypEXo0jQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDypEXo0jQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDypEXo0jQ .embla__button {
    top: auto;
  }
}
.cid-tDypEXo0jQ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDypEXo0jQ .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDypEXo0jQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDypEXo0jQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDypEXo0jQ .embla {
  position: relative;
  width: 100%;
}
.cid-tDypEXo0jQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDypEXo0jQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDypEXo0jQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDypEXo0jQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDypEXUXiV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDypEXUXiV .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDypEXUXiV .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDypEXUXiV .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDypEXUXiV .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDypEXUXiV .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDypEXUXiV .col-12,
  .cid-tDypEXUXiV .col-md-12 {
    padding: 0;
  }
}
.cid-tDypEXUXiV .si img {
  width: auto;
}
.cid-tDypEYe1TV {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDypEYe1TV h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDypEYe1TV h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDypEYe1TV .box {
  background-image: url("../../../assets/images/disco-h-djs-2000x1128.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDypEYe1TV .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDypEYe1TV .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDypEYe1TV .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDypEYe1TV .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDypEYe1TV .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDypEYe1TV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDypEYe1TV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDypEYe1TV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDypEYe1TV a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDypEYe1TV a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDypEYe1TV .box {
    height: 250px;
  }
}
.cid-tDypEYe1TV H1 {
  color: #e5c5f4;
}
.cid-tDypEYLhkk {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDypEYLhkk .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDypEYLhkk .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDypEYLhkk .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDypEYLhkk .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDypEYLhkk .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDypEYLhkk .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDypEYLhkk .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDypEYLhkk .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDypEYLhkk .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDypEYLhkk .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDypEYLhkk .mbr-text,
.cid-tDypEYLhkk .mbr-section-btn {
  text-align: left;
}
.cid-tDypEYLhkk H3 {
  text-align: left;
}
.cid-tDypEYLhkk .author,
.cid-tDypEYLhkk .box {
  font-style: italic;
}
.cid-tDypEYLhkk .author {
  color: #9A948D;
}
.cid-tDypEYLhkk .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDypEYLhkk .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDypEYLhkk .mbr-iconfont {
    display: none;
  }
}
.cid-tDypEZdbQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDypEZdbQZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDypEZdbQZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDypEZdbQZ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDypEZdbQZ .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDypEZdbQZ .container-fluid .row {
  padding: 0;
}
.cid-tDypEZdbQZ .container {
  overflow: hidden;
}
.cid-tDypEZdbQZ .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDypEZdbQZ .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDypEZdbQZ .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDypEZdbQZ .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDypEZdbQZ .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDypEZdbQZ .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDypEZdbQZ .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDypEZdbQZ .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDypEZdbQZ .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDypEZdbQZ .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDypEZVsgo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDypEZVsgo .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDyHCLEMIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDyHCLEMIW .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDyHCLEMIW nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDyHCLEMIW .container,
  .cid-tDyHCLEMIW .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDyHCLEMIW .nav-link:hover,
  .cid-tDyHCLEMIW .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDyHCLEMIW .navbar-nav {
  margin: auto;
}
.cid-tDyHCLEMIW .dropdown-item {
  color: #ffffff !important;
}
.cid-tDyHCLEMIW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDyHCLEMIW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDyHCLEMIW .navbar-short,
.cid-tDyHCLEMIW .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDyHCLEMIW .navbar-short .nav-link,
.cid-tDyHCLEMIW .opened .nav-link,
.cid-tDyHCLEMIW .navbar-short .navbar-caption,
.cid-tDyHCLEMIW .opened .navbar-caption,
.cid-tDyHCLEMIW .navbar-short .mbr-iconfont,
.cid-tDyHCLEMIW .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDyHCLEMIW .navbar-short .hamburger span,
.cid-tDyHCLEMIW .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDyHCLEMIW .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDyHCLEMIW .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-tDyHCLEMIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDyHCLEMIW .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDyHCLEMIW .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDyHCLEMIW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDyHCLEMIW .container {
  display: flex;
  margin: auto;
}
.cid-tDyHCLEMIW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDyHCLEMIW .dropdown-menu,
.cid-tDyHCLEMIW .navbar.opened {
  background: #000000 !important;
}
.cid-tDyHCLEMIW .nav-item:focus,
.cid-tDyHCLEMIW .nav-link:focus {
  outline: none;
}
.cid-tDyHCLEMIW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDyHCLEMIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDyHCLEMIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDyHCLEMIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDyHCLEMIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDyHCLEMIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDyHCLEMIW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDyHCLEMIW .navbar.opened {
  transition: all 0.3s;
}
.cid-tDyHCLEMIW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDyHCLEMIW .navbar .navbar-logo img {
  width: auto;
}
.cid-tDyHCLEMIW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDyHCLEMIW .navbar.collapsed {
  justify-content: center;
}
.cid-tDyHCLEMIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDyHCLEMIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDyHCLEMIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDyHCLEMIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDyHCLEMIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDyHCLEMIW .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-tDyHCLEMIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDyHCLEMIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDyHCLEMIW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDyHCLEMIW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDyHCLEMIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDyHCLEMIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDyHCLEMIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDyHCLEMIW .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-tDyHCLEMIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDyHCLEMIW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDyHCLEMIW .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDyHCLEMIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDyHCLEMIW .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDyHCLEMIW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDyHCLEMIW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDyHCLEMIW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDyHCLEMIW .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDyHCLEMIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDyHCLEMIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDyHCLEMIW .dropdown-item.active,
.cid-tDyHCLEMIW .dropdown-item:active {
  background-color: transparent;
}
.cid-tDyHCLEMIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDyHCLEMIW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDyHCLEMIW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDyHCLEMIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDyHCLEMIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDyHCLEMIW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDyHCLEMIW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDyHCLEMIW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDyHCLEMIW button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDyHCLEMIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDyHCLEMIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDyHCLEMIW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDyHCLEMIW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDyHCLEMIW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDyHCLEMIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDyHCLEMIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDyHCLEMIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDyHCLEMIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDyHCLEMIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDyHCLEMIW a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDyHCLEMIW .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-tDyHCLEMIW .navbar {
    height: 70px;
  }
  .cid-tDyHCLEMIW .navbar.opened {
    height: auto;
  }
  .cid-tDyHCLEMIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDyHCM2Qsy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/g.i.-fourblacksides-2000x1307.webp");
}
.cid-tDyHCM2Qsy .wrapper {
  height: 550px;
}
.cid-tDyHCMfApV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDyHCMfApV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDyHCMfApV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDyHCMfApV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDyHCMfApV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDyHCMfApV .embla__button--next,
.cid-tDyHCMfApV .embla__button--prev {
  display: flex;
}
.cid-tDyHCMfApV .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;
}
.cid-tDyHCMfApV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDyHCMfApV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDyHCMfApV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDyHCMfApV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDyHCMfApV .embla__button {
    top: auto;
  }
}
.cid-tDyHCMfApV .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDyHCMfApV .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDyHCMfApV .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDyHCMfApV .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDyHCMfApV .embla {
  position: relative;
  width: 100%;
}
.cid-tDyHCMfApV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDyHCMfApV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDyHCMfApV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDyHCMfApV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDyHCMFLVS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDyHCMFLVS .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDyHCMFLVS .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDyHCMFLVS .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDyHCMFLVS .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDyHCMFLVS .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDyHCMFLVS .col-12,
  .cid-tDyHCMFLVS .col-md-12 {
    padding: 0;
  }
}
.cid-tDyHCMFLVS .si img {
  width: auto;
}
.cid-tDyHCMWPpD {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDyHCMWPpD h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDyHCMWPpD h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDyHCMWPpD .box {
  background-image: url("../../../assets/images/gi-afrobeat-corner-2000x1159.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDyHCMWPpD .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDyHCMWPpD .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDyHCMWPpD .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDyHCMWPpD .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDyHCMWPpD .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDyHCMWPpD .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDyHCMWPpD .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDyHCMWPpD .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDyHCMWPpD a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDyHCMWPpD a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDyHCMWPpD .box {
    height: 250px;
  }
}
.cid-tDyHCMWPpD H1 {
  color: #e5c5f4;
}
.cid-tDyHCNocJZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDyHCNocJZ .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDyHCNocJZ .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDyHCNocJZ .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDyHCNocJZ .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDyHCNocJZ .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDyHCNocJZ .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDyHCNocJZ .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDyHCNocJZ .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDyHCNocJZ .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDyHCNocJZ .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDyHCNocJZ .mbr-text,
.cid-tDyHCNocJZ .mbr-section-btn {
  text-align: left;
}
.cid-tDyHCNocJZ H3 {
  text-align: left;
}
.cid-tDyHCNocJZ .author,
.cid-tDyHCNocJZ .box {
  font-style: italic;
}
.cid-tDyHCNocJZ .author {
  color: #9A948D;
}
.cid-tDyHCNocJZ .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDyHCNocJZ .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDyHCNocJZ .mbr-iconfont {
    display: none;
  }
}
.cid-tDyHCNNgSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDyHCNNgSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDyHCNNgSU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDyHCNNgSU .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDyHCNNgSU .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDyHCNNgSU .container-fluid .row {
  padding: 0;
}
.cid-tDyHCNNgSU .container {
  overflow: hidden;
}
.cid-tDyHCNNgSU .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDyHCNNgSU .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDyHCNNgSU .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDyHCNNgSU .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDyHCNNgSU .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDyHCNNgSU .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDyHCNNgSU .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDyHCNNgSU .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDyHCNNgSU .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDyHCNNgSU .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDyHCOfMI5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDyHCOfMI5 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDzCvFYmF7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDzCvFYmF7 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDzCvFYmF7 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDzCvFYmF7 .container,
  .cid-tDzCvFYmF7 .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDzCvFYmF7 .nav-link:hover,
  .cid-tDzCvFYmF7 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDzCvFYmF7 .navbar-nav {
  margin: auto;
}
.cid-tDzCvFYmF7 .dropdown-item {
  color: #ffffff !important;
}
.cid-tDzCvFYmF7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDzCvFYmF7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDzCvFYmF7 .navbar-short,
.cid-tDzCvFYmF7 .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDzCvFYmF7 .navbar-short .nav-link,
.cid-tDzCvFYmF7 .opened .nav-link,
.cid-tDzCvFYmF7 .navbar-short .navbar-caption,
.cid-tDzCvFYmF7 .opened .navbar-caption,
.cid-tDzCvFYmF7 .navbar-short .mbr-iconfont,
.cid-tDzCvFYmF7 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDzCvFYmF7 .navbar-short .hamburger span,
.cid-tDzCvFYmF7 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDzCvFYmF7 .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDzCvFYmF7 .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-tDzCvFYmF7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDzCvFYmF7 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDzCvFYmF7 .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDzCvFYmF7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDzCvFYmF7 .container {
  display: flex;
  margin: auto;
}
.cid-tDzCvFYmF7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDzCvFYmF7 .dropdown-menu,
.cid-tDzCvFYmF7 .navbar.opened {
  background: #000000 !important;
}
.cid-tDzCvFYmF7 .nav-item:focus,
.cid-tDzCvFYmF7 .nav-link:focus {
  outline: none;
}
.cid-tDzCvFYmF7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDzCvFYmF7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDzCvFYmF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDzCvFYmF7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDzCvFYmF7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDzCvFYmF7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDzCvFYmF7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDzCvFYmF7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDzCvFYmF7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDzCvFYmF7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDzCvFYmF7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDzCvFYmF7 .navbar.collapsed {
  justify-content: center;
}
.cid-tDzCvFYmF7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDzCvFYmF7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDzCvFYmF7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDzCvFYmF7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDzCvFYmF7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDzCvFYmF7 .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-tDzCvFYmF7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDzCvFYmF7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDzCvFYmF7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDzCvFYmF7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDzCvFYmF7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDzCvFYmF7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDzCvFYmF7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDzCvFYmF7 .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-tDzCvFYmF7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDzCvFYmF7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDzCvFYmF7 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDzCvFYmF7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDzCvFYmF7 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDzCvFYmF7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDzCvFYmF7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDzCvFYmF7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDzCvFYmF7 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDzCvFYmF7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDzCvFYmF7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDzCvFYmF7 .dropdown-item.active,
.cid-tDzCvFYmF7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDzCvFYmF7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDzCvFYmF7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDzCvFYmF7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDzCvFYmF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDzCvFYmF7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDzCvFYmF7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDzCvFYmF7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDzCvFYmF7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDzCvFYmF7 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDzCvFYmF7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDzCvFYmF7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDzCvFYmF7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDzCvFYmF7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDzCvFYmF7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDzCvFYmF7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDzCvFYmF7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDzCvFYmF7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDzCvFYmF7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDzCvFYmF7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDzCvFYmF7 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDzCvFYmF7 .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-tDzCvFYmF7 .navbar {
    height: 70px;
  }
  .cid-tDzCvFYmF7 .navbar.opened {
    height: auto;
  }
  .cid-tDzCvFYmF7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDzCvGmdvi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hi-grade-boxes-1352x657.webp");
}
.cid-tDzCvGmdvi .wrapper {
  height: 550px;
}
.cid-tDzCvGAbX9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDzCvGAbX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzCvGAbX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzCvGAbX9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDzCvGAbX9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDzCvGAbX9 .embla__button--next,
.cid-tDzCvGAbX9 .embla__button--prev {
  display: flex;
}
.cid-tDzCvGAbX9 .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;
}
.cid-tDzCvGAbX9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDzCvGAbX9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDzCvGAbX9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDzCvGAbX9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDzCvGAbX9 .embla__button {
    top: auto;
  }
}
.cid-tDzCvGAbX9 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDzCvGAbX9 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDzCvGAbX9 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDzCvGAbX9 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDzCvGAbX9 .embla {
  position: relative;
  width: 100%;
}
.cid-tDzCvGAbX9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDzCvGAbX9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDzCvGAbX9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDzCvGAbX9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDzCvH61LZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDzCvH61LZ .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDzCvH61LZ .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDzCvH61LZ .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDzCvH61LZ .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDzCvH61LZ .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDzCvH61LZ .col-12,
  .cid-tDzCvH61LZ .col-md-12 {
    padding: 0;
  }
}
.cid-tDzCvH61LZ .si img {
  width: auto;
}
.cid-tDzCvHostp {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDzCvHostp h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDzCvHostp h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDzCvHostp .box {
  background-image: url("../../../assets/images/hi-grade-girl-mc-853x640.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDzCvHostp .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDzCvHostp .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDzCvHostp .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDzCvHostp .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDzCvHostp .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDzCvHostp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDzCvHostp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDzCvHostp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDzCvHostp a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDzCvHostp a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDzCvHostp .box {
    height: 250px;
  }
}
.cid-tDzCvHostp H1 {
  color: #e5c5f4;
}
.cid-tDzCvHRkK2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDzCvHRkK2 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDzCvHRkK2 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDzCvHRkK2 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDzCvHRkK2 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDzCvHRkK2 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDzCvHRkK2 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDzCvHRkK2 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDzCvHRkK2 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDzCvHRkK2 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDzCvHRkK2 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDzCvHRkK2 .mbr-text,
.cid-tDzCvHRkK2 .mbr-section-btn {
  text-align: left;
}
.cid-tDzCvHRkK2 H3 {
  text-align: left;
}
.cid-tDzCvHRkK2 .author,
.cid-tDzCvHRkK2 .box {
  font-style: italic;
}
.cid-tDzCvHRkK2 .author {
  color: #9A948D;
}
.cid-tDzCvHRkK2 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDzCvHRkK2 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDzCvHRkK2 .mbr-iconfont {
    display: none;
  }
}
.cid-tDzCvIgCI8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDzCvIgCI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzCvIgCI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzCvIgCI8 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDzCvIgCI8 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDzCvIgCI8 .container-fluid .row {
  padding: 0;
}
.cid-tDzCvIgCI8 .container {
  overflow: hidden;
}
.cid-tDzCvIgCI8 .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDzCvIgCI8 .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDzCvIgCI8 .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDzCvIgCI8 .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDzCvIgCI8 .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDzCvIgCI8 .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDzCvIgCI8 .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDzCvIgCI8 .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDzCvIgCI8 .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDzCvIgCI8 .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDzCvIHGqo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDzCvIHGqo .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDA4MdelJa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDA4MdelJa .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDA4MdelJa nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDA4MdelJa .container,
  .cid-tDA4MdelJa .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDA4MdelJa .nav-link:hover,
  .cid-tDA4MdelJa .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDA4MdelJa .navbar-nav {
  margin: auto;
}
.cid-tDA4MdelJa .dropdown-item {
  color: #ffffff !important;
}
.cid-tDA4MdelJa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDA4MdelJa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDA4MdelJa .navbar-short,
.cid-tDA4MdelJa .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDA4MdelJa .navbar-short .nav-link,
.cid-tDA4MdelJa .opened .nav-link,
.cid-tDA4MdelJa .navbar-short .navbar-caption,
.cid-tDA4MdelJa .opened .navbar-caption,
.cid-tDA4MdelJa .navbar-short .mbr-iconfont,
.cid-tDA4MdelJa .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDA4MdelJa .navbar-short .hamburger span,
.cid-tDA4MdelJa .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDA4MdelJa .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDA4MdelJa .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-tDA4MdelJa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDA4MdelJa .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDA4MdelJa .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDA4MdelJa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDA4MdelJa .container {
  display: flex;
  margin: auto;
}
.cid-tDA4MdelJa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDA4MdelJa .dropdown-menu,
.cid-tDA4MdelJa .navbar.opened {
  background: #000000 !important;
}
.cid-tDA4MdelJa .nav-item:focus,
.cid-tDA4MdelJa .nav-link:focus {
  outline: none;
}
.cid-tDA4MdelJa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDA4MdelJa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDA4MdelJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDA4MdelJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDA4MdelJa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDA4MdelJa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDA4MdelJa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDA4MdelJa .navbar.opened {
  transition: all 0.3s;
}
.cid-tDA4MdelJa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDA4MdelJa .navbar .navbar-logo img {
  width: auto;
}
.cid-tDA4MdelJa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDA4MdelJa .navbar.collapsed {
  justify-content: center;
}
.cid-tDA4MdelJa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDA4MdelJa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDA4MdelJa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDA4MdelJa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDA4MdelJa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDA4MdelJa .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-tDA4MdelJa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDA4MdelJa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDA4MdelJa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDA4MdelJa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDA4MdelJa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDA4MdelJa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDA4MdelJa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDA4MdelJa .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-tDA4MdelJa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDA4MdelJa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDA4MdelJa .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDA4MdelJa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDA4MdelJa .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDA4MdelJa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDA4MdelJa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDA4MdelJa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDA4MdelJa .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDA4MdelJa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDA4MdelJa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDA4MdelJa .dropdown-item.active,
.cid-tDA4MdelJa .dropdown-item:active {
  background-color: transparent;
}
.cid-tDA4MdelJa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDA4MdelJa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDA4MdelJa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDA4MdelJa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDA4MdelJa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDA4MdelJa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDA4MdelJa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDA4MdelJa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDA4MdelJa button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDA4MdelJa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDA4MdelJa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDA4MdelJa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDA4MdelJa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDA4MdelJa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDA4MdelJa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDA4MdelJa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDA4MdelJa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDA4MdelJa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDA4MdelJa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDA4MdelJa a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDA4MdelJa .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-tDA4MdelJa .navbar {
    height: 70px;
  }
  .cid-tDA4MdelJa .navbar.opened {
    height: auto;
  }
  .cid-tDA4MdelJa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDA4MdCWAR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/kilerwatt-copy-1440x810.webp");
}
.cid-tDA4MdCWAR .wrapper {
  height: 550px;
}
.cid-tDA4MdRAho {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDA4MdRAho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA4MdRAho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA4MdRAho .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDA4MdRAho .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDA4MdRAho .embla__button--next,
.cid-tDA4MdRAho .embla__button--prev {
  display: flex;
}
.cid-tDA4MdRAho .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;
}
.cid-tDA4MdRAho .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDA4MdRAho .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDA4MdRAho .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDA4MdRAho .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDA4MdRAho .embla__button {
    top: auto;
  }
}
.cid-tDA4MdRAho .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDA4MdRAho .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDA4MdRAho .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDA4MdRAho .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDA4MdRAho .embla {
  position: relative;
  width: 100%;
}
.cid-tDA4MdRAho .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDA4MdRAho .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDA4MdRAho .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDA4MdRAho .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDA4MeiOdl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDA4MeiOdl .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDA4MeiOdl .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDA4MeiOdl .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDA4MeiOdl .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDA4MeiOdl .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDA4MeiOdl .col-12,
  .cid-tDA4MeiOdl .col-md-12 {
    padding: 0;
  }
}
.cid-tDA4MeiOdl .si img {
  width: auto;
}
.cid-tDA4MeAin1 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDA4MeAin1 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDA4MeAin1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDA4MeAin1 .box {
  background-image: url("../../../assets/images/killa-stage-1365x2048.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDA4MeAin1 .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDA4MeAin1 .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDA4MeAin1 .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDA4MeAin1 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDA4MeAin1 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDA4MeAin1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDA4MeAin1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDA4MeAin1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDA4MeAin1 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDA4MeAin1 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDA4MeAin1 .box {
    height: 250px;
  }
}
.cid-tDA4MeAin1 H1 {
  color: #e5c5f4;
}
.cid-tDA4Mf3IIz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDA4Mf3IIz .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDA4Mf3IIz .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDA4Mf3IIz .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDA4Mf3IIz .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDA4Mf3IIz .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDA4Mf3IIz .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDA4Mf3IIz .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDA4Mf3IIz .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDA4Mf3IIz .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDA4Mf3IIz .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDA4Mf3IIz .mbr-text,
.cid-tDA4Mf3IIz .mbr-section-btn {
  text-align: left;
}
.cid-tDA4Mf3IIz H3 {
  text-align: left;
}
.cid-tDA4Mf3IIz .author,
.cid-tDA4Mf3IIz .box {
  font-style: italic;
}
.cid-tDA4Mf3IIz .author {
  color: #9A948D;
}
.cid-tDA4Mf3IIz .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDA4Mf3IIz .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDA4Mf3IIz .mbr-iconfont {
    display: none;
  }
}
.cid-tDA4MfrPUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDA4MfrPUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDA4MfrPUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDA4MfrPUZ .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDA4MfrPUZ .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDA4MfrPUZ .container-fluid .row {
  padding: 0;
}
.cid-tDA4MfrPUZ .container {
  overflow: hidden;
}
.cid-tDA4MfrPUZ .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDA4MfrPUZ .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDA4MfrPUZ .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDA4MfrPUZ .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDA4MfrPUZ .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDA4MfrPUZ .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDA4MfrPUZ .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDA4MfrPUZ .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDA4MfrPUZ .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDA4MfrPUZ .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDA4MfRUTI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDA4MfRUTI .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDAkfWDhFR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDAkfWDhFR .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDAkfWDhFR nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDAkfWDhFR .container,
  .cid-tDAkfWDhFR .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDAkfWDhFR .nav-link:hover,
  .cid-tDAkfWDhFR .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDAkfWDhFR .navbar-nav {
  margin: auto;
}
.cid-tDAkfWDhFR .dropdown-item {
  color: #ffffff !important;
}
.cid-tDAkfWDhFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDAkfWDhFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDAkfWDhFR .navbar-short,
.cid-tDAkfWDhFR .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDAkfWDhFR .navbar-short .nav-link,
.cid-tDAkfWDhFR .opened .nav-link,
.cid-tDAkfWDhFR .navbar-short .navbar-caption,
.cid-tDAkfWDhFR .opened .navbar-caption,
.cid-tDAkfWDhFR .navbar-short .mbr-iconfont,
.cid-tDAkfWDhFR .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDAkfWDhFR .navbar-short .hamburger span,
.cid-tDAkfWDhFR .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDAkfWDhFR .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDAkfWDhFR .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-tDAkfWDhFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDAkfWDhFR .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDAkfWDhFR .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDAkfWDhFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDAkfWDhFR .container {
  display: flex;
  margin: auto;
}
.cid-tDAkfWDhFR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDAkfWDhFR .dropdown-menu,
.cid-tDAkfWDhFR .navbar.opened {
  background: #000000 !important;
}
.cid-tDAkfWDhFR .nav-item:focus,
.cid-tDAkfWDhFR .nav-link:focus {
  outline: none;
}
.cid-tDAkfWDhFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDAkfWDhFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDAkfWDhFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDAkfWDhFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDAkfWDhFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDAkfWDhFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDAkfWDhFR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDAkfWDhFR .navbar.opened {
  transition: all 0.3s;
}
.cid-tDAkfWDhFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDAkfWDhFR .navbar .navbar-logo img {
  width: auto;
}
.cid-tDAkfWDhFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDAkfWDhFR .navbar.collapsed {
  justify-content: center;
}
.cid-tDAkfWDhFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDAkfWDhFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDAkfWDhFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDAkfWDhFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDAkfWDhFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDAkfWDhFR .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-tDAkfWDhFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDAkfWDhFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDAkfWDhFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDAkfWDhFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDAkfWDhFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDAkfWDhFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDAkfWDhFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDAkfWDhFR .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-tDAkfWDhFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDAkfWDhFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDAkfWDhFR .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDAkfWDhFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDAkfWDhFR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDAkfWDhFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDAkfWDhFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDAkfWDhFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDAkfWDhFR .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDAkfWDhFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDAkfWDhFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDAkfWDhFR .dropdown-item.active,
.cid-tDAkfWDhFR .dropdown-item:active {
  background-color: transparent;
}
.cid-tDAkfWDhFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDAkfWDhFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDAkfWDhFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDAkfWDhFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDAkfWDhFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDAkfWDhFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDAkfWDhFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDAkfWDhFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDAkfWDhFR button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDAkfWDhFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDAkfWDhFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDAkfWDhFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAkfWDhFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAkfWDhFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDAkfWDhFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAkfWDhFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDAkfWDhFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDAkfWDhFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAkfWDhFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDAkfWDhFR a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDAkfWDhFR .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-tDAkfWDhFR .navbar {
    height: 70px;
  }
  .cid-tDAkfWDhFR .navbar.opened {
    height: auto;
  }
  .cid-tDAkfWDhFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDAkfX1gFz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/king-ssp-crowd-2000x1125.webp");
}
.cid-tDAkfX1gFz .wrapper {
  height: 550px;
}
.cid-tDAkfXfaOf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDAkfXfaOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAkfXfaOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDAkfXfaOf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDAkfXfaOf .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDAkfXfaOf .embla__button--next,
.cid-tDAkfXfaOf .embla__button--prev {
  display: flex;
}
.cid-tDAkfXfaOf .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;
}
.cid-tDAkfXfaOf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDAkfXfaOf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDAkfXfaOf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDAkfXfaOf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDAkfXfaOf .embla__button {
    top: auto;
  }
}
.cid-tDAkfXfaOf .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDAkfXfaOf .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDAkfXfaOf .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDAkfXfaOf .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDAkfXfaOf .embla {
  position: relative;
  width: 100%;
}
.cid-tDAkfXfaOf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDAkfXfaOf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDAkfXfaOf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDAkfXfaOf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDAkfXLO8W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDAkfXLO8W .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDAkfXLO8W .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDAkfXLO8W .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDAkfXLO8W .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDAkfXLO8W .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDAkfXLO8W .col-12,
  .cid-tDAkfXLO8W .col-md-12 {
    padding: 0;
  }
}
.cid-tDAkfXLO8W .si img {
  width: auto;
}
.cid-tDAkfY2GUg {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDAkfY2GUg h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDAkfY2GUg h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDAkfY2GUg .box {
  background-image: url("../../../assets/images/ssp-pressure-1982x1033.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDAkfY2GUg .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDAkfY2GUg .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDAkfY2GUg .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDAkfY2GUg .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDAkfY2GUg .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDAkfY2GUg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDAkfY2GUg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDAkfY2GUg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDAkfY2GUg a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDAkfY2GUg a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDAkfY2GUg .box {
    height: 250px;
  }
}
.cid-tDAkfY2GUg H1 {
  color: #e5c5f4;
}
.cid-tDAkfYvEFU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDAkfYvEFU .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDAkfYvEFU .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDAkfYvEFU .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDAkfYvEFU .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDAkfYvEFU .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDAkfYvEFU .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDAkfYvEFU .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDAkfYvEFU .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDAkfYvEFU .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDAkfYvEFU .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDAkfYvEFU .mbr-text,
.cid-tDAkfYvEFU .mbr-section-btn {
  text-align: left;
}
.cid-tDAkfYvEFU H3 {
  text-align: left;
}
.cid-tDAkfYvEFU .author,
.cid-tDAkfYvEFU .box {
  font-style: italic;
}
.cid-tDAkfYvEFU .author {
  color: #9A948D;
}
.cid-tDAkfYvEFU .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDAkfYvEFU .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDAkfYvEFU .mbr-iconfont {
    display: none;
  }
}
.cid-tDAkfYTBPW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDAkfYTBPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAkfYTBPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDAkfYTBPW .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDAkfYTBPW .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDAkfYTBPW .container-fluid .row {
  padding: 0;
}
.cid-tDAkfYTBPW .container {
  overflow: hidden;
}
.cid-tDAkfYTBPW .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDAkfYTBPW .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDAkfYTBPW .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDAkfYTBPW .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDAkfYTBPW .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDAkfYTBPW .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDAkfYTBPW .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDAkfYTBPW .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDAkfYTBPW .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDAkfYTBPW .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDAkfZj3ya {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDAkfZj3ya .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDCdyV3fnf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDCdyV3fnf .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDCdyV3fnf nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDCdyV3fnf .container,
  .cid-tDCdyV3fnf .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDCdyV3fnf .nav-link:hover,
  .cid-tDCdyV3fnf .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDCdyV3fnf .navbar-nav {
  margin: auto;
}
.cid-tDCdyV3fnf .dropdown-item {
  color: #ffffff !important;
}
.cid-tDCdyV3fnf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDCdyV3fnf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDCdyV3fnf .navbar-short,
.cid-tDCdyV3fnf .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDCdyV3fnf .navbar-short .nav-link,
.cid-tDCdyV3fnf .opened .nav-link,
.cid-tDCdyV3fnf .navbar-short .navbar-caption,
.cid-tDCdyV3fnf .opened .navbar-caption,
.cid-tDCdyV3fnf .navbar-short .mbr-iconfont,
.cid-tDCdyV3fnf .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDCdyV3fnf .navbar-short .hamburger span,
.cid-tDCdyV3fnf .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDCdyV3fnf .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDCdyV3fnf .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-tDCdyV3fnf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDCdyV3fnf .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDCdyV3fnf .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDCdyV3fnf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDCdyV3fnf .container {
  display: flex;
  margin: auto;
}
.cid-tDCdyV3fnf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDCdyV3fnf .dropdown-menu,
.cid-tDCdyV3fnf .navbar.opened {
  background: #000000 !important;
}
.cid-tDCdyV3fnf .nav-item:focus,
.cid-tDCdyV3fnf .nav-link:focus {
  outline: none;
}
.cid-tDCdyV3fnf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDCdyV3fnf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDCdyV3fnf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDCdyV3fnf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDCdyV3fnf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDCdyV3fnf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDCdyV3fnf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDCdyV3fnf .navbar.opened {
  transition: all 0.3s;
}
.cid-tDCdyV3fnf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDCdyV3fnf .navbar .navbar-logo img {
  width: auto;
}
.cid-tDCdyV3fnf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDCdyV3fnf .navbar.collapsed {
  justify-content: center;
}
.cid-tDCdyV3fnf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDCdyV3fnf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDCdyV3fnf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDCdyV3fnf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDCdyV3fnf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDCdyV3fnf .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-tDCdyV3fnf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDCdyV3fnf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDCdyV3fnf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDCdyV3fnf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDCdyV3fnf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDCdyV3fnf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDCdyV3fnf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDCdyV3fnf .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-tDCdyV3fnf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDCdyV3fnf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDCdyV3fnf .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDCdyV3fnf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDCdyV3fnf .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDCdyV3fnf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDCdyV3fnf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDCdyV3fnf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDCdyV3fnf .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDCdyV3fnf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDCdyV3fnf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDCdyV3fnf .dropdown-item.active,
.cid-tDCdyV3fnf .dropdown-item:active {
  background-color: transparent;
}
.cid-tDCdyV3fnf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDCdyV3fnf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDCdyV3fnf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDCdyV3fnf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDCdyV3fnf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDCdyV3fnf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDCdyV3fnf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDCdyV3fnf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDCdyV3fnf button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDCdyV3fnf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDCdyV3fnf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDCdyV3fnf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDCdyV3fnf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDCdyV3fnf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDCdyV3fnf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDCdyV3fnf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDCdyV3fnf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDCdyV3fnf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDCdyV3fnf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDCdyV3fnf a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDCdyV3fnf .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-tDCdyV3fnf .navbar {
    height: 70px;
  }
  .cid-tDCdyV3fnf .navbar.opened {
    height: auto;
  }
  .cid-tDCdyV3fnf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDCdyVovkA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/latin-3-copy-1626x1117.webp");
}
.cid-tDCdyVovkA .wrapper {
  height: 550px;
}
.cid-tDCdyVD8lk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDCdyVD8lk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCdyVD8lk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCdyVD8lk .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDCdyVD8lk .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDCdyVD8lk .embla__button--next,
.cid-tDCdyVD8lk .embla__button--prev {
  display: flex;
}
.cid-tDCdyVD8lk .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;
}
.cid-tDCdyVD8lk .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDCdyVD8lk .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDCdyVD8lk .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDCdyVD8lk .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDCdyVD8lk .embla__button {
    top: auto;
  }
}
.cid-tDCdyVD8lk .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDCdyVD8lk .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDCdyVD8lk .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDCdyVD8lk .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDCdyVD8lk .embla {
  position: relative;
  width: 100%;
}
.cid-tDCdyVD8lk .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDCdyVD8lk .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDCdyVD8lk .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDCdyVD8lk .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDCdyW6Q93 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDCdyW6Q93 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDCdyW6Q93 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDCdyW6Q93 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDCdyW6Q93 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDCdyW6Q93 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDCdyW6Q93 .col-12,
  .cid-tDCdyW6Q93 .col-md-12 {
    padding: 0;
  }
}
.cid-tDCdyW6Q93 .si img {
  width: auto;
}
.cid-tDCdyWm2gE {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDCdyWm2gE h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDCdyWm2gE h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDCdyWm2gE .box {
  background-image: url("../../../assets/images/latin-sylvester-1328x747.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDCdyWm2gE .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDCdyWm2gE .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDCdyWm2gE .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDCdyWm2gE .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDCdyWm2gE .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDCdyWm2gE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDCdyWm2gE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDCdyWm2gE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDCdyWm2gE a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDCdyWm2gE a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDCdyWm2gE .box {
    height: 250px;
  }
}
.cid-tDCdyWm2gE H1 {
  color: #e5c5f4;
}
.cid-tDCdyWP0ur {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDCdyWP0ur .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDCdyWP0ur .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDCdyWP0ur .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDCdyWP0ur .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDCdyWP0ur .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDCdyWP0ur .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDCdyWP0ur .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDCdyWP0ur .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDCdyWP0ur .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDCdyWP0ur .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDCdyWP0ur .mbr-text,
.cid-tDCdyWP0ur .mbr-section-btn {
  text-align: left;
}
.cid-tDCdyWP0ur H3 {
  text-align: left;
}
.cid-tDCdyWP0ur .author,
.cid-tDCdyWP0ur .box {
  font-style: italic;
}
.cid-tDCdyWP0ur .author {
  color: #9A948D;
}
.cid-tDCdyWP0ur .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDCdyWP0ur .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDCdyWP0ur .mbr-iconfont {
    display: none;
  }
}
.cid-tDCdyXaQr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDCdyXaQr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCdyXaQr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCdyXaQr0 .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDCdyXaQr0 .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDCdyXaQr0 .container-fluid .row {
  padding: 0;
}
.cid-tDCdyXaQr0 .container {
  overflow: hidden;
}
.cid-tDCdyXaQr0 .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDCdyXaQr0 .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDCdyXaQr0 .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDCdyXaQr0 .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDCdyXaQr0 .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDCdyXaQr0 .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDCdyXaQr0 .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDCdyXaQr0 .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDCdyXaQr0 .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDCdyXaQr0 .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDCdyXyLLl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDCdyXyLLl .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDCqF9Z0Se {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDCqF9Z0Se .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDCqF9Z0Se nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDCqF9Z0Se .container,
  .cid-tDCqF9Z0Se .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDCqF9Z0Se .nav-link:hover,
  .cid-tDCqF9Z0Se .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDCqF9Z0Se .navbar-nav {
  margin: auto;
}
.cid-tDCqF9Z0Se .dropdown-item {
  color: #ffffff !important;
}
.cid-tDCqF9Z0Se .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDCqF9Z0Se .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDCqF9Z0Se .navbar-short,
.cid-tDCqF9Z0Se .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDCqF9Z0Se .navbar-short .nav-link,
.cid-tDCqF9Z0Se .opened .nav-link,
.cid-tDCqF9Z0Se .navbar-short .navbar-caption,
.cid-tDCqF9Z0Se .opened .navbar-caption,
.cid-tDCqF9Z0Se .navbar-short .mbr-iconfont,
.cid-tDCqF9Z0Se .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDCqF9Z0Se .navbar-short .hamburger span,
.cid-tDCqF9Z0Se .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDCqF9Z0Se .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDCqF9Z0Se .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-tDCqF9Z0Se .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDCqF9Z0Se .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDCqF9Z0Se .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDCqF9Z0Se .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDCqF9Z0Se .container {
  display: flex;
  margin: auto;
}
.cid-tDCqF9Z0Se .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDCqF9Z0Se .dropdown-menu,
.cid-tDCqF9Z0Se .navbar.opened {
  background: #000000 !important;
}
.cid-tDCqF9Z0Se .nav-item:focus,
.cid-tDCqF9Z0Se .nav-link:focus {
  outline: none;
}
.cid-tDCqF9Z0Se .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDCqF9Z0Se .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDCqF9Z0Se .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDCqF9Z0Se .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDCqF9Z0Se .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDCqF9Z0Se .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDCqF9Z0Se .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDCqF9Z0Se .navbar.opened {
  transition: all 0.3s;
}
.cid-tDCqF9Z0Se .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDCqF9Z0Se .navbar .navbar-logo img {
  width: auto;
}
.cid-tDCqF9Z0Se .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDCqF9Z0Se .navbar.collapsed {
  justify-content: center;
}
.cid-tDCqF9Z0Se .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDCqF9Z0Se .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDCqF9Z0Se .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDCqF9Z0Se .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDCqF9Z0Se .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDCqF9Z0Se .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-tDCqF9Z0Se .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDCqF9Z0Se .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDCqF9Z0Se .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDCqF9Z0Se .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDCqF9Z0Se .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDCqF9Z0Se .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDCqF9Z0Se .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDCqF9Z0Se .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-tDCqF9Z0Se .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDCqF9Z0Se .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDCqF9Z0Se .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDCqF9Z0Se .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDCqF9Z0Se .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDCqF9Z0Se .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDCqF9Z0Se .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDCqF9Z0Se .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDCqF9Z0Se .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDCqF9Z0Se .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDCqF9Z0Se .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDCqF9Z0Se .dropdown-item.active,
.cid-tDCqF9Z0Se .dropdown-item:active {
  background-color: transparent;
}
.cid-tDCqF9Z0Se .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDCqF9Z0Se .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDCqF9Z0Se .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDCqF9Z0Se .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDCqF9Z0Se .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDCqF9Z0Se .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDCqF9Z0Se ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDCqF9Z0Se .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDCqF9Z0Se button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDCqF9Z0Se button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDCqF9Z0Se button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDCqF9Z0Se button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDCqF9Z0Se button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDCqF9Z0Se button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDCqF9Z0Se nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDCqF9Z0Se nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDCqF9Z0Se nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDCqF9Z0Se nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDCqF9Z0Se .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDCqF9Z0Se a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDCqF9Z0Se .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-tDCqF9Z0Se .navbar {
    height: 70px;
  }
  .cid-tDCqF9Z0Se .navbar.opened {
    height: auto;
  }
  .cid-tDCqF9Z0Se .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDCqFan8yV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gely-girlsblack-border-1074x549.webp");
}
.cid-tDCqFan8yV .wrapper {
  height: 550px;
}
.cid-tDCqFaCUpQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDCqFaCUpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCqFaCUpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCqFaCUpQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDCqFaCUpQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDCqFaCUpQ .embla__button--next,
.cid-tDCqFaCUpQ .embla__button--prev {
  display: flex;
}
.cid-tDCqFaCUpQ .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;
}
.cid-tDCqFaCUpQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDCqFaCUpQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDCqFaCUpQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDCqFaCUpQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDCqFaCUpQ .embla__button {
    top: auto;
  }
}
.cid-tDCqFaCUpQ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDCqFaCUpQ .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDCqFaCUpQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDCqFaCUpQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDCqFaCUpQ .embla {
  position: relative;
  width: 100%;
}
.cid-tDCqFaCUpQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDCqFaCUpQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDCqFaCUpQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDCqFaCUpQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDCqFb4rHU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDCqFb4rHU .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDCqFb4rHU .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDCqFb4rHU .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDCqFb4rHU .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDCqFb4rHU .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDCqFb4rHU .col-12,
  .cid-tDCqFb4rHU .col-md-12 {
    padding: 0;
  }
}
.cid-tDCqFb4rHU .si img {
  width: auto;
}
.cid-tDCqFbpyxL {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDCqFbpyxL h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDCqFbpyxL h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDCqFbpyxL .box {
  background-image: url("../../../assets/images/gelly-kids-976x549.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDCqFbpyxL .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDCqFbpyxL .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDCqFbpyxL .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDCqFbpyxL .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDCqFbpyxL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDCqFbpyxL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDCqFbpyxL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDCqFbpyxL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDCqFbpyxL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDCqFbpyxL a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDCqFbpyxL .box {
    height: 250px;
  }
}
.cid-tDCqFbpyxL H1 {
  color: #e5c5f4;
}
.cid-tDCqFbVaZE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDCqFbVaZE .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDCqFbVaZE .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDCqFbVaZE .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDCqFbVaZE .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDCqFbVaZE .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDCqFbVaZE .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDCqFbVaZE .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDCqFbVaZE .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDCqFbVaZE .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDCqFbVaZE .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDCqFbVaZE .mbr-text,
.cid-tDCqFbVaZE .mbr-section-btn {
  text-align: left;
}
.cid-tDCqFbVaZE H3 {
  text-align: left;
}
.cid-tDCqFbVaZE .author,
.cid-tDCqFbVaZE .box {
  font-style: italic;
}
.cid-tDCqFbVaZE .author {
  color: #9A948D;
}
.cid-tDCqFbVaZE .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDCqFbVaZE .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDCqFbVaZE .mbr-iconfont {
    display: none;
  }
}
.cid-tDCqFclEbK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDCqFclEbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCqFclEbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCqFclEbK .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDCqFclEbK .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDCqFclEbK .container-fluid .row {
  padding: 0;
}
.cid-tDCqFclEbK .container {
  overflow: hidden;
}
.cid-tDCqFclEbK .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDCqFclEbK .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDCqFclEbK .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDCqFclEbK .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDCqFclEbK .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDCqFclEbK .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDCqFclEbK .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDCqFclEbK .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDCqFclEbK .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDCqFclEbK .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDCqFcNJRe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDCqFcNJRe .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDCMLup79X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDCMLup79X .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDCMLup79X nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDCMLup79X .container,
  .cid-tDCMLup79X .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDCMLup79X .nav-link:hover,
  .cid-tDCMLup79X .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDCMLup79X .navbar-nav {
  margin: auto;
}
.cid-tDCMLup79X .dropdown-item {
  color: #ffffff !important;
}
.cid-tDCMLup79X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDCMLup79X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDCMLup79X .navbar-short,
.cid-tDCMLup79X .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDCMLup79X .navbar-short .nav-link,
.cid-tDCMLup79X .opened .nav-link,
.cid-tDCMLup79X .navbar-short .navbar-caption,
.cid-tDCMLup79X .opened .navbar-caption,
.cid-tDCMLup79X .navbar-short .mbr-iconfont,
.cid-tDCMLup79X .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDCMLup79X .navbar-short .hamburger span,
.cid-tDCMLup79X .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDCMLup79X .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDCMLup79X .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-tDCMLup79X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDCMLup79X .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDCMLup79X .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDCMLup79X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDCMLup79X .container {
  display: flex;
  margin: auto;
}
.cid-tDCMLup79X .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDCMLup79X .dropdown-menu,
.cid-tDCMLup79X .navbar.opened {
  background: #000000 !important;
}
.cid-tDCMLup79X .nav-item:focus,
.cid-tDCMLup79X .nav-link:focus {
  outline: none;
}
.cid-tDCMLup79X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDCMLup79X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDCMLup79X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDCMLup79X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDCMLup79X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDCMLup79X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDCMLup79X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDCMLup79X .navbar.opened {
  transition: all 0.3s;
}
.cid-tDCMLup79X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDCMLup79X .navbar .navbar-logo img {
  width: auto;
}
.cid-tDCMLup79X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDCMLup79X .navbar.collapsed {
  justify-content: center;
}
.cid-tDCMLup79X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDCMLup79X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDCMLup79X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDCMLup79X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDCMLup79X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDCMLup79X .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-tDCMLup79X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDCMLup79X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDCMLup79X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDCMLup79X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDCMLup79X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDCMLup79X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDCMLup79X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDCMLup79X .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-tDCMLup79X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDCMLup79X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDCMLup79X .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDCMLup79X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDCMLup79X .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDCMLup79X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDCMLup79X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDCMLup79X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDCMLup79X .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDCMLup79X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDCMLup79X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDCMLup79X .dropdown-item.active,
.cid-tDCMLup79X .dropdown-item:active {
  background-color: transparent;
}
.cid-tDCMLup79X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDCMLup79X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDCMLup79X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDCMLup79X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDCMLup79X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDCMLup79X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDCMLup79X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDCMLup79X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDCMLup79X button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDCMLup79X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDCMLup79X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDCMLup79X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDCMLup79X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDCMLup79X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDCMLup79X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDCMLup79X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDCMLup79X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDCMLup79X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDCMLup79X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDCMLup79X a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDCMLup79X .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-tDCMLup79X .navbar {
    height: 70px;
  }
  .cid-tDCMLup79X .navbar.opened {
    height: auto;
  }
  .cid-tDCMLup79X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDCMLuM1KD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mangrove-3-2000x1500.webp");
}
.cid-tDCMLuM1KD .wrapper {
  height: 550px;
}
.cid-tDCMLuZRU4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDCMLuZRU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCMLuZRU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCMLuZRU4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDCMLuZRU4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDCMLuZRU4 .embla__button--next,
.cid-tDCMLuZRU4 .embla__button--prev {
  display: flex;
}
.cid-tDCMLuZRU4 .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;
}
.cid-tDCMLuZRU4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDCMLuZRU4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDCMLuZRU4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDCMLuZRU4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDCMLuZRU4 .embla__button {
    top: auto;
  }
}
.cid-tDCMLuZRU4 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDCMLuZRU4 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDCMLuZRU4 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDCMLuZRU4 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDCMLuZRU4 .embla {
  position: relative;
  width: 100%;
}
.cid-tDCMLuZRU4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDCMLuZRU4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDCMLuZRU4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDCMLuZRU4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDCMLvqRMv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDCMLvqRMv .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDCMLvqRMv .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDCMLvqRMv .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDCMLvqRMv .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDCMLvqRMv .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDCMLvqRMv .col-12,
  .cid-tDCMLvqRMv .col-md-12 {
    padding: 0;
  }
}
.cid-tDCMLvqRMv .si img {
  width: auto;
}
.cid-tDCMLvIPiJ {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDCMLvIPiJ h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDCMLvIPiJ h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDCMLvIPiJ .box {
  background-image: url("../../../assets/images/volcanocarnival-1908x1593.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDCMLvIPiJ .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDCMLvIPiJ .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDCMLvIPiJ .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDCMLvIPiJ .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDCMLvIPiJ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDCMLvIPiJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDCMLvIPiJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDCMLvIPiJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDCMLvIPiJ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDCMLvIPiJ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDCMLvIPiJ .box {
    height: 250px;
  }
}
.cid-tDCMLvIPiJ H1 {
  color: #e5c5f4;
}
.cid-tDCMLwcbEP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDCMLwcbEP .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDCMLwcbEP .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDCMLwcbEP .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDCMLwcbEP .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDCMLwcbEP .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDCMLwcbEP .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDCMLwcbEP .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDCMLwcbEP .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDCMLwcbEP .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDCMLwcbEP .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDCMLwcbEP .mbr-text,
.cid-tDCMLwcbEP .mbr-section-btn {
  text-align: left;
}
.cid-tDCMLwcbEP H3 {
  text-align: left;
}
.cid-tDCMLwcbEP .author,
.cid-tDCMLwcbEP .box {
  font-style: italic;
}
.cid-tDCMLwcbEP .author {
  color: #9A948D;
}
.cid-tDCMLwcbEP .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDCMLwcbEP .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDCMLwcbEP .mbr-iconfont {
    display: none;
  }
}
.cid-tDCMLwCjaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDCMLwCjaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDCMLwCjaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDCMLwCjaU .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDCMLwCjaU .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDCMLwCjaU .container-fluid .row {
  padding: 0;
}
.cid-tDCMLwCjaU .container {
  overflow: hidden;
}
.cid-tDCMLwCjaU .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDCMLwCjaU .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDCMLwCjaU .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDCMLwCjaU .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDCMLwCjaU .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDCMLwCjaU .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDCMLwCjaU .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDCMLwCjaU .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDCMLwCjaU .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDCMLwCjaU .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDCMLx3CWW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDCMLx3CWW .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDDbYeHudg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDDbYeHudg .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDDbYeHudg nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDDbYeHudg .container,
  .cid-tDDbYeHudg .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDDbYeHudg .nav-link:hover,
  .cid-tDDbYeHudg .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDDbYeHudg .navbar-nav {
  margin: auto;
}
.cid-tDDbYeHudg .dropdown-item {
  color: #ffffff !important;
}
.cid-tDDbYeHudg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDDbYeHudg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDDbYeHudg .navbar-short,
.cid-tDDbYeHudg .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDDbYeHudg .navbar-short .nav-link,
.cid-tDDbYeHudg .opened .nav-link,
.cid-tDDbYeHudg .navbar-short .navbar-caption,
.cid-tDDbYeHudg .opened .navbar-caption,
.cid-tDDbYeHudg .navbar-short .mbr-iconfont,
.cid-tDDbYeHudg .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDDbYeHudg .navbar-short .hamburger span,
.cid-tDDbYeHudg .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDDbYeHudg .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDDbYeHudg .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-tDDbYeHudg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDDbYeHudg .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDDbYeHudg .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDDbYeHudg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDDbYeHudg .container {
  display: flex;
  margin: auto;
}
.cid-tDDbYeHudg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDDbYeHudg .dropdown-menu,
.cid-tDDbYeHudg .navbar.opened {
  background: #000000 !important;
}
.cid-tDDbYeHudg .nav-item:focus,
.cid-tDDbYeHudg .nav-link:focus {
  outline: none;
}
.cid-tDDbYeHudg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDDbYeHudg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDDbYeHudg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDDbYeHudg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDDbYeHudg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDDbYeHudg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDDbYeHudg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDDbYeHudg .navbar.opened {
  transition: all 0.3s;
}
.cid-tDDbYeHudg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDDbYeHudg .navbar .navbar-logo img {
  width: auto;
}
.cid-tDDbYeHudg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDDbYeHudg .navbar.collapsed {
  justify-content: center;
}
.cid-tDDbYeHudg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDDbYeHudg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDDbYeHudg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDDbYeHudg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDDbYeHudg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDDbYeHudg .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-tDDbYeHudg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDDbYeHudg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDDbYeHudg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDDbYeHudg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDDbYeHudg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDDbYeHudg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDDbYeHudg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDDbYeHudg .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-tDDbYeHudg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDDbYeHudg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDDbYeHudg .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDDbYeHudg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDDbYeHudg .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDDbYeHudg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDDbYeHudg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDDbYeHudg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDDbYeHudg .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDDbYeHudg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDDbYeHudg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDDbYeHudg .dropdown-item.active,
.cid-tDDbYeHudg .dropdown-item:active {
  background-color: transparent;
}
.cid-tDDbYeHudg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDDbYeHudg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDDbYeHudg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDDbYeHudg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDDbYeHudg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDDbYeHudg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDDbYeHudg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDDbYeHudg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDDbYeHudg button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDDbYeHudg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDDbYeHudg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDDbYeHudg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDDbYeHudg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDDbYeHudg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDDbYeHudg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDDbYeHudg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDDbYeHudg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDDbYeHudg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDDbYeHudg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDDbYeHudg a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDDbYeHudg .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-tDDbYeHudg .navbar {
    height: 70px;
  }
  .cid-tDDbYeHudg .navbar.opened {
    height: auto;
  }
  .cid-tDDbYeHudg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDDbYfffV4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/nasty-setupblack-sides-2000x1415.webp");
}
.cid-tDDbYfffV4 .wrapper {
  height: 550px;
}
.cid-tDDbYfFhcu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDDbYfFhcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDDbYfFhcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDDbYfFhcu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDDbYfFhcu .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDDbYfFhcu .embla__button--next,
.cid-tDDbYfFhcu .embla__button--prev {
  display: flex;
}
.cid-tDDbYfFhcu .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;
}
.cid-tDDbYfFhcu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDDbYfFhcu .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDDbYfFhcu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDDbYfFhcu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDDbYfFhcu .embla__button {
    top: auto;
  }
}
.cid-tDDbYfFhcu .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDDbYfFhcu .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDDbYfFhcu .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDDbYfFhcu .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDDbYfFhcu .embla {
  position: relative;
  width: 100%;
}
.cid-tDDbYfFhcu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDDbYfFhcu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDDbYfFhcu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDDbYfFhcu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDDbYg7epC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDDbYg7epC .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDDbYg7epC .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDDbYg7epC .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDDbYg7epC .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDDbYg7epC .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDDbYg7epC .col-12,
  .cid-tDDbYg7epC .col-md-12 {
    padding: 0;
  }
}
.cid-tDDbYg7epC .si img {
  width: auto;
}
.cid-tDDbYgrdIM {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDDbYgrdIM h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDDbYgrdIM h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDDbYgrdIM .box {
  background-image: url("../../../assets/images/nasty-crowdshot-2000x1189.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDDbYgrdIM .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDDbYgrdIM .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDDbYgrdIM .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDDbYgrdIM .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDDbYgrdIM .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDDbYgrdIM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDDbYgrdIM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDDbYgrdIM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDDbYgrdIM a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDDbYgrdIM a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDDbYgrdIM .box {
    height: 250px;
  }
}
.cid-tDDbYgrdIM H1 {
  color: #e5c5f4;
}
.cid-tDDbYgWFdI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDDbYgWFdI .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDDbYgWFdI .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDDbYgWFdI .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDDbYgWFdI .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDDbYgWFdI .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDDbYgWFdI .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDDbYgWFdI .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDDbYgWFdI .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDDbYgWFdI .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDDbYgWFdI .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDDbYgWFdI .mbr-text,
.cid-tDDbYgWFdI .mbr-section-btn {
  text-align: left;
}
.cid-tDDbYgWFdI H3 {
  text-align: left;
}
.cid-tDDbYgWFdI .author,
.cid-tDDbYgWFdI .box {
  font-style: italic;
}
.cid-tDDbYgWFdI .author {
  color: #9A948D;
}
.cid-tDDbYgWFdI .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDDbYgWFdI .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDDbYgWFdI .mbr-iconfont {
    display: none;
  }
}
.cid-tDDbYhlWfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDDbYhlWfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDDbYhlWfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDDbYhlWfp .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDDbYhlWfp .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDDbYhlWfp .container-fluid .row {
  padding: 0;
}
.cid-tDDbYhlWfp .container {
  overflow: hidden;
}
.cid-tDDbYhlWfp .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDDbYhlWfp .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDDbYhlWfp .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDDbYhlWfp .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDDbYhlWfp .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDDbYhlWfp .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDDbYhlWfp .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDDbYhlWfp .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDDbYhlWfp .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDDbYhlWfp .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDDbYhMzG5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDDbYhMzG5 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tD5ECixzoE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/channel-mikey-1536x2048.webp");
}
.cid-tD5ECixzoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5ECixzoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5ECixzoE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tD5ECixzoE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tD5ECixzoE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tD5ECixzoE .container {
    padding: 0 20px;
  }
  .cid-tD5ECixzoE .container .row {
    padding: 0;
  }
}
.cid-tD5ECixzoE .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tD5ECixzoE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tD5ECixzoE .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tD5ECixzoE .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tD5ECixzoE .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tD5ECixzoE .mbr-section-title {
  color: #ffffff;
}
.cid-tD5ECixzoE .mbr-text {
  color: #ffffff;
}
.cid-tKp07Gjg0h {
  background-image: url("../../../assets/images/carnivalsounds-flyer-20-2000x1429.webp");
}
.cid-tKp07Gjg0h .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tKp07Gjg0h .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tKp07Gjg0h .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tKp07Gjg0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKp07Gjg0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKp07Gjg0h .mbr-section-title {
  text-align: center;
}
.cid-tKp07Gjg0h .mbr-section-subtitle,
.cid-tKp07Gjg0h .underline {
  text-align: center;
}
.cid-tKp0bp5n1P {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tKp0bp5n1P .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tKp0bp5n1P .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tKp0bp5n1P .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tKp0bp5n1P .mbr-section-btn {
  width: 90%;
}
.cid-tKp0bp5n1P img {
  object-fit: cover;
  height: 100%;
}
.cid-tKp0bp5n1P section {
  position: relative;
}
.cid-tKp0bp5n1P .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tKp0bp5n1P .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tKp0bp5n1P .mbr-section-subtitle,
  .cid-tKp0bp5n1P .mbr-section-btn,
  .cid-tKp0bp5n1P .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tKp0bp5n1P .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tKp0bp5n1P .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tKp0bp5n1P .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tKp0bp5n1P .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tKp0bp5n1P .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tKp0bp5n1P .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tKp0bp5n1P .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tKp0bp5n1P .mbr-section-subtitle,
.cid-tKp0bp5n1P .mbr-section-btn {
  color: #ffffff;
}
.cid-tKp0dGriuG {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tKp0dGriuG .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tKp0dGriuG .mbr-section-title {
  color: #ffffff;
  text-align: left;
  width: 90%;
}
.cid-tKp0dGriuG .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tKp0dGriuG .mbr-section-btn {
  width: 90%;
}
.cid-tKp0dGriuG img {
  object-fit: cover;
  height: 100%;
}
.cid-tKp0dGriuG section {
  position: relative;
}
.cid-tKp0dGriuG .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tKp0dGriuG .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tKp0dGriuG .mbr-section-subtitle,
  .cid-tKp0dGriuG .mbr-section-btn,
  .cid-tKp0dGriuG .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tKp0dGriuG .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tKp0dGriuG .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tKp0dGriuG .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tKp0dGriuG .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tKp0dGriuG .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tKp0dGriuG .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tKp0dGriuG .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tKp0dGriuG .mbr-section-subtitle,
.cid-tKp0dGriuG .mbr-section-btn {
  text-align: center;
  color: #d4ad6a;
}
.cid-tD5FLY5CqV {
  padding-top: 60px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/ghost-banners-2000x1333.webp");
}
.cid-tD5FLY5CqV .container-fluid {
  max-width: 1700px;
}
.cid-tD5FLY5CqV h1 {
  line-height: 1;
}
.cid-tD5FLY5CqV .mbr-text,
.cid-tD5FLY5CqV .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-tD5FLY5CqV DIV {
  text-align: center;
}
.cid-tD5R9YZbdx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dj-turntables-copy-1778x1000.webp");
}
.cid-tD5R9YZbdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5R9YZbdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5R9YZbdx .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-tD5R9YZbdx .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}
.cid-tD5R9YZbdx .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tD5R9YZbdx .mbr-section-btn {
  margin-top: 18px;
}
.cid-tD5R9YZbdx .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tD5R9YZbdx .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tD721iJHFk {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000000;
}
.cid-tD721iJHFk .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #ffffff;
}
.cid-tD721iJHFk .socicon:before {
  padding: .6rem;
  border-radius: 100px;
  transition: all .3s;
}
.cid-tD721iJHFk .socicon:hover:before {
  transition: all .3s;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cid-tD721iJHFk .socicon {
    margin-right: 0.2rem;
  }
}
.cid-tD721iJHFk .social-list {
  display: flex;
  justify-content: center;
}
.cid-tD721iJHFk .social-list a:focus {
  text-decoration: none;
}
.cid-tD721iJHFk .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tD721iJHFk .socion1 {
  background: #ece9e6;
}
.cid-tD721iJHFk .socion2 {
  background-color: #919191;
}
.cid-tD721iJHFk .socion3 {
  background-color: #ff8c8c;
}
.cid-tIDHei8ERH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tIDHei8ERH .mbr-section-title {
  color: #ba9b67;
  text-align: center;
}
.cid-tIDHei8ERH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tIDHMX7zZ7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tIDHMX7zZ7 .mbr-section-title {
  color: #ba9b67;
  text-align: center;
}
.cid-tIDHMX7zZ7 .mbr-text {
  color: #b1c7ef;
  text-align: right;
}
.cid-tD5SSTS5ia {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tD5SSTS5ia .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDzfVjT7eC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDzfVjT7eC .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDzfVjT7eC nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDzfVjT7eC .container,
  .cid-tDzfVjT7eC .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDzfVjT7eC .nav-link:hover,
  .cid-tDzfVjT7eC .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDzfVjT7eC .navbar-nav {
  margin: auto;
}
.cid-tDzfVjT7eC .dropdown-item {
  color: #ffffff !important;
}
.cid-tDzfVjT7eC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDzfVjT7eC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDzfVjT7eC .navbar-short,
.cid-tDzfVjT7eC .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDzfVjT7eC .navbar-short .nav-link,
.cid-tDzfVjT7eC .opened .nav-link,
.cid-tDzfVjT7eC .navbar-short .navbar-caption,
.cid-tDzfVjT7eC .opened .navbar-caption,
.cid-tDzfVjT7eC .navbar-short .mbr-iconfont,
.cid-tDzfVjT7eC .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDzfVjT7eC .navbar-short .hamburger span,
.cid-tDzfVjT7eC .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDzfVjT7eC .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDzfVjT7eC .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-tDzfVjT7eC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDzfVjT7eC .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDzfVjT7eC .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDzfVjT7eC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDzfVjT7eC .container {
  display: flex;
  margin: auto;
}
.cid-tDzfVjT7eC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDzfVjT7eC .dropdown-menu,
.cid-tDzfVjT7eC .navbar.opened {
  background: #000000 !important;
}
.cid-tDzfVjT7eC .nav-item:focus,
.cid-tDzfVjT7eC .nav-link:focus {
  outline: none;
}
.cid-tDzfVjT7eC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDzfVjT7eC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDzfVjT7eC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDzfVjT7eC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDzfVjT7eC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDzfVjT7eC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDzfVjT7eC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDzfVjT7eC .navbar.opened {
  transition: all 0.3s;
}
.cid-tDzfVjT7eC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDzfVjT7eC .navbar .navbar-logo img {
  width: auto;
}
.cid-tDzfVjT7eC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDzfVjT7eC .navbar.collapsed {
  justify-content: center;
}
.cid-tDzfVjT7eC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDzfVjT7eC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDzfVjT7eC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDzfVjT7eC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDzfVjT7eC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDzfVjT7eC .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-tDzfVjT7eC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDzfVjT7eC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDzfVjT7eC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDzfVjT7eC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDzfVjT7eC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDzfVjT7eC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDzfVjT7eC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDzfVjT7eC .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-tDzfVjT7eC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDzfVjT7eC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDzfVjT7eC .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDzfVjT7eC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDzfVjT7eC .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDzfVjT7eC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDzfVjT7eC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDzfVjT7eC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDzfVjT7eC .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDzfVjT7eC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDzfVjT7eC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDzfVjT7eC .dropdown-item.active,
.cid-tDzfVjT7eC .dropdown-item:active {
  background-color: transparent;
}
.cid-tDzfVjT7eC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDzfVjT7eC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDzfVjT7eC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDzfVjT7eC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDzfVjT7eC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDzfVjT7eC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDzfVjT7eC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDzfVjT7eC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDzfVjT7eC button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDzfVjT7eC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDzfVjT7eC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDzfVjT7eC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDzfVjT7eC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDzfVjT7eC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDzfVjT7eC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDzfVjT7eC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDzfVjT7eC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDzfVjT7eC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDzfVjT7eC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDzfVjT7eC a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDzfVjT7eC .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-tDzfVjT7eC .navbar {
    height: 70px;
  }
  .cid-tDzfVjT7eC .navbar.opened {
    height: auto;
  }
  .cid-tDzfVjT7eC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDzfVkh2bA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gladdy-blacksides-1025x609.webp");
}
.cid-tDzfVkh2bA .wrapper {
  height: 550px;
}
.cid-tDzfVkwJjT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDzfVkwJjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzfVkwJjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzfVkwJjT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDzfVkwJjT .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDzfVkwJjT .embla__button--next,
.cid-tDzfVkwJjT .embla__button--prev {
  display: flex;
}
.cid-tDzfVkwJjT .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;
}
.cid-tDzfVkwJjT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDzfVkwJjT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDzfVkwJjT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDzfVkwJjT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDzfVkwJjT .embla__button {
    top: auto;
  }
}
.cid-tDzfVkwJjT .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDzfVkwJjT .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDzfVkwJjT .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDzfVkwJjT .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDzfVkwJjT .embla {
  position: relative;
  width: 100%;
}
.cid-tDzfVkwJjT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDzfVkwJjT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDzfVkwJjT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDzfVkwJjT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDzfVkXkXu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDzfVkXkXu .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDzfVkXkXu .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDzfVkXkXu .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDzfVkXkXu .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDzfVkXkXu .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDzfVkXkXu .col-12,
  .cid-tDzfVkXkXu .col-md-12 {
    padding: 0;
  }
}
.cid-tDzfVkXkXu .si img {
  width: auto;
}
.cid-tDzfVlenp0 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDzfVlenp0 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDzfVlenp0 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDzfVlenp0 .box {
  background-image: url("../../../assets/images/gladdy-crowd-1024x682.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDzfVlenp0 .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDzfVlenp0 .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDzfVlenp0 .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDzfVlenp0 .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDzfVlenp0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDzfVlenp0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDzfVlenp0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDzfVlenp0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDzfVlenp0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDzfVlenp0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDzfVlenp0 .box {
    height: 250px;
  }
}
.cid-tDzfVlenp0 H1 {
  color: #e5c5f4;
}
.cid-tDzfVlKdvu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDzfVlKdvu .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDzfVlKdvu .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDzfVlKdvu .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDzfVlKdvu .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDzfVlKdvu .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDzfVlKdvu .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDzfVlKdvu .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDzfVlKdvu .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDzfVlKdvu .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDzfVlKdvu .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDzfVlKdvu .mbr-text,
.cid-tDzfVlKdvu .mbr-section-btn {
  text-align: left;
}
.cid-tDzfVlKdvu H3 {
  text-align: left;
}
.cid-tDzfVlKdvu .author,
.cid-tDzfVlKdvu .box {
  font-style: italic;
}
.cid-tDzfVlKdvu .author {
  color: #9A948D;
}
.cid-tDzfVlKdvu .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDzfVlKdvu .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDzfVlKdvu .mbr-iconfont {
    display: none;
  }
}
.cid-tDzfVma8pd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDzfVma8pd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDzfVma8pd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDzfVma8pd .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDzfVma8pd .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDzfVma8pd .container-fluid .row {
  padding: 0;
}
.cid-tDzfVma8pd .container {
  overflow: hidden;
}
.cid-tDzfVma8pd .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDzfVma8pd .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDzfVma8pd .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDzfVma8pd .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDzfVma8pd .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDzfVma8pd .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDzfVma8pd .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDzfVma8pd .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDzfVma8pd .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDzfVma8pd .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDzfVmBOPX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDzfVmBOPX .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDILtF8aCF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDILtF8aCF .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDILtF8aCF nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDILtF8aCF .container,
  .cid-tDILtF8aCF .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDILtF8aCF .nav-link:hover,
  .cid-tDILtF8aCF .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDILtF8aCF .navbar-nav {
  margin: auto;
}
.cid-tDILtF8aCF .dropdown-item {
  color: #ffffff !important;
}
.cid-tDILtF8aCF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDILtF8aCF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDILtF8aCF .navbar-short,
.cid-tDILtF8aCF .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDILtF8aCF .navbar-short .nav-link,
.cid-tDILtF8aCF .opened .nav-link,
.cid-tDILtF8aCF .navbar-short .navbar-caption,
.cid-tDILtF8aCF .opened .navbar-caption,
.cid-tDILtF8aCF .navbar-short .mbr-iconfont,
.cid-tDILtF8aCF .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDILtF8aCF .navbar-short .hamburger span,
.cid-tDILtF8aCF .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDILtF8aCF .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDILtF8aCF .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-tDILtF8aCF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDILtF8aCF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDILtF8aCF .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDILtF8aCF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDILtF8aCF .container {
  display: flex;
  margin: auto;
}
.cid-tDILtF8aCF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDILtF8aCF .dropdown-menu,
.cid-tDILtF8aCF .navbar.opened {
  background: #000000 !important;
}
.cid-tDILtF8aCF .nav-item:focus,
.cid-tDILtF8aCF .nav-link:focus {
  outline: none;
}
.cid-tDILtF8aCF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDILtF8aCF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDILtF8aCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDILtF8aCF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDILtF8aCF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDILtF8aCF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDILtF8aCF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDILtF8aCF .navbar.opened {
  transition: all 0.3s;
}
.cid-tDILtF8aCF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDILtF8aCF .navbar .navbar-logo img {
  width: auto;
}
.cid-tDILtF8aCF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDILtF8aCF .navbar.collapsed {
  justify-content: center;
}
.cid-tDILtF8aCF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDILtF8aCF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDILtF8aCF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDILtF8aCF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDILtF8aCF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDILtF8aCF .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-tDILtF8aCF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDILtF8aCF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDILtF8aCF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDILtF8aCF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDILtF8aCF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDILtF8aCF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDILtF8aCF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDILtF8aCF .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-tDILtF8aCF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDILtF8aCF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDILtF8aCF .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDILtF8aCF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDILtF8aCF .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDILtF8aCF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDILtF8aCF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDILtF8aCF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDILtF8aCF .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDILtF8aCF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDILtF8aCF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDILtF8aCF .dropdown-item.active,
.cid-tDILtF8aCF .dropdown-item:active {
  background-color: transparent;
}
.cid-tDILtF8aCF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDILtF8aCF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDILtF8aCF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDILtF8aCF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDILtF8aCF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDILtF8aCF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDILtF8aCF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDILtF8aCF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDILtF8aCF button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDILtF8aCF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDILtF8aCF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDILtF8aCF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDILtF8aCF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDILtF8aCF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDILtF8aCF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDILtF8aCF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDILtF8aCF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDILtF8aCF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDILtF8aCF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDILtF8aCF a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDILtF8aCF .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-tDILtF8aCF .navbar {
    height: 70px;
  }
  .cid-tDILtF8aCF .navbar.opened {
    height: auto;
  }
  .cid-tDILtF8aCF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDILtFuCXO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/peoples-2-copy-1360x740.webp");
}
.cid-tDILtFuCXO .wrapper {
  height: 550px;
}
.cid-tDILtFIjJP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDILtFIjJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDILtFIjJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDILtFIjJP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDILtFIjJP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDILtFIjJP .embla__button--next,
.cid-tDILtFIjJP .embla__button--prev {
  display: flex;
}
.cid-tDILtFIjJP .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;
}
.cid-tDILtFIjJP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDILtFIjJP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDILtFIjJP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDILtFIjJP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDILtFIjJP .embla__button {
    top: auto;
  }
}
.cid-tDILtFIjJP .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDILtFIjJP .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDILtFIjJP .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDILtFIjJP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDILtFIjJP .embla {
  position: relative;
  width: 100%;
}
.cid-tDILtFIjJP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDILtFIjJP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDILtFIjJP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDILtFIjJP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDILtG78hv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDILtG78hv .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDILtG78hv .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDILtG78hv .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDILtG78hv .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDILtG78hv .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDILtG78hv .col-12,
  .cid-tDILtG78hv .col-md-12 {
    padding: 0;
  }
}
.cid-tDILtG78hv .si img {
  width: auto;
}
.cid-tDILtGrrvs {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDILtGrrvs h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDILtGrrvs h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDILtGrrvs .box {
  background-image: url("../../../assets/images/peoples-stacking-1600x1200.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDILtGrrvs .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDILtGrrvs .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDILtGrrvs .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDILtGrrvs .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDILtGrrvs .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDILtGrrvs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDILtGrrvs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDILtGrrvs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDILtGrrvs a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDILtGrrvs a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDILtGrrvs .box {
    height: 250px;
  }
}
.cid-tDILtGrrvs H1 {
  color: #e5c5f4;
}
.cid-tDILtGVc5F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDILtGVc5F .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDILtGVc5F .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDILtGVc5F .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDILtGVc5F .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDILtGVc5F .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDILtGVc5F .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDILtGVc5F .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDILtGVc5F .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDILtGVc5F .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDILtGVc5F .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDILtGVc5F .mbr-text,
.cid-tDILtGVc5F .mbr-section-btn {
  text-align: left;
}
.cid-tDILtGVc5F H3 {
  text-align: left;
}
.cid-tDILtGVc5F .author,
.cid-tDILtGVc5F .box {
  font-style: italic;
}
.cid-tDILtGVc5F .author {
  color: #9A948D;
}
.cid-tDILtGVc5F .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDILtGVc5F .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDILtGVc5F .mbr-iconfont {
    display: none;
  }
}
.cid-tDILtHjmAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDILtHjmAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDILtHjmAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDILtHjmAm .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDILtHjmAm .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDILtHjmAm .container-fluid .row {
  padding: 0;
}
.cid-tDILtHjmAm .container {
  overflow: hidden;
}
.cid-tDILtHjmAm .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDILtHjmAm .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDILtHjmAm .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDILtHjmAm .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDILtHjmAm .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDILtHjmAm .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDILtHjmAm .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDILtHjmAm .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDILtHjmAm .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDILtHjmAm .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDILtHHUET {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDILtHHUET .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDJcDzLBQJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDJcDzLBQJ .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDJcDzLBQJ nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDJcDzLBQJ .container,
  .cid-tDJcDzLBQJ .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDJcDzLBQJ .nav-link:hover,
  .cid-tDJcDzLBQJ .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDJcDzLBQJ .navbar-nav {
  margin: auto;
}
.cid-tDJcDzLBQJ .dropdown-item {
  color: #ffffff !important;
}
.cid-tDJcDzLBQJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDJcDzLBQJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDJcDzLBQJ .navbar-short,
.cid-tDJcDzLBQJ .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDJcDzLBQJ .navbar-short .nav-link,
.cid-tDJcDzLBQJ .opened .nav-link,
.cid-tDJcDzLBQJ .navbar-short .navbar-caption,
.cid-tDJcDzLBQJ .opened .navbar-caption,
.cid-tDJcDzLBQJ .navbar-short .mbr-iconfont,
.cid-tDJcDzLBQJ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDJcDzLBQJ .navbar-short .hamburger span,
.cid-tDJcDzLBQJ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDJcDzLBQJ .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDJcDzLBQJ .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-tDJcDzLBQJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDJcDzLBQJ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDJcDzLBQJ .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDJcDzLBQJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDJcDzLBQJ .container {
  display: flex;
  margin: auto;
}
.cid-tDJcDzLBQJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDJcDzLBQJ .dropdown-menu,
.cid-tDJcDzLBQJ .navbar.opened {
  background: #000000 !important;
}
.cid-tDJcDzLBQJ .nav-item:focus,
.cid-tDJcDzLBQJ .nav-link:focus {
  outline: none;
}
.cid-tDJcDzLBQJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDJcDzLBQJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDJcDzLBQJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDJcDzLBQJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDJcDzLBQJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDJcDzLBQJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDJcDzLBQJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDJcDzLBQJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDJcDzLBQJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDJcDzLBQJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDJcDzLBQJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDJcDzLBQJ .navbar.collapsed {
  justify-content: center;
}
.cid-tDJcDzLBQJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDJcDzLBQJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDJcDzLBQJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDJcDzLBQJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDJcDzLBQJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDJcDzLBQJ .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-tDJcDzLBQJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDJcDzLBQJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDJcDzLBQJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDJcDzLBQJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDJcDzLBQJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDJcDzLBQJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDJcDzLBQJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDJcDzLBQJ .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-tDJcDzLBQJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDJcDzLBQJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDJcDzLBQJ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDJcDzLBQJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDJcDzLBQJ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDJcDzLBQJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDJcDzLBQJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDJcDzLBQJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDJcDzLBQJ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDJcDzLBQJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDJcDzLBQJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDJcDzLBQJ .dropdown-item.active,
.cid-tDJcDzLBQJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDJcDzLBQJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDJcDzLBQJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDJcDzLBQJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDJcDzLBQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDJcDzLBQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDJcDzLBQJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDJcDzLBQJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDJcDzLBQJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDJcDzLBQJ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDJcDzLBQJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDJcDzLBQJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDJcDzLBQJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDJcDzLBQJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDJcDzLBQJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDJcDzLBQJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDJcDzLBQJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDJcDzLBQJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDJcDzLBQJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDJcDzLBQJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDJcDzLBQJ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDJcDzLBQJ .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-tDJcDzLBQJ .navbar {
    height: 70px;
  }
  .cid-tDJcDzLBQJ .navbar.opened {
    height: auto;
  }
  .cid-tDJcDzLBQJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDJcDA884u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/pine-1-2000x1333.webp");
}
.cid-tDJcDA884u .wrapper {
  height: 550px;
}
.cid-tDJcDAnF77 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDJcDAnF77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDJcDAnF77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDJcDAnF77 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDJcDAnF77 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDJcDAnF77 .embla__button--next,
.cid-tDJcDAnF77 .embla__button--prev {
  display: flex;
}
.cid-tDJcDAnF77 .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;
}
.cid-tDJcDAnF77 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDJcDAnF77 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDJcDAnF77 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDJcDAnF77 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDJcDAnF77 .embla__button {
    top: auto;
  }
}
.cid-tDJcDAnF77 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDJcDAnF77 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDJcDAnF77 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDJcDAnF77 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDJcDAnF77 .embla {
  position: relative;
  width: 100%;
}
.cid-tDJcDAnF77 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDJcDAnF77 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDJcDAnF77 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDJcDAnF77 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDJcDAOaOH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDJcDAOaOH .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDJcDAOaOH .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDJcDAOaOH .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDJcDAOaOH .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDJcDAOaOH .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDJcDAOaOH .col-12,
  .cid-tDJcDAOaOH .col-md-12 {
    padding: 0;
  }
}
.cid-tDJcDAOaOH .si img {
  width: auto;
}
.cid-tDJcDBEons {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDJcDBEons .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDJcDBEons .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDJcDBEons .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDJcDBEons .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDJcDBEons .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDJcDBEons .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDJcDBEons .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDJcDBEons .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDJcDBEons .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDJcDBEons .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDJcDBEons .mbr-text,
.cid-tDJcDBEons .mbr-section-btn {
  text-align: left;
}
.cid-tDJcDBEons H3 {
  text-align: left;
}
.cid-tDJcDBEons .author,
.cid-tDJcDBEons .box {
  font-style: italic;
}
.cid-tDJcDBEons .author {
  color: #9A948D;
}
.cid-tDJcDBEons .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDJcDBEons .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDJcDBEons .mbr-iconfont {
    display: none;
  }
}
.cid-tDJcDC3wnu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDJcDC3wnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDJcDC3wnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDJcDC3wnu .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDJcDC3wnu .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDJcDC3wnu .container-fluid .row {
  padding: 0;
}
.cid-tDJcDC3wnu .container {
  overflow: hidden;
}
.cid-tDJcDC3wnu .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDJcDC3wnu .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDJcDC3wnu .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDJcDC3wnu .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDJcDC3wnu .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDJcDC3wnu .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDJcDC3wnu .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDJcDC3wnu .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDJcDC3wnu .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDJcDC3wnu .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDJcDCsj1R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDJcDCsj1R .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDJrcibGHF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDJrcibGHF .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDJrcibGHF nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDJrcibGHF .container,
  .cid-tDJrcibGHF .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDJrcibGHF .nav-link:hover,
  .cid-tDJrcibGHF .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDJrcibGHF .navbar-nav {
  margin: auto;
}
.cid-tDJrcibGHF .dropdown-item {
  color: #ffffff !important;
}
.cid-tDJrcibGHF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDJrcibGHF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDJrcibGHF .navbar-short,
.cid-tDJrcibGHF .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDJrcibGHF .navbar-short .nav-link,
.cid-tDJrcibGHF .opened .nav-link,
.cid-tDJrcibGHF .navbar-short .navbar-caption,
.cid-tDJrcibGHF .opened .navbar-caption,
.cid-tDJrcibGHF .navbar-short .mbr-iconfont,
.cid-tDJrcibGHF .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDJrcibGHF .navbar-short .hamburger span,
.cid-tDJrcibGHF .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDJrcibGHF .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDJrcibGHF .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-tDJrcibGHF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDJrcibGHF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDJrcibGHF .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDJrcibGHF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDJrcibGHF .container {
  display: flex;
  margin: auto;
}
.cid-tDJrcibGHF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDJrcibGHF .dropdown-menu,
.cid-tDJrcibGHF .navbar.opened {
  background: #000000 !important;
}
.cid-tDJrcibGHF .nav-item:focus,
.cid-tDJrcibGHF .nav-link:focus {
  outline: none;
}
.cid-tDJrcibGHF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDJrcibGHF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDJrcibGHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDJrcibGHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDJrcibGHF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDJrcibGHF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDJrcibGHF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDJrcibGHF .navbar.opened {
  transition: all 0.3s;
}
.cid-tDJrcibGHF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDJrcibGHF .navbar .navbar-logo img {
  width: auto;
}
.cid-tDJrcibGHF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDJrcibGHF .navbar.collapsed {
  justify-content: center;
}
.cid-tDJrcibGHF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDJrcibGHF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDJrcibGHF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDJrcibGHF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDJrcibGHF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDJrcibGHF .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-tDJrcibGHF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDJrcibGHF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDJrcibGHF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDJrcibGHF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDJrcibGHF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDJrcibGHF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDJrcibGHF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDJrcibGHF .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-tDJrcibGHF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDJrcibGHF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDJrcibGHF .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDJrcibGHF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDJrcibGHF .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDJrcibGHF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDJrcibGHF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDJrcibGHF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDJrcibGHF .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDJrcibGHF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDJrcibGHF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDJrcibGHF .dropdown-item.active,
.cid-tDJrcibGHF .dropdown-item:active {
  background-color: transparent;
}
.cid-tDJrcibGHF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDJrcibGHF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDJrcibGHF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDJrcibGHF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDJrcibGHF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDJrcibGHF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDJrcibGHF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDJrcibGHF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDJrcibGHF button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDJrcibGHF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDJrcibGHF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDJrcibGHF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDJrcibGHF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDJrcibGHF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDJrcibGHF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDJrcibGHF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDJrcibGHF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDJrcibGHF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDJrcibGHF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDJrcibGHF a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDJrcibGHF .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-tDJrcibGHF .navbar {
    height: 70px;
  }
  .cid-tDJrcibGHF .navbar.opened {
    height: auto;
  }
  .cid-tDJrcibGHF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDJrcixKaD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/platinum-the-djs-2000x1500.webp");
}
.cid-tDJrcixKaD .wrapper {
  height: 550px;
}
.cid-tDJrciNV9O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDJrciNV9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDJrciNV9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDJrciNV9O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDJrciNV9O .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDJrciNV9O .embla__button--next,
.cid-tDJrciNV9O .embla__button--prev {
  display: flex;
}
.cid-tDJrciNV9O .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;
}
.cid-tDJrciNV9O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDJrciNV9O .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDJrciNV9O .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDJrciNV9O .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDJrciNV9O .embla__button {
    top: auto;
  }
}
.cid-tDJrciNV9O .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDJrciNV9O .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDJrciNV9O .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDJrciNV9O .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDJrciNV9O .embla {
  position: relative;
  width: 100%;
}
.cid-tDJrciNV9O .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDJrciNV9O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDJrciNV9O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDJrciNV9O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDJrcjfSWA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDJrcjfSWA .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDJrcjfSWA .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDJrcjfSWA .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDJrcjfSWA .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDJrcjfSWA .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDJrcjfSWA .col-12,
  .cid-tDJrcjfSWA .col-md-12 {
    padding: 0;
  }
}
.cid-tDJrcjfSWA .si img {
  width: auto;
}
.cid-tDJrcjxNAy {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDJrcjxNAy h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDJrcjxNAy h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDJrcjxNAy .box {
  background-image: url("../../../assets/images/platinum-people-1920x2560.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDJrcjxNAy .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDJrcjxNAy .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDJrcjxNAy .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDJrcjxNAy .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDJrcjxNAy .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDJrcjxNAy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDJrcjxNAy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDJrcjxNAy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDJrcjxNAy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDJrcjxNAy a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDJrcjxNAy .box {
    height: 250px;
  }
}
.cid-tDJrcjxNAy H1 {
  color: #e5c5f4;
}
.cid-tDJrck3w45 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDJrck3w45 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDJrck3w45 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDJrck3w45 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDJrck3w45 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDJrck3w45 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDJrck3w45 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDJrck3w45 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDJrck3w45 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDJrck3w45 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDJrck3w45 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDJrck3w45 .mbr-text,
.cid-tDJrck3w45 .mbr-section-btn {
  text-align: left;
}
.cid-tDJrck3w45 H3 {
  text-align: left;
}
.cid-tDJrck3w45 .author,
.cid-tDJrck3w45 .box {
  font-style: italic;
}
.cid-tDJrck3w45 .author {
  color: #9A948D;
}
.cid-tDJrck3w45 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDJrck3w45 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDJrck3w45 .mbr-iconfont {
    display: none;
  }
}
.cid-tDJrckv9Si {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDJrckv9Si .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDJrckv9Si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDJrckv9Si .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDJrckv9Si .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDJrckv9Si .container-fluid .row {
  padding: 0;
}
.cid-tDJrckv9Si .container {
  overflow: hidden;
}
.cid-tDJrckv9Si .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDJrckv9Si .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDJrckv9Si .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDJrckv9Si .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDJrckv9Si .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDJrckv9Si .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDJrckv9Si .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDJrckv9Si .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDJrckv9Si .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDJrckv9Si .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDJrckWbPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDJrckWbPB .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDJAIR3o5M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDJAIR3o5M .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDJAIR3o5M nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDJAIR3o5M .container,
  .cid-tDJAIR3o5M .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDJAIR3o5M .nav-link:hover,
  .cid-tDJAIR3o5M .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDJAIR3o5M .navbar-nav {
  margin: auto;
}
.cid-tDJAIR3o5M .dropdown-item {
  color: #ffffff !important;
}
.cid-tDJAIR3o5M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDJAIR3o5M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDJAIR3o5M .navbar-short,
.cid-tDJAIR3o5M .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDJAIR3o5M .navbar-short .nav-link,
.cid-tDJAIR3o5M .opened .nav-link,
.cid-tDJAIR3o5M .navbar-short .navbar-caption,
.cid-tDJAIR3o5M .opened .navbar-caption,
.cid-tDJAIR3o5M .navbar-short .mbr-iconfont,
.cid-tDJAIR3o5M .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDJAIR3o5M .navbar-short .hamburger span,
.cid-tDJAIR3o5M .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDJAIR3o5M .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDJAIR3o5M .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-tDJAIR3o5M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDJAIR3o5M .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDJAIR3o5M .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDJAIR3o5M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDJAIR3o5M .container {
  display: flex;
  margin: auto;
}
.cid-tDJAIR3o5M .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDJAIR3o5M .dropdown-menu,
.cid-tDJAIR3o5M .navbar.opened {
  background: #000000 !important;
}
.cid-tDJAIR3o5M .nav-item:focus,
.cid-tDJAIR3o5M .nav-link:focus {
  outline: none;
}
.cid-tDJAIR3o5M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDJAIR3o5M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDJAIR3o5M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDJAIR3o5M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDJAIR3o5M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDJAIR3o5M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDJAIR3o5M .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDJAIR3o5M .navbar.opened {
  transition: all 0.3s;
}
.cid-tDJAIR3o5M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDJAIR3o5M .navbar .navbar-logo img {
  width: auto;
}
.cid-tDJAIR3o5M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDJAIR3o5M .navbar.collapsed {
  justify-content: center;
}
.cid-tDJAIR3o5M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDJAIR3o5M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDJAIR3o5M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDJAIR3o5M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDJAIR3o5M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDJAIR3o5M .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-tDJAIR3o5M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDJAIR3o5M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDJAIR3o5M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDJAIR3o5M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDJAIR3o5M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDJAIR3o5M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDJAIR3o5M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDJAIR3o5M .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-tDJAIR3o5M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDJAIR3o5M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDJAIR3o5M .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDJAIR3o5M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDJAIR3o5M .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDJAIR3o5M .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDJAIR3o5M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDJAIR3o5M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDJAIR3o5M .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDJAIR3o5M .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDJAIR3o5M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDJAIR3o5M .dropdown-item.active,
.cid-tDJAIR3o5M .dropdown-item:active {
  background-color: transparent;
}
.cid-tDJAIR3o5M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDJAIR3o5M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDJAIR3o5M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDJAIR3o5M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDJAIR3o5M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDJAIR3o5M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDJAIR3o5M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDJAIR3o5M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDJAIR3o5M button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDJAIR3o5M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDJAIR3o5M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDJAIR3o5M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDJAIR3o5M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDJAIR3o5M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDJAIR3o5M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDJAIR3o5M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDJAIR3o5M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDJAIR3o5M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDJAIR3o5M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDJAIR3o5M a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDJAIR3o5M .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-tDJAIR3o5M .navbar {
    height: 70px;
  }
  .cid-tDJAIR3o5M .navbar.opened {
    height: auto;
  }
  .cid-tDJAIR3o5M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDJAIRqhpV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/saxon-jacket-crop-1680x1384.webp");
}
.cid-tDJAIRqhpV .wrapper {
  height: 550px;
}
.cid-tDJAIRFRpi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDJAIRFRpi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDJAIRFRpi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDJAIRFRpi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDJAIRFRpi .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDJAIRFRpi .embla__button--next,
.cid-tDJAIRFRpi .embla__button--prev {
  display: flex;
}
.cid-tDJAIRFRpi .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;
}
.cid-tDJAIRFRpi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDJAIRFRpi .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDJAIRFRpi .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDJAIRFRpi .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDJAIRFRpi .embla__button {
    top: auto;
  }
}
.cid-tDJAIRFRpi .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDJAIRFRpi .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDJAIRFRpi .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDJAIRFRpi .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDJAIRFRpi .embla {
  position: relative;
  width: 100%;
}
.cid-tDJAIRFRpi .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDJAIRFRpi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDJAIRFRpi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDJAIRFRpi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDJAIS5Eeb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDJAIS5Eeb .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDJAIS5Eeb .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDJAIS5Eeb .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDJAIS5Eeb .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDJAIS5Eeb .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDJAIS5Eeb .col-12,
  .cid-tDJAIS5Eeb .col-md-12 {
    padding: 0;
  }
}
.cid-tDJAIS5Eeb .si img {
  width: auto;
}
.cid-tDJAISoiMw {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDJAISoiMw h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDJAISoiMw h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDJAISoiMw .box {
  background-image: url("../../../assets/images/saxon-boxes-1243x1543.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDJAISoiMw .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDJAISoiMw .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDJAISoiMw .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDJAISoiMw .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDJAISoiMw .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDJAISoiMw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDJAISoiMw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDJAISoiMw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDJAISoiMw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDJAISoiMw a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDJAISoiMw .box {
    height: 250px;
  }
}
.cid-tDJAISoiMw H1 {
  color: #e5c5f4;
}
.cid-tDJAISVLJq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDJAISVLJq .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDJAISVLJq .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDJAISVLJq .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDJAISVLJq .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDJAISVLJq .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDJAISVLJq .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDJAISVLJq .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDJAISVLJq .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDJAISVLJq .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDJAISVLJq .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDJAISVLJq .mbr-text,
.cid-tDJAISVLJq .mbr-section-btn {
  text-align: left;
}
.cid-tDJAISVLJq H3 {
  text-align: left;
}
.cid-tDJAISVLJq .author,
.cid-tDJAISVLJq .box {
  font-style: italic;
}
.cid-tDJAISVLJq .author {
  color: #9A948D;
}
.cid-tDJAISVLJq .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDJAISVLJq .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDJAISVLJq .mbr-iconfont {
    display: none;
  }
}
.cid-tDJAITmMSP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDJAITmMSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDJAITmMSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDJAITmMSP .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDJAITmMSP .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDJAITmMSP .container-fluid .row {
  padding: 0;
}
.cid-tDJAITmMSP .container {
  overflow: hidden;
}
.cid-tDJAITmMSP .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDJAITmMSP .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDJAITmMSP .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDJAITmMSP .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDJAITmMSP .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDJAITmMSP .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDJAITmMSP .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDJAITmMSP .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDJAITmMSP .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDJAITmMSP .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDJAITNOhy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDJAITNOhy .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDK5ey1nDy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDK5ey1nDy .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDK5ey1nDy nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDK5ey1nDy .container,
  .cid-tDK5ey1nDy .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDK5ey1nDy .nav-link:hover,
  .cid-tDK5ey1nDy .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDK5ey1nDy .navbar-nav {
  margin: auto;
}
.cid-tDK5ey1nDy .dropdown-item {
  color: #ffffff !important;
}
.cid-tDK5ey1nDy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDK5ey1nDy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDK5ey1nDy .navbar-short,
.cid-tDK5ey1nDy .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDK5ey1nDy .navbar-short .nav-link,
.cid-tDK5ey1nDy .opened .nav-link,
.cid-tDK5ey1nDy .navbar-short .navbar-caption,
.cid-tDK5ey1nDy .opened .navbar-caption,
.cid-tDK5ey1nDy .navbar-short .mbr-iconfont,
.cid-tDK5ey1nDy .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDK5ey1nDy .navbar-short .hamburger span,
.cid-tDK5ey1nDy .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDK5ey1nDy .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDK5ey1nDy .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-tDK5ey1nDy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDK5ey1nDy .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDK5ey1nDy .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDK5ey1nDy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDK5ey1nDy .container {
  display: flex;
  margin: auto;
}
.cid-tDK5ey1nDy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDK5ey1nDy .dropdown-menu,
.cid-tDK5ey1nDy .navbar.opened {
  background: #000000 !important;
}
.cid-tDK5ey1nDy .nav-item:focus,
.cid-tDK5ey1nDy .nav-link:focus {
  outline: none;
}
.cid-tDK5ey1nDy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDK5ey1nDy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDK5ey1nDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDK5ey1nDy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDK5ey1nDy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDK5ey1nDy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDK5ey1nDy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDK5ey1nDy .navbar.opened {
  transition: all 0.3s;
}
.cid-tDK5ey1nDy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDK5ey1nDy .navbar .navbar-logo img {
  width: auto;
}
.cid-tDK5ey1nDy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDK5ey1nDy .navbar.collapsed {
  justify-content: center;
}
.cid-tDK5ey1nDy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDK5ey1nDy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDK5ey1nDy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDK5ey1nDy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDK5ey1nDy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDK5ey1nDy .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-tDK5ey1nDy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDK5ey1nDy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDK5ey1nDy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDK5ey1nDy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDK5ey1nDy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDK5ey1nDy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDK5ey1nDy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDK5ey1nDy .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-tDK5ey1nDy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDK5ey1nDy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDK5ey1nDy .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDK5ey1nDy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDK5ey1nDy .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDK5ey1nDy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDK5ey1nDy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDK5ey1nDy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDK5ey1nDy .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDK5ey1nDy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDK5ey1nDy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDK5ey1nDy .dropdown-item.active,
.cid-tDK5ey1nDy .dropdown-item:active {
  background-color: transparent;
}
.cid-tDK5ey1nDy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDK5ey1nDy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDK5ey1nDy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDK5ey1nDy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDK5ey1nDy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDK5ey1nDy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDK5ey1nDy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDK5ey1nDy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDK5ey1nDy button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDK5ey1nDy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDK5ey1nDy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDK5ey1nDy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK5ey1nDy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDK5ey1nDy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDK5ey1nDy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK5ey1nDy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDK5ey1nDy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDK5ey1nDy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDK5ey1nDy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDK5ey1nDy a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDK5ey1nDy .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-tDK5ey1nDy .navbar {
    height: 70px;
  }
  .cid-tDK5ey1nDy .navbar.opened {
    height: auto;
  }
  .cid-tDK5ey1nDy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDK5eyrTxG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/sir-valdez-jammed-2000x1253.webp");
}
.cid-tDK5eyrTxG .wrapper {
  height: 550px;
}
.cid-tDK5eyFDFQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDK5eyFDFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK5eyFDFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK5eyFDFQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDK5eyFDFQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDK5eyFDFQ .embla__button--next,
.cid-tDK5eyFDFQ .embla__button--prev {
  display: flex;
}
.cid-tDK5eyFDFQ .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;
}
.cid-tDK5eyFDFQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDK5eyFDFQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDK5eyFDFQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDK5eyFDFQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDK5eyFDFQ .embla__button {
    top: auto;
  }
}
.cid-tDK5eyFDFQ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDK5eyFDFQ .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDK5eyFDFQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDK5eyFDFQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDK5eyFDFQ .embla {
  position: relative;
  width: 100%;
}
.cid-tDK5eyFDFQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDK5eyFDFQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDK5eyFDFQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDK5eyFDFQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDK5ez9PJV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDK5ez9PJV .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDK5ez9PJV .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDK5ez9PJV .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDK5ez9PJV .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDK5ez9PJV .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDK5ez9PJV .col-12,
  .cid-tDK5ez9PJV .col-md-12 {
    padding: 0;
  }
}
.cid-tDK5ez9PJV .si img {
  width: auto;
}
.cid-tDK5ezrm3T {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDK5ezrm3T h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDK5ezrm3T h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDK5ezrm3T .box {
  background-image: url("../../../assets/images/valdez-4-1683x2048.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDK5ezrm3T .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDK5ezrm3T .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDK5ezrm3T .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDK5ezrm3T .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDK5ezrm3T .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDK5ezrm3T .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDK5ezrm3T .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDK5ezrm3T .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDK5ezrm3T a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDK5ezrm3T a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDK5ezrm3T .box {
    height: 250px;
  }
}
.cid-tDK5ezrm3T H1 {
  color: #e5c5f4;
}
.cid-tDK5ezVZeP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDK5ezVZeP .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDK5ezVZeP .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDK5ezVZeP .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDK5ezVZeP .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDK5ezVZeP .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDK5ezVZeP .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDK5ezVZeP .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDK5ezVZeP .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDK5ezVZeP .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDK5ezVZeP .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDK5ezVZeP .mbr-text,
.cid-tDK5ezVZeP .mbr-section-btn {
  text-align: left;
}
.cid-tDK5ezVZeP H3 {
  text-align: left;
}
.cid-tDK5ezVZeP .author,
.cid-tDK5ezVZeP .box {
  font-style: italic;
}
.cid-tDK5ezVZeP .author {
  color: #9A948D;
}
.cid-tDK5ezVZeP .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDK5ezVZeP .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDK5ezVZeP .mbr-iconfont {
    display: none;
  }
}
.cid-tDK5eAlFMO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDK5eAlFMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDK5eAlFMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDK5eAlFMO .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDK5eAlFMO .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDK5eAlFMO .container-fluid .row {
  padding: 0;
}
.cid-tDK5eAlFMO .container {
  overflow: hidden;
}
.cid-tDK5eAlFMO .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDK5eAlFMO .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDK5eAlFMO .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDK5eAlFMO .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDK5eAlFMO .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDK5eAlFMO .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDK5eAlFMO .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDK5eAlFMO .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDK5eAlFMO .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDK5eAlFMO .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDK5eAKI75 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDK5eAKI75 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDNIjNeA6c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDNIjNeA6c .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDNIjNeA6c nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDNIjNeA6c .container,
  .cid-tDNIjNeA6c .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDNIjNeA6c .nav-link:hover,
  .cid-tDNIjNeA6c .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDNIjNeA6c .navbar-nav {
  margin: auto;
}
.cid-tDNIjNeA6c .dropdown-item {
  color: #ffffff !important;
}
.cid-tDNIjNeA6c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDNIjNeA6c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDNIjNeA6c .navbar-short,
.cid-tDNIjNeA6c .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDNIjNeA6c .navbar-short .nav-link,
.cid-tDNIjNeA6c .opened .nav-link,
.cid-tDNIjNeA6c .navbar-short .navbar-caption,
.cid-tDNIjNeA6c .opened .navbar-caption,
.cid-tDNIjNeA6c .navbar-short .mbr-iconfont,
.cid-tDNIjNeA6c .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDNIjNeA6c .navbar-short .hamburger span,
.cid-tDNIjNeA6c .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDNIjNeA6c .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDNIjNeA6c .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-tDNIjNeA6c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDNIjNeA6c .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDNIjNeA6c .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDNIjNeA6c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDNIjNeA6c .container {
  display: flex;
  margin: auto;
}
.cid-tDNIjNeA6c .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDNIjNeA6c .dropdown-menu,
.cid-tDNIjNeA6c .navbar.opened {
  background: #000000 !important;
}
.cid-tDNIjNeA6c .nav-item:focus,
.cid-tDNIjNeA6c .nav-link:focus {
  outline: none;
}
.cid-tDNIjNeA6c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDNIjNeA6c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDNIjNeA6c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDNIjNeA6c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDNIjNeA6c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDNIjNeA6c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDNIjNeA6c .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDNIjNeA6c .navbar.opened {
  transition: all 0.3s;
}
.cid-tDNIjNeA6c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDNIjNeA6c .navbar .navbar-logo img {
  width: auto;
}
.cid-tDNIjNeA6c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDNIjNeA6c .navbar.collapsed {
  justify-content: center;
}
.cid-tDNIjNeA6c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDNIjNeA6c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDNIjNeA6c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDNIjNeA6c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDNIjNeA6c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDNIjNeA6c .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-tDNIjNeA6c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDNIjNeA6c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDNIjNeA6c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDNIjNeA6c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDNIjNeA6c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDNIjNeA6c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDNIjNeA6c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDNIjNeA6c .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-tDNIjNeA6c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDNIjNeA6c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDNIjNeA6c .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDNIjNeA6c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDNIjNeA6c .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDNIjNeA6c .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDNIjNeA6c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDNIjNeA6c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDNIjNeA6c .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDNIjNeA6c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDNIjNeA6c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDNIjNeA6c .dropdown-item.active,
.cid-tDNIjNeA6c .dropdown-item:active {
  background-color: transparent;
}
.cid-tDNIjNeA6c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDNIjNeA6c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDNIjNeA6c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDNIjNeA6c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDNIjNeA6c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDNIjNeA6c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDNIjNeA6c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDNIjNeA6c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDNIjNeA6c button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDNIjNeA6c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDNIjNeA6c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDNIjNeA6c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDNIjNeA6c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDNIjNeA6c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDNIjNeA6c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDNIjNeA6c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDNIjNeA6c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDNIjNeA6c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDNIjNeA6c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDNIjNeA6c a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDNIjNeA6c .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-tDNIjNeA6c .navbar {
    height: 70px;
  }
  .cid-tDNIjNeA6c .navbar.opened {
    height: auto;
  }
  .cid-tDNIjNeA6c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDNIjNEIIR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/solution-4-1944x1095.webp");
}
.cid-tDNIjNEIIR .wrapper {
  height: 550px;
}
.cid-tDNIjNStkQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDNIjNStkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDNIjNStkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDNIjNStkQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDNIjNStkQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDNIjNStkQ .embla__button--next,
.cid-tDNIjNStkQ .embla__button--prev {
  display: flex;
}
.cid-tDNIjNStkQ .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;
}
.cid-tDNIjNStkQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDNIjNStkQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDNIjNStkQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDNIjNStkQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDNIjNStkQ .embla__button {
    top: auto;
  }
}
.cid-tDNIjNStkQ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDNIjNStkQ .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDNIjNStkQ .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDNIjNStkQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDNIjNStkQ .embla {
  position: relative;
  width: 100%;
}
.cid-tDNIjNStkQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDNIjNStkQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDNIjNStkQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDNIjNStkQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDNIjOkYAe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDNIjOkYAe .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDNIjOkYAe .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDNIjOkYAe .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDNIjOkYAe .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDNIjOkYAe .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDNIjOkYAe .col-12,
  .cid-tDNIjOkYAe .col-md-12 {
    padding: 0;
  }
}
.cid-tDNIjOkYAe .si img {
  width: auto;
}
.cid-tDNIjOBlLG {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDNIjOBlLG h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDNIjOBlLG h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDNIjOBlLG .box {
  background-image: url("../../../assets/images/solution-button-1987x1983.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDNIjOBlLG .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDNIjOBlLG .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDNIjOBlLG .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDNIjOBlLG .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDNIjOBlLG .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDNIjOBlLG .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDNIjOBlLG .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDNIjOBlLG .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDNIjOBlLG a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDNIjOBlLG a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDNIjOBlLG .box {
    height: 250px;
  }
}
.cid-tDNIjOBlLG H1 {
  color: #e5c5f4;
}
.cid-tDNIjP5tMk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDNIjP5tMk .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDNIjP5tMk .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDNIjP5tMk .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDNIjP5tMk .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDNIjP5tMk .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDNIjP5tMk .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDNIjP5tMk .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDNIjP5tMk .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDNIjP5tMk .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDNIjP5tMk .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDNIjP5tMk .mbr-text,
.cid-tDNIjP5tMk .mbr-section-btn {
  text-align: left;
}
.cid-tDNIjP5tMk H3 {
  text-align: left;
}
.cid-tDNIjP5tMk .author,
.cid-tDNIjP5tMk .box {
  font-style: italic;
}
.cid-tDNIjP5tMk .author {
  color: #9A948D;
}
.cid-tDNIjP5tMk .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDNIjP5tMk .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDNIjP5tMk .mbr-iconfont {
    display: none;
  }
}
.cid-tDNIjPxWYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDNIjPxWYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDNIjPxWYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDNIjPxWYA .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDNIjPxWYA .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDNIjPxWYA .container-fluid .row {
  padding: 0;
}
.cid-tDNIjPxWYA .container {
  overflow: hidden;
}
.cid-tDNIjPxWYA .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDNIjPxWYA .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDNIjPxWYA .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDNIjPxWYA .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDNIjPxWYA .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDNIjPxWYA .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDNIjPxWYA .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDNIjPxWYA .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDNIjPxWYA .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDNIjPxWYA .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDNIjQ33vi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDNIjQ33vi .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDO2YpCsGh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDO2YpCsGh .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDO2YpCsGh nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDO2YpCsGh .container,
  .cid-tDO2YpCsGh .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDO2YpCsGh .nav-link:hover,
  .cid-tDO2YpCsGh .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDO2YpCsGh .navbar-nav {
  margin: auto;
}
.cid-tDO2YpCsGh .dropdown-item {
  color: #ffffff !important;
}
.cid-tDO2YpCsGh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDO2YpCsGh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDO2YpCsGh .navbar-short,
.cid-tDO2YpCsGh .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDO2YpCsGh .navbar-short .nav-link,
.cid-tDO2YpCsGh .opened .nav-link,
.cid-tDO2YpCsGh .navbar-short .navbar-caption,
.cid-tDO2YpCsGh .opened .navbar-caption,
.cid-tDO2YpCsGh .navbar-short .mbr-iconfont,
.cid-tDO2YpCsGh .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDO2YpCsGh .navbar-short .hamburger span,
.cid-tDO2YpCsGh .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDO2YpCsGh .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDO2YpCsGh .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-tDO2YpCsGh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDO2YpCsGh .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDO2YpCsGh .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDO2YpCsGh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDO2YpCsGh .container {
  display: flex;
  margin: auto;
}
.cid-tDO2YpCsGh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDO2YpCsGh .dropdown-menu,
.cid-tDO2YpCsGh .navbar.opened {
  background: #000000 !important;
}
.cid-tDO2YpCsGh .nav-item:focus,
.cid-tDO2YpCsGh .nav-link:focus {
  outline: none;
}
.cid-tDO2YpCsGh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDO2YpCsGh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDO2YpCsGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDO2YpCsGh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDO2YpCsGh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDO2YpCsGh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDO2YpCsGh .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDO2YpCsGh .navbar.opened {
  transition: all 0.3s;
}
.cid-tDO2YpCsGh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDO2YpCsGh .navbar .navbar-logo img {
  width: auto;
}
.cid-tDO2YpCsGh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDO2YpCsGh .navbar.collapsed {
  justify-content: center;
}
.cid-tDO2YpCsGh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDO2YpCsGh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDO2YpCsGh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDO2YpCsGh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDO2YpCsGh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDO2YpCsGh .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-tDO2YpCsGh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDO2YpCsGh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDO2YpCsGh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDO2YpCsGh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDO2YpCsGh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDO2YpCsGh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDO2YpCsGh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDO2YpCsGh .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-tDO2YpCsGh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDO2YpCsGh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDO2YpCsGh .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDO2YpCsGh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDO2YpCsGh .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDO2YpCsGh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDO2YpCsGh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDO2YpCsGh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDO2YpCsGh .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDO2YpCsGh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDO2YpCsGh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDO2YpCsGh .dropdown-item.active,
.cid-tDO2YpCsGh .dropdown-item:active {
  background-color: transparent;
}
.cid-tDO2YpCsGh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDO2YpCsGh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDO2YpCsGh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDO2YpCsGh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDO2YpCsGh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDO2YpCsGh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDO2YpCsGh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDO2YpCsGh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDO2YpCsGh button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDO2YpCsGh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDO2YpCsGh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDO2YpCsGh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDO2YpCsGh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDO2YpCsGh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDO2YpCsGh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDO2YpCsGh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDO2YpCsGh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDO2YpCsGh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDO2YpCsGh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDO2YpCsGh a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDO2YpCsGh .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-tDO2YpCsGh .navbar {
    height: 70px;
  }
  .cid-tDO2YpCsGh .navbar.opened {
    height: auto;
  }
  .cid-tDO2YpCsGh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDO2YqcRo1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/trojan-7-1536x2048.webp");
}
.cid-tDO2YqcRo1 .wrapper {
  height: 550px;
}
.cid-tDO2YqsqQ5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDO2YqsqQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDO2YqsqQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDO2YqsqQ5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDO2YqsqQ5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDO2YqsqQ5 .embla__button--next,
.cid-tDO2YqsqQ5 .embla__button--prev {
  display: flex;
}
.cid-tDO2YqsqQ5 .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;
}
.cid-tDO2YqsqQ5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDO2YqsqQ5 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDO2YqsqQ5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDO2YqsqQ5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDO2YqsqQ5 .embla__button {
    top: auto;
  }
}
.cid-tDO2YqsqQ5 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDO2YqsqQ5 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDO2YqsqQ5 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDO2YqsqQ5 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDO2YqsqQ5 .embla {
  position: relative;
  width: 100%;
}
.cid-tDO2YqsqQ5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDO2YqsqQ5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDO2YqsqQ5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDO2YqsqQ5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDO2Yr9XUs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDO2Yr9XUs .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDO2Yr9XUs .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDO2Yr9XUs .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDO2Yr9XUs .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDO2Yr9XUs .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDO2Yr9XUs .col-12,
  .cid-tDO2Yr9XUs .col-md-12 {
    padding: 0;
  }
}
.cid-tDO2Yr9XUs .si img {
  width: auto;
}
.cid-tDO2Yrrl9I {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDO2Yrrl9I h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDO2Yrrl9I h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDO2Yrrl9I .box {
  background-image: url("../../../assets/images/trojan-7b-1536x2048.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDO2Yrrl9I .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDO2Yrrl9I .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDO2Yrrl9I .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDO2Yrrl9I .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDO2Yrrl9I .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDO2Yrrl9I .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDO2Yrrl9I .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDO2Yrrl9I .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDO2Yrrl9I a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDO2Yrrl9I a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDO2Yrrl9I .box {
    height: 250px;
  }
}
.cid-tDO2Yrrl9I H1 {
  color: #e5c5f4;
}
.cid-tDO2YrWHWT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDO2YrWHWT .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDO2YrWHWT .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDO2YrWHWT .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDO2YrWHWT .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDO2YrWHWT .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDO2YrWHWT .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDO2YrWHWT .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDO2YrWHWT .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDO2YrWHWT .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDO2YrWHWT .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDO2YrWHWT .mbr-text,
.cid-tDO2YrWHWT .mbr-section-btn {
  text-align: left;
}
.cid-tDO2YrWHWT H3 {
  text-align: left;
}
.cid-tDO2YrWHWT .author,
.cid-tDO2YrWHWT .box {
  font-style: italic;
}
.cid-tDO2YrWHWT .author {
  color: #9A948D;
}
.cid-tDO2YrWHWT .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDO2YrWHWT .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDO2YrWHWT .mbr-iconfont {
    display: none;
  }
}
.cid-tDO2Ysl2dO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDO2Ysl2dO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDO2Ysl2dO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDO2Ysl2dO .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDO2Ysl2dO .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDO2Ysl2dO .container-fluid .row {
  padding: 0;
}
.cid-tDO2Ysl2dO .container {
  overflow: hidden;
}
.cid-tDO2Ysl2dO .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDO2Ysl2dO .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDO2Ysl2dO .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDO2Ysl2dO .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDO2Ysl2dO .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDO2Ysl2dO .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDO2Ysl2dO .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDO2Ysl2dO .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDO2Ysl2dO .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDO2Ysl2dO .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDO2YsJ1L5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDO2YsJ1L5 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDO9RpFHlQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDO9RpFHlQ .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDO9RpFHlQ nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDO9RpFHlQ .container,
  .cid-tDO9RpFHlQ .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDO9RpFHlQ .nav-link:hover,
  .cid-tDO9RpFHlQ .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDO9RpFHlQ .navbar-nav {
  margin: auto;
}
.cid-tDO9RpFHlQ .dropdown-item {
  color: #ffffff !important;
}
.cid-tDO9RpFHlQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDO9RpFHlQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDO9RpFHlQ .navbar-short,
.cid-tDO9RpFHlQ .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDO9RpFHlQ .navbar-short .nav-link,
.cid-tDO9RpFHlQ .opened .nav-link,
.cid-tDO9RpFHlQ .navbar-short .navbar-caption,
.cid-tDO9RpFHlQ .opened .navbar-caption,
.cid-tDO9RpFHlQ .navbar-short .mbr-iconfont,
.cid-tDO9RpFHlQ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDO9RpFHlQ .navbar-short .hamburger span,
.cid-tDO9RpFHlQ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDO9RpFHlQ .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDO9RpFHlQ .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-tDO9RpFHlQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDO9RpFHlQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDO9RpFHlQ .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDO9RpFHlQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDO9RpFHlQ .container {
  display: flex;
  margin: auto;
}
.cid-tDO9RpFHlQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDO9RpFHlQ .dropdown-menu,
.cid-tDO9RpFHlQ .navbar.opened {
  background: #000000 !important;
}
.cid-tDO9RpFHlQ .nav-item:focus,
.cid-tDO9RpFHlQ .nav-link:focus {
  outline: none;
}
.cid-tDO9RpFHlQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDO9RpFHlQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDO9RpFHlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDO9RpFHlQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDO9RpFHlQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDO9RpFHlQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDO9RpFHlQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDO9RpFHlQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDO9RpFHlQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDO9RpFHlQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDO9RpFHlQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDO9RpFHlQ .navbar.collapsed {
  justify-content: center;
}
.cid-tDO9RpFHlQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDO9RpFHlQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDO9RpFHlQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDO9RpFHlQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDO9RpFHlQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDO9RpFHlQ .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-tDO9RpFHlQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDO9RpFHlQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDO9RpFHlQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDO9RpFHlQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDO9RpFHlQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDO9RpFHlQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDO9RpFHlQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDO9RpFHlQ .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-tDO9RpFHlQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDO9RpFHlQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDO9RpFHlQ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDO9RpFHlQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDO9RpFHlQ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDO9RpFHlQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDO9RpFHlQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDO9RpFHlQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDO9RpFHlQ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDO9RpFHlQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDO9RpFHlQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDO9RpFHlQ .dropdown-item.active,
.cid-tDO9RpFHlQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDO9RpFHlQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDO9RpFHlQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDO9RpFHlQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDO9RpFHlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDO9RpFHlQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDO9RpFHlQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDO9RpFHlQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDO9RpFHlQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDO9RpFHlQ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDO9RpFHlQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDO9RpFHlQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDO9RpFHlQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDO9RpFHlQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDO9RpFHlQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDO9RpFHlQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDO9RpFHlQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDO9RpFHlQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDO9RpFHlQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDO9RpFHlQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDO9RpFHlQ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDO9RpFHlQ .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-tDO9RpFHlQ .navbar {
    height: 70px;
  }
  .cid-tDO9RpFHlQ .navbar.opened {
    height: auto;
  }
  .cid-tDO9RpFHlQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDO9Rq2WtM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/virgo-setting-up-2000x954.webp");
}
.cid-tDO9Rq2WtM .wrapper {
  height: 550px;
}
.cid-tDO9RqgukD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDO9RqgukD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDO9RqgukD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDO9RqgukD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDO9RqgukD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDO9RqgukD .embla__button--next,
.cid-tDO9RqgukD .embla__button--prev {
  display: flex;
}
.cid-tDO9RqgukD .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;
}
.cid-tDO9RqgukD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDO9RqgukD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDO9RqgukD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDO9RqgukD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDO9RqgukD .embla__button {
    top: auto;
  }
}
.cid-tDO9RqgukD .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDO9RqgukD .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDO9RqgukD .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDO9RqgukD .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDO9RqgukD .embla {
  position: relative;
  width: 100%;
}
.cid-tDO9RqgukD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDO9RqgukD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDO9RqgukD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDO9RqgukD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDO9RqGw8S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDO9RqGw8S .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDO9RqGw8S .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDO9RqGw8S .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDO9RqGw8S .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDO9RqGw8S .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDO9RqGw8S .col-12,
  .cid-tDO9RqGw8S .col-md-12 {
    padding: 0;
  }
}
.cid-tDO9RqGw8S .si img {
  width: auto;
}
.cid-tDO9RqXBYq {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDO9RqXBYq h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDO9RqXBYq h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDO9RqXBYq .box {
  background-image: url("../../../assets/images/virgo-insta-1985x1987.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDO9RqXBYq .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDO9RqXBYq .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDO9RqXBYq .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDO9RqXBYq .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDO9RqXBYq .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDO9RqXBYq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDO9RqXBYq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDO9RqXBYq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDO9RqXBYq a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDO9RqXBYq a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDO9RqXBYq .box {
    height: 250px;
  }
}
.cid-tDO9RqXBYq H1 {
  color: #e5c5f4;
}
.cid-tDO9RrunkE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDO9RrunkE .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDO9RrunkE .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDO9RrunkE .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDO9RrunkE .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDO9RrunkE .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDO9RrunkE .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDO9RrunkE .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDO9RrunkE .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDO9RrunkE .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDO9RrunkE .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDO9RrunkE .mbr-text,
.cid-tDO9RrunkE .mbr-section-btn {
  text-align: left;
}
.cid-tDO9RrunkE H3 {
  text-align: left;
}
.cid-tDO9RrunkE .author,
.cid-tDO9RrunkE .box {
  font-style: italic;
}
.cid-tDO9RrunkE .author {
  color: #9A948D;
}
.cid-tDO9RrunkE .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDO9RrunkE .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDO9RrunkE .mbr-iconfont {
    display: none;
  }
}
.cid-tDO9RrRFgp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDO9RrRFgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDO9RrRFgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDO9RrRFgp .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDO9RrRFgp .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDO9RrRFgp .container-fluid .row {
  padding: 0;
}
.cid-tDO9RrRFgp .container {
  overflow: hidden;
}
.cid-tDO9RrRFgp .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDO9RrRFgp .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDO9RrRFgp .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDO9RrRFgp .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDO9RrRFgp .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDO9RrRFgp .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDO9RrRFgp .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDO9RrRFgp .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDO9RrRFgp .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDO9RrRFgp .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDO9RsgIdE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDO9RsgIdE .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDOyUx2lSZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDOyUx2lSZ .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDOyUx2lSZ nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDOyUx2lSZ .container,
  .cid-tDOyUx2lSZ .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDOyUx2lSZ .nav-link:hover,
  .cid-tDOyUx2lSZ .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDOyUx2lSZ .navbar-nav {
  margin: auto;
}
.cid-tDOyUx2lSZ .dropdown-item {
  color: #ffffff !important;
}
.cid-tDOyUx2lSZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDOyUx2lSZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDOyUx2lSZ .navbar-short,
.cid-tDOyUx2lSZ .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDOyUx2lSZ .navbar-short .nav-link,
.cid-tDOyUx2lSZ .opened .nav-link,
.cid-tDOyUx2lSZ .navbar-short .navbar-caption,
.cid-tDOyUx2lSZ .opened .navbar-caption,
.cid-tDOyUx2lSZ .navbar-short .mbr-iconfont,
.cid-tDOyUx2lSZ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDOyUx2lSZ .navbar-short .hamburger span,
.cid-tDOyUx2lSZ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDOyUx2lSZ .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDOyUx2lSZ .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-tDOyUx2lSZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDOyUx2lSZ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDOyUx2lSZ .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDOyUx2lSZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDOyUx2lSZ .container {
  display: flex;
  margin: auto;
}
.cid-tDOyUx2lSZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDOyUx2lSZ .dropdown-menu,
.cid-tDOyUx2lSZ .navbar.opened {
  background: #000000 !important;
}
.cid-tDOyUx2lSZ .nav-item:focus,
.cid-tDOyUx2lSZ .nav-link:focus {
  outline: none;
}
.cid-tDOyUx2lSZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDOyUx2lSZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDOyUx2lSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDOyUx2lSZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDOyUx2lSZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDOyUx2lSZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDOyUx2lSZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDOyUx2lSZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDOyUx2lSZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDOyUx2lSZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDOyUx2lSZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDOyUx2lSZ .navbar.collapsed {
  justify-content: center;
}
.cid-tDOyUx2lSZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDOyUx2lSZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDOyUx2lSZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDOyUx2lSZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDOyUx2lSZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDOyUx2lSZ .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-tDOyUx2lSZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDOyUx2lSZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDOyUx2lSZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDOyUx2lSZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDOyUx2lSZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDOyUx2lSZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDOyUx2lSZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDOyUx2lSZ .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-tDOyUx2lSZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDOyUx2lSZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDOyUx2lSZ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDOyUx2lSZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDOyUx2lSZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDOyUx2lSZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDOyUx2lSZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDOyUx2lSZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDOyUx2lSZ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDOyUx2lSZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDOyUx2lSZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDOyUx2lSZ .dropdown-item.active,
.cid-tDOyUx2lSZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDOyUx2lSZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDOyUx2lSZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDOyUx2lSZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDOyUx2lSZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDOyUx2lSZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDOyUx2lSZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDOyUx2lSZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDOyUx2lSZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDOyUx2lSZ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDOyUx2lSZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDOyUx2lSZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDOyUx2lSZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDOyUx2lSZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDOyUx2lSZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDOyUx2lSZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDOyUx2lSZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDOyUx2lSZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDOyUx2lSZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDOyUx2lSZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDOyUx2lSZ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDOyUx2lSZ .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-tDOyUx2lSZ .navbar {
    height: 70px;
  }
  .cid-tDOyUx2lSZ .navbar.opened {
    height: auto;
  }
  .cid-tDOyUx2lSZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDOyUxnEEC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/disya-stage-1440x1440.webp");
}
.cid-tDOyUxnEEC .wrapper {
  height: 550px;
}
.cid-tDOyUxBgxz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDOyUxBgxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDOyUxBgxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDOyUxBgxz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDOyUxBgxz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDOyUxBgxz .embla__button--next,
.cid-tDOyUxBgxz .embla__button--prev {
  display: flex;
}
.cid-tDOyUxBgxz .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;
}
.cid-tDOyUxBgxz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDOyUxBgxz .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDOyUxBgxz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDOyUxBgxz .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDOyUxBgxz .embla__button {
    top: auto;
  }
}
.cid-tDOyUxBgxz .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDOyUxBgxz .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDOyUxBgxz .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDOyUxBgxz .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDOyUxBgxz .embla {
  position: relative;
  width: 100%;
}
.cid-tDOyUxBgxz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDOyUxBgxz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDOyUxBgxz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDOyUxBgxz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDOyUy2J2W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDOyUy2J2W .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDOyUy2J2W .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDOyUy2J2W .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDOyUy2J2W .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDOyUy2J2W .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDOyUy2J2W .col-12,
  .cid-tDOyUy2J2W .col-md-12 {
    padding: 0;
  }
}
.cid-tDOyUy2J2W .si img {
  width: auto;
}
.cid-tDOyUyke7t {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDOyUyke7t h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDOyUyke7t h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDOyUyke7t .box {
  background-image: url("../../../assets/images/disya-jeneration-2000x1053.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDOyUyke7t .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDOyUyke7t .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDOyUyke7t .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDOyUyke7t .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDOyUyke7t .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDOyUyke7t .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDOyUyke7t .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDOyUyke7t .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDOyUyke7t a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDOyUyke7t a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDOyUyke7t .box {
    height: 250px;
  }
}
.cid-tDOyUyke7t H1 {
  color: #e5c5f4;
}
.cid-tDOyUyNArl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDOyUyNArl .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDOyUyNArl .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDOyUyNArl .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDOyUyNArl .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDOyUyNArl .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDOyUyNArl .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDOyUyNArl .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDOyUyNArl .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDOyUyNArl .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDOyUyNArl .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDOyUyNArl .mbr-text,
.cid-tDOyUyNArl .mbr-section-btn {
  text-align: left;
}
.cid-tDOyUyNArl H3 {
  text-align: left;
}
.cid-tDOyUyNArl .author,
.cid-tDOyUyNArl .box {
  font-style: italic;
}
.cid-tDOyUyNArl .author {
  color: #9A948D;
}
.cid-tDOyUyNArl .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDOyUyNArl .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDOyUyNArl .mbr-iconfont {
    display: none;
  }
}
.cid-tDOyUz9ylY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDOyUz9ylY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDOyUz9ylY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDOyUz9ylY .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDOyUz9ylY .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDOyUz9ylY .container-fluid .row {
  padding: 0;
}
.cid-tDOyUz9ylY .container {
  overflow: hidden;
}
.cid-tDOyUz9ylY .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDOyUz9ylY .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDOyUz9ylY .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDOyUz9ylY .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDOyUz9ylY .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDOyUz9ylY .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDOyUz9ylY .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDOyUz9ylY .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDOyUz9ylY .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDOyUz9ylY .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDOyUzx8xk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDOyUzx8xk .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDONz5NPU8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDONz5NPU8 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDONz5NPU8 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDONz5NPU8 .container,
  .cid-tDONz5NPU8 .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDONz5NPU8 .nav-link:hover,
  .cid-tDONz5NPU8 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDONz5NPU8 .navbar-nav {
  margin: auto;
}
.cid-tDONz5NPU8 .dropdown-item {
  color: #ffffff !important;
}
.cid-tDONz5NPU8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDONz5NPU8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDONz5NPU8 .navbar-short,
.cid-tDONz5NPU8 .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDONz5NPU8 .navbar-short .nav-link,
.cid-tDONz5NPU8 .opened .nav-link,
.cid-tDONz5NPU8 .navbar-short .navbar-caption,
.cid-tDONz5NPU8 .opened .navbar-caption,
.cid-tDONz5NPU8 .navbar-short .mbr-iconfont,
.cid-tDONz5NPU8 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDONz5NPU8 .navbar-short .hamburger span,
.cid-tDONz5NPU8 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDONz5NPU8 .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDONz5NPU8 .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-tDONz5NPU8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDONz5NPU8 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDONz5NPU8 .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDONz5NPU8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDONz5NPU8 .container {
  display: flex;
  margin: auto;
}
.cid-tDONz5NPU8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDONz5NPU8 .dropdown-menu,
.cid-tDONz5NPU8 .navbar.opened {
  background: #000000 !important;
}
.cid-tDONz5NPU8 .nav-item:focus,
.cid-tDONz5NPU8 .nav-link:focus {
  outline: none;
}
.cid-tDONz5NPU8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDONz5NPU8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDONz5NPU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDONz5NPU8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDONz5NPU8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDONz5NPU8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDONz5NPU8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDONz5NPU8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDONz5NPU8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDONz5NPU8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDONz5NPU8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDONz5NPU8 .navbar.collapsed {
  justify-content: center;
}
.cid-tDONz5NPU8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDONz5NPU8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDONz5NPU8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDONz5NPU8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDONz5NPU8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDONz5NPU8 .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-tDONz5NPU8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDONz5NPU8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDONz5NPU8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDONz5NPU8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDONz5NPU8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDONz5NPU8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDONz5NPU8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDONz5NPU8 .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-tDONz5NPU8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDONz5NPU8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDONz5NPU8 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDONz5NPU8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDONz5NPU8 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDONz5NPU8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDONz5NPU8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDONz5NPU8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDONz5NPU8 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDONz5NPU8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDONz5NPU8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDONz5NPU8 .dropdown-item.active,
.cid-tDONz5NPU8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDONz5NPU8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDONz5NPU8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDONz5NPU8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDONz5NPU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDONz5NPU8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDONz5NPU8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDONz5NPU8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDONz5NPU8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDONz5NPU8 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDONz5NPU8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDONz5NPU8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDONz5NPU8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDONz5NPU8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDONz5NPU8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDONz5NPU8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDONz5NPU8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDONz5NPU8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDONz5NPU8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDONz5NPU8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDONz5NPU8 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDONz5NPU8 .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-tDONz5NPU8 .navbar {
    height: 70px;
  }
  .cid-tDONz5NPU8 .navbar.opened {
    height: auto;
  }
  .cid-tDONz5NPU8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDONz6aUwD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tubbies-2-1622x1717.webp");
}
.cid-tDONz6aUwD .wrapper {
  height: 550px;
}
.cid-tDONz6q6PK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDONz6q6PK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDONz6q6PK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDONz6q6PK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDONz6q6PK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDONz6q6PK .embla__button--next,
.cid-tDONz6q6PK .embla__button--prev {
  display: flex;
}
.cid-tDONz6q6PK .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;
}
.cid-tDONz6q6PK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDONz6q6PK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDONz6q6PK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDONz6q6PK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDONz6q6PK .embla__button {
    top: auto;
  }
}
.cid-tDONz6q6PK .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDONz6q6PK .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDONz6q6PK .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDONz6q6PK .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDONz6q6PK .embla {
  position: relative;
  width: 100%;
}
.cid-tDONz6q6PK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDONz6q6PK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDONz6q6PK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDONz6q6PK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDONz6RNy7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDONz6RNy7 .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDONz6RNy7 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDONz6RNy7 .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDONz6RNy7 .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDONz6RNy7 .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDONz6RNy7 .col-12,
  .cid-tDONz6RNy7 .col-md-12 {
    padding: 0;
  }
}
.cid-tDONz6RNy7 .si img {
  width: auto;
}
.cid-tDONz7a05H {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDONz7a05H h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDONz7a05H h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDONz7a05H .box {
  background-image: url("../../../assets/images/tubbies-carnival-1440x1152.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDONz7a05H .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDONz7a05H .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDONz7a05H .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDONz7a05H .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDONz7a05H .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDONz7a05H .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDONz7a05H .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDONz7a05H .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDONz7a05H a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDONz7a05H a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDONz7a05H .box {
    height: 250px;
  }
}
.cid-tDONz7a05H H1 {
  color: #e5c5f4;
}
.cid-tDONz7HBlb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDONz7HBlb .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDONz7HBlb .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDONz7HBlb .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDONz7HBlb .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDONz7HBlb .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDONz7HBlb .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDONz7HBlb .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDONz7HBlb .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDONz7HBlb .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDONz7HBlb .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDONz7HBlb .mbr-text,
.cid-tDONz7HBlb .mbr-section-btn {
  text-align: left;
}
.cid-tDONz7HBlb H3 {
  text-align: left;
}
.cid-tDONz7HBlb .author,
.cid-tDONz7HBlb .box {
  font-style: italic;
}
.cid-tDONz7HBlb .author {
  color: #9A948D;
}
.cid-tDONz7HBlb .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDONz7HBlb .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDONz7HBlb .mbr-iconfont {
    display: none;
  }
}
.cid-tDONz8b9Cq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDONz8b9Cq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDONz8b9Cq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDONz8b9Cq .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDONz8b9Cq .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDONz8b9Cq .container-fluid .row {
  padding: 0;
}
.cid-tDONz8b9Cq .container {
  overflow: hidden;
}
.cid-tDONz8b9Cq .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDONz8b9Cq .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDONz8b9Cq .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDONz8b9Cq .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDONz8b9Cq .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDONz8b9Cq .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDONz8b9Cq .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDONz8b9Cq .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDONz8b9Cq .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDONz8b9Cq .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDONz8DrOf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDONz8DrOf .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDT3fOznkQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDT3fOznkQ .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDT3fOznkQ nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDT3fOznkQ .container,
  .cid-tDT3fOznkQ .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDT3fOznkQ .nav-link:hover,
  .cid-tDT3fOznkQ .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDT3fOznkQ .navbar-nav {
  margin: auto;
}
.cid-tDT3fOznkQ .dropdown-item {
  color: #ffffff !important;
}
.cid-tDT3fOznkQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDT3fOznkQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDT3fOznkQ .navbar-short,
.cid-tDT3fOznkQ .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDT3fOznkQ .navbar-short .nav-link,
.cid-tDT3fOznkQ .opened .nav-link,
.cid-tDT3fOznkQ .navbar-short .navbar-caption,
.cid-tDT3fOznkQ .opened .navbar-caption,
.cid-tDT3fOznkQ .navbar-short .mbr-iconfont,
.cid-tDT3fOznkQ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDT3fOznkQ .navbar-short .hamburger span,
.cid-tDT3fOznkQ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDT3fOznkQ .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDT3fOznkQ .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-tDT3fOznkQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDT3fOznkQ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDT3fOznkQ .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDT3fOznkQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDT3fOznkQ .container {
  display: flex;
  margin: auto;
}
.cid-tDT3fOznkQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDT3fOznkQ .dropdown-menu,
.cid-tDT3fOznkQ .navbar.opened {
  background: #000000 !important;
}
.cid-tDT3fOznkQ .nav-item:focus,
.cid-tDT3fOznkQ .nav-link:focus {
  outline: none;
}
.cid-tDT3fOznkQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDT3fOznkQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDT3fOznkQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDT3fOznkQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDT3fOznkQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDT3fOznkQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDT3fOznkQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDT3fOznkQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tDT3fOznkQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDT3fOznkQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tDT3fOznkQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDT3fOznkQ .navbar.collapsed {
  justify-content: center;
}
.cid-tDT3fOznkQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDT3fOznkQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDT3fOznkQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDT3fOznkQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDT3fOznkQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDT3fOznkQ .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-tDT3fOznkQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDT3fOznkQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDT3fOznkQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDT3fOznkQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDT3fOznkQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDT3fOznkQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDT3fOznkQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDT3fOznkQ .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-tDT3fOznkQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDT3fOznkQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDT3fOznkQ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDT3fOznkQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDT3fOznkQ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDT3fOznkQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDT3fOznkQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDT3fOznkQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDT3fOznkQ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDT3fOznkQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDT3fOznkQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDT3fOznkQ .dropdown-item.active,
.cid-tDT3fOznkQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tDT3fOznkQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDT3fOznkQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDT3fOznkQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDT3fOznkQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDT3fOznkQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDT3fOznkQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDT3fOznkQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDT3fOznkQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDT3fOznkQ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDT3fOznkQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDT3fOznkQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDT3fOznkQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDT3fOznkQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDT3fOznkQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDT3fOznkQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDT3fOznkQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDT3fOznkQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDT3fOznkQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDT3fOznkQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDT3fOznkQ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDT3fOznkQ .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-tDT3fOznkQ .navbar {
    height: 70px;
  }
  .cid-tDT3fOznkQ .navbar.opened {
    height: auto;
  }
  .cid-tDT3fOznkQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDT3fOVI5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gt-flex-5-1984x1985.webp");
}
.cid-tDT3fOVI5y .wrapper {
  height: 550px;
}
.cid-tDT3fPaJD8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDT3fPaJD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDT3fPaJD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDT3fPaJD8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDT3fPaJD8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDT3fPaJD8 .embla__button--next,
.cid-tDT3fPaJD8 .embla__button--prev {
  display: flex;
}
.cid-tDT3fPaJD8 .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;
}
.cid-tDT3fPaJD8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDT3fPaJD8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDT3fPaJD8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDT3fPaJD8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDT3fPaJD8 .embla__button {
    top: auto;
  }
}
.cid-tDT3fPaJD8 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDT3fPaJD8 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDT3fPaJD8 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDT3fPaJD8 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDT3fPaJD8 .embla {
  position: relative;
  width: 100%;
}
.cid-tDT3fPaJD8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDT3fPaJD8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDT3fPaJD8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDT3fPaJD8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDT3fPFBYL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDT3fPFBYL .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDT3fPFBYL .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDT3fPFBYL .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDT3fPFBYL .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDT3fPFBYL .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDT3fPFBYL .col-12,
  .cid-tDT3fPFBYL .col-md-12 {
    padding: 0;
  }
}
.cid-tDT3fPFBYL .si img {
  width: auto;
}
.cid-tDT3fPY1ql {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDT3fPY1ql h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDT3fPY1ql h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDT3fPY1ql .box {
  background-image: url("../../../assets/images/gt-flex-crowd-1981x1987.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDT3fPY1ql .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDT3fPY1ql .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDT3fPY1ql .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDT3fPY1ql .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDT3fPY1ql .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDT3fPY1ql .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDT3fPY1ql .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDT3fPY1ql .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDT3fPY1ql a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDT3fPY1ql a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDT3fPY1ql .box {
    height: 250px;
  }
}
.cid-tDT3fPY1ql H1 {
  color: #e5c5f4;
}
.cid-tDT3fQti4J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDT3fQti4J .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDT3fQti4J .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDT3fQti4J .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDT3fQti4J .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDT3fQti4J .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDT3fQti4J .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDT3fQti4J .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDT3fQti4J .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDT3fQti4J .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDT3fQti4J .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDT3fQti4J .mbr-text,
.cid-tDT3fQti4J .mbr-section-btn {
  text-align: left;
}
.cid-tDT3fQti4J H3 {
  text-align: left;
}
.cid-tDT3fQti4J .author,
.cid-tDT3fQti4J .box {
  font-style: italic;
}
.cid-tDT3fQti4J .author {
  color: #9A948D;
}
.cid-tDT3fQti4J .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDT3fQti4J .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDT3fQti4J .mbr-iconfont {
    display: none;
  }
}
.cid-tDT3fQPBYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDT3fQPBYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDT3fQPBYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDT3fQPBYd .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDT3fQPBYd .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDT3fQPBYd .container-fluid .row {
  padding: 0;
}
.cid-tDT3fQPBYd .container {
  overflow: hidden;
}
.cid-tDT3fQPBYd .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDT3fQPBYd .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDT3fQPBYd .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDT3fQPBYd .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDT3fQPBYd .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDT3fQPBYd .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDT3fQPBYd .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDT3fQPBYd .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDT3fQPBYd .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDT3fQPBYd .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDT3fRdGPf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDT3fRdGPf .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDUq8nRwdl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDUq8nRwdl .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDUq8nRwdl nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDUq8nRwdl .container,
  .cid-tDUq8nRwdl .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDUq8nRwdl .nav-link:hover,
  .cid-tDUq8nRwdl .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDUq8nRwdl .navbar-nav {
  margin: auto;
}
.cid-tDUq8nRwdl .dropdown-item {
  color: #ffffff !important;
}
.cid-tDUq8nRwdl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDUq8nRwdl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDUq8nRwdl .navbar-short,
.cid-tDUq8nRwdl .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDUq8nRwdl .navbar-short .nav-link,
.cid-tDUq8nRwdl .opened .nav-link,
.cid-tDUq8nRwdl .navbar-short .navbar-caption,
.cid-tDUq8nRwdl .opened .navbar-caption,
.cid-tDUq8nRwdl .navbar-short .mbr-iconfont,
.cid-tDUq8nRwdl .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDUq8nRwdl .navbar-short .hamburger span,
.cid-tDUq8nRwdl .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDUq8nRwdl .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDUq8nRwdl .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-tDUq8nRwdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDUq8nRwdl .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDUq8nRwdl .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDUq8nRwdl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDUq8nRwdl .container {
  display: flex;
  margin: auto;
}
.cid-tDUq8nRwdl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDUq8nRwdl .dropdown-menu,
.cid-tDUq8nRwdl .navbar.opened {
  background: #000000 !important;
}
.cid-tDUq8nRwdl .nav-item:focus,
.cid-tDUq8nRwdl .nav-link:focus {
  outline: none;
}
.cid-tDUq8nRwdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDUq8nRwdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDUq8nRwdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDUq8nRwdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDUq8nRwdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDUq8nRwdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDUq8nRwdl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDUq8nRwdl .navbar.opened {
  transition: all 0.3s;
}
.cid-tDUq8nRwdl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDUq8nRwdl .navbar .navbar-logo img {
  width: auto;
}
.cid-tDUq8nRwdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDUq8nRwdl .navbar.collapsed {
  justify-content: center;
}
.cid-tDUq8nRwdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDUq8nRwdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDUq8nRwdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDUq8nRwdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDUq8nRwdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDUq8nRwdl .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-tDUq8nRwdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDUq8nRwdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDUq8nRwdl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDUq8nRwdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDUq8nRwdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDUq8nRwdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDUq8nRwdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDUq8nRwdl .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-tDUq8nRwdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDUq8nRwdl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDUq8nRwdl .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDUq8nRwdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDUq8nRwdl .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDUq8nRwdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDUq8nRwdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDUq8nRwdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDUq8nRwdl .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDUq8nRwdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDUq8nRwdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDUq8nRwdl .dropdown-item.active,
.cid-tDUq8nRwdl .dropdown-item:active {
  background-color: transparent;
}
.cid-tDUq8nRwdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDUq8nRwdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDUq8nRwdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDUq8nRwdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDUq8nRwdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDUq8nRwdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDUq8nRwdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDUq8nRwdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDUq8nRwdl button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDUq8nRwdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDUq8nRwdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDUq8nRwdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDUq8nRwdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDUq8nRwdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDUq8nRwdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDUq8nRwdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDUq8nRwdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDUq8nRwdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDUq8nRwdl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDUq8nRwdl a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDUq8nRwdl .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-tDUq8nRwdl .navbar {
    height: 70px;
  }
  .cid-tDUq8nRwdl .navbar.opened {
    height: auto;
  }
  .cid-tDUq8nRwdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDUq8odnup {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gaz-mayall-profile-1920x980.webp");
}
.cid-tDUq8odnup .wrapper {
  height: 550px;
}
.cid-tDUq8os4Ok {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDUq8os4Ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDUq8os4Ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDUq8os4Ok .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDUq8os4Ok .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDUq8os4Ok .embla__button--next,
.cid-tDUq8os4Ok .embla__button--prev {
  display: flex;
}
.cid-tDUq8os4Ok .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;
}
.cid-tDUq8os4Ok .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDUq8os4Ok .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDUq8os4Ok .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDUq8os4Ok .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDUq8os4Ok .embla__button {
    top: auto;
  }
}
.cid-tDUq8os4Ok .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDUq8os4Ok .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDUq8os4Ok .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDUq8os4Ok .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDUq8os4Ok .embla {
  position: relative;
  width: 100%;
}
.cid-tDUq8os4Ok .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDUq8os4Ok .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDUq8os4Ok .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDUq8os4Ok .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDUq8oWPab {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDUq8oWPab .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDUq8oWPab .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDUq8oWPab .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDUq8oWPab .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDUq8oWPab .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDUq8oWPab .col-12,
  .cid-tDUq8oWPab .col-md-12 {
    padding: 0;
  }
}
.cid-tDUq8oWPab .si img {
  width: auto;
}
.cid-tDUq8pfEBw {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDUq8pfEBw h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDUq8pfEBw h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDUq8pfEBw .box {
  background-image: url("../../../assets/images/gaz-mrs-1287x1078.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDUq8pfEBw .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDUq8pfEBw .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDUq8pfEBw .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDUq8pfEBw .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDUq8pfEBw .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDUq8pfEBw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDUq8pfEBw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDUq8pfEBw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDUq8pfEBw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDUq8pfEBw a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDUq8pfEBw .box {
    height: 250px;
  }
}
.cid-tDUq8pfEBw H1 {
  color: #e5c5f4;
}
.cid-tDUq8pLq7A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDUq8pLq7A .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDUq8pLq7A .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDUq8pLq7A .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDUq8pLq7A .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDUq8pLq7A .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDUq8pLq7A .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDUq8pLq7A .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDUq8pLq7A .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDUq8pLq7A .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDUq8pLq7A .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDUq8pLq7A .mbr-text,
.cid-tDUq8pLq7A .mbr-section-btn {
  text-align: left;
}
.cid-tDUq8pLq7A H3 {
  text-align: left;
}
.cid-tDUq8pLq7A .author,
.cid-tDUq8pLq7A .box {
  font-style: italic;
}
.cid-tDUq8pLq7A .author {
  color: #9A948D;
}
.cid-tDUq8pLq7A .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDUq8pLq7A .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDUq8pLq7A .mbr-iconfont {
    display: none;
  }
}
.cid-tDUq8qaTKF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDUq8qaTKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDUq8qaTKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDUq8qaTKF .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDUq8qaTKF .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDUq8qaTKF .container-fluid .row {
  padding: 0;
}
.cid-tDUq8qaTKF .container {
  overflow: hidden;
}
.cid-tDUq8qaTKF .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDUq8qaTKF .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDUq8qaTKF .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDUq8qaTKF .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDUq8qaTKF .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDUq8qaTKF .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDUq8qaTKF .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDUq8qaTKF .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDUq8qaTKF .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDUq8qaTKF .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDUq8qz8oi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDUq8qz8oi .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDVk435JYc {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dj-turntables-copy-1778x1000.webp");
}
.cid-tDVk435JYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDVk435JYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDVk435JYc .mbr-section-title {
  color: #FFFFFF;
}
.cid-tDVk435JYc .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tDVk435JYc .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tDVk435JYc .mbr-section-btn {
  margin-top: 18px;
}
.cid-tDVk435JYc .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tDVk435JYc .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tELgAgfMeV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tELgAgfMeV p,
.cid-tELgAgfMeV h6 {
  font-weight: 300 !important;
}
.cid-tELgAgfMeV .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-tELgAgfMeV .panel-group {
  border: none;
}
.cid-tELgAgfMeV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tELgAgfMeV .panel-title-edit {
  color: #fff;
}
.cid-tELgAgfMeV .panel-text {
  color: #fff;
  width: 71%;
}
@media (max-width: 768px) {
  .cid-tELgAgfMeV .panel-text {
    width: 100%;
  }
}
.cid-tELgAgfMeV .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tELgAgfMeV .card {
    padding: 2rem 0;
  }
}
.cid-tELgAgfMeV .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-tELgAgfMeV .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-tELgAgfMeV .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tDVkIEemj7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDVkIEemj7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tDVkIEemj7 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tDVkIEemj7 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tDVkIEemj7 .mbr-text {
  color: #d4ad6a;
}
.cid-tDVkIEemj7 .mbr-text UL {
  text-align: left;
}
.cid-tDVk41KGEK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDVk41KGEK .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDVk41KGEK nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDVk41KGEK .container,
  .cid-tDVk41KGEK .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDVk41KGEK .nav-link:hover,
  .cid-tDVk41KGEK .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDVk41KGEK .navbar-nav {
  margin: auto;
}
.cid-tDVk41KGEK .dropdown-item {
  color: #ffffff !important;
}
.cid-tDVk41KGEK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDVk41KGEK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDVk41KGEK .navbar-short,
.cid-tDVk41KGEK .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDVk41KGEK .navbar-short .nav-link,
.cid-tDVk41KGEK .opened .nav-link,
.cid-tDVk41KGEK .navbar-short .navbar-caption,
.cid-tDVk41KGEK .opened .navbar-caption,
.cid-tDVk41KGEK .navbar-short .mbr-iconfont,
.cid-tDVk41KGEK .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDVk41KGEK .navbar-short .hamburger span,
.cid-tDVk41KGEK .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDVk41KGEK .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDVk41KGEK .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-tDVk41KGEK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDVk41KGEK .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDVk41KGEK .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDVk41KGEK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDVk41KGEK .container {
  display: flex;
  margin: auto;
}
.cid-tDVk41KGEK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDVk41KGEK .dropdown-menu,
.cid-tDVk41KGEK .navbar.opened {
  background: #000000 !important;
}
.cid-tDVk41KGEK .nav-item:focus,
.cid-tDVk41KGEK .nav-link:focus {
  outline: none;
}
.cid-tDVk41KGEK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDVk41KGEK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDVk41KGEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDVk41KGEK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDVk41KGEK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDVk41KGEK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDVk41KGEK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDVk41KGEK .navbar.opened {
  transition: all 0.3s;
}
.cid-tDVk41KGEK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDVk41KGEK .navbar .navbar-logo img {
  width: auto;
}
.cid-tDVk41KGEK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDVk41KGEK .navbar.collapsed {
  justify-content: center;
}
.cid-tDVk41KGEK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDVk41KGEK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDVk41KGEK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDVk41KGEK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDVk41KGEK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDVk41KGEK .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-tDVk41KGEK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDVk41KGEK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDVk41KGEK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDVk41KGEK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDVk41KGEK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDVk41KGEK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDVk41KGEK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDVk41KGEK .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-tDVk41KGEK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDVk41KGEK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDVk41KGEK .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDVk41KGEK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDVk41KGEK .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDVk41KGEK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDVk41KGEK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDVk41KGEK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDVk41KGEK .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDVk41KGEK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDVk41KGEK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDVk41KGEK .dropdown-item.active,
.cid-tDVk41KGEK .dropdown-item:active {
  background-color: transparent;
}
.cid-tDVk41KGEK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDVk41KGEK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDVk41KGEK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDVk41KGEK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDVk41KGEK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDVk41KGEK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDVk41KGEK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDVk41KGEK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDVk41KGEK button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDVk41KGEK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDVk41KGEK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDVk41KGEK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDVk41KGEK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDVk41KGEK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDVk41KGEK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDVk41KGEK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDVk41KGEK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDVk41KGEK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDVk41KGEK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDVk41KGEK a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDVk41KGEK .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-tDVk41KGEK .navbar {
    height: 70px;
  }
  .cid-tDVk41KGEK .navbar.opened {
    height: auto;
  }
  .cid-tDVk41KGEK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDVk42gBep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dj-turntables-copy-1778x1000.webp");
}
.cid-tDVk42gBep .wrapper {
  height: 550px;
}
.cid-tDVk42TzbW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDVk42TzbW .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDNX8anJYx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDNX8anJYx .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDNX8anJYx nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDNX8anJYx .container,
  .cid-tDNX8anJYx .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDNX8anJYx .nav-link:hover,
  .cid-tDNX8anJYx .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDNX8anJYx .navbar-nav {
  margin: auto;
}
.cid-tDNX8anJYx .dropdown-item {
  color: #ffffff !important;
}
.cid-tDNX8anJYx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDNX8anJYx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDNX8anJYx .navbar-short,
.cid-tDNX8anJYx .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDNX8anJYx .navbar-short .nav-link,
.cid-tDNX8anJYx .opened .nav-link,
.cid-tDNX8anJYx .navbar-short .navbar-caption,
.cid-tDNX8anJYx .opened .navbar-caption,
.cid-tDNX8anJYx .navbar-short .mbr-iconfont,
.cid-tDNX8anJYx .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDNX8anJYx .navbar-short .hamburger span,
.cid-tDNX8anJYx .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDNX8anJYx .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDNX8anJYx .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-tDNX8anJYx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDNX8anJYx .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDNX8anJYx .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDNX8anJYx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDNX8anJYx .container {
  display: flex;
  margin: auto;
}
.cid-tDNX8anJYx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDNX8anJYx .dropdown-menu,
.cid-tDNX8anJYx .navbar.opened {
  background: #000000 !important;
}
.cid-tDNX8anJYx .nav-item:focus,
.cid-tDNX8anJYx .nav-link:focus {
  outline: none;
}
.cid-tDNX8anJYx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDNX8anJYx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDNX8anJYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDNX8anJYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDNX8anJYx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDNX8anJYx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDNX8anJYx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDNX8anJYx .navbar.opened {
  transition: all 0.3s;
}
.cid-tDNX8anJYx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDNX8anJYx .navbar .navbar-logo img {
  width: auto;
}
.cid-tDNX8anJYx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDNX8anJYx .navbar.collapsed {
  justify-content: center;
}
.cid-tDNX8anJYx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDNX8anJYx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDNX8anJYx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDNX8anJYx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDNX8anJYx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDNX8anJYx .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-tDNX8anJYx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDNX8anJYx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDNX8anJYx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDNX8anJYx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDNX8anJYx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDNX8anJYx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDNX8anJYx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDNX8anJYx .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-tDNX8anJYx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDNX8anJYx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDNX8anJYx .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDNX8anJYx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDNX8anJYx .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDNX8anJYx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDNX8anJYx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDNX8anJYx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDNX8anJYx .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDNX8anJYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDNX8anJYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDNX8anJYx .dropdown-item.active,
.cid-tDNX8anJYx .dropdown-item:active {
  background-color: transparent;
}
.cid-tDNX8anJYx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDNX8anJYx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDNX8anJYx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDNX8anJYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDNX8anJYx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDNX8anJYx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDNX8anJYx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDNX8anJYx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDNX8anJYx button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDNX8anJYx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDNX8anJYx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDNX8anJYx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDNX8anJYx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDNX8anJYx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDNX8anJYx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDNX8anJYx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDNX8anJYx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDNX8anJYx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDNX8anJYx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDNX8anJYx a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDNX8anJYx .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-tDNX8anJYx .navbar {
    height: 70px;
  }
  .cid-tDNX8anJYx .navbar.opened {
    height: auto;
  }
  .cid-tDNX8anJYx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDNX8aLyK6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tripple-s-2000x1336.webp");
}
.cid-tDNX8aLyK6 .wrapper {
  height: 550px;
}
.cid-tDNX8aZULd {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDNX8aZULd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDNX8aZULd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDNX8aZULd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDNX8aZULd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDNX8aZULd .embla__button--next,
.cid-tDNX8aZULd .embla__button--prev {
  display: flex;
}
.cid-tDNX8aZULd .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;
}
.cid-tDNX8aZULd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDNX8aZULd .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDNX8aZULd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDNX8aZULd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDNX8aZULd .embla__button {
    top: auto;
  }
}
.cid-tDNX8aZULd .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDNX8aZULd .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDNX8aZULd .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDNX8aZULd .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDNX8aZULd .embla {
  position: relative;
  width: 100%;
}
.cid-tDNX8aZULd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDNX8aZULd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDNX8aZULd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDNX8aZULd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDNX8bpRyR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tDNX8bpRyR .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #ffffff;
  font-family: 'EB Garamond';
  text-align: left;
}
.cid-tDNX8bpRyR .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tDNX8bpRyR .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tDNX8bpRyR .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tDNX8bpRyR .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tDNX8bpRyR .col-12,
  .cid-tDNX8bpRyR .col-md-12 {
    padding: 0;
  }
}
.cid-tDNX8bpRyR .si img {
  width: auto;
}
.cid-tDNX8bHhHt {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-tDNX8bHhHt h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-tDNX8bHhHt h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-tDNX8bHhHt .box {
  background-image: url("../../../assets/images/triple-s-copy-1028x1074.webp");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDNX8bHhHt .icon-wrap {
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin: auto;
  height: 90px;
  width: 90px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-tDNX8bHhHt .icon-wrap:hover {
  border: 4px solid #ffffff;
}
.cid-tDNX8bHhHt .icon-wrap:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDNX8bHhHt .mbr-media span {
  font-size: 2rem;
  cursor: pointer;
  position: relative;
  height: auto;
  display: inline-block;
  padding-left: 6px;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-tDNX8bHhHt .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-tDNX8bHhHt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tDNX8bHhHt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tDNX8bHhHt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tDNX8bHhHt a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tDNX8bHhHt a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-tDNX8bHhHt .box {
    height: 250px;
  }
}
.cid-tDNX8bHhHt H1 {
  color: #e5c5f4;
}
.cid-tDNX8c8Zq0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tDNX8c8Zq0 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tDNX8c8Zq0 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tDNX8c8Zq0 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tDNX8c8Zq0 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tDNX8c8Zq0 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tDNX8c8Zq0 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tDNX8c8Zq0 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tDNX8c8Zq0 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tDNX8c8Zq0 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tDNX8c8Zq0 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tDNX8c8Zq0 .mbr-text,
.cid-tDNX8c8Zq0 .mbr-section-btn {
  text-align: left;
}
.cid-tDNX8c8Zq0 H3 {
  text-align: left;
}
.cid-tDNX8c8Zq0 .author,
.cid-tDNX8c8Zq0 .box {
  font-style: italic;
}
.cid-tDNX8c8Zq0 .author {
  color: #9A948D;
}
.cid-tDNX8c8Zq0 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tDNX8c8Zq0 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tDNX8c8Zq0 .mbr-iconfont {
    display: none;
  }
}
.cid-tDNX8cwGlT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tDNX8cwGlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDNX8cwGlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDNX8cwGlT .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tDNX8cwGlT .container-fluid {
    padding: 0 16px;
  }
}
.cid-tDNX8cwGlT .container-fluid .row {
  padding: 0;
}
.cid-tDNX8cwGlT .container {
  overflow: hidden;
}
.cid-tDNX8cwGlT .images-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 200px);
}
@media (min-width: 1500px) {
  .cid-tDNX8cwGlT .images-wrapper {
    grid-template-columns: repeat(4, 250px);
  }
}
@media (min-width: 1900px) {
  .cid-tDNX8cwGlT .images-wrapper {
    grid-template-columns: repeat(4, 300px);
  }
}
@media (max-width: 1200px) {
  .cid-tDNX8cwGlT .images-wrapper {
    grid-template-columns: repeat(3, 200px);
  }
}
@media (max-width: 992px) {
  .cid-tDNX8cwGlT .images-wrapper {
    grid-template-columns: repeat(3, 150px);
  }
}
.cid-tDNX8cwGlT .images-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media (min-width: 1500px) {
  .cid-tDNX8cwGlT .images-wrapper img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1900px) {
  .cid-tDNX8cwGlT .images-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-tDNX8cwGlT .images-wrapper img {
    width: 150px;
    height: 150px;
  }
}
.cid-tDNX8cwGlT .mbr-section-title {
  color: #495DFF;
  text-align: center;
}
.cid-tDNX8cVp2P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDNX8cVp2P .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tELcfz98Z8 {
  background-image: url("../../../assets/images/funktion-one-1013x950.webp");
}
.cid-tELcfz98Z8 .mbr-arrow {
  background: #709faf !important;
  opacity: 0.7;
}
.cid-tELcfz98Z8 .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tELcfz98Z8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tELcfz98Z8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tELcfz98Z8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tELcfz98Z8 .mbr-section-title {
  text-align: center;
}
.cid-tELcfz98Z8 .mbr-section-subtitle,
.cid-tELcfz98Z8 .underline {
  text-align: center;
}
.cid-tELbQSjkWB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tELbQSjkWB .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tELbQSjkWB nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tELbQSjkWB .container,
  .cid-tELbQSjkWB .container-fluid {
    flex-wrap: initial;
  }
  .cid-tELbQSjkWB .nav-link:hover,
  .cid-tELbQSjkWB .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tELbQSjkWB .navbar-nav {
  margin: auto;
}
.cid-tELbQSjkWB .dropdown-item {
  color: #ffffff !important;
}
.cid-tELbQSjkWB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tELbQSjkWB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tELbQSjkWB .navbar-short,
.cid-tELbQSjkWB .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tELbQSjkWB .navbar-short .nav-link,
.cid-tELbQSjkWB .opened .nav-link,
.cid-tELbQSjkWB .navbar-short .navbar-caption,
.cid-tELbQSjkWB .opened .navbar-caption,
.cid-tELbQSjkWB .navbar-short .mbr-iconfont,
.cid-tELbQSjkWB .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tELbQSjkWB .navbar-short .hamburger span,
.cid-tELbQSjkWB .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tELbQSjkWB .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tELbQSjkWB .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-tELbQSjkWB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tELbQSjkWB .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tELbQSjkWB .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tELbQSjkWB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tELbQSjkWB .container {
  display: flex;
  margin: auto;
}
.cid-tELbQSjkWB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tELbQSjkWB .dropdown-menu,
.cid-tELbQSjkWB .navbar.opened {
  background: #000000 !important;
}
.cid-tELbQSjkWB .nav-item:focus,
.cid-tELbQSjkWB .nav-link:focus {
  outline: none;
}
.cid-tELbQSjkWB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tELbQSjkWB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tELbQSjkWB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tELbQSjkWB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tELbQSjkWB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tELbQSjkWB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tELbQSjkWB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tELbQSjkWB .navbar.opened {
  transition: all 0.3s;
}
.cid-tELbQSjkWB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tELbQSjkWB .navbar .navbar-logo img {
  width: auto;
}
.cid-tELbQSjkWB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tELbQSjkWB .navbar.collapsed {
  justify-content: center;
}
.cid-tELbQSjkWB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tELbQSjkWB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tELbQSjkWB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tELbQSjkWB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tELbQSjkWB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tELbQSjkWB .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-tELbQSjkWB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tELbQSjkWB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tELbQSjkWB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tELbQSjkWB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tELbQSjkWB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tELbQSjkWB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tELbQSjkWB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tELbQSjkWB .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-tELbQSjkWB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tELbQSjkWB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tELbQSjkWB .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tELbQSjkWB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tELbQSjkWB .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tELbQSjkWB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tELbQSjkWB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tELbQSjkWB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tELbQSjkWB .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tELbQSjkWB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tELbQSjkWB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tELbQSjkWB .dropdown-item.active,
.cid-tELbQSjkWB .dropdown-item:active {
  background-color: transparent;
}
.cid-tELbQSjkWB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tELbQSjkWB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tELbQSjkWB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tELbQSjkWB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tELbQSjkWB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tELbQSjkWB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tELbQSjkWB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tELbQSjkWB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tELbQSjkWB button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tELbQSjkWB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tELbQSjkWB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tELbQSjkWB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tELbQSjkWB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tELbQSjkWB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tELbQSjkWB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tELbQSjkWB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tELbQSjkWB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tELbQSjkWB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tELbQSjkWB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tELbQSjkWB a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tELbQSjkWB .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-tELbQSjkWB .navbar {
    height: 70px;
  }
  .cid-tELbQSjkWB .navbar.opened {
    height: auto;
  }
  .cid-tELbQSjkWB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tELe73Eo4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tELe73Eo4j p,
.cid-tELe73Eo4j h6 {
  font-weight: 300 !important;
}
.cid-tELe73Eo4j .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-tELe73Eo4j .panel-group {
  border: none;
}
.cid-tELe73Eo4j .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tELe73Eo4j .panel-title-edit {
  color: #fff;
}
.cid-tELe73Eo4j .panel-text {
  color: #fff;
  width: 71%;
}
@media (max-width: 768px) {
  .cid-tELe73Eo4j .panel-text {
    width: 100%;
  }
}
.cid-tELe73Eo4j .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tELe73Eo4j .card {
    padding: 2rem 0;
  }
}
.cid-tELe73Eo4j .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-tELe73Eo4j .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-tELe73Eo4j .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tELbQT7XxV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tELbQT7XxV .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tJXoDEOAgw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tJXoDEOAgw .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tJXoDEOAgw nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tJXoDEOAgw .container,
  .cid-tJXoDEOAgw .container-fluid {
    flex-wrap: initial;
  }
  .cid-tJXoDEOAgw .nav-link:hover,
  .cid-tJXoDEOAgw .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tJXoDEOAgw .navbar-nav {
  margin: auto;
}
.cid-tJXoDEOAgw .dropdown-item {
  color: #ffffff !important;
}
.cid-tJXoDEOAgw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJXoDEOAgw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJXoDEOAgw .navbar-short,
.cid-tJXoDEOAgw .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tJXoDEOAgw .navbar-short .nav-link,
.cid-tJXoDEOAgw .opened .nav-link,
.cid-tJXoDEOAgw .navbar-short .navbar-caption,
.cid-tJXoDEOAgw .opened .navbar-caption,
.cid-tJXoDEOAgw .navbar-short .mbr-iconfont,
.cid-tJXoDEOAgw .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJXoDEOAgw .navbar-short .hamburger span,
.cid-tJXoDEOAgw .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tJXoDEOAgw .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tJXoDEOAgw .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-tJXoDEOAgw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tJXoDEOAgw .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tJXoDEOAgw .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tJXoDEOAgw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJXoDEOAgw .container {
  display: flex;
  margin: auto;
}
.cid-tJXoDEOAgw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJXoDEOAgw .dropdown-menu,
.cid-tJXoDEOAgw .navbar.opened {
  background: #000000 !important;
}
.cid-tJXoDEOAgw .nav-item:focus,
.cid-tJXoDEOAgw .nav-link:focus {
  outline: none;
}
.cid-tJXoDEOAgw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJXoDEOAgw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJXoDEOAgw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJXoDEOAgw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJXoDEOAgw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJXoDEOAgw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJXoDEOAgw .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJXoDEOAgw .navbar.opened {
  transition: all 0.3s;
}
.cid-tJXoDEOAgw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJXoDEOAgw .navbar .navbar-logo img {
  width: auto;
}
.cid-tJXoDEOAgw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJXoDEOAgw .navbar.collapsed {
  justify-content: center;
}
.cid-tJXoDEOAgw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJXoDEOAgw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJXoDEOAgw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJXoDEOAgw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJXoDEOAgw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJXoDEOAgw .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-tJXoDEOAgw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJXoDEOAgw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJXoDEOAgw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJXoDEOAgw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJXoDEOAgw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJXoDEOAgw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJXoDEOAgw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJXoDEOAgw .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-tJXoDEOAgw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJXoDEOAgw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tJXoDEOAgw .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJXoDEOAgw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJXoDEOAgw .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tJXoDEOAgw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJXoDEOAgw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJXoDEOAgw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJXoDEOAgw .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJXoDEOAgw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tJXoDEOAgw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJXoDEOAgw .dropdown-item.active,
.cid-tJXoDEOAgw .dropdown-item:active {
  background-color: transparent;
}
.cid-tJXoDEOAgw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJXoDEOAgw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJXoDEOAgw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJXoDEOAgw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJXoDEOAgw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJXoDEOAgw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJXoDEOAgw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJXoDEOAgw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJXoDEOAgw button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJXoDEOAgw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJXoDEOAgw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJXoDEOAgw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJXoDEOAgw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJXoDEOAgw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJXoDEOAgw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJXoDEOAgw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJXoDEOAgw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJXoDEOAgw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJXoDEOAgw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJXoDEOAgw a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tJXoDEOAgw .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-tJXoDEOAgw .navbar {
    height: 70px;
  }
  .cid-tJXoDEOAgw .navbar.opened {
    height: auto;
  }
  .cid-tJXoDEOAgw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJXoDFbKuv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/admiral-ken-1045x700.webp");
}
.cid-tJXoDFbKuv .wrapper {
  height: 550px;
}
.cid-tJXoDFbKuv .mbr-section-title {
  text-align: left;
}
.cid-v8vf0iMuAQ {
  background-color: #000000;
}
.cid-v8vf0iMuAQ .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-v8vf0iMuAQ .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-v8vf0iMuAQ .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-v8vf0iMuAQ .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-v8vf0iMuAQ .col-12 {
    flex-direction: row-reverse;
  }
  .cid-v8vf0iMuAQ .col-12,
  .cid-v8vf0iMuAQ .col-md-12 {
    padding: 0;
  }
}
.cid-v8vf0iMuAQ .si img {
  width: auto;
}
.cid-v8vf0iMuAQ .mbr-section-title {
  color: #ddc499;
}
.cid-v8vf0iMuAQ P {
  text-align: left;
}
.cid-tJXC7KHMY0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tJXC7KHMY0 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tJXC7KHMY0 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJXC7KHMY0 .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tJXC7KHMY0 .row {
    margin: 0;
  }
}
.cid-tJXC7KHMY0 .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tJXC7KHMY0 .mbr-title {
  text-align: left;
}
.cid-tJXoDG5nKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dj-turntables-copy-1778x1000.webp");
}
.cid-tJXoDG5nKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJXoDG5nKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJXoDG5nKi .mbr-section-title {
  color: #FFFFFF;
}
.cid-tJXoDG5nKi .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJXoDG5nKi .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tJXoDG5nKi .mbr-section-btn {
  margin-top: 18px;
}
.cid-tJXoDG5nKi .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tJXoDG5nKi .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tJXHuy6Jii {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tJXHuy6Jii .media-container-row {
  justify-content: space-between;
}
.cid-tJXHuy6Jii .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tJXHuy6Jii .text-content {
    max-width: none;
  }
}
.cid-tJXHuy6Jii .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tJXHuy6Jii .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tJXHuy6Jii .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tJXHuy6Jii .icons {
    justify-content: center !important;
  }
  .cid-tJXHuy6Jii .text-content * {
    text-align: center;
  }
}
.cid-tJXHuy6Jii .mbr-section-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tJXHuy6Jii P {
  text-align: left;
}
.cid-tJXoDFRhCq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tJXoDFRhCq .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tJXFgPM7vV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00261a;
}
.cid-tJXFgPM7vV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tJXFgPM7vV input,
.cid-tJXFgPM7vV textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-tJXFgPM7vV .img-col {
    order: 2;
    text-align: center;
  }
  .cid-tJXFgPM7vV img {
    max-width: 200px;
    margin: auto;
  }
  .cid-tJXFgPM7vV .form-row {
    flex-direction: column;
  }
  .cid-tJXFgPM7vV .btn {
    width: 100%;
  }
}
.cid-tJXFgPM7vV .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-tJXFgPM7vV .form-control,
.cid-tJXFgPM7vV .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  transition: 0.4s;
  min-height: 4rem;
  box-shadow: none;
  outline: none;
}
.cid-tJXFgPM7vV .form-control::-webkit-input-placeholder,
.cid-tJXFgPM7vV .field-input::-webkit-input-placeholder,
.cid-tJXFgPM7vV .form-control::-webkit-input-placeholder,
.cid-tJXFgPM7vV .field-input::-webkit-input-placeholder {
  color: #808080;
}
.cid-tJXFgPM7vV .form-control:-moz-placeholder,
.cid-tJXFgPM7vV .field-input:-moz-placeholder,
.cid-tJXFgPM7vV .form-control:-moz-placeholder,
.cid-tJXFgPM7vV .field-input:-moz-placeholder {
  color: #808080;
}
.cid-tJXFgPM7vV .form-control:hover,
.cid-tJXFgPM7vV .field-input:hover,
.cid-tJXFgPM7vV .form-control:focus,
.cid-tJXFgPM7vV .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  box-shadow: none;
  outline: none;
}
.cid-tJXFgPM7vV .form-control:hover::-webkit-input-placeholder,
.cid-tJXFgPM7vV .field-input:hover::-webkit-input-placeholder,
.cid-tJXFgPM7vV .form-control:focus::-webkit-input-placeholder,
.cid-tJXFgPM7vV .field-input:focus::-webkit-input-placeholder,
.cid-tJXFgPM7vV .form-control:hover::-webkit-input-placeholder,
.cid-tJXFgPM7vV .field-input:hover::-webkit-input-placeholder,
.cid-tJXFgPM7vV .form-control:focus::-webkit-input-placeholder,
.cid-tJXFgPM7vV .field-input:focus::-webkit-input-placeholder {
  color: #808080;
}
.cid-tJXFgPM7vV .form-control:hover:-moz-placeholder,
.cid-tJXFgPM7vV .field-input:hover:-moz-placeholder,
.cid-tJXFgPM7vV .form-control:focus:-moz-placeholder,
.cid-tJXFgPM7vV .field-input:focus:-moz-placeholder,
.cid-tJXFgPM7vV .form-control:hover:-moz-placeholder,
.cid-tJXFgPM7vV .field-input:hover:-moz-placeholder,
.cid-tJXFgPM7vV .form-control:focus:-moz-placeholder,
.cid-tJXFgPM7vV .field-input:focus:-moz-placeholder {
  color: #808080;
}
.cid-tJXFgPM7vV .jq-number__spin:hover,
.cid-tJXFgPM7vV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tJXFgPM7vV .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tJXFgPM7vV .jq-selectbox li,
.cid-tJXFgPM7vV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tJXFgPM7vV .jq-selectbox li:hover,
.cid-tJXFgPM7vV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tJXFgPM7vV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tJXFgPM7vV .jq-number__spin.minus:hover:after,
.cid-tJXFgPM7vV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tJXFgPM7vV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tJXFgPM7vV .jq-number__spin.minus:after,
.cid-tJXFgPM7vV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tJXFgPM7vV input::-webkit-clear-button {
  display: none;
}
.cid-tJXFgPM7vV input::-webkit-inner-spin-button {
  display: none;
}
.cid-tJXFgPM7vV input::-webkit-outer-spin-button {
  display: none;
}
.cid-tJXFgPM7vV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tJYpiMrPiT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tJYpiMrPiT .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tJYpiMrPiT nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tJYpiMrPiT .container,
  .cid-tJYpiMrPiT .container-fluid {
    flex-wrap: initial;
  }
  .cid-tJYpiMrPiT .nav-link:hover,
  .cid-tJYpiMrPiT .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tJYpiMrPiT .navbar-nav {
  margin: auto;
}
.cid-tJYpiMrPiT .dropdown-item {
  color: #ffffff !important;
}
.cid-tJYpiMrPiT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJYpiMrPiT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJYpiMrPiT .navbar-short,
.cid-tJYpiMrPiT .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tJYpiMrPiT .navbar-short .nav-link,
.cid-tJYpiMrPiT .opened .nav-link,
.cid-tJYpiMrPiT .navbar-short .navbar-caption,
.cid-tJYpiMrPiT .opened .navbar-caption,
.cid-tJYpiMrPiT .navbar-short .mbr-iconfont,
.cid-tJYpiMrPiT .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tJYpiMrPiT .navbar-short .hamburger span,
.cid-tJYpiMrPiT .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tJYpiMrPiT .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tJYpiMrPiT .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-tJYpiMrPiT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tJYpiMrPiT .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tJYpiMrPiT .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tJYpiMrPiT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJYpiMrPiT .container {
  display: flex;
  margin: auto;
}
.cid-tJYpiMrPiT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJYpiMrPiT .dropdown-menu,
.cid-tJYpiMrPiT .navbar.opened {
  background: #000000 !important;
}
.cid-tJYpiMrPiT .nav-item:focus,
.cid-tJYpiMrPiT .nav-link:focus {
  outline: none;
}
.cid-tJYpiMrPiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJYpiMrPiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJYpiMrPiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJYpiMrPiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJYpiMrPiT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJYpiMrPiT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJYpiMrPiT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tJYpiMrPiT .navbar.opened {
  transition: all 0.3s;
}
.cid-tJYpiMrPiT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJYpiMrPiT .navbar .navbar-logo img {
  width: auto;
}
.cid-tJYpiMrPiT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJYpiMrPiT .navbar.collapsed {
  justify-content: center;
}
.cid-tJYpiMrPiT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJYpiMrPiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJYpiMrPiT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJYpiMrPiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJYpiMrPiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJYpiMrPiT .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-tJYpiMrPiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJYpiMrPiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJYpiMrPiT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJYpiMrPiT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJYpiMrPiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJYpiMrPiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJYpiMrPiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJYpiMrPiT .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-tJYpiMrPiT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJYpiMrPiT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tJYpiMrPiT .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJYpiMrPiT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJYpiMrPiT .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tJYpiMrPiT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJYpiMrPiT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJYpiMrPiT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJYpiMrPiT .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJYpiMrPiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tJYpiMrPiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJYpiMrPiT .dropdown-item.active,
.cid-tJYpiMrPiT .dropdown-item:active {
  background-color: transparent;
}
.cid-tJYpiMrPiT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJYpiMrPiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJYpiMrPiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJYpiMrPiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJYpiMrPiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJYpiMrPiT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJYpiMrPiT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJYpiMrPiT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJYpiMrPiT button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJYpiMrPiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJYpiMrPiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJYpiMrPiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJYpiMrPiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJYpiMrPiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJYpiMrPiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJYpiMrPiT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJYpiMrPiT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJYpiMrPiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJYpiMrPiT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJYpiMrPiT a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tJYpiMrPiT .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-tJYpiMrPiT .navbar {
    height: 70px;
  }
  .cid-tJYpiMrPiT .navbar.opened {
    height: auto;
  }
  .cid-tJYpiMrPiT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJYpiMNJYv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/analogue-2000x1500.webp");
}
.cid-tJYpiMNJYv .wrapper {
  height: 550px;
}
.cid-tJYpiMNJYv .mbr-section-title {
  text-align: center;
}
.cid-tJZ9KWKnaK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tJZ9KWKnaK .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-tJZ9KWKnaK .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-tJZ9KWKnaK .card {
    margin-bottom: 2rem !important;
  }
  .cid-tJZ9KWKnaK .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-tJZ9KWKnaK .link-wrap {
    align-items: center;
  }
}
.cid-tJZ9KWKnaK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tJZ9KWKnaK .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tJZ9KWKnaK .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-tJZ9KWKnaK .btn:hover,
.cid-tJZ9KWKnaK .btn:focus {
  border-color: #e35050 !important;
  background-color: #e35050 !important;
}
.cid-tJZ9KWKnaK .card-title {
  color: #d4ad6a;
}
.cid-tJZ9KWKnaK .mbr-subtile {
  color: #ffffff;
}
.cid-tJZ9KWKnaK .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tJZ9KWKnaK .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-tJZ9KWKnaK .mbr-text,
.cid-tJZ9KWKnaK .mbr-section-btn {
  color: #ffffff;
}
.cid-vnKEN6lE2p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #192227;
}
.cid-vnKEN6lE2p .item:focus,
.cid-vnKEN6lE2p span:focus {
  outline: none;
}
.cid-vnKEN6lE2p .item {
  cursor: pointer;
}
.cid-vnKEN6lE2p .grid-container {
  grid-row-gap: 15px;
}
.cid-vnKEN6lE2p .grid-container-1,
.cid-vnKEN6lE2p .grid-container-2,
.cid-vnKEN6lE2p .grid-container-3 {
  gap: 0 15px;
}
.cid-vnKEN6lE2p .mbr-section-title {
  margin-bottom: 40px;
  color: #d4ad6a;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vnKEN6lE2p .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vnKEN6lE2p .content-head {
  max-width: 800px;
}
.cid-vnKEN6lE2p .container,
.cid-vnKEN6lE2p .container-fluid {
  overflow: hidden;
}
.cid-vnKEN6lE2p .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vnKEN6lE2p .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vnKEN6lE2p .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  border: 5px solid #000000;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-vnKEN6lE2p .grid-item img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .cid-vnKEN6lE2p .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vnKEN6lE2p .grid-container-1,
.cid-vnKEN6lE2p .grid-container-2,
.cid-vnKEN6lE2p .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vnKEN6lE2p .grid-container-1 {
  align-items: flex-end;
}
.cid-vnKEN6lE2p .grid-container-2 {
  align-items: flex-start;
}
.cid-vnKDDkrzdN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-vnKDDkrzdN .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-vnKDDkrzdN .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-vnKDDkrzdN .card {
    margin-bottom: 2rem !important;
  }
  .cid-vnKDDkrzdN .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-vnKDDkrzdN .link-wrap {
    align-items: center;
  }
}
.cid-vnKDDkrzdN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vnKDDkrzdN .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vnKDDkrzdN .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-vnKDDkrzdN .btn:hover,
.cid-vnKDDkrzdN .btn:focus {
  border-color: #e35050 !important;
  background-color: #e35050 !important;
}
.cid-vnKDDkrzdN .card-title {
  color: #d4ad6a;
}
.cid-vnKDDkrzdN .mbr-subtile {
  color: #ffffff;
}
.cid-vnKDDkrzdN .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vnKDDkrzdN .padding {
    padding-right: 110px;
    padding-left: 110px;
    padding-right: 0;
  }
}
.cid-vnKDDkrzdN .mbr-text,
.cid-vnKDDkrzdN .mbr-section-btn {
  color: #ffffff;
}
.cid-tJYpiN0YeN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background7.webp");
}
.cid-tJYpiN0YeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJYpiN0YeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJYpiN0YeN .mbr-section-title {
  color: #d4ad6a;
}
.cid-tJYpiN0YeN .mbr-text,
.cid-tJYpiN0YeN .mbr-section-btn {
  color: #ffeed0;
}
.cid-tJYpiN0YeN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tJYpiNfDFT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tJYpiNfDFT .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCTyLXfEtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCTyLXfEtL .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCTyLXfEtL nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCTyLXfEtL .container,
  .cid-tCTyLXfEtL .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCTyLXfEtL .nav-link:hover,
  .cid-tCTyLXfEtL .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCTyLXfEtL .navbar-nav {
  margin: auto;
}
.cid-tCTyLXfEtL .dropdown-item {
  color: #ffffff !important;
}
.cid-tCTyLXfEtL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCTyLXfEtL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCTyLXfEtL .navbar-short,
.cid-tCTyLXfEtL .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCTyLXfEtL .navbar-short .nav-link,
.cid-tCTyLXfEtL .opened .nav-link,
.cid-tCTyLXfEtL .navbar-short .navbar-caption,
.cid-tCTyLXfEtL .opened .navbar-caption,
.cid-tCTyLXfEtL .navbar-short .mbr-iconfont,
.cid-tCTyLXfEtL .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCTyLXfEtL .navbar-short .hamburger span,
.cid-tCTyLXfEtL .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCTyLXfEtL .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCTyLXfEtL .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-tCTyLXfEtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCTyLXfEtL .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCTyLXfEtL .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCTyLXfEtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCTyLXfEtL .container {
  display: flex;
  margin: auto;
}
.cid-tCTyLXfEtL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCTyLXfEtL .dropdown-menu,
.cid-tCTyLXfEtL .navbar.opened {
  background: #000000 !important;
}
.cid-tCTyLXfEtL .nav-item:focus,
.cid-tCTyLXfEtL .nav-link:focus {
  outline: none;
}
.cid-tCTyLXfEtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCTyLXfEtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCTyLXfEtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCTyLXfEtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCTyLXfEtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCTyLXfEtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCTyLXfEtL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCTyLXfEtL .navbar.opened {
  transition: all 0.3s;
}
.cid-tCTyLXfEtL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCTyLXfEtL .navbar .navbar-logo img {
  width: auto;
}
.cid-tCTyLXfEtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCTyLXfEtL .navbar.collapsed {
  justify-content: center;
}
.cid-tCTyLXfEtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCTyLXfEtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCTyLXfEtL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCTyLXfEtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCTyLXfEtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCTyLXfEtL .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-tCTyLXfEtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCTyLXfEtL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCTyLXfEtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCTyLXfEtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCTyLXfEtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCTyLXfEtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCTyLXfEtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCTyLXfEtL .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-tCTyLXfEtL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCTyLXfEtL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCTyLXfEtL .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCTyLXfEtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCTyLXfEtL .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCTyLXfEtL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCTyLXfEtL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCTyLXfEtL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCTyLXfEtL .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCTyLXfEtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCTyLXfEtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCTyLXfEtL .dropdown-item.active,
.cid-tCTyLXfEtL .dropdown-item:active {
  background-color: transparent;
}
.cid-tCTyLXfEtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCTyLXfEtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCTyLXfEtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCTyLXfEtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCTyLXfEtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCTyLXfEtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCTyLXfEtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCTyLXfEtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCTyLXfEtL button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCTyLXfEtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCTyLXfEtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCTyLXfEtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCTyLXfEtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCTyLXfEtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCTyLXfEtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCTyLXfEtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCTyLXfEtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCTyLXfEtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCTyLXfEtL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCTyLXfEtL a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCTyLXfEtL .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-tCTyLXfEtL .navbar {
    height: 70px;
  }
  .cid-tCTyLXfEtL .navbar.opened {
    height: auto;
  }
  .cid-tCTyLXfEtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCTwnG2MG3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/nurishment-dancers-chilling-squashed-2000x929.webp");
}
.cid-tCTwnG2MG3 .wrapper {
  height: 550px;
}
.cid-tCTwnGmb1w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tCTwnGmb1w .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-tCTwnGmb1w .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tCTwnGmb1w .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tCTwnGmb1w .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tCTwnGmb1w .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tCTwnGmb1w .col-12,
  .cid-tCTwnGmb1w .col-md-12 {
    padding: 0;
  }
}
.cid-tCTwnGmb1w .si img {
  width: auto;
}
.cid-tCTwnGmb1w .mbr-section-title {
  color: #ddc499;
}
.cid-tCTwnGJ8dV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tCTwnGJ8dV img {
  object-fit: cover;
  max-height: 585px;
}
.cid-tCTwnGJ8dV .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tCTwnGJ8dV .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-tCTwnGJ8dV .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (max-width: 991px) {
  .cid-tCTwnGJ8dV .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-tCTwnGJ8dV .card-text {
  color: #767676;
}
.cid-tCTwnGJ8dV .main-sub-title {
  color: #ffffff;
}
.cid-tCTwnGJ8dV .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-tCTwnGJ8dV .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tCTwnGJ8dV span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tCTwnGJ8dV span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCTwnGJ8dV span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tCTwnGJ8dV .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCTwnGJ8dV .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tCTwnGJ8dV .main-text,
.cid-tCTwnGJ8dV .link-align-wrapper,
.cid-tCTwnGJ8dV .mbr-section-btn {
  text-align: left;
}
.cid-tCTwnHulAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dj-turntables-copy-1778x1000.webp");
}
.cid-tCTwnHulAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTwnHulAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTwnHulAw .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-tCTwnHulAw .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tCTwnHulAw .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tCTwnHulAw .mbr-section-btn {
  margin-top: 18px;
}
.cid-tCTwnHulAw .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tCTwnHulAw .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tCTwnH5AGD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCTwnH5AGD .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tCGBVVUywv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tCGBVVUywv .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tCGBVVUywv nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tCGBVVUywv .container,
  .cid-tCGBVVUywv .container-fluid {
    flex-wrap: initial;
  }
  .cid-tCGBVVUywv .nav-link:hover,
  .cid-tCGBVVUywv .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tCGBVVUywv .navbar-nav {
  margin: auto;
}
.cid-tCGBVVUywv .dropdown-item {
  color: #ffffff !important;
}
.cid-tCGBVVUywv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCGBVVUywv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCGBVVUywv .navbar-short,
.cid-tCGBVVUywv .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tCGBVVUywv .navbar-short .nav-link,
.cid-tCGBVVUywv .opened .nav-link,
.cid-tCGBVVUywv .navbar-short .navbar-caption,
.cid-tCGBVVUywv .opened .navbar-caption,
.cid-tCGBVVUywv .navbar-short .mbr-iconfont,
.cid-tCGBVVUywv .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tCGBVVUywv .navbar-short .hamburger span,
.cid-tCGBVVUywv .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tCGBVVUywv .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tCGBVVUywv .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-tCGBVVUywv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tCGBVVUywv .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tCGBVVUywv .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tCGBVVUywv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCGBVVUywv .container {
  display: flex;
  margin: auto;
}
.cid-tCGBVVUywv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCGBVVUywv .dropdown-menu,
.cid-tCGBVVUywv .navbar.opened {
  background: #000000 !important;
}
.cid-tCGBVVUywv .nav-item:focus,
.cid-tCGBVVUywv .nav-link:focus {
  outline: none;
}
.cid-tCGBVVUywv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCGBVVUywv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCGBVVUywv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCGBVVUywv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCGBVVUywv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCGBVVUywv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCGBVVUywv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tCGBVVUywv .navbar.opened {
  transition: all 0.3s;
}
.cid-tCGBVVUywv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCGBVVUywv .navbar .navbar-logo img {
  width: auto;
}
.cid-tCGBVVUywv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCGBVVUywv .navbar.collapsed {
  justify-content: center;
}
.cid-tCGBVVUywv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCGBVVUywv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCGBVVUywv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCGBVVUywv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCGBVVUywv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCGBVVUywv .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-tCGBVVUywv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCGBVVUywv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCGBVVUywv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCGBVVUywv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCGBVVUywv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCGBVVUywv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCGBVVUywv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCGBVVUywv .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-tCGBVVUywv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCGBVVUywv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tCGBVVUywv .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCGBVVUywv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCGBVVUywv .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tCGBVVUywv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCGBVVUywv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCGBVVUywv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCGBVVUywv .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tCGBVVUywv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tCGBVVUywv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCGBVVUywv .dropdown-item.active,
.cid-tCGBVVUywv .dropdown-item:active {
  background-color: transparent;
}
.cid-tCGBVVUywv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCGBVVUywv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCGBVVUywv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCGBVVUywv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tCGBVVUywv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCGBVVUywv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCGBVVUywv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCGBVVUywv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCGBVVUywv button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCGBVVUywv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCGBVVUywv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCGBVVUywv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCGBVVUywv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCGBVVUywv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCGBVVUywv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCGBVVUywv a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tCGBVVUywv .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-tCGBVVUywv .navbar {
    height: 70px;
  }
  .cid-tCGBVVUywv .navbar.opened {
    height: auto;
  }
  .cid-tCGBVVUywv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCGBVWjLPY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gaz-speakers-1843x1982.webp");
}
.cid-tCGBVWjLPY .wrapper {
  height: 550px;
}
.cid-tCGBVWjLPY .mbr-section-title {
  text-align: left;
}
.cid-tCGBVWXbEd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tCGBVWXbEd .mbr-section-title,
.cid-tCGBVWXbEd .mbr-section-subtitle {
  text-align: center;
}
.cid-tCGBVWXbEd .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tCGBVWXbEd .right {
    padding-right: 71px;
  }
  .cid-tCGBVWXbEd .left {
    padding-left: 71px;
  }
}
.cid-tCGBVWXbEd .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
  color: #ba9b67;
}
.cid-tCGBVWXbEd .mbr-section-subtitle,
.cid-tCGBVWXbEd .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-tCGBVWXbEd .cost {
  font-family: "Josefin Sans";
  text-align: left;
  color: #ddc499;
}
.cid-tCGBVWXbEd .mbr-section-title {
  text-align: center;
}
.cid-tIf3hO0uyk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tIf3hO0uyk .mbr-section-title,
.cid-tIf3hO0uyk .mbr-section-subtitle {
  text-align: center;
}
.cid-tIf3hO0uyk .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tIf3hO0uyk .right {
    padding-right: 71px;
  }
  .cid-tIf3hO0uyk .left {
    padding-left: 71px;
  }
}
.cid-tIf3hO0uyk .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
  color: #ba9b67;
}
.cid-tIf3hO0uyk .mbr-section-subtitle,
.cid-tIf3hO0uyk .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-tIf3hO0uyk .cost {
  font-family: "Josefin Sans";
  text-align: left;
}
.cid-tIf3hO0uyk .mbr-section-title {
  text-align: center;
}
.cid-tCGBVXQpdB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tCGBVXQpdB .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tCGBVXQpdB .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tCGBVXQpdB .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tCGBVXQpdB .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tCGBVXQpdB .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tCGBVXQpdB .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tCGBVXQpdB .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tCGBVXQpdB .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tCGBVXQpdB .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tCGBVXQpdB .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tCGBVXQpdB .mbr-text,
.cid-tCGBVXQpdB .mbr-section-btn {
  text-align: left;
}
.cid-tCGBVXQpdB H3 {
  text-align: left;
}
.cid-tCGBVXQpdB .author,
.cid-tCGBVXQpdB .box {
  font-style: italic;
}
.cid-tCGBVXQpdB .author {
  color: #9A948D;
}
.cid-tCGBVXQpdB .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tCGBVXQpdB .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tCGBVXQpdB .mbr-iconfont {
    display: none;
  }
}
.cid-tEbymb3NoX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tEbymb3NoX .media-container-row {
  justify-content: space-between;
}
.cid-tEbymb3NoX .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tEbymb3NoX .text-content {
    max-width: none;
  }
}
.cid-tEbymb3NoX .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tEbymb3NoX .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tEbymb3NoX .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tEbymb3NoX .icons {
    justify-content: center !important;
  }
  .cid-tEbymb3NoX .text-content * {
    text-align: center;
  }
}
.cid-tEbymb3NoX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tCGBVYzzE8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tCGBVYzzE8 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tDr23dWxJb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tDr23dWxJb .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tDr23dWxJb nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tDr23dWxJb .container,
  .cid-tDr23dWxJb .container-fluid {
    flex-wrap: initial;
  }
  .cid-tDr23dWxJb .nav-link:hover,
  .cid-tDr23dWxJb .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tDr23dWxJb .navbar-nav {
  margin: auto;
}
.cid-tDr23dWxJb .dropdown-item {
  color: #ffffff !important;
}
.cid-tDr23dWxJb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDr23dWxJb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDr23dWxJb .navbar-short,
.cid-tDr23dWxJb .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tDr23dWxJb .navbar-short .nav-link,
.cid-tDr23dWxJb .opened .nav-link,
.cid-tDr23dWxJb .navbar-short .navbar-caption,
.cid-tDr23dWxJb .opened .navbar-caption,
.cid-tDr23dWxJb .navbar-short .mbr-iconfont,
.cid-tDr23dWxJb .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tDr23dWxJb .navbar-short .hamburger span,
.cid-tDr23dWxJb .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tDr23dWxJb .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tDr23dWxJb .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-tDr23dWxJb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tDr23dWxJb .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tDr23dWxJb .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tDr23dWxJb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDr23dWxJb .container {
  display: flex;
  margin: auto;
}
.cid-tDr23dWxJb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDr23dWxJb .dropdown-menu,
.cid-tDr23dWxJb .navbar.opened {
  background: #000000 !important;
}
.cid-tDr23dWxJb .nav-item:focus,
.cid-tDr23dWxJb .nav-link:focus {
  outline: none;
}
.cid-tDr23dWxJb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDr23dWxJb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDr23dWxJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDr23dWxJb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDr23dWxJb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDr23dWxJb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDr23dWxJb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tDr23dWxJb .navbar.opened {
  transition: all 0.3s;
}
.cid-tDr23dWxJb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDr23dWxJb .navbar .navbar-logo img {
  width: auto;
}
.cid-tDr23dWxJb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDr23dWxJb .navbar.collapsed {
  justify-content: center;
}
.cid-tDr23dWxJb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDr23dWxJb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDr23dWxJb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDr23dWxJb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDr23dWxJb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDr23dWxJb .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-tDr23dWxJb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDr23dWxJb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDr23dWxJb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDr23dWxJb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDr23dWxJb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDr23dWxJb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDr23dWxJb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDr23dWxJb .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-tDr23dWxJb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDr23dWxJb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tDr23dWxJb .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDr23dWxJb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDr23dWxJb .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tDr23dWxJb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDr23dWxJb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDr23dWxJb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDr23dWxJb .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDr23dWxJb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tDr23dWxJb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDr23dWxJb .dropdown-item.active,
.cid-tDr23dWxJb .dropdown-item:active {
  background-color: transparent;
}
.cid-tDr23dWxJb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDr23dWxJb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDr23dWxJb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDr23dWxJb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tDr23dWxJb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDr23dWxJb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDr23dWxJb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDr23dWxJb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDr23dWxJb button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDr23dWxJb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDr23dWxJb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDr23dWxJb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDr23dWxJb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDr23dWxJb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDr23dWxJb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDr23dWxJb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDr23dWxJb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDr23dWxJb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDr23dWxJb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDr23dWxJb a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tDr23dWxJb .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-tDr23dWxJb .navbar {
    height: 70px;
  }
  .cid-tDr23dWxJb .navbar.opened {
    height: auto;
  }
  .cid-tDr23dWxJb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDr23eu4UC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23eu4UC img,
.cid-tDr23eu4UC .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23eu4UC .item:focus,
.cid-tDr23eu4UC span:focus {
  outline: none;
}
.cid-tDr23eu4UC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23eu4UC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23eu4UC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23eu4UC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23eu4UC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23eu4UC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23eu4UC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23eu4UC .mbr-section-title {
  color: #d4ad6a;
}
.cid-tDr23eu4UC .mbr-text,
.cid-tDr23eu4UC .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDr23eu4UC .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23eu4UC .item-subtitle {
  text-align: center;
}
.cid-tDr23eZoz9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23eZoz9 img,
.cid-tDr23eZoz9 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23eZoz9 .item:focus,
.cid-tDr23eZoz9 span:focus {
  outline: none;
}
.cid-tDr23eZoz9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23eZoz9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #171410;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23eZoz9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23eZoz9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23eZoz9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23eZoz9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23eZoz9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23eZoz9 .mbr-section-title {
  color: #232323;
}
.cid-tDr23eZoz9 .mbr-text,
.cid-tDr23eZoz9 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDr23eZoz9 .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23eZoz9 .item-subtitle {
  text-align: center;
}
.cid-tDr23fsJRm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23fsJRm img,
.cid-tDr23fsJRm .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23fsJRm .item:focus,
.cid-tDr23fsJRm span:focus {
  outline: none;
}
.cid-tDr23fsJRm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23fsJRm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23fsJRm .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23fsJRm .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23fsJRm .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23fsJRm .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23fsJRm .item-wrapper {
  background: transparent;
}
.cid-tDr23fsJRm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23fsJRm .mbr-section-title {
  color: #232323;
}
.cid-tDr23fsJRm .mbr-text,
.cid-tDr23fsJRm .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDr23fsJRm .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23fsJRm .item-subtitle {
  text-align: center;
}
.cid-tDrLjZ3Gp8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDrLjZ3Gp8 img,
.cid-tDrLjZ3Gp8 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDrLjZ3Gp8 .item:focus,
.cid-tDrLjZ3Gp8 span:focus {
  outline: none;
}
.cid-tDrLjZ3Gp8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDrLjZ3Gp8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #171410;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDrLjZ3Gp8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDrLjZ3Gp8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDrLjZ3Gp8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDrLjZ3Gp8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDrLjZ3Gp8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDrLjZ3Gp8 .mbr-section-title {
  color: #232323;
}
.cid-tDrLjZ3Gp8 .mbr-text,
.cid-tDrLjZ3Gp8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDrLjZ3Gp8 .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDrLjZ3Gp8 .item-subtitle {
  text-align: center;
}
.cid-tDr23gvSg3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23gvSg3 img,
.cid-tDr23gvSg3 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23gvSg3 .item:focus,
.cid-tDr23gvSg3 span:focus {
  outline: none;
}
.cid-tDr23gvSg3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23gvSg3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23gvSg3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23gvSg3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23gvSg3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23gvSg3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23gvSg3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23gvSg3 .mbr-section-title {
  color: #232323;
}
.cid-tDr23gvSg3 .mbr-text,
.cid-tDr23gvSg3 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDr23gvSg3 .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23gvSg3 .item-subtitle {
  text-align: center;
}
.cid-tDr23h329V {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23h329V img,
.cid-tDr23h329V .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23h329V .item:focus,
.cid-tDr23h329V span:focus {
  outline: none;
}
.cid-tDr23h329V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23h329V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #171410;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23h329V .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23h329V .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23h329V .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23h329V .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23h329V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23h329V .mbr-section-title {
  color: #232323;
}
.cid-tDr23h329V .mbr-text,
.cid-tDr23h329V .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDr23h329V .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23h329V .item-subtitle {
  text-align: center;
}
.cid-tDr23hEn0W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23hEn0W img,
.cid-tDr23hEn0W .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23hEn0W .item:focus,
.cid-tDr23hEn0W span:focus {
  outline: none;
}
.cid-tDr23hEn0W .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23hEn0W .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23hEn0W .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23hEn0W .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23hEn0W .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23hEn0W .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23hEn0W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23hEn0W .mbr-section-title {
  color: #232323;
}
.cid-tDr23hEn0W .mbr-text,
.cid-tDr23hEn0W .mbr-section-btn {
  text-align: left;
}
.cid-tDr23hEn0W .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23hEn0W .item-subtitle {
  text-align: center;
}
.cid-tDr23ieAnB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23ieAnB img,
.cid-tDr23ieAnB .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23ieAnB .item:focus,
.cid-tDr23ieAnB span:focus {
  outline: none;
}
.cid-tDr23ieAnB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23ieAnB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #171410;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23ieAnB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23ieAnB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23ieAnB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23ieAnB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23ieAnB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23ieAnB .mbr-section-title {
  color: #232323;
}
.cid-tDr23ieAnB .mbr-text,
.cid-tDr23ieAnB .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDr23ieAnB .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23ieAnB .item-subtitle {
  text-align: center;
}
.cid-tDr23iPtFz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23iPtFz img,
.cid-tDr23iPtFz .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23iPtFz .item:focus,
.cid-tDr23iPtFz span:focus {
  outline: none;
}
.cid-tDr23iPtFz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23iPtFz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23iPtFz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23iPtFz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23iPtFz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23iPtFz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23iPtFz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23iPtFz .mbr-section-title {
  color: #232323;
}
.cid-tDr23iPtFz .mbr-text,
.cid-tDr23iPtFz .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDr23iPtFz .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23iPtFz .item-subtitle {
  text-align: center;
}
.cid-tDr23k9ogM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23k9ogM img,
.cid-tDr23k9ogM .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23k9ogM .item:focus,
.cid-tDr23k9ogM span:focus {
  outline: none;
}
.cid-tDr23k9ogM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23k9ogM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23k9ogM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23k9ogM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23k9ogM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23k9ogM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23k9ogM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23k9ogM .mbr-section-title {
  color: #232323;
}
.cid-tDr23k9ogM .mbr-text,
.cid-tDr23k9ogM .mbr-section-btn {
  text-align: left;
}
.cid-tDr23k9ogM .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23k9ogM .item-subtitle {
  text-align: center;
}
.cid-tDr23jvlio {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tDr23jvlio img,
.cid-tDr23jvlio .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tDr23jvlio .item:focus,
.cid-tDr23jvlio span:focus {
  outline: none;
}
.cid-tDr23jvlio .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDr23jvlio .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tDr23jvlio .item {
  padding: 0;
  margin: 0;
}
.cid-tDr23jvlio .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #171410;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDr23jvlio .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tDr23jvlio .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDr23jvlio .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tDr23jvlio .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tDr23jvlio .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDr23jvlio .mbr-section-title {
  color: #232323;
}
.cid-tDr23jvlio .mbr-text,
.cid-tDr23jvlio .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tDr23jvlio .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tDr23jvlio .item-subtitle {
  text-align: center;
}
.cid-tEbD9dGU2s {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tEbD9dGU2s .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tEbD9dGU2s .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tEbD9dGU2s .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tEbD9dGU2s .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tEbD9dGU2s .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tEbD9dGU2s .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tEbD9dGU2s .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tEbD9dGU2s .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tEbD9dGU2s .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tEbD9dGU2s .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tEbD9dGU2s .mbr-text,
.cid-tEbD9dGU2s .mbr-section-btn {
  text-align: left;
}
.cid-tEbD9dGU2s H3 {
  text-align: left;
}
.cid-tEbD9dGU2s .author,
.cid-tEbD9dGU2s .box {
  font-style: italic;
}
.cid-tEbD9dGU2s .author {
  color: #9A948D;
}
.cid-tEbD9dGU2s .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tEbD9dGU2s .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tEbD9dGU2s .mbr-iconfont {
    display: none;
  }
}
.cid-tEs8C44lQg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tEs8C44lQg .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tEs8C44lQg .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tEs8C44lQg .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tEs8C44lQg .row {
    margin: 0;
  }
}
.cid-tEs8C44lQg .mbr-text {
  font-family: 'Josefin Sans';
  color: #c0bcb7;
  transition: all .5s;
  text-align: left;
}
.cid-tEs8C44lQg .mbr-title {
  text-align: left;
}
.cid-tDr23qP8aJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tDr23qP8aJ .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tMFD9VVdbk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tMFD9VVdbk img {
  width: 100%;
  filter: grayscale(1);
}
.cid-tMFD9VVdbk .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tMFD9VVdbk .block-timeline {
  display: flex;
}
.cid-tMFD9VVdbk .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-tMFD9VVdbk .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-tMFD9VVdbk .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1f7d5;
}
.cid-tMFD9VVdbk .date-block {
  margin-right: 0.6rem;
}
.cid-tMFD9VVdbk .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-tMFD9VVdbk .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-tMFD9VVdbk .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-tMFD9VVdbk .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-tMFD9VVdbk .timeline-text-content {
  display: flex;
  background: #354463;
  transition: all 0.4s;
}
.cid-tMFD9VVdbk .month-block {
  font-weight: 700;
}
.cid-tMFD9VVdbk .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-tMFD9VVdbk .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-tMFD9VVdbk .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tMFD9VVdbk .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-tMFD9VVdbk .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-tMFD9VVdbk .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-tMFD9VVdbk .location {
  display: flex;
  align-items: center;
}
.cid-tMFD9VVdbk .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-tMFD9VVdbk .iconsBackground {
  margin-right: 0.8rem;
}
.cid-tMFD9VVdbk .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-tMFD9VVdbk .date-block {
    display: none;
  }
  .cid-tMFD9VVdbk .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tMFD9VVdbk .image-wrap {
    padding-right: 0rem;
  }
  .cid-tMFD9VVdbk .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-tMFD9VVdbk .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tMFD9VVdbk .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-tMFD9VVdbk .image-wrap {
    padding-right: 0rem;
  }
  .cid-tMFD9VVdbk .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tMFD9VVdbk .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-tMFD9VVdbk .block-timeline {
    padding: 0;
  }
}
.cid-tMFD9VVdbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMFD9VVdbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLgWkDj70L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tLgWkDj70L .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tLgWkDj70L nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tLgWkDj70L .container,
  .cid-tLgWkDj70L .container-fluid {
    flex-wrap: initial;
  }
  .cid-tLgWkDj70L .nav-link:hover,
  .cid-tLgWkDj70L .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tLgWkDj70L .navbar-nav {
  margin: auto;
}
.cid-tLgWkDj70L .dropdown-item {
  color: #ffffff !important;
}
.cid-tLgWkDj70L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLgWkDj70L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLgWkDj70L .navbar-short,
.cid-tLgWkDj70L .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tLgWkDj70L .navbar-short .nav-link,
.cid-tLgWkDj70L .opened .nav-link,
.cid-tLgWkDj70L .navbar-short .navbar-caption,
.cid-tLgWkDj70L .opened .navbar-caption,
.cid-tLgWkDj70L .navbar-short .mbr-iconfont,
.cid-tLgWkDj70L .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tLgWkDj70L .navbar-short .hamburger span,
.cid-tLgWkDj70L .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tLgWkDj70L .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tLgWkDj70L .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-tLgWkDj70L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tLgWkDj70L .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tLgWkDj70L .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tLgWkDj70L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLgWkDj70L .container {
  display: flex;
  margin: auto;
}
.cid-tLgWkDj70L .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLgWkDj70L .dropdown-menu,
.cid-tLgWkDj70L .navbar.opened {
  background: #000000 !important;
}
.cid-tLgWkDj70L .nav-item:focus,
.cid-tLgWkDj70L .nav-link:focus {
  outline: none;
}
.cid-tLgWkDj70L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLgWkDj70L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLgWkDj70L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLgWkDj70L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLgWkDj70L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLgWkDj70L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLgWkDj70L .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tLgWkDj70L .navbar.opened {
  transition: all 0.3s;
}
.cid-tLgWkDj70L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLgWkDj70L .navbar .navbar-logo img {
  width: auto;
}
.cid-tLgWkDj70L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLgWkDj70L .navbar.collapsed {
  justify-content: center;
}
.cid-tLgWkDj70L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLgWkDj70L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLgWkDj70L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLgWkDj70L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLgWkDj70L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLgWkDj70L .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-tLgWkDj70L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLgWkDj70L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLgWkDj70L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLgWkDj70L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLgWkDj70L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLgWkDj70L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLgWkDj70L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLgWkDj70L .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-tLgWkDj70L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLgWkDj70L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tLgWkDj70L .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLgWkDj70L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLgWkDj70L .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tLgWkDj70L .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLgWkDj70L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLgWkDj70L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLgWkDj70L .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLgWkDj70L .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tLgWkDj70L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLgWkDj70L .dropdown-item.active,
.cid-tLgWkDj70L .dropdown-item:active {
  background-color: transparent;
}
.cid-tLgWkDj70L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLgWkDj70L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLgWkDj70L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLgWkDj70L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLgWkDj70L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLgWkDj70L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLgWkDj70L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLgWkDj70L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLgWkDj70L button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLgWkDj70L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLgWkDj70L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLgWkDj70L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLgWkDj70L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLgWkDj70L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLgWkDj70L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLgWkDj70L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLgWkDj70L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLgWkDj70L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLgWkDj70L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLgWkDj70L a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tLgWkDj70L .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-tLgWkDj70L .navbar {
    height: 70px;
  }
  .cid-tLgWkDj70L .navbar.opened {
    height: auto;
  }
  .cid-tLgWkDj70L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLgWkDJTVK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/gaz-speakers-1843x1982.webp");
}
.cid-tLgWkDJTVK .wrapper {
  height: 550px;
}
.cid-tLgWkDJTVK .mbr-section-title {
  text-align: left;
}
.cid-tMFMevdkya {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tMFMevdkya .mbr-section-title,
.cid-tMFMevdkya .mbr-section-subtitle {
  text-align: center;
}
.cid-tMFMevdkya .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tMFMevdkya .right {
    padding-right: 71px;
  }
  .cid-tMFMevdkya .left {
    padding-left: 71px;
  }
}
.cid-tMFMevdkya .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
  color: #ba9b67;
}
.cid-tMFMevdkya .mbr-section-subtitle,
.cid-tMFMevdkya .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-tMFMevdkya .cost {
  font-family: "Josefin Sans";
  text-align: left;
  color: #ddc499;
}
.cid-tMFMevdkya .mbr-section-title {
  text-align: center;
}
.cid-tLgY0Kvj1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLgY0Kvj1I p,
.cid-tLgY0Kvj1I h6 {
  font-weight: 300 !important;
}
.cid-tLgY0Kvj1I .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-tLgY0Kvj1I .panel-group {
  border: none;
}
.cid-tLgY0Kvj1I .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLgY0Kvj1I .panel-title-edit {
  color: #d4ad6a;
}
.cid-tLgY0Kvj1I .panel-text {
  color: #fff;
  width: 71%;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tLgY0Kvj1I .panel-text {
    width: 100%;
  }
}
.cid-tLgY0Kvj1I .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tLgY0Kvj1I .card {
    padding: 2rem 0;
  }
}
.cid-tLgY0Kvj1I .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-tLgY0Kvj1I .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-tLgY0Kvj1I .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tLgY0Kvj1I .panel-title-edit DIV {
  text-align: left;
}
.cid-tLgWkFgDKK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLgWkFgDKK .mbr-section-title,
.cid-tLgWkFgDKK .mbr-section-subtitle {
  text-align: center;
}
.cid-tLgWkFgDKK .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tLgWkFgDKK .right {
    padding-right: 71px;
  }
  .cid-tLgWkFgDKK .left {
    padding-left: 71px;
  }
}
.cid-tLgWkFgDKK .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
  color: #fb0808;
}
.cid-tLgWkFgDKK .mbr-section-subtitle,
.cid-tLgWkFgDKK .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-tLgWkFgDKK .cost {
  font-family: "Josefin Sans";
  text-align: left;
  color: #fb0808;
}
.cid-tLgWkFgDKK .mbr-section-title {
  text-align: center;
}
.cid-tLgWkFgDKK .card-title DIV {
  text-align: left;
}
.cid-tLgWkGgh04 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0b0a08;
}
.cid-tLgWkGgh04 .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tLgWkGgh04 .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tLgWkGgh04 .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tLgWkGgh04 .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tLgWkGgh04 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tLgWkGgh04 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tLgWkGgh04 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tLgWkGgh04 .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tLgWkGgh04 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tLgWkGgh04 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tLgWkGgh04 .mbr-text,
.cid-tLgWkGgh04 .mbr-section-btn {
  text-align: center;
}
.cid-tLgWkGgh04 H3 {
  text-align: left;
}
.cid-tLgWkGgh04 .author,
.cid-tLgWkGgh04 .box {
  font-style: italic;
}
.cid-tLgWkGgh04 .author {
  color: #9A948D;
}
.cid-tLgWkGgh04 .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tLgWkGgh04 .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tLgWkGgh04 .mbr-iconfont {
    display: none;
  }
}
.cid-tN3GIIZvDI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/358601151-761907679267841-3731399979037543932-n-2000x816.webp");
}
.cid-tN3GIIZvDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN3GIIZvDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN3GIIZvDI .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tN3GIIZvDI .number {
  color: #ffffff;
}
.cid-tN3GIIZvDI .period {
  display: block;
}
.cid-tN3GIIZvDI .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tN3GIIZvDI .period {
    font-size: 0.8rem;
  }
}
.cid-tN3GIIZvDI .btn {
  height: 100%;
  margin: 0;
}
.cid-tN3GIIZvDI .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tN3GIIZvDI .mbr-section-title {
  color: #ffffff;
}
.cid-tN3GIIZvDI .mbr-text {
  color: #ffffff;
}
.cid-tN3GIIZvDI .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tN3GIIZvDI .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tN3GIIZvDI .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tN3GIIZvDI .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tN3GIIZvDI H3 {
  color: #ffffff;
}
.cid-tN3K9A04q2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tN3K9A04q2 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tN3K9A04q2 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tN3K9A04q2 .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tN3K9A04q2 .row {
    margin: 0;
  }
}
.cid-tN3K9A04q2 .mbr-text {
  font-family: 'Josefin Sans';
  color: #c0bcb7;
  transition: all .5s;
  text-align: left;
}
.cid-tN3K9A04q2 .mbr-title {
  text-align: left;
}
.cid-tLgWkHyWhA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tLgWkHyWhA .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tLh4PQGEk4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tLh4PQGEk4 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tLh4PQGEk4 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tLh4PQGEk4 .container,
  .cid-tLh4PQGEk4 .container-fluid {
    flex-wrap: initial;
  }
  .cid-tLh4PQGEk4 .nav-link:hover,
  .cid-tLh4PQGEk4 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tLh4PQGEk4 .navbar-nav {
  margin: auto;
}
.cid-tLh4PQGEk4 .dropdown-item {
  color: #ffffff !important;
}
.cid-tLh4PQGEk4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLh4PQGEk4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLh4PQGEk4 .navbar-short,
.cid-tLh4PQGEk4 .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tLh4PQGEk4 .navbar-short .nav-link,
.cid-tLh4PQGEk4 .opened .nav-link,
.cid-tLh4PQGEk4 .navbar-short .navbar-caption,
.cid-tLh4PQGEk4 .opened .navbar-caption,
.cid-tLh4PQGEk4 .navbar-short .mbr-iconfont,
.cid-tLh4PQGEk4 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tLh4PQGEk4 .navbar-short .hamburger span,
.cid-tLh4PQGEk4 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tLh4PQGEk4 .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tLh4PQGEk4 .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-tLh4PQGEk4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tLh4PQGEk4 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tLh4PQGEk4 .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tLh4PQGEk4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLh4PQGEk4 .container {
  display: flex;
  margin: auto;
}
.cid-tLh4PQGEk4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLh4PQGEk4 .dropdown-menu,
.cid-tLh4PQGEk4 .navbar.opened {
  background: #000000 !important;
}
.cid-tLh4PQGEk4 .nav-item:focus,
.cid-tLh4PQGEk4 .nav-link:focus {
  outline: none;
}
.cid-tLh4PQGEk4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLh4PQGEk4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLh4PQGEk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLh4PQGEk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLh4PQGEk4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLh4PQGEk4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLh4PQGEk4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tLh4PQGEk4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tLh4PQGEk4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLh4PQGEk4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tLh4PQGEk4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLh4PQGEk4 .navbar.collapsed {
  justify-content: center;
}
.cid-tLh4PQGEk4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLh4PQGEk4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLh4PQGEk4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLh4PQGEk4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLh4PQGEk4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLh4PQGEk4 .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-tLh4PQGEk4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLh4PQGEk4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLh4PQGEk4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLh4PQGEk4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLh4PQGEk4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLh4PQGEk4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLh4PQGEk4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLh4PQGEk4 .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-tLh4PQGEk4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLh4PQGEk4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tLh4PQGEk4 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLh4PQGEk4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLh4PQGEk4 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tLh4PQGEk4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLh4PQGEk4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLh4PQGEk4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLh4PQGEk4 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLh4PQGEk4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tLh4PQGEk4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLh4PQGEk4 .dropdown-item.active,
.cid-tLh4PQGEk4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tLh4PQGEk4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLh4PQGEk4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLh4PQGEk4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLh4PQGEk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tLh4PQGEk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLh4PQGEk4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLh4PQGEk4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLh4PQGEk4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLh4PQGEk4 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLh4PQGEk4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLh4PQGEk4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLh4PQGEk4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLh4PQGEk4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLh4PQGEk4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLh4PQGEk4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLh4PQGEk4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLh4PQGEk4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLh4PQGEk4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLh4PQGEk4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLh4PQGEk4 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tLh4PQGEk4 .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-tLh4PQGEk4 .navbar {
    height: 70px;
  }
  .cid-tLh4PQGEk4 .navbar.opened {
    height: auto;
  }
  .cid-tLh4PQGEk4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLh4PRzE3o {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLh4PRzE3o img,
.cid-tLh4PRzE3o .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tLh4PRzE3o .item:focus,
.cid-tLh4PRzE3o span:focus {
  outline: none;
}
.cid-tLh4PRzE3o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLh4PRzE3o .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLh4PRzE3o .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tLh4PRzE3o .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLh4PRzE3o .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tLh4PRzE3o .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tLh4PRzE3o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLh4PRzE3o .mbr-section-title {
  color: #d4ad6a;
}
.cid-tLh4PRzE3o .mbr-text,
.cid-tLh4PRzE3o .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tLh4PRzE3o .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tLh4PRzE3o .item-subtitle {
  text-align: center;
}
.cid-tLh4PSzYl5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLh4PSzYl5 img,
.cid-tLh4PSzYl5 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tLh4PSzYl5 .item:focus,
.cid-tLh4PSzYl5 span:focus {
  outline: none;
}
.cid-tLh4PSzYl5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tLh4PSzYl5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #171410;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tLh4PSzYl5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tLh4PSzYl5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tLh4PSzYl5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tLh4PSzYl5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tLh4PSzYl5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tLh4PSzYl5 .mbr-section-title {
  color: #232323;
}
.cid-tLh4PSzYl5 .mbr-text,
.cid-tLh4PSzYl5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tLh4PSzYl5 .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tLh4PSzYl5 .item-subtitle {
  text-align: center;
}
.cid-tN3sgrcuIF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tN3sgrcuIF img,
.cid-tN3sgrcuIF .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tN3sgrcuIF .item:focus,
.cid-tN3sgrcuIF span:focus {
  outline: none;
}
.cid-tN3sgrcuIF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tN3sgrcuIF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #171410;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tN3sgrcuIF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tN3sgrcuIF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tN3sgrcuIF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tN3sgrcuIF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tN3sgrcuIF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tN3sgrcuIF .mbr-section-title {
  color: #232323;
}
.cid-tN3sgrcuIF .mbr-text,
.cid-tN3sgrcuIF .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tN3sgrcuIF .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tN3sgrcuIF .item-subtitle {
  text-align: center;
}
.cid-tV9LTJ9C3l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tV9LTJ9C3l img,
.cid-tV9LTJ9C3l .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tV9LTJ9C3l .item:focus,
.cid-tV9LTJ9C3l span:focus {
  outline: none;
}
.cid-tV9LTJ9C3l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tV9LTJ9C3l .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #171410;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tV9LTJ9C3l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tV9LTJ9C3l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tV9LTJ9C3l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tV9LTJ9C3l .mbr-section-title {
  color: #232323;
}
.cid-tV9LTJ9C3l .mbr-text,
.cid-tV9LTJ9C3l .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tV9LTJ9C3l .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tV9LTJ9C3l .item-subtitle {
  text-align: center;
}
.cid-tLhcWniUNs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLhcWniUNs p,
.cid-tLhcWniUNs h6 {
  font-weight: 300 !important;
}
.cid-tLhcWniUNs .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-tLhcWniUNs .panel-group {
  border: none;
}
.cid-tLhcWniUNs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tLhcWniUNs .panel-title-edit {
  color: #d4ad6a;
}
.cid-tLhcWniUNs .panel-text {
  color: #fff;
  width: 71%;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-tLhcWniUNs .panel-text {
    width: 100%;
  }
}
.cid-tLhcWniUNs .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tLhcWniUNs .card {
    padding: 2rem 0;
  }
}
.cid-tLhcWniUNs .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-tLhcWniUNs .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-tLhcWniUNs .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tLhcWniUNs .panel-title-edit DIV {
  text-align: left;
}
.cid-tLh4Q3SlZw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tLh4Q3SlZw .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tLh4Q3SlZw .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tLh4Q3SlZw .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tLh4Q3SlZw .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tLh4Q3SlZw .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tLh4Q3SlZw .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tLh4Q3SlZw .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tLh4Q3SlZw .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tLh4Q3SlZw .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tLh4Q3SlZw .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tLh4Q3SlZw .mbr-text,
.cid-tLh4Q3SlZw .mbr-section-btn {
  text-align: center;
}
.cid-tLh4Q3SlZw H3 {
  text-align: left;
}
.cid-tLh4Q3SlZw .author,
.cid-tLh4Q3SlZw .box {
  font-style: italic;
}
.cid-tLh4Q3SlZw .author {
  color: #9A948D;
}
.cid-tLh4Q3SlZw .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tLh4Q3SlZw .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tLh4Q3SlZw .mbr-iconfont {
    display: none;
  }
}
.cid-tLhHODYFP8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tLhHODYFP8 .mbr-section-title,
.cid-tLhHODYFP8 .mbr-section-subtitle {
  text-align: center;
}
.cid-tLhHODYFP8 .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tLhHODYFP8 .right {
    padding-right: 71px;
  }
  .cid-tLhHODYFP8 .left {
    padding-left: 71px;
  }
}
.cid-tLhHODYFP8 .card-title {
  font-family: 'Cormorant Garamond';
  letter-spacing: .035em;
  color: #fb0808;
}
.cid-tLhHODYFP8 .mbr-section-subtitle,
.cid-tLhHODYFP8 .mbr-text {
  font-family: "EB Garamond";
  color: #9A948D;
}
.cid-tLhHODYFP8 .cost {
  font-family: "Josefin Sans";
  text-align: left;
  color: #fb0808;
}
.cid-tLhHODYFP8 .mbr-section-title {
  text-align: center;
}
.cid-tLhHODYFP8 .card-title DIV {
  text-align: left;
}
.cid-tN3KmkkafN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/358601151-761907679267841-3731399979037543932-n-2000x816.webp");
}
.cid-tN3KmkkafN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN3KmkkafN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN3KmkkafN .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tN3KmkkafN .number {
  color: #ffffff;
}
.cid-tN3KmkkafN .period {
  display: block;
}
.cid-tN3KmkkafN .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tN3KmkkafN .period {
    font-size: 0.8rem;
  }
}
.cid-tN3KmkkafN .btn {
  height: 100%;
  margin: 0;
}
.cid-tN3KmkkafN .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tN3KmkkafN .mbr-section-title {
  color: #ffffff;
}
.cid-tN3KmkkafN .mbr-text {
  color: #ffffff;
}
.cid-tN3KmkkafN .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tN3KmkkafN .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tN3KmkkafN .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tN3KmkkafN .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tN3KmkkafN H3 {
  color: #ffffff;
}
.cid-tLh4Q5iELy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tLh4Q5iELy .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tLh4Q5iELy .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLh4Q5iELy .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tLh4Q5iELy .row {
    margin: 0;
  }
}
.cid-tLh4Q5iELy .mbr-text {
  font-family: 'Josefin Sans';
  color: #c0bcb7;
  transition: all .5s;
  text-align: left;
}
.cid-tLh4Q5iELy .mbr-title {
  text-align: left;
}
.cid-tLh4Q6I7vQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tLh4Q6I7vQ .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tM3bmMZiA9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tM3bmMZiA9 .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-tM3bmMZiA9 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tM3bmMZiA9 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tM3bmMZiA9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-tM3bmMZiA9 .icon-wrap a:hover {
  background-image: none !important;
}
.cid-tM3bmMZiA9 .icon-wrap span {
  margin-left: 5px;
}
.cid-tM3bmMZiA9 .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tM3bmMZiA9 .box {
    height: 200px;
  }
}
.cid-tM3bmMZiA9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tM3bmMZiA9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tM3bmMZiA9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tM3bmMZiA9 .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;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tM3bmMZiA9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tM3bmMZiA9 .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-tM3bmMZiA9 .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-tM3bmMZiA9 .mbr-section-subtitle {
  color: #ffffff;
  padding-top: 12px;
}
.cid-tM3bmMZiA9 .item-container {
  width: 100%;
}
.cid-tM3bmMZiA9 .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-tM3bmMZiA9 .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tM3bmMZiA9 .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-tM3bmMZiA9 .icon-box {
  background: #ba9b67;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tM3bmMZiA9 .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-tM3bmMZiA9 .text-box {
  flex-grow: 1;
}
.cid-tM3bmMZiA9 .number-text {
  color: #ffffff;
}
.cid-tM3bmMZiA9 .icon-text {
  color: #ffffff;
}
.cid-tM3bmMZiA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM3bmMZiA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM3bmMZiA9 .icon-title {
  color: #ddc499;
}
.cid-tM3bmMZiA9 .mbr-section-title {
  color: #d4ad6a;
}
.cid-tM3baemS8A {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/358601151-761907679267841-3731399979037543932-n-2000x816.webp");
}
.cid-tM3baemS8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM3baemS8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM3baemS8A .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tM3baemS8A .number {
  color: #ffffff;
}
.cid-tM3baemS8A .period {
  display: block;
}
.cid-tM3baemS8A .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tM3baemS8A .period {
    font-size: 0.8rem;
  }
}
.cid-tM3baemS8A .btn {
  height: 100%;
  margin: 0;
}
.cid-tM3baemS8A .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tM3baemS8A .mbr-section-title {
  color: #ffffff;
}
.cid-tM3baemS8A .mbr-text {
  color: #ffffff;
}
.cid-tM3baemS8A .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tM3baemS8A .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tM3baemS8A .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tM3baemS8A .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tM3baemS8A H3 {
  color: #ffffff;
}
.cid-tNr49t5KJl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tNr49t5KJl .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tNr49t5KJl nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tNr49t5KJl .container,
  .cid-tNr49t5KJl .container-fluid {
    flex-wrap: initial;
  }
  .cid-tNr49t5KJl .nav-link:hover,
  .cid-tNr49t5KJl .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tNr49t5KJl .navbar-nav {
  margin: auto;
}
.cid-tNr49t5KJl .dropdown-item {
  color: #ffffff !important;
}
.cid-tNr49t5KJl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNr49t5KJl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNr49t5KJl .navbar-short,
.cid-tNr49t5KJl .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tNr49t5KJl .navbar-short .nav-link,
.cid-tNr49t5KJl .opened .nav-link,
.cid-tNr49t5KJl .navbar-short .navbar-caption,
.cid-tNr49t5KJl .opened .navbar-caption,
.cid-tNr49t5KJl .navbar-short .mbr-iconfont,
.cid-tNr49t5KJl .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tNr49t5KJl .navbar-short .hamburger span,
.cid-tNr49t5KJl .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tNr49t5KJl .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tNr49t5KJl .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-tNr49t5KJl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tNr49t5KJl .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tNr49t5KJl .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tNr49t5KJl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNr49t5KJl .container {
  display: flex;
  margin: auto;
}
.cid-tNr49t5KJl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNr49t5KJl .dropdown-menu,
.cid-tNr49t5KJl .navbar.opened {
  background: #000000 !important;
}
.cid-tNr49t5KJl .nav-item:focus,
.cid-tNr49t5KJl .nav-link:focus {
  outline: none;
}
.cid-tNr49t5KJl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNr49t5KJl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNr49t5KJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNr49t5KJl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNr49t5KJl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNr49t5KJl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNr49t5KJl .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tNr49t5KJl .navbar.opened {
  transition: all 0.3s;
}
.cid-tNr49t5KJl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNr49t5KJl .navbar .navbar-logo img {
  width: auto;
}
.cid-tNr49t5KJl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNr49t5KJl .navbar.collapsed {
  justify-content: center;
}
.cid-tNr49t5KJl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNr49t5KJl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNr49t5KJl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNr49t5KJl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNr49t5KJl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNr49t5KJl .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-tNr49t5KJl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNr49t5KJl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNr49t5KJl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNr49t5KJl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNr49t5KJl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNr49t5KJl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNr49t5KJl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNr49t5KJl .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-tNr49t5KJl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNr49t5KJl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tNr49t5KJl .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNr49t5KJl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNr49t5KJl .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tNr49t5KJl .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNr49t5KJl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNr49t5KJl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNr49t5KJl .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNr49t5KJl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tNr49t5KJl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNr49t5KJl .dropdown-item.active,
.cid-tNr49t5KJl .dropdown-item:active {
  background-color: transparent;
}
.cid-tNr49t5KJl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNr49t5KJl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNr49t5KJl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNr49t5KJl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNr49t5KJl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNr49t5KJl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNr49t5KJl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNr49t5KJl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNr49t5KJl button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNr49t5KJl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNr49t5KJl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNr49t5KJl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNr49t5KJl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNr49t5KJl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNr49t5KJl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNr49t5KJl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNr49t5KJl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNr49t5KJl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNr49t5KJl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNr49t5KJl a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tNr49t5KJl .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-tNr49t5KJl .navbar {
    height: 70px;
  }
  .cid-tNr49t5KJl .navbar.opened {
    height: auto;
  }
  .cid-tNr49t5KJl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNr49tE0Ep {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-tNr49tE0Ep .mbr-section-title {
  color: #ba9b67;
}
.cid-tNr49tE0Ep .mbr-text {
  color: #c0bcb7;
}
.cid-tNr49u1cme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mic-church-1200x800.webp");
}
.cid-tNr49u1cme .wrapper {
  height: 550px;
}
.cid-tNr49u1cme .mbr-section-title {
  text-align: right;
  color: #ba9b67;
}
.cid-tNr49uoK25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-tNr49uoK25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr49uoK25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNr49uoK25 .video-wrapper iframe {
  width: 100%;
}
.cid-tNr49uoK25 .mbr-section-title,
.cid-tNr49uoK25 .mbr-section-subtitle,
.cid-tNr49uoK25 .mbr-text {
  text-align: center;
}
.cid-tNr49uoK25 .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-tNr49uoK25 .mbr-section-subtitle {
  text-align: left;
}
.cid-tNr49uoK25 .mbr-text {
  color: #e35050;
}
.cid-tNsVcmI6Ro {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00261a;
}
.cid-tNsVcmI6Ro .media-container-row {
  justify-content: space-between;
}
.cid-tNsVcmI6Ro .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tNsVcmI6Ro .text-content {
    max-width: none;
  }
}
.cid-tNsVcmI6Ro .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tNsVcmI6Ro .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tNsVcmI6Ro .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tNsVcmI6Ro .icons {
    justify-content: center !important;
  }
  .cid-tNsVcmI6Ro .text-content * {
    text-align: center;
  }
}
.cid-tNsVcmI6Ro .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tT69WCz9N0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tT69WCz9N0 .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-tT69WCz9N0 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tT69WCz9N0 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tT69WCz9N0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-tT69WCz9N0 .icon-wrap a:hover {
  background-image: none !important;
}
.cid-tT69WCz9N0 .icon-wrap span {
  margin-left: 5px;
}
.cid-tT69WCz9N0 .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tT69WCz9N0 .box {
    height: 200px;
  }
}
.cid-tT69WCz9N0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tT69WCz9N0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tT69WCz9N0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tT69WCz9N0 .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;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tT69WCz9N0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tT69WCz9N0 .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-tT69WCz9N0 .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-tT69WCz9N0 .mbr-section-subtitle {
  color: #ffffff;
  padding-top: 12px;
}
.cid-tT69WCz9N0 .item-container {
  width: 100%;
}
.cid-tT69WCz9N0 .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-tT69WCz9N0 .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-tT69WCz9N0 .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-tT69WCz9N0 .icon-box {
  background: #ba9b67;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tT69WCz9N0 .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-tT69WCz9N0 .text-box {
  flex-grow: 1;
}
.cid-tT69WCz9N0 .number-text {
  color: #ffffff;
}
.cid-tT69WCz9N0 .icon-text {
  color: #ffffff;
}
.cid-tT69WCz9N0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT69WCz9N0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT69WCz9N0 .icon-title {
  color: #ddc499;
}
.cid-tT69WCz9N0 .mbr-section-title {
  color: #d4ad6a;
}
.cid-tNr49uOe1b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/decks-1057x595.webp");
}
.cid-tNr49uOe1b .wrapper {
  height: 550px;
}
.cid-tNr49vdmhk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sancho2-1366x571.webp");
}
.cid-tNr49vdmhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr49vdmhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNr49vdmhk .container-fluid {
  padding: 0;
}
.cid-tNr49vdmhk .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tNr49vdmhk .row {
    padding: 0 12px;
  }
}
.cid-tNr49vdmhk .title-wrapper {
  padding-top: 40%;
}
.cid-tNr49vdmhk .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tNr49vdmhk .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tNr49vdmhk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNr49vBGib {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-tNr49vBGib img,
.cid-tNr49vBGib .item-img {
  width: 100%;
}
.cid-tNr49vBGib .item:focus,
.cid-tNr49vBGib span:focus {
  outline: none;
}
.cid-tNr49vBGib .item-wrapper {
  position: relative;
}
.cid-tNr49vBGib .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNr49vBGib .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNr49vBGib .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNr49vBGib .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNr49vBGib .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNr49vBGib .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNr49vBGib .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-tNr49vBGib .mbr-text,
.cid-tNr49vBGib .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tNr49vBGib .item-title {
  text-align: left;
  color: #000000;
}
.cid-tNr49vBGib .item-subtitle {
  text-align: left;
}
.cid-tNr49vBGib .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tNr49vBGib .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tNr49vBGib .embla__button--next,
.cid-tNr49vBGib .embla__button--prev {
  display: flex;
}
.cid-tNr49vBGib .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;
}
.cid-tNr49vBGib .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tNr49vBGib .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tNr49vBGib .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNr49vBGib .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNr49vBGib .embla__button {
    top: auto;
  }
}
.cid-tNr49vBGib .embla {
  position: relative;
  width: 100%;
}
.cid-tNr49vBGib .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tNr49vBGib .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tNr49vBGib .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tNr49vBGib .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tNxm9u4PXO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-tNxm9u4PXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNxm9u4PXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNxm9u4PXO .video-wrapper iframe {
  width: 100%;
}
.cid-tNxm9u4PXO .mbr-section-title,
.cid-tNxm9u4PXO .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tNxm9u4PXO .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNxm9u4PXO .mbr-text {
  color: #ffffff;
}
.cid-tNxm9u4PXO .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-tNxm9u4PXO .mbr-description {
  color: #d4ad6a;
}
.cid-tNsvjHvy1O {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/peckins-sign-2000x1246.webp");
}
.cid-tNsvjHvy1O .container-fluid {
  max-width: 1700px;
}
.cid-tNsvjHvy1O h1 {
  line-height: 1;
}
.cid-tNr49wdLbO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-181-2000x1125.webp");
}
.cid-tNr49wdLbO .wrapper {
  height: 550px;
}
.cid-tNr49wB64m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tNr49wB64m .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tNr49wB64m .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tNr49wB64m .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tNr49wB64m .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tNr49wB64m .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tNr49wB64m .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tNr49wB64m .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tNr49wB64m .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tNr49wB64m .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tNr49wB64m .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tNr49wB64m .mbr-text,
.cid-tNr49wB64m .mbr-section-btn {
  text-align: left;
}
.cid-tNr49wB64m H3 {
  text-align: left;
}
.cid-tNr49wB64m .author,
.cid-tNr49wB64m .box {
  font-style: italic;
}
.cid-tNr49wB64m .author {
  color: #9A948D;
}
.cid-tNr49wB64m .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tNr49wB64m .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tNr49wB64m .mbr-iconfont {
    display: none;
  }
}
.cid-tNr49x87Ep {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tNr49x87Ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr49x87Ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNr49x87Ep .box {
  margin-bottom: 15px;
}
.cid-tNr49x87Ep .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tNr49x87Ep .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tNr49x87Ep .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tNr49x87Ep .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tNr49x87Ep .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tNr49x87Ep .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tNr49x87Ep .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tNr49x87Ep .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tNr49x87Ep .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tNr49x87Ep .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tNr49x87Ep .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tNr49x87Ep .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tNr49x87Ep .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNr49x87Ep .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNr49x87Ep .item-img {
  overflow: hidden;
}
.cid-tNr49x87Ep .item-img img {
  width: 100%;
}
.cid-tNr49x87Ep .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tNr49x87Ep .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-tNr49x87Ep .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tNr49x87Ep P {
  text-align: center;
}
.cid-tNr49xX1pI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-tNr49xX1pI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tNr49xX1pI .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tNr49xX1pI .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tNr49xX1pI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tNr49xX1pI .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-tNr49xX1pI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tNr49xX1pI .carousel-control,
.cid-tNr49xX1pI .close {
  background: #1b1b1b;
}
.cid-tNr49xX1pI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNr49xX1pI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNr49xX1pI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNr49xX1pI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNr49xX1pI .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-tNr49xX1pI .close::before {
  content: '\e91a';
}
.cid-tNr49xX1pI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNr49xX1pI .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-tNr49xX1pI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNr49xX1pI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNr49xX1pI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNr49xX1pI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNr49xX1pI .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-tNr49xX1pI .carousel-indicators li.active,
.cid-tNr49xX1pI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNr49xX1pI .carousel-indicators li::after,
.cid-tNr49xX1pI .carousel-indicators li::before {
  content: none;
}
.cid-tNr49xX1pI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNr49xX1pI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNr49xX1pI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNr49xX1pI .carousel-indicators {
    display: none;
  }
}
.cid-tNr49xX1pI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNr49xX1pI .carousel-inner > .active {
  display: block;
}
.cid-tNr49xX1pI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNr49xX1pI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNr49xX1pI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNr49xX1pI .carousel-control,
  .cid-tNr49xX1pI .carousel-indicators,
  .cid-tNr49xX1pI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNr49xX1pI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNr49xX1pI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNr49xX1pI .carousel-indicators .active,
.cid-tNr49xX1pI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNr49xX1pI .carousel-indicators .active {
  background: #fff;
}
.cid-tNr49xX1pI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNr49xX1pI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNr49xX1pI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNr49xX1pI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNr49xX1pI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNr49xX1pI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNr49xX1pI .carousel {
  width: 100%;
}
.cid-tNr49xX1pI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNr49xX1pI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNr49xX1pI .modal.fade .modal-dialog,
.cid-tNr49xX1pI .modal.in .modal-dialog {
  transform: none;
}
.cid-tNr49xX1pI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNr49xX1pI H6 {
  text-align: center;
}
.cid-tNr49xX1pI H3 {
  color: #ddc499;
}
.cid-tNr49xX1pI H4 {
  color: #9a948d;
}
.cid-tNr49yISZz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-tNr49yISZz .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tNr49yISZz .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tNr49yISZz .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tNr49yISZz .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-tNr49yISZz .form-group,
  .cid-tNr49yISZz .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tNr49yISZz .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tNr49yISZz textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tNr49yISZz .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tNr49yISZz .text-block {
    margin-bottom: 2rem;
  }
}
.cid-tNr49yISZz .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-tNr49zdCVT {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tNr49zdCVT .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tNr49zdCVT .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tNr49zdCVT .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tNr49zdCVT .mbr-section-btn {
  width: 90%;
}
.cid-tNr49zdCVT img {
  object-fit: cover;
  height: 100%;
}
.cid-tNr49zdCVT section {
  position: relative;
}
.cid-tNr49zdCVT .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tNr49zdCVT .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tNr49zdCVT .mbr-section-subtitle,
  .cid-tNr49zdCVT .mbr-section-btn,
  .cid-tNr49zdCVT .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tNr49zdCVT .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tNr49zdCVT .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tNr49zdCVT .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tNr49zdCVT .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tNr49zdCVT .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tNr49zdCVT .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tNr49zdCVT .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tNr49zdCVT .mbr-section-subtitle,
.cid-tNr49zdCVT .mbr-section-btn {
  color: #9a948d;
}
.cid-tNr49zIgB0 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tNr49zIgB0 .media-container-row {
  justify-content: space-between;
}
.cid-tNr49zIgB0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tNr49zIgB0 .text-content {
    max-width: none;
  }
}
.cid-tNr49zIgB0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tNr49zIgB0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tNr49zIgB0 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tNr49zIgB0 .icons {
    justify-content: center !important;
  }
  .cid-tNr49zIgB0 .text-content * {
    text-align: center;
  }
}
.cid-tNr49zIgB0 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNr49AnhAD {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tNr49AnhAD .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tNr49AnhAD .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tNr49AnhAD .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tNr49AnhAD .mbr-section-btn {
  width: 90%;
}
.cid-tNr49AnhAD img {
  object-fit: cover;
  height: 100%;
}
.cid-tNr49AnhAD section {
  position: relative;
}
.cid-tNr49AnhAD .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
.cid-tNr49AnhAD .row {
  flex-direction: row-reverse;
}
.cid-tNr49AnhAD .mbr-section-title {
  text-align: right;
}
.cid-tNr49AnhAD .mbr-section-subtitle,
.cid-tNr49AnhAD .mbr-section-btn {
  text-align: right;
  width: 100%;
  padding-left: 180px;
}
.cid-tNr49AnhAD .wrap {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cid-tNr49AnhAD .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tNr49AnhAD .mbr-section-subtitle,
  .cid-tNr49AnhAD .mbr-section-btn,
  .cid-tNr49AnhAD .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tNr49AnhAD .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tNr49AnhAD .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tNr49AnhAD .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tNr49AnhAD .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tNr49AnhAD .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tNr49AnhAD .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tNr49AnhAD .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tNr49AnhAD .mbr-section-subtitle,
.cid-tNr49AnhAD .mbr-section-btn {
  color: #9a948d;
  text-align: left;
}
.cid-tNr49ATG5e {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171410;
}
.cid-tNr49ATG5e .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tNr49ATG5e .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tNr49ATG5e .text-content {
    max-width: none;
  }
}
.cid-tNr49ATG5e .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tNr49ATG5e .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tNr49ATG5e .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tNr49ATG5e .icons {
    justify-content: center !important;
  }
  .cid-tNr49ATG5e .text-content * {
    text-align: center;
  }
}
.cid-tNr49ATG5e .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNr49CB03o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tNr49CB03o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr49CB03o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNr49CB03o .video-wrapper iframe {
  width: 100%;
}
.cid-tNr49CB03o .mbr-section-title,
.cid-tNr49CB03o .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tNr49CB03o .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNr49CB03o .mbr-text {
  color: #fbf807;
}
.cid-tNr49CB03o .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNr49CB03o .mbr-description {
  color: #d4ad6a;
}
.cid-tNt40GnIuu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-tNt40GnIuu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tNt40GnIuu .card {
    margin-bottom: 2rem!important;
  }
  .cid-tNt40GnIuu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tNt40GnIuu .link-wrap {
    align-items: center;
  }
}
.cid-tNt40GnIuu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNt40GnIuu .mbr-text,
.cid-tNt40GnIuu .link-wrap,
.cid-tNt40GnIuu .mbr-section-btn {
  color: #9a948d;
}
.cid-tNt40GnIuu .card-title,
.cid-tNt40GnIuu .card-box {
  color: #ddc499;
}
.cid-tNr49Bxlxu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/grandmaster-dj-on-the-decks-1920x1080.webp");
}
.cid-tNr49Bxlxu .container-fluid {
  max-width: 1700px;
}
.cid-tNr49Bxlxu h1 {
  line-height: 1;
}
.cid-tNr49Bxlxu .mbr-text,
.cid-tNr49Bxlxu .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tNr49DcSN9 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tNr49DcSN9 .mbr-media {
  position: relative;
}
.cid-tNr49DcSN9 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tNr49DcSN9 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tNr49DcSN9 .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-tNr49DcSN9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tNr49DcSN9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tNr49DcSN9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tNr49DcSN9 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNr49DcSN9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNr49DcSN9 .mbr-section-title {
  color: #ffffff;
}
.cid-tNr49DcSN9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNr49EbSDP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tNr49EbSDP .media-container-row {
  justify-content: space-between;
}
.cid-tNr49EbSDP .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tNr49EbSDP .text-content {
    max-width: none;
  }
}
.cid-tNr49EbSDP .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tNr49EbSDP .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tNr49EbSDP .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tNr49EbSDP .icons {
    justify-content: center !important;
  }
  .cid-tNr49EbSDP .text-content * {
    text-align: center;
  }
}
.cid-tNr49EbSDP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNr49ET3Br {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-tNr49ET3Br .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr49ET3Br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNr49ET3Br .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-tNr49ET3Br .number {
  color: #b1ac6b;
}
.cid-tNr49ET3Br .period {
  display: block;
}
.cid-tNr49ET3Br .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tNr49ET3Br .period {
    font-size: 0.8rem;
  }
}
.cid-tNr49ET3Br .btn {
  height: 100%;
  margin: 0;
}
.cid-tNr49ET3Br .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tNr49ET3Br .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tNr49ET3Br .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tNr49ET3Br .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tNr49ET3Br .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-tNr49ET3Br H3 {
  color: #ffffff;
}
.cid-tNr49ET3Br .mbr-text,
.cid-tNr49ET3Br .mbr-section-btn {
  color: #f50b0b;
}
.cid-tNr49FAsTX {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNr49FAsTX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tNr49FAsTX .mbr-text {
  color: #c0bcb7;
}
.cid-tNr49GbStq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tNr49GbStq .mbr-section-title {
  color: #ba9b67;
}
.cid-tNr49GbStq .mbr-text {
  color: #c0bcb7;
}
.cid-tNr49GQBLR {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-tNr49GQBLR .container-fluid {
  max-width: 1700px;
}
.cid-tNr49GQBLR h1 {
  line-height: 1;
}
.cid-tNr49IfdJi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #351143;
}
.cid-tNr49IfdJi .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tNr49IfdJi .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tNr49IfdJi .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tNr49IfdJi .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tNr49IfdJi .text {
  color: #BA9B67;
}
.cid-tNr49IfdJi .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tNr49IfdJi .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tNr49IfdJi .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tNr49IfdJi .mbr-text {
  text-align: left;
}
.cid-tNr49IfdJi .mbr-section-title {
  color: #ddc499;
}
.cid-tNr49IZXOH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #391e1e;
}
.cid-tNr49IZXOH .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tNr49IZXOH .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tNr49IZXOH .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tNr49IZXOH .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tNr49IZXOH .text {
  color: #BA9B67;
}
.cid-tNr49IZXOH .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tNr49IZXOH .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNr49IZXOH .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tNr49IZXOH .mbr-text {
  text-align: left;
}
.cid-tNr49IZXOH .mbr-section-title {
  color: #ddc499;
}
.cid-tNr49HuYxM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #351143;
}
.cid-tNr49HuYxM .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tNr49HuYxM .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tNr49HuYxM .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tNr49HuYxM .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tNr49HuYxM .text {
  color: #BA9B67;
}
.cid-tNr49HuYxM .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tNr49HuYxM .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNr49HuYxM .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tNr49HuYxM .mbr-text {
  text-align: left;
}
.cid-tNr49HuYxM .mbr-section-title {
  color: #ddc499;
}
.cid-tNr49JNooa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tNr49JNooa .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tNr49JNooa .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNr49JNooa .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tNr49JNooa .row {
    margin: 0;
  }
}
.cid-tNr49JNooa .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tNr49JNooa .mbr-title {
  text-align: left;
}
.cid-tNr49KA2ju {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNr49KA2ju .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tNr49KA2ju .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tNr49KA2ju .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tNr49KA2ju .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tNr49KA2ju .text {
  color: #BA9B67;
}
.cid-tNr49KA2ju .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tNr49KA2ju .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tNr49KA2ju .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tNr49KA2ju .mbr-text {
  text-align: left;
}
.cid-tNr49KA2ju .mbr-section-title {
  color: #ddc499;
}
.cid-tNr49MHily {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-tNr49MHily .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNr49MHily .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNr49MHily .container-fluid {
  padding: 0;
}
.cid-tNr49MHily .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tNr49MHily .row {
    padding: 0 12px;
  }
}
.cid-tNr49MHily .title-wrapper {
  padding-top: 40%;
}
.cid-tNr49MHily .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tNr49MHily .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tNr49MHily .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNr49NstFu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tNr49NstFu img,
.cid-tNr49NstFu .item-img {
  width: 100%;
}
.cid-tNr49NstFu .item:focus,
.cid-tNr49NstFu span:focus {
  outline: none;
}
.cid-tNr49NstFu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNr49NstFu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNr49NstFu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNr49NstFu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNr49NstFu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNr49NstFu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNr49NstFu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNr49NstFu .mbr-section-title {
  color: #232323;
}
.cid-tNr49NstFu .mbr-text,
.cid-tNr49NstFu .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-tNr49NstFu .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tNr49NstFu .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-tNr49OkUxe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/audio-sound-system-speakers-2000x1333.webp");
}
.cid-tNr49OkUxe .wrapper {
  height: 550px;
}
.cid-tNr49OkUxe .mbr-section-title {
  text-align: center;
}
.cid-tNr49P7AXa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tNr49P7AXa .mbr-section-title {
  color: #ba9b67;
}
.cid-tNr49P7AXa .mbr-text {
  color: #c0bcb7;
}
.cid-tNr49PSgGn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-tNr49PSgGn .image-wrapper {
  padding: 0 2rem;
}
.cid-tNr49PSgGn .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tNr49PSgGn .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tNr49PSgGn .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-tNr49PSgGn .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-tNr49PSgGn .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tNr49PSgGn .text-wrapper,
  .cid-tNr49PSgGn .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tNr49PSgGn .text-wrapper,
  .cid-tNr49PSgGn .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tNr49PSgGn .text-wrapper,
  .cid-tNr49PSgGn .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tNr49PSgGn .text-wrapper,
  .cid-tNr49PSgGn .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tNr49PSgGn .text-wrapper,
  .cid-tNr49PSgGn .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tNr49PSgGn .content {
    text-align: center;
  }
}
.cid-tNr49PSgGn .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tNr49PSgGn .mbr-card-title {
    text-align: start;
  }
}
.cid-tNr49PSgGn .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tNr49PSgGn .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tNr49PSgGn .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tNr49PSgGn .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tNr49PSgGn .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tNr49PSgGn .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tNr49PSgGn .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tNr49PSgGn .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tNr49PSgGn .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tNr49PSgGn .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tNr49PSgGn .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tNr49PSgGn .nutrition-wrap {
    width: 100%;
  }
}
.cid-tNr49PSgGn .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tNr49PSgGn .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tNr49PSgGn .tile-text-wrap {
  display: flex;
}
.cid-tNr49PSgGn svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tNr49PSgGn svg path {
  fill: #cd8ad1;
}
.cid-tNr49PSgGn .numbers {
  display: flex;
  align-self: center;
}
.cid-tNr49PSgGn .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tNr49PSgGn .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tNr49PSgGn .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tNr49PSgGn .mbr-tile-text {
    text-align: start;
  }
}
.cid-tNr49PSgGn .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tNr49PSgGn .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tNr49PSgGn .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tNr49PSgGn .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tNr49PSgGn .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tNr49PSgGn .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tNr49PSgGn .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tNr49PSgGn .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tNr49PSgGn .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tNr49PSgGn div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tNr49PSgGn .mbr-section-btn {
  display: flex;
}
.cid-tNr49PSgGn .mbr-text-title {
  color: #ddc499;
}
.cid-ubBc3fsTC8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ubBc3fsTC8 .media-container-row {
  justify-content: space-between;
}
.cid-ubBc3fsTC8 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubBc3fsTC8 .text-content {
    max-width: none;
  }
}
.cid-ubBc3fsTC8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubBc3fsTC8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubBc3fsTC8 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubBc3fsTC8 .icons {
    justify-content: center !important;
  }
  .cid-ubBc3fsTC8 .text-content * {
    text-align: center;
  }
}
.cid-ubBc3fsTC8 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNr49QTf9U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tNr49QTf9U .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tNr49QTf9U .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNr49QTf9U .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tNr49QTf9U .row {
    margin: 0;
  }
}
.cid-tNr49QTf9U .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tNr49QTf9U .mbr-title {
  text-align: left;
}
.cid-tNr49SxMWB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4.webp");
}
.cid-tNr49SxMWB .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tNr49SxMWB .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tNr49SxMWB .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tNr49SxMWB .form-group,
  .cid-tNr49SxMWB .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tNr49SxMWB .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tNr49SxMWB textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tNr49SxMWB .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tNr49SxMWB .text-block {
    margin-bottom: 2rem;
  }
}
.cid-tNr49RMLj7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tNr49RMLj7 .media-container-row .mbr-text {
  color: #977741;
}
.cid-tNsXd88JlH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tNsXd88JlH .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tNsXd88JlH nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tNsXd88JlH .container,
  .cid-tNsXd88JlH .container-fluid {
    flex-wrap: initial;
  }
  .cid-tNsXd88JlH .nav-link:hover,
  .cid-tNsXd88JlH .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tNsXd88JlH .navbar-nav {
  margin: auto;
}
.cid-tNsXd88JlH .dropdown-item {
  color: #ffffff !important;
}
.cid-tNsXd88JlH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNsXd88JlH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNsXd88JlH .navbar-short,
.cid-tNsXd88JlH .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tNsXd88JlH .navbar-short .nav-link,
.cid-tNsXd88JlH .opened .nav-link,
.cid-tNsXd88JlH .navbar-short .navbar-caption,
.cid-tNsXd88JlH .opened .navbar-caption,
.cid-tNsXd88JlH .navbar-short .mbr-iconfont,
.cid-tNsXd88JlH .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tNsXd88JlH .navbar-short .hamburger span,
.cid-tNsXd88JlH .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tNsXd88JlH .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tNsXd88JlH .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-tNsXd88JlH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tNsXd88JlH .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tNsXd88JlH .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tNsXd88JlH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNsXd88JlH .container {
  display: flex;
  margin: auto;
}
.cid-tNsXd88JlH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNsXd88JlH .dropdown-menu,
.cid-tNsXd88JlH .navbar.opened {
  background: #000000 !important;
}
.cid-tNsXd88JlH .nav-item:focus,
.cid-tNsXd88JlH .nav-link:focus {
  outline: none;
}
.cid-tNsXd88JlH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNsXd88JlH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNsXd88JlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNsXd88JlH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNsXd88JlH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNsXd88JlH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNsXd88JlH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tNsXd88JlH .navbar.opened {
  transition: all 0.3s;
}
.cid-tNsXd88JlH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNsXd88JlH .navbar .navbar-logo img {
  width: auto;
}
.cid-tNsXd88JlH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNsXd88JlH .navbar.collapsed {
  justify-content: center;
}
.cid-tNsXd88JlH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNsXd88JlH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNsXd88JlH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNsXd88JlH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNsXd88JlH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNsXd88JlH .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-tNsXd88JlH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNsXd88JlH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNsXd88JlH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNsXd88JlH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNsXd88JlH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNsXd88JlH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNsXd88JlH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNsXd88JlH .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-tNsXd88JlH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNsXd88JlH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tNsXd88JlH .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNsXd88JlH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNsXd88JlH .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tNsXd88JlH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNsXd88JlH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNsXd88JlH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNsXd88JlH .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNsXd88JlH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tNsXd88JlH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNsXd88JlH .dropdown-item.active,
.cid-tNsXd88JlH .dropdown-item:active {
  background-color: transparent;
}
.cid-tNsXd88JlH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNsXd88JlH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNsXd88JlH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNsXd88JlH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tNsXd88JlH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNsXd88JlH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNsXd88JlH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNsXd88JlH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNsXd88JlH button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNsXd88JlH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tNsXd88JlH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNsXd88JlH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNsXd88JlH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNsXd88JlH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNsXd88JlH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNsXd88JlH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNsXd88JlH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNsXd88JlH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNsXd88JlH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNsXd88JlH a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tNsXd88JlH .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-tNsXd88JlH .navbar {
    height: 70px;
  }
  .cid-tNsXd88JlH .navbar.opened {
    height: auto;
  }
  .cid-tNsXd88JlH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNsXd8vxwF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/catering-2000x1500.webp");
}
.cid-tNsXd8vxwF .wrapper {
  height: 550px;
}
.cid-tNsXd8Ienp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tNsXd8Ienp .mbr-text {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  color: #C0BCB7;
  font-family: 'EB Garamond';
}
.cid-tNsXd8Ienp .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tNsXd8Ienp .title {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-tNsXd8Ienp .title {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cid-tNsXd8Ienp .col-12 {
    flex-direction: row-reverse;
  }
  .cid-tNsXd8Ienp .col-12,
  .cid-tNsXd8Ienp .col-md-12 {
    padding: 0;
  }
}
.cid-tNsXd8Ienp .si img {
  width: auto;
}
.cid-tNsXd8Ienp .mbr-section-title {
  color: #ddc499;
}
.cid-tNsXd8W16e {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (min-width: 992px) {
  .cid-tNsXd8W16e .wrapper {
    position: relative;
    overflow: hidden;
    max-height: 585px;
    padding-left: 30px;
    padding-right: 20px;
  }
}
.cid-tNsXd8W16e img {
  object-fit: cover;
  max-height: 585px;
}
.cid-tNsXd8W16e .wrap {
  border: 1px solid #41392e;
}
@media (min-width: 992px) {
  .cid-tNsXd8W16e .wrap {
    height: 100%;
    padding: 65px 2rem 0px;
  }
}
@media (min-width: 1400px) {
  .cid-tNsXd8W16e .wrap {
    max-height: 100%;
    padding-top: 8rem;
  }
}
@media (min-width: 1800px) {
  .cid-tNsXd8W16e .wrap {
    max-height: 585px;
    padding: 160px 225px 0 130px;
  }
}
@media (max-width: 991px) {
  .cid-tNsXd8W16e .wrap {
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
.cid-tNsXd8W16e .card-text {
  color: #767676;
}
.cid-tNsXd8W16e .main-sub-title {
  color: #ffffff;
}
.cid-tNsXd8W16e .main-text {
  font-family: "EB Garamond";
  color: #c0bcb7;
}
.cid-tNsXd8W16e .btn {
  font-family: "Cormorant Garamond";
  padding: 0.8rem 4rem;
  position: relative;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tNsXd8W16e span {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tNsXd8W16e span::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform-origin: top left;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tNsXd8W16e span::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 101%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tNsXd8W16e .btn:hover span::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tNsXd8W16e .btn:hover span::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tNsXd8W16e .main-text,
.cid-tNsXd8W16e .link-align-wrapper,
.cid-tNsXd8W16e .mbr-section-btn {
  text-align: left;
}
.cid-tNsXd9aGlO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/dj-turntables-copy-1778x1000.webp");
}
.cid-tNsXd9aGlO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNsXd9aGlO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNsXd9aGlO .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-tNsXd9aGlO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tNsXd9aGlO .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tNsXd9aGlO .mbr-section-btn {
  margin-top: 18px;
}
.cid-tNsXd9aGlO .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tNsXd9aGlO .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tNsXd9pBiX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tNsXd9pBiX .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tUZEOjBcx2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tUZEOjBcx2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tUZEOjBcx2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tUZEOjBcx2 .container,
  .cid-tUZEOjBcx2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-tUZEOjBcx2 .nav-link:hover,
  .cid-tUZEOjBcx2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tUZEOjBcx2 .navbar-nav {
  margin: auto;
}
.cid-tUZEOjBcx2 .dropdown-item {
  color: #ffffff !important;
}
.cid-tUZEOjBcx2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUZEOjBcx2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUZEOjBcx2 .navbar-short,
.cid-tUZEOjBcx2 .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tUZEOjBcx2 .navbar-short .nav-link,
.cid-tUZEOjBcx2 .opened .nav-link,
.cid-tUZEOjBcx2 .navbar-short .navbar-caption,
.cid-tUZEOjBcx2 .opened .navbar-caption,
.cid-tUZEOjBcx2 .navbar-short .mbr-iconfont,
.cid-tUZEOjBcx2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tUZEOjBcx2 .navbar-short .hamburger span,
.cid-tUZEOjBcx2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tUZEOjBcx2 .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tUZEOjBcx2 .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-tUZEOjBcx2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tUZEOjBcx2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tUZEOjBcx2 .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tUZEOjBcx2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUZEOjBcx2 .container {
  display: flex;
  margin: auto;
}
.cid-tUZEOjBcx2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUZEOjBcx2 .dropdown-menu,
.cid-tUZEOjBcx2 .navbar.opened {
  background: #000000 !important;
}
.cid-tUZEOjBcx2 .nav-item:focus,
.cid-tUZEOjBcx2 .nav-link:focus {
  outline: none;
}
.cid-tUZEOjBcx2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUZEOjBcx2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUZEOjBcx2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUZEOjBcx2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUZEOjBcx2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUZEOjBcx2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUZEOjBcx2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tUZEOjBcx2 .navbar.opened {
  transition: all 0.3s;
}
.cid-tUZEOjBcx2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUZEOjBcx2 .navbar .navbar-logo img {
  width: auto;
}
.cid-tUZEOjBcx2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUZEOjBcx2 .navbar.collapsed {
  justify-content: center;
}
.cid-tUZEOjBcx2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUZEOjBcx2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUZEOjBcx2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUZEOjBcx2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUZEOjBcx2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUZEOjBcx2 .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-tUZEOjBcx2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUZEOjBcx2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUZEOjBcx2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUZEOjBcx2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUZEOjBcx2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUZEOjBcx2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUZEOjBcx2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUZEOjBcx2 .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-tUZEOjBcx2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUZEOjBcx2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tUZEOjBcx2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUZEOjBcx2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUZEOjBcx2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tUZEOjBcx2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUZEOjBcx2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUZEOjBcx2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUZEOjBcx2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUZEOjBcx2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tUZEOjBcx2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUZEOjBcx2 .dropdown-item.active,
.cid-tUZEOjBcx2 .dropdown-item:active {
  background-color: transparent;
}
.cid-tUZEOjBcx2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUZEOjBcx2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUZEOjBcx2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUZEOjBcx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tUZEOjBcx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUZEOjBcx2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUZEOjBcx2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUZEOjBcx2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUZEOjBcx2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUZEOjBcx2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUZEOjBcx2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUZEOjBcx2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUZEOjBcx2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUZEOjBcx2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUZEOjBcx2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUZEOjBcx2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUZEOjBcx2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUZEOjBcx2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUZEOjBcx2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUZEOjBcx2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tUZEOjBcx2 .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-tUZEOjBcx2 .navbar {
    height: 70px;
  }
  .cid-tUZEOjBcx2 .navbar.opened {
    height: auto;
  }
  .cid-tUZEOjBcx2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUZEOks8Ey {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tUZEOks8Ey .mbr-section-title {
  color: #ba9b67;
}
.cid-tUZEOks8Ey .mbr-text {
  color: #c0bcb7;
}
.cid-tUZEOlaoWE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/microphone1-1-1396x800.webp");
}
.cid-tUZEOlaoWE .wrapper {
  height: 550px;
}
.cid-tUZEOlaoWE .mbr-section-title {
  text-align: left;
  color: #ba9b67;
}
.cid-tUZEOlLxD8 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tUZEOlLxD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUZEOlLxD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUZEOlLxD8 .video-wrapper iframe {
  width: 100%;
}
.cid-tUZEOlLxD8 .mbr-section-title,
.cid-tUZEOlLxD8 .mbr-section-subtitle,
.cid-tUZEOlLxD8 .mbr-text {
  text-align: center;
}
.cid-tUZEOlLxD8 .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-tUZEOlLxD8 .mbr-section-subtitle {
  text-align: left;
}
.cid-tUZEOlLxD8 .mbr-text {
  color: #f50b0b;
}
.cid-tUZEOmsyVl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/girlets-2000x1123.webp");
}
.cid-tUZEOmsyVl .wrapper {
  height: 550px;
}
.cid-tUZEOn5yEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/entertaining-the-crowd-2000x1126.webp");
}
.cid-tUZEOn5yEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUZEOn5yEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUZEOn5yEy .container-fluid {
  padding: 0;
}
.cid-tUZEOn5yEy .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tUZEOn5yEy .row {
    padding: 0 12px;
  }
}
.cid-tUZEOn5yEy .title-wrapper {
  padding-top: 40%;
}
.cid-tUZEOn5yEy .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tUZEOn5yEy .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tUZEOn5yEy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tUZEOnJaNq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-tUZEOnJaNq img,
.cid-tUZEOnJaNq .item-img {
  width: 100%;
}
.cid-tUZEOnJaNq .item:focus,
.cid-tUZEOnJaNq span:focus {
  outline: none;
}
.cid-tUZEOnJaNq .item-wrapper {
  position: relative;
}
.cid-tUZEOnJaNq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUZEOnJaNq .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUZEOnJaNq .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUZEOnJaNq .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUZEOnJaNq .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUZEOnJaNq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUZEOnJaNq .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-tUZEOnJaNq .mbr-text,
.cid-tUZEOnJaNq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tUZEOnJaNq .item-title {
  text-align: left;
  color: #000000;
}
.cid-tUZEOnJaNq .item-subtitle {
  text-align: left;
}
.cid-tUZEOnJaNq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUZEOnJaNq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUZEOnJaNq .embla__button--next,
.cid-tUZEOnJaNq .embla__button--prev {
  display: flex;
}
.cid-tUZEOnJaNq .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;
}
.cid-tUZEOnJaNq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUZEOnJaNq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUZEOnJaNq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUZEOnJaNq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUZEOnJaNq .embla__button {
    top: auto;
  }
}
.cid-tUZEOnJaNq .embla {
  position: relative;
  width: 100%;
}
.cid-tUZEOnJaNq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUZEOnJaNq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUZEOnJaNq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUZEOnJaNq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUZEOoIHoG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jah-shaka-black-1600x1096.webp");
}
.cid-tUZEOoIHoG .wrapper {
  height: 550px;
}
.cid-tUZEOpmEas {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tUZEOpmEas .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-tUZEOpmEas .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tUZEOpmEas .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-tUZEOpmEas .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-tUZEOpmEas .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-tUZEOpmEas .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-tUZEOpmEas .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-tUZEOpmEas .carousel-indicators li.active {
  background: #ddc499;
}
.cid-tUZEOpmEas .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-tUZEOpmEas .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-tUZEOpmEas .mbr-text,
.cid-tUZEOpmEas .mbr-section-btn {
  text-align: left;
}
.cid-tUZEOpmEas H3 {
  text-align: left;
}
.cid-tUZEOpmEas .author,
.cid-tUZEOpmEas .box {
  font-style: italic;
}
.cid-tUZEOpmEas .author {
  color: #9A948D;
}
.cid-tUZEOpmEas .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-tUZEOpmEas .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-tUZEOpmEas .mbr-iconfont {
    display: none;
  }
}
.cid-tUZEOqhuvV {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tUZEOqhuvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUZEOqhuvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUZEOqhuvV .box {
  margin-bottom: 15px;
}
.cid-tUZEOqhuvV .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tUZEOqhuvV .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tUZEOqhuvV .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tUZEOqhuvV .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tUZEOqhuvV .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tUZEOqhuvV .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tUZEOqhuvV .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tUZEOqhuvV .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tUZEOqhuvV .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tUZEOqhuvV .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tUZEOqhuvV .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tUZEOqhuvV .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tUZEOqhuvV .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUZEOqhuvV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUZEOqhuvV .item-img {
  overflow: hidden;
}
.cid-tUZEOqhuvV .item-img img {
  width: 100%;
}
.cid-tUZEOqhuvV .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tUZEOqhuvV .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-tUZEOqhuvV .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tUZEOrBCLo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-tUZEOrBCLo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUZEOrBCLo .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUZEOrBCLo .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUZEOrBCLo .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUZEOrBCLo .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-tUZEOrBCLo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUZEOrBCLo .carousel-control,
.cid-tUZEOrBCLo .close {
  background: #1b1b1b;
}
.cid-tUZEOrBCLo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUZEOrBCLo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUZEOrBCLo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUZEOrBCLo .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUZEOrBCLo .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-tUZEOrBCLo .close::before {
  content: '\e91a';
}
.cid-tUZEOrBCLo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUZEOrBCLo .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-tUZEOrBCLo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUZEOrBCLo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUZEOrBCLo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUZEOrBCLo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUZEOrBCLo .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-tUZEOrBCLo .carousel-indicators li.active,
.cid-tUZEOrBCLo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUZEOrBCLo .carousel-indicators li::after,
.cid-tUZEOrBCLo .carousel-indicators li::before {
  content: none;
}
.cid-tUZEOrBCLo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUZEOrBCLo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUZEOrBCLo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUZEOrBCLo .carousel-indicators {
    display: none;
  }
}
.cid-tUZEOrBCLo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUZEOrBCLo .carousel-inner > .active {
  display: block;
}
.cid-tUZEOrBCLo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUZEOrBCLo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUZEOrBCLo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUZEOrBCLo .carousel-control,
  .cid-tUZEOrBCLo .carousel-indicators,
  .cid-tUZEOrBCLo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUZEOrBCLo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUZEOrBCLo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUZEOrBCLo .carousel-indicators .active,
.cid-tUZEOrBCLo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUZEOrBCLo .carousel-indicators .active {
  background: #fff;
}
.cid-tUZEOrBCLo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUZEOrBCLo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUZEOrBCLo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUZEOrBCLo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUZEOrBCLo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUZEOrBCLo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUZEOrBCLo .carousel {
  width: 100%;
}
.cid-tUZEOrBCLo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUZEOrBCLo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUZEOrBCLo .modal.fade .modal-dialog,
.cid-tUZEOrBCLo .modal.in .modal-dialog {
  transform: none;
}
.cid-tUZEOrBCLo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUZEOrBCLo H6 {
  text-align: center;
}
.cid-tUZEOrBCLo H3 {
  color: #ddc499;
}
.cid-tUZEOrBCLo H4 {
  color: #9a948d;
}
.cid-tUZEOsTWnY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-tUZEOsTWnY .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tUZEOsTWnY .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tUZEOsTWnY .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tUZEOsTWnY .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-tUZEOsTWnY .form-group,
  .cid-tUZEOsTWnY .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tUZEOsTWnY .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tUZEOsTWnY textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tUZEOsTWnY .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tUZEOsTWnY .text-block {
    margin-bottom: 2rem;
  }
}
.cid-tUZEOsTWnY .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-tUZEOtHAEg {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tUZEOtHAEg .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tUZEOtHAEg .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tUZEOtHAEg .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tUZEOtHAEg .mbr-section-btn {
  width: 90%;
}
.cid-tUZEOtHAEg img {
  object-fit: cover;
  height: 100%;
}
.cid-tUZEOtHAEg section {
  position: relative;
}
.cid-tUZEOtHAEg .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-tUZEOtHAEg .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tUZEOtHAEg .mbr-section-subtitle,
  .cid-tUZEOtHAEg .mbr-section-btn,
  .cid-tUZEOtHAEg .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tUZEOtHAEg .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUZEOtHAEg .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tUZEOtHAEg .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tUZEOtHAEg .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tUZEOtHAEg .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tUZEOtHAEg .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tUZEOtHAEg .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tUZEOtHAEg .mbr-section-subtitle,
.cid-tUZEOtHAEg .mbr-section-btn {
  color: #9a948d;
}
.cid-tUZEOuvQKg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tUZEOuvQKg .media-container-row {
  justify-content: space-between;
}
.cid-tUZEOuvQKg .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tUZEOuvQKg .text-content {
    max-width: none;
  }
}
.cid-tUZEOuvQKg .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tUZEOuvQKg .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tUZEOuvQKg .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tUZEOuvQKg .icons {
    justify-content: center !important;
  }
  .cid-tUZEOuvQKg .text-content * {
    text-align: center;
  }
}
.cid-tUZEOuvQKg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUZEOvBydu {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-tUZEOvBydu .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-tUZEOvBydu .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-tUZEOvBydu .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-tUZEOvBydu .mbr-section-btn {
  width: 90%;
}
.cid-tUZEOvBydu img {
  object-fit: cover;
  height: 100%;
}
.cid-tUZEOvBydu section {
  position: relative;
}
.cid-tUZEOvBydu .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
.cid-tUZEOvBydu .row {
  flex-direction: row-reverse;
}
.cid-tUZEOvBydu .mbr-section-title {
  text-align: right;
}
.cid-tUZEOvBydu .mbr-section-subtitle,
.cid-tUZEOvBydu .mbr-section-btn {
  text-align: right;
  width: 100%;
  padding-left: 180px;
}
.cid-tUZEOvBydu .wrap {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cid-tUZEOvBydu .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-tUZEOvBydu .mbr-section-subtitle,
  .cid-tUZEOvBydu .mbr-section-btn,
  .cid-tUZEOvBydu .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-tUZEOvBydu .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUZEOvBydu .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tUZEOvBydu .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-tUZEOvBydu .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tUZEOvBydu .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-tUZEOvBydu .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tUZEOvBydu .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-tUZEOvBydu .mbr-section-subtitle,
.cid-tUZEOvBydu .mbr-section-btn {
  color: #9a948d;
}
.cid-tUZEOwuTRN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tUZEOwuTRN .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tUZEOwuTRN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tUZEOwuTRN .text-content {
    max-width: none;
  }
}
.cid-tUZEOwuTRN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tUZEOwuTRN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tUZEOwuTRN .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tUZEOwuTRN .icons {
    justify-content: center !important;
  }
  .cid-tUZEOwuTRN .text-content * {
    text-align: center;
  }
}
.cid-tUZEOwuTRN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUZEOxwEs5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/crowd-3-2000x1334.webp");
}
.cid-tUZEOxwEs5 .container-fluid {
  max-width: 1700px;
}
.cid-tUZEOxwEs5 h1 {
  line-height: 1;
}
.cid-tUZEOxwEs5 .mbr-text,
.cid-tUZEOxwEs5 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tUZEOyozkP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-tUZEOyozkP .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tUZEOyozkP .card {
    margin-bottom: 2rem!important;
  }
  .cid-tUZEOyozkP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tUZEOyozkP .link-wrap {
    align-items: center;
  }
}
.cid-tUZEOyozkP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tUZEOyozkP .mbr-text,
.cid-tUZEOyozkP .link-wrap,
.cid-tUZEOyozkP .mbr-section-btn {
  color: #9a948d;
}
.cid-tUZEOyozkP .card-title,
.cid-tUZEOyozkP .card-box {
  color: #ddc499;
}
.cid-tUZEOzlshT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-tUZEOzlshT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUZEOzlshT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUZEOzlshT .video-wrapper iframe {
  width: 100%;
}
.cid-tUZEOzlshT .mbr-section-title,
.cid-tUZEOzlshT .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tUZEOzlshT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tUZEOzlshT .mbr-text {
  color: #ffffff;
}
.cid-tUZEOzlshT .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-tUZEOzlshT .mbr-description {
  color: #d4ad6a;
}
.cid-tUZEOAhi5L {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tUZEOAhi5L .mbr-media {
  position: relative;
}
.cid-tUZEOAhi5L .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tUZEOAhi5L .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tUZEOAhi5L .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-tUZEOAhi5L .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tUZEOAhi5L .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tUZEOAhi5L .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tUZEOAhi5L .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUZEOAhi5L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUZEOAhi5L .mbr-section-title {
  color: #ffffff;
}
.cid-tUZEOAhi5L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tUZEOBSqp4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tUZEOBSqp4 .media-container-row {
  justify-content: space-between;
}
.cid-tUZEOBSqp4 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tUZEOBSqp4 .text-content {
    max-width: none;
  }
}
.cid-tUZEOBSqp4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tUZEOBSqp4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tUZEOBSqp4 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tUZEOBSqp4 .icons {
    justify-content: center !important;
  }
  .cid-tUZEOBSqp4 .text-content * {
    text-align: center;
  }
}
.cid-tUZEOBSqp4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUZEOCW4ei {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tUZEOCW4ei .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUZEOCW4ei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUZEOCW4ei .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-tUZEOCW4ei .number {
  color: #b1ac6b;
}
.cid-tUZEOCW4ei .period {
  display: block;
}
.cid-tUZEOCW4ei .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tUZEOCW4ei .period {
    font-size: 0.8rem;
  }
}
.cid-tUZEOCW4ei .btn {
  height: 100%;
  margin: 0;
}
.cid-tUZEOCW4ei .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tUZEOCW4ei .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tUZEOCW4ei .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tUZEOCW4ei .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tUZEOCW4ei .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-tUZEOCW4ei H3 {
  color: #000000;
}
.cid-tUZEOCW4ei .mbr-text,
.cid-tUZEOCW4ei .mbr-section-btn {
  color: #f50b0b;
}
.cid-tUZEOE5Nmr {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tUZEOE5Nmr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tUZEOE5Nmr .mbr-text {
  color: #c0bcb7;
}
.cid-tUZEOF5TAp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tUZEOF5TAp .mbr-section-title {
  color: #ba9b67;
}
.cid-tUZEOF5TAp .mbr-text {
  color: #c0bcb7;
}
.cid-tUZEOG1ijQ {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-tUZEOG1ijQ .container-fluid {
  max-width: 1700px;
}
.cid-tUZEOG1ijQ h1 {
  line-height: 1;
}
.cid-tUZEOH54xc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tUZEOH54xc .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tUZEOH54xc .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tUZEOH54xc .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tUZEOH54xc .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tUZEOH54xc .text {
  color: #BA9B67;
}
.cid-tUZEOH54xc .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tUZEOH54xc .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tUZEOH54xc .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tUZEOH54xc .mbr-text {
  text-align: left;
}
.cid-tUZEOH54xc .mbr-section-title {
  color: #ddc499;
}
.cid-tUZEOIhAMR {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tUZEOIhAMR .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tUZEOIhAMR .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tUZEOIhAMR .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tUZEOIhAMR .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tUZEOIhAMR .text {
  color: #BA9B67;
}
.cid-tUZEOIhAMR .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tUZEOIhAMR .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tUZEOIhAMR .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tUZEOIhAMR .mbr-text {
  text-align: left;
}
.cid-tUZEOIhAMR .mbr-section-title {
  color: #ddc499;
}
.cid-tUZEOJv3dI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tUZEOJv3dI .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tUZEOJv3dI .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tUZEOJv3dI .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tUZEOJv3dI .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tUZEOJv3dI .text {
  color: #BA9B67;
}
.cid-tUZEOJv3dI .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tUZEOJv3dI .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tUZEOJv3dI .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tUZEOJv3dI .mbr-text {
  text-align: left;
}
.cid-tUZEOJv3dI .mbr-section-title {
  color: #ddc499;
}
.cid-tUZEOKGWAp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tUZEOKGWAp .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tUZEOKGWAp .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUZEOKGWAp .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tUZEOKGWAp .row {
    margin: 0;
  }
}
.cid-tUZEOKGWAp .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tUZEOKGWAp .mbr-title {
  text-align: left;
}
.cid-tUZEOLUsDV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tUZEOLUsDV .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tUZEOLUsDV .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-tUZEOLUsDV .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-tUZEOLUsDV .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-tUZEOLUsDV .text {
  color: #BA9B67;
}
.cid-tUZEOLUsDV .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-tUZEOLUsDV .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tUZEOLUsDV .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-tUZEOLUsDV .mbr-text {
  text-align: left;
}
.cid-tUZEOLUsDV .mbr-section-title {
  color: #ddc499;
}
.cid-tUZEON8iiq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #150d1d;
}
.cid-tUZEON8iiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUZEON8iiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUZEON8iiq .box {
  margin-bottom: 15px;
}
.cid-tUZEON8iiq .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-tUZEON8iiq .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tUZEON8iiq .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-tUZEON8iiq .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-tUZEON8iiq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tUZEON8iiq .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tUZEON8iiq .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-tUZEON8iiq .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-tUZEON8iiq .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-tUZEON8iiq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tUZEON8iiq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tUZEON8iiq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tUZEON8iiq .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUZEON8iiq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUZEON8iiq .item-img {
  overflow: hidden;
}
.cid-tUZEON8iiq .item-img img {
  width: 100%;
}
.cid-tUZEON8iiq .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-tUZEON8iiq .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-tUZEON8iiq .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-tUZEOPcEhm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-tUZEOPcEhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUZEOPcEhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUZEOPcEhm .container-fluid {
  padding: 0;
}
.cid-tUZEOPcEhm .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tUZEOPcEhm .row {
    padding: 0 12px;
  }
}
.cid-tUZEOPcEhm .title-wrapper {
  padding-top: 40%;
}
.cid-tUZEOPcEhm .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-tUZEOPcEhm .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-tUZEOPcEhm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tUZEOQiDFU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tUZEOQiDFU img,
.cid-tUZEOQiDFU .item-img {
  width: 100%;
}
.cid-tUZEOQiDFU .item:focus,
.cid-tUZEOQiDFU span:focus {
  outline: none;
}
.cid-tUZEOQiDFU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tUZEOQiDFU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tUZEOQiDFU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tUZEOQiDFU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tUZEOQiDFU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tUZEOQiDFU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tUZEOQiDFU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tUZEOQiDFU .mbr-section-title {
  color: #232323;
}
.cid-tUZEOQiDFU .mbr-text,
.cid-tUZEOQiDFU .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-tUZEOQiDFU .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-tUZEOQiDFU .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-tUZEORDfrJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/unit-147-sound-red-bull-2000x1000.webp");
}
.cid-tUZEORDfrJ .wrapper {
  height: 550px;
}
.cid-tUZEORDfrJ .mbr-section-title {
  text-align: center;
}
.cid-tUZEOSPByp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tUZEOSPByp .mbr-section-title {
  color: #ba9b67;
}
.cid-tUZEOSPByp .mbr-text {
  color: #c0bcb7;
}
.cid-tUZEOU2mgS {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-tUZEOU2mgS .image-wrapper {
  padding: 0 2rem;
}
.cid-tUZEOU2mgS .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tUZEOU2mgS .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tUZEOU2mgS .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-tUZEOU2mgS .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-tUZEOU2mgS .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tUZEOU2mgS .text-wrapper,
  .cid-tUZEOU2mgS .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUZEOU2mgS .text-wrapper,
  .cid-tUZEOU2mgS .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tUZEOU2mgS .text-wrapper,
  .cid-tUZEOU2mgS .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tUZEOU2mgS .text-wrapper,
  .cid-tUZEOU2mgS .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tUZEOU2mgS .text-wrapper,
  .cid-tUZEOU2mgS .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tUZEOU2mgS .content {
    text-align: center;
  }
}
.cid-tUZEOU2mgS .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tUZEOU2mgS .mbr-card-title {
    text-align: start;
  }
}
.cid-tUZEOU2mgS .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tUZEOU2mgS .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tUZEOU2mgS .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tUZEOU2mgS .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tUZEOU2mgS .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tUZEOU2mgS .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tUZEOU2mgS .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tUZEOU2mgS .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tUZEOU2mgS .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tUZEOU2mgS .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tUZEOU2mgS .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tUZEOU2mgS .nutrition-wrap {
    width: 100%;
  }
}
.cid-tUZEOU2mgS .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tUZEOU2mgS .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tUZEOU2mgS .tile-text-wrap {
  display: flex;
}
.cid-tUZEOU2mgS svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tUZEOU2mgS svg path {
  fill: #cd8ad1;
}
.cid-tUZEOU2mgS .numbers {
  display: flex;
  align-self: center;
}
.cid-tUZEOU2mgS .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tUZEOU2mgS .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tUZEOU2mgS .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tUZEOU2mgS .mbr-tile-text {
    text-align: start;
  }
}
.cid-tUZEOU2mgS .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tUZEOU2mgS .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tUZEOU2mgS .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tUZEOU2mgS .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tUZEOU2mgS .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tUZEOU2mgS .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUZEOU2mgS .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUZEOU2mgS .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tUZEOU2mgS .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tUZEOU2mgS div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tUZEOU2mgS .mbr-section-btn {
  display: flex;
}
.cid-tUZEOU2mgS .mbr-text-title {
  color: #ddc499;
}
.cid-tUZEOVu1Oh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tUZEOVu1Oh .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tUZEOVu1Oh .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tUZEOVu1Oh .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tUZEOVu1Oh .row {
    margin: 0;
  }
}
.cid-tUZEOVu1Oh .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tUZEOVu1Oh .mbr-title {
  text-align: left;
}
.cid-ubBaHLkKai {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ubBaHLkKai .media-container-row {
  justify-content: space-between;
}
.cid-ubBaHLkKai .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubBaHLkKai .text-content {
    max-width: none;
  }
}
.cid-ubBaHLkKai .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubBaHLkKai .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubBaHLkKai .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubBaHLkKai .icons {
    justify-content: center !important;
  }
  .cid-ubBaHLkKai .text-content * {
    text-align: center;
  }
}
.cid-ubBaHLkKai .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUZEOWWJRF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tUZEOWWJRF .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tUZEOYc6D4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-tUZEOYc6D4 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-tUZEOYc6D4 .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-tUZEOYc6D4 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-tUZEOYc6D4 .form-group,
  .cid-tUZEOYc6D4 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tUZEOYc6D4 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-tUZEOYc6D4 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-tUZEOYc6D4 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tUZEOYc6D4 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-tUZJj1dNUi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tUZJj1dNUi .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tUZJj1dNUi nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tUZJj1dNUi .container,
  .cid-tUZJj1dNUi .container-fluid {
    flex-wrap: initial;
  }
  .cid-tUZJj1dNUi .nav-link:hover,
  .cid-tUZJj1dNUi .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tUZJj1dNUi .navbar-nav {
  margin: auto;
}
.cid-tUZJj1dNUi .dropdown-item {
  color: #ffffff !important;
}
.cid-tUZJj1dNUi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUZJj1dNUi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUZJj1dNUi .navbar-short,
.cid-tUZJj1dNUi .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tUZJj1dNUi .navbar-short .nav-link,
.cid-tUZJj1dNUi .opened .nav-link,
.cid-tUZJj1dNUi .navbar-short .navbar-caption,
.cid-tUZJj1dNUi .opened .navbar-caption,
.cid-tUZJj1dNUi .navbar-short .mbr-iconfont,
.cid-tUZJj1dNUi .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tUZJj1dNUi .navbar-short .hamburger span,
.cid-tUZJj1dNUi .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tUZJj1dNUi .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tUZJj1dNUi .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-tUZJj1dNUi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tUZJj1dNUi .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tUZJj1dNUi .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tUZJj1dNUi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUZJj1dNUi .container {
  display: flex;
  margin: auto;
}
.cid-tUZJj1dNUi .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUZJj1dNUi .dropdown-menu,
.cid-tUZJj1dNUi .navbar.opened {
  background: #000000 !important;
}
.cid-tUZJj1dNUi .nav-item:focus,
.cid-tUZJj1dNUi .nav-link:focus {
  outline: none;
}
.cid-tUZJj1dNUi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUZJj1dNUi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUZJj1dNUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUZJj1dNUi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUZJj1dNUi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUZJj1dNUi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUZJj1dNUi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tUZJj1dNUi .navbar.opened {
  transition: all 0.3s;
}
.cid-tUZJj1dNUi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUZJj1dNUi .navbar .navbar-logo img {
  width: auto;
}
.cid-tUZJj1dNUi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUZJj1dNUi .navbar.collapsed {
  justify-content: center;
}
.cid-tUZJj1dNUi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUZJj1dNUi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUZJj1dNUi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUZJj1dNUi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUZJj1dNUi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUZJj1dNUi .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-tUZJj1dNUi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUZJj1dNUi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUZJj1dNUi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUZJj1dNUi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUZJj1dNUi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUZJj1dNUi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUZJj1dNUi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUZJj1dNUi .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-tUZJj1dNUi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUZJj1dNUi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tUZJj1dNUi .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUZJj1dNUi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUZJj1dNUi .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tUZJj1dNUi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUZJj1dNUi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUZJj1dNUi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUZJj1dNUi .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tUZJj1dNUi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tUZJj1dNUi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUZJj1dNUi .dropdown-item.active,
.cid-tUZJj1dNUi .dropdown-item:active {
  background-color: transparent;
}
.cid-tUZJj1dNUi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUZJj1dNUi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUZJj1dNUi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUZJj1dNUi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tUZJj1dNUi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUZJj1dNUi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUZJj1dNUi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUZJj1dNUi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUZJj1dNUi button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUZJj1dNUi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUZJj1dNUi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUZJj1dNUi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUZJj1dNUi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUZJj1dNUi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUZJj1dNUi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUZJj1dNUi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUZJj1dNUi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUZJj1dNUi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUZJj1dNUi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUZJj1dNUi a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tUZJj1dNUi .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-tUZJj1dNUi .navbar {
    height: 70px;
  }
  .cid-tUZJj1dNUi .navbar.opened {
    height: auto;
  }
  .cid-tUZJj1dNUi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUZJj1Uuf9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bronx-800x533.webp");
}
.cid-tUZJj1Uuf9 .wrapper {
  height: 550px;
}
.cid-tUZJj1Uuf9 .mbr-section-title {
  text-align: left;
}
.cid-tUZJj2j18n {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tUZJj2j18n .mbr-section-title {
  color: #ba9b67;
}
.cid-tUZJj2j18n .mbr-text {
  color: #c0bcb7;
}
.cid-tUZJj2JT6O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tUZJj2JT6O .media-container-row {
  justify-content: space-between;
}
.cid-tUZJj2JT6O .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tUZJj2JT6O .text-content {
    max-width: none;
  }
}
.cid-tUZJj2JT6O .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tUZJj2JT6O .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tUZJj2JT6O .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tUZJj2JT6O .icons {
    justify-content: center !important;
  }
  .cid-tUZJj2JT6O .text-content * {
    text-align: center;
  }
}
.cid-tUZJj2JT6O .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tUZJj3oMuO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tUZJj3oMuO .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-tOWTunJScF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-tOWTunJScF .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-tOWTunJScF nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-tOWTunJScF .container,
  .cid-tOWTunJScF .container-fluid {
    flex-wrap: initial;
  }
  .cid-tOWTunJScF .nav-link:hover,
  .cid-tOWTunJScF .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-tOWTunJScF .navbar-nav {
  margin: auto;
}
.cid-tOWTunJScF .dropdown-item {
  color: #ffffff !important;
}
.cid-tOWTunJScF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOWTunJScF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOWTunJScF .navbar-short,
.cid-tOWTunJScF .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-tOWTunJScF .navbar-short .nav-link,
.cid-tOWTunJScF .opened .nav-link,
.cid-tOWTunJScF .navbar-short .navbar-caption,
.cid-tOWTunJScF .opened .navbar-caption,
.cid-tOWTunJScF .navbar-short .mbr-iconfont,
.cid-tOWTunJScF .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tOWTunJScF .navbar-short .hamburger span,
.cid-tOWTunJScF .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-tOWTunJScF .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-tOWTunJScF .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-tOWTunJScF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-tOWTunJScF .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-tOWTunJScF .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-tOWTunJScF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOWTunJScF .container {
  display: flex;
  margin: auto;
}
.cid-tOWTunJScF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOWTunJScF .dropdown-menu,
.cid-tOWTunJScF .navbar.opened {
  background: #000000 !important;
}
.cid-tOWTunJScF .nav-item:focus,
.cid-tOWTunJScF .nav-link:focus {
  outline: none;
}
.cid-tOWTunJScF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOWTunJScF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOWTunJScF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOWTunJScF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOWTunJScF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOWTunJScF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOWTunJScF .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tOWTunJScF .navbar.opened {
  transition: all 0.3s;
}
.cid-tOWTunJScF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOWTunJScF .navbar .navbar-logo img {
  width: auto;
}
.cid-tOWTunJScF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOWTunJScF .navbar.collapsed {
  justify-content: center;
}
.cid-tOWTunJScF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOWTunJScF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOWTunJScF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOWTunJScF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOWTunJScF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOWTunJScF .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-tOWTunJScF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOWTunJScF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOWTunJScF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOWTunJScF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOWTunJScF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOWTunJScF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOWTunJScF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOWTunJScF .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-tOWTunJScF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOWTunJScF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-tOWTunJScF .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOWTunJScF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOWTunJScF .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-tOWTunJScF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOWTunJScF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOWTunJScF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOWTunJScF .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tOWTunJScF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-tOWTunJScF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOWTunJScF .dropdown-item.active,
.cid-tOWTunJScF .dropdown-item:active {
  background-color: transparent;
}
.cid-tOWTunJScF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOWTunJScF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOWTunJScF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOWTunJScF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tOWTunJScF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOWTunJScF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOWTunJScF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOWTunJScF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOWTunJScF button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOWTunJScF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOWTunJScF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOWTunJScF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOWTunJScF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOWTunJScF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOWTunJScF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOWTunJScF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOWTunJScF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOWTunJScF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOWTunJScF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOWTunJScF a.nav-link {
  display: flex;
  align-items: center;
}
.cid-tOWTunJScF .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-tOWTunJScF .navbar {
    height: 70px;
  }
  .cid-tOWTunJScF .navbar.opened {
    height: auto;
  }
  .cid-tOWTunJScF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOWTuo9oEd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/microphone-698x400.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tOWTuo9oEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOWTuo9oEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOWTuo9oEd .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tOWTuo9oEd .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tOWTuo9oEd .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tOWTuo9oEd .container {
    max-width: 540px;
  }
}
.cid-tOWTuo9oEd .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tOWTuo9oEd .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tOWTuo9oEd .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tOWTuo9oEd .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tOWTuo9oEd .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tOWTuo9oEd .mbr-section-title {
  color: #ff9501;
}
.cid-tOWTuo9oEd .mbr-section-subtitle {
  color: #ffffff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tOWTuo9oEd .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-tOWTuo9oEd .card-row {
  align-items: stretch;
}
.cid-tOWTuo9oEd .card {
  margin-top: 30px;
}
.cid-tOWTuo9oEd .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-tOWTuo9oEd .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tOWTuo9oEd .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tOWTuo9oEd .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tOWTuo9oEd .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tOWTuo9oEd .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tOWTuo9oEd .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tOWTuo9oEd .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tOWTuo9oEd .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-tOWTuo9oEd .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tOWTuo9oEd .card-text {
  color: #977741;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: left;
}
.cid-tOWTuo9oEd .card-title,
.cid-tOWTuo9oEd .iconfont-wrapper {
  color: #ffffff;
}
.cid-u3t5NwrPw9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/microphone-698x400.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-u3t5NwrPw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3t5NwrPw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3t5NwrPw9 .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-u3t5NwrPw9 .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-u3t5NwrPw9 .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-u3t5NwrPw9 .container {
    max-width: 540px;
  }
}
.cid-u3t5NwrPw9 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-u3t5NwrPw9 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-u3t5NwrPw9 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-u3t5NwrPw9 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-u3t5NwrPw9 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-u3t5NwrPw9 .mbr-section-title {
  color: #ff9501;
}
.cid-u3t5NwrPw9 .mbr-section-subtitle {
  color: #ffffff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-u3t5NwrPw9 .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-u3t5NwrPw9 .card-row {
  align-items: stretch;
}
.cid-u3t5NwrPw9 .card {
  margin-top: 30px;
}
.cid-u3t5NwrPw9 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-u3t5NwrPw9 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-u3t5NwrPw9 .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-u3t5NwrPw9 .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-u3t5NwrPw9 .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-u3t5NwrPw9 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-u3t5NwrPw9 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-u3t5NwrPw9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-u3t5NwrPw9 .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-u3t5NwrPw9 .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-u3t5NwrPw9 .card-text {
  color: #ffa6a6;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: left;
}
.cid-u3t5NwrPw9 .card-title,
.cid-u3t5NwrPw9 .iconfont-wrapper {
  color: #ffffff;
}
.cid-vnIh4XBePy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/microphone-698x400.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-vnIh4XBePy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnIh4XBePy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnIh4XBePy .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-vnIh4XBePy .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-vnIh4XBePy .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-vnIh4XBePy .container {
    max-width: 540px;
  }
}
.cid-vnIh4XBePy .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-vnIh4XBePy .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-vnIh4XBePy .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-vnIh4XBePy .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-vnIh4XBePy .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-vnIh4XBePy .mbr-section-title {
  color: #ff9501;
}
.cid-vnIh4XBePy .mbr-section-subtitle {
  color: #ffffff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-vnIh4XBePy .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-vnIh4XBePy .card-row {
  align-items: stretch;
}
.cid-vnIh4XBePy .card {
  margin-top: 30px;
}
.cid-vnIh4XBePy .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-vnIh4XBePy .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-vnIh4XBePy .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-vnIh4XBePy .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-vnIh4XBePy .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-vnIh4XBePy .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-vnIh4XBePy .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-vnIh4XBePy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-vnIh4XBePy .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-vnIh4XBePy .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-vnIh4XBePy .card-text {
  color: #977741;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: left;
}
.cid-vnIh4XBePy .card-title,
.cid-vnIh4XBePy .iconfont-wrapper {
  color: #ffffff;
}
.cid-tOWTuoyYsn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tOWTuoyYsn .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-tOWTuoyYsn .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tOWTuoyYsn .text-content {
    max-width: none;
  }
}
.cid-tOWTuoyYsn .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tOWTuoyYsn .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tOWTuoyYsn .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tOWTuoyYsn .icons {
    justify-content: center !important;
  }
  .cid-tOWTuoyYsn .text-content * {
    text-align: center;
  }
}
.cid-tOWTuoyYsn .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOWTuoTw7Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOWTuoTw7Y .mbr-section-title {
  color: #ba9b67;
}
.cid-tOWTuoTw7Y .mbr-text {
  color: #c0bcb7;
  text-align: right;
}
.cid-tOWTuqkNBc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-tOWTuqkNBc .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tOWTuqkNBc .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOWTuqkNBc .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-tOWTuqkNBc .row {
    margin: 0;
  }
}
.cid-tOWTuqkNBc .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-tOWTuqkNBc .mbr-title {
  text-align: left;
}
.cid-tOWTur5751 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-tOWTur5751 .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-u1GjZNuUME {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-u1GjZNuUME .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-u1GjZNuUME nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-u1GjZNuUME .container,
  .cid-u1GjZNuUME .container-fluid {
    flex-wrap: initial;
  }
  .cid-u1GjZNuUME .nav-link:hover,
  .cid-u1GjZNuUME .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-u1GjZNuUME .navbar-nav {
  margin: auto;
}
.cid-u1GjZNuUME .dropdown-item {
  color: #ffffff !important;
}
.cid-u1GjZNuUME .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u1GjZNuUME .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u1GjZNuUME .navbar-short,
.cid-u1GjZNuUME .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u1GjZNuUME .navbar-short .nav-link,
.cid-u1GjZNuUME .opened .nav-link,
.cid-u1GjZNuUME .navbar-short .navbar-caption,
.cid-u1GjZNuUME .opened .navbar-caption,
.cid-u1GjZNuUME .navbar-short .mbr-iconfont,
.cid-u1GjZNuUME .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u1GjZNuUME .navbar-short .hamburger span,
.cid-u1GjZNuUME .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u1GjZNuUME .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-u1GjZNuUME .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-u1GjZNuUME .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-u1GjZNuUME .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-u1GjZNuUME .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-u1GjZNuUME .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u1GjZNuUME .container {
  display: flex;
  margin: auto;
}
.cid-u1GjZNuUME .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u1GjZNuUME .dropdown-menu,
.cid-u1GjZNuUME .navbar.opened {
  background: #000000 !important;
}
.cid-u1GjZNuUME .nav-item:focus,
.cid-u1GjZNuUME .nav-link:focus {
  outline: none;
}
.cid-u1GjZNuUME .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u1GjZNuUME .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1GjZNuUME .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u1GjZNuUME .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u1GjZNuUME .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1GjZNuUME .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1GjZNuUME .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-u1GjZNuUME .navbar.opened {
  transition: all 0.3s;
}
.cid-u1GjZNuUME .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u1GjZNuUME .navbar .navbar-logo img {
  width: auto;
}
.cid-u1GjZNuUME .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1GjZNuUME .navbar.collapsed {
  justify-content: center;
}
.cid-u1GjZNuUME .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1GjZNuUME .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1GjZNuUME .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u1GjZNuUME .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1GjZNuUME .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1GjZNuUME .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-u1GjZNuUME .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1GjZNuUME .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u1GjZNuUME .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u1GjZNuUME .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1GjZNuUME .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1GjZNuUME .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1GjZNuUME .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1GjZNuUME .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-u1GjZNuUME .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u1GjZNuUME .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-u1GjZNuUME .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u1GjZNuUME .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u1GjZNuUME .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-u1GjZNuUME .navbar.navbar-short {
  min-height: 60px;
}
.cid-u1GjZNuUME .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u1GjZNuUME .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u1GjZNuUME .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1GjZNuUME .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-u1GjZNuUME .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1GjZNuUME .dropdown-item.active,
.cid-u1GjZNuUME .dropdown-item:active {
  background-color: transparent;
}
.cid-u1GjZNuUME .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1GjZNuUME .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1GjZNuUME .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1GjZNuUME .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u1GjZNuUME .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1GjZNuUME .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1GjZNuUME ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u1GjZNuUME .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u1GjZNuUME button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u1GjZNuUME button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u1GjZNuUME button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u1GjZNuUME button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1GjZNuUME button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u1GjZNuUME button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u1GjZNuUME nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1GjZNuUME nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u1GjZNuUME nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u1GjZNuUME nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u1GjZNuUME .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u1GjZNuUME a.nav-link {
  display: flex;
  align-items: center;
}
.cid-u1GjZNuUME .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-u1GjZNuUME .navbar {
    height: 70px;
  }
  .cid-u1GjZNuUME .navbar.opened {
    height: auto;
  }
  .cid-u1GjZNuUME .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1GjZNZNlh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1GjZNZNlh .mbr-section-title {
  color: #ba9b67;
}
.cid-u1GjZNZNlh .mbr-text {
  color: #c0bcb7;
}
.cid-u1GjZOk6J6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/focus-group-620x330.webp");
}
.cid-u1GjZOk6J6 .wrapper {
  height: 550px;
}
.cid-u1GjZOk6J6 .mbr-section-title {
  text-align: center;
  color: #fb0808;
}
.cid-u1GjZOF0uH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1GjZOF0uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1GjZOF0uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1GjZOF0uH .video-wrapper iframe {
  width: 100%;
}
.cid-u1GjZOF0uH .mbr-section-title,
.cid-u1GjZOF0uH .mbr-section-subtitle,
.cid-u1GjZOF0uH .mbr-text {
  text-align: center;
}
.cid-u1GjZOF0uH .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-u1GjZOF0uH .mbr-section-subtitle {
  text-align: left;
}
.cid-u1GjZOF0uH .mbr-text {
  color: #e35050;
}
.cid-u1GjZP3ySk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00261a;
}
.cid-u1GjZP3ySk .media-container-row {
  justify-content: space-between;
}
.cid-u1GjZP3ySk .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u1GjZP3ySk .text-content {
    max-width: none;
  }
}
.cid-u1GjZP3ySk .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1GjZP3ySk .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1GjZP3ySk .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1GjZP3ySk .icons {
    justify-content: center !important;
  }
  .cid-u1GjZP3ySk .text-content * {
    text-align: center;
  }
}
.cid-u1GjZP3ySk .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u3qodzgrsU {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u3qodzgrsU .mbr-media {
  position: relative;
}
.cid-u3qodzgrsU .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u3qodzgrsU .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u3qodzgrsU .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-u3qodzgrsU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u3qodzgrsU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u3qodzgrsU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u3qodzgrsU .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u3qodzgrsU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u3qodzgrsU .mbr-section-title {
  color: #ffffff;
}
.cid-u3qodzgrsU .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-u1GjZQbMNB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/larryl-1008x672.webp");
}
.cid-u1GjZQbMNB .wrapper {
  height: 550px;
}
.cid-u1GjZQwY4G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carnival-crowdshot-2000x1131.webp");
}
.cid-u1GjZQwY4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1GjZQwY4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1GjZQwY4G .container-fluid {
  padding: 0;
}
.cid-u1GjZQwY4G .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u1GjZQwY4G .row {
    padding: 0 12px;
  }
}
.cid-u1GjZQwY4G .title-wrapper {
  padding-top: 40%;
}
.cid-u1GjZQwY4G .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-u1GjZQwY4G .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-u1GjZQwY4G .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1GjZQQjOQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-u1GjZQQjOQ img,
.cid-u1GjZQQjOQ .item-img {
  width: 100%;
}
.cid-u1GjZQQjOQ .item:focus,
.cid-u1GjZQQjOQ span:focus {
  outline: none;
}
.cid-u1GjZQQjOQ .item-wrapper {
  position: relative;
}
.cid-u1GjZQQjOQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1GjZQQjOQ .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u1GjZQQjOQ .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1GjZQQjOQ .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u1GjZQQjOQ .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u1GjZQQjOQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1GjZQQjOQ .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-u1GjZQQjOQ .mbr-text,
.cid-u1GjZQQjOQ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-u1GjZQQjOQ .item-title {
  text-align: left;
  color: #000000;
}
.cid-u1GjZQQjOQ .item-subtitle {
  text-align: left;
}
.cid-u1GjZQQjOQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u1GjZQQjOQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u1GjZQQjOQ .embla__button--next,
.cid-u1GjZQQjOQ .embla__button--prev {
  display: flex;
}
.cid-u1GjZQQjOQ .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;
}
.cid-u1GjZQQjOQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u1GjZQQjOQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u1GjZQQjOQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1GjZQQjOQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1GjZQQjOQ .embla__button {
    top: auto;
  }
}
.cid-u1GjZQQjOQ .embla {
  position: relative;
  width: 100%;
}
.cid-u1GjZQQjOQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u1GjZQQjOQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u1GjZQQjOQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u1GjZQQjOQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u3i3ZG8LA0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internash-2000x871.webp");
}
.cid-u3i3ZG8LA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3i3ZG8LA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3i3ZG8LA0 .container-fluid {
  padding: 0;
}
.cid-u3i3ZG8LA0 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3i3ZG8LA0 .row {
    padding: 0 12px;
  }
}
.cid-u3i3ZG8LA0 .title-wrapper {
  padding-top: 40%;
}
.cid-u3i3ZG8LA0 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-u3i3ZG8LA0 .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-u3i3ZG8LA0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1GjZRJIGG {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/peckins-sign-2000x1246.webp");
}
.cid-u1GjZRJIGG .container-fluid {
  max-width: 1700px;
}
.cid-u1GjZRJIGG h1 {
  line-height: 1;
}
.cid-u1GjZS7ZaS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/akala-2000x1126.webp");
}
.cid-u1GjZS7ZaS .wrapper {
  height: 550px;
}
.cid-u1GjZS7ZaS .mbr-section-title {
  text-align: left;
  color: #84d184;
}
.cid-u1GjZStNlf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1GjZStNlf .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-u1GjZStNlf .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u1GjZStNlf .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-u1GjZStNlf .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-u1GjZStNlf .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-u1GjZStNlf .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-u1GjZStNlf .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-u1GjZStNlf .carousel-indicators li.active {
  background: #ddc499;
}
.cid-u1GjZStNlf .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-u1GjZStNlf .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-u1GjZStNlf .mbr-text,
.cid-u1GjZStNlf .mbr-section-btn {
  text-align: left;
}
.cid-u1GjZStNlf H3 {
  text-align: left;
}
.cid-u1GjZStNlf .author,
.cid-u1GjZStNlf .box {
  font-style: italic;
}
.cid-u1GjZStNlf .author {
  color: #9A948D;
}
.cid-u1GjZStNlf .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-u1GjZStNlf .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-u1GjZStNlf .mbr-iconfont {
    display: none;
  }
}
.cid-u1GjZSVFEN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1GjZSVFEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1GjZSVFEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1GjZSVFEN .box {
  margin-bottom: 15px;
}
.cid-u1GjZSVFEN .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-u1GjZSVFEN .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-u1GjZSVFEN .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-u1GjZSVFEN .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-u1GjZSVFEN .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u1GjZSVFEN .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-u1GjZSVFEN .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-u1GjZSVFEN .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-u1GjZSVFEN .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-u1GjZSVFEN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u1GjZSVFEN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1GjZSVFEN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1GjZSVFEN .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1GjZSVFEN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1GjZSVFEN .item-img {
  overflow: hidden;
}
.cid-u1GjZSVFEN .item-img img {
  width: 100%;
}
.cid-u1GjZSVFEN .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-u1GjZSVFEN .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-u1GjZSVFEN .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-u1GjZSVFEN P {
  text-align: center;
}
.cid-u3irPtWTGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internashfemale-2000x871.webp");
}
.cid-u3irPtWTGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3irPtWTGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3irPtWTGk .container-fluid {
  padding: 0;
}
.cid-u3irPtWTGk .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3irPtWTGk .row {
    padding: 0 12px;
  }
}
.cid-u3irPtWTGk .title-wrapper {
  padding-top: 40%;
}
.cid-u3irPtWTGk .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-u3irPtWTGk .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-u3irPtWTGk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1GjZTEcyl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-u1GjZTEcyl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u1GjZTEcyl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-u1GjZTEcyl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u1GjZTEcyl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u1GjZTEcyl .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-u1GjZTEcyl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u1GjZTEcyl .carousel-control,
.cid-u1GjZTEcyl .close {
  background: #1b1b1b;
}
.cid-u1GjZTEcyl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1GjZTEcyl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u1GjZTEcyl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1GjZTEcyl .carousel-control-next span {
  margin-left: 5px;
}
.cid-u1GjZTEcyl .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-u1GjZTEcyl .close::before {
  content: '\e91a';
}
.cid-u1GjZTEcyl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1GjZTEcyl .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-u1GjZTEcyl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1GjZTEcyl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1GjZTEcyl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1GjZTEcyl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u1GjZTEcyl .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-u1GjZTEcyl .carousel-indicators li.active,
.cid-u1GjZTEcyl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u1GjZTEcyl .carousel-indicators li::after,
.cid-u1GjZTEcyl .carousel-indicators li::before {
  content: none;
}
.cid-u1GjZTEcyl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u1GjZTEcyl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u1GjZTEcyl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1GjZTEcyl .carousel-indicators {
    display: none;
  }
}
.cid-u1GjZTEcyl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u1GjZTEcyl .carousel-inner > .active {
  display: block;
}
.cid-u1GjZTEcyl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1GjZTEcyl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1GjZTEcyl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1GjZTEcyl .carousel-control,
  .cid-u1GjZTEcyl .carousel-indicators,
  .cid-u1GjZTEcyl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1GjZTEcyl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1GjZTEcyl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1GjZTEcyl .carousel-indicators .active,
.cid-u1GjZTEcyl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u1GjZTEcyl .carousel-indicators .active {
  background: #fff;
}
.cid-u1GjZTEcyl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1GjZTEcyl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1GjZTEcyl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1GjZTEcyl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1GjZTEcyl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1GjZTEcyl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1GjZTEcyl .carousel {
  width: 100%;
}
.cid-u1GjZTEcyl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1GjZTEcyl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u1GjZTEcyl .modal.fade .modal-dialog,
.cid-u1GjZTEcyl .modal.in .modal-dialog {
  transform: none;
}
.cid-u1GjZTEcyl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1GjZTEcyl H6 {
  text-align: center;
}
.cid-u1GjZTEcyl H3 {
  color: #ddc499;
}
.cid-u1GjZTEcyl H4 {
  color: #9a948d;
}
.cid-u1GjZUjOfX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-u1GjZUjOfX .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-u1GjZUjOfX .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-u1GjZUjOfX .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-u1GjZUjOfX .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-u1GjZUjOfX .form-group,
  .cid-u1GjZUjOfX .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-u1GjZUjOfX .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-u1GjZUjOfX textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-u1GjZUjOfX .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u1GjZUjOfX .text-block {
    margin-bottom: 2rem;
  }
}
.cid-u1GjZUjOfX .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-u1GjZULVvk {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-u1GjZULVvk .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-u1GjZULVvk .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-u1GjZULVvk .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-u1GjZULVvk .mbr-section-btn {
  width: 90%;
}
.cid-u1GjZULVvk img {
  object-fit: cover;
  height: 100%;
}
.cid-u1GjZULVvk section {
  position: relative;
}
.cid-u1GjZULVvk .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-u1GjZULVvk .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-u1GjZULVvk .mbr-section-subtitle,
  .cid-u1GjZULVvk .mbr-section-btn,
  .cid-u1GjZULVvk .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-u1GjZULVvk .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-u1GjZULVvk .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u1GjZULVvk .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-u1GjZULVvk .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u1GjZULVvk .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u1GjZULVvk .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-u1GjZULVvk .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-u1GjZULVvk .mbr-section-subtitle,
.cid-u1GjZULVvk .mbr-section-btn {
  color: #9a948d;
}
.cid-u1GjZVcR5y {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u1GjZVcR5y .media-container-row {
  justify-content: space-between;
}
.cid-u1GjZVcR5y .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u1GjZVcR5y .text-content {
    max-width: none;
  }
}
.cid-u1GjZVcR5y .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1GjZVcR5y .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1GjZVcR5y .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1GjZVcR5y .icons {
    justify-content: center !important;
  }
  .cid-u1GjZVcR5y .text-content * {
    text-align: center;
  }
}
.cid-u1GjZVcR5y .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1GjZVMDFd {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-u1GjZVMDFd .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-u1GjZVMDFd .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-u1GjZVMDFd .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-u1GjZVMDFd .mbr-section-btn {
  width: 90%;
}
.cid-u1GjZVMDFd img {
  object-fit: cover;
  height: 100%;
}
.cid-u1GjZVMDFd section {
  position: relative;
}
.cid-u1GjZVMDFd .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
.cid-u1GjZVMDFd .row {
  flex-direction: row-reverse;
}
.cid-u1GjZVMDFd .mbr-section-title {
  text-align: right;
}
.cid-u1GjZVMDFd .mbr-section-subtitle,
.cid-u1GjZVMDFd .mbr-section-btn {
  text-align: right;
  width: 100%;
  padding-left: 180px;
}
.cid-u1GjZVMDFd .wrap {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cid-u1GjZVMDFd .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-u1GjZVMDFd .mbr-section-subtitle,
  .cid-u1GjZVMDFd .mbr-section-btn,
  .cid-u1GjZVMDFd .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-u1GjZVMDFd .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-u1GjZVMDFd .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u1GjZVMDFd .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-u1GjZVMDFd .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u1GjZVMDFd .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-u1GjZVMDFd .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-u1GjZVMDFd .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-u1GjZVMDFd .mbr-section-subtitle,
.cid-u1GjZVMDFd .mbr-section-btn {
  color: #9a948d;
  text-align: left;
}
.cid-u1GjZWivQX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171410;
}
.cid-u1GjZWivQX .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-u1GjZWivQX .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u1GjZWivQX .text-content {
    max-width: none;
  }
}
.cid-u1GjZWivQX .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1GjZWivQX .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1GjZWivQX .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1GjZWivQX .icons {
    justify-content: center !important;
  }
  .cid-u1GjZWivQX .text-content * {
    text-align: center;
  }
}
.cid-u1GjZWivQX .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1GjZWYnRB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1GjZWYnRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1GjZWYnRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1GjZWYnRB .video-wrapper iframe {
  width: 100%;
}
.cid-u1GjZWYnRB .mbr-section-title,
.cid-u1GjZWYnRB .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u1GjZWYnRB .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1GjZWYnRB .mbr-text {
  color: #fbf807;
}
.cid-u1GjZWYnRB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1GjZWYnRB .mbr-description {
  color: #d4ad6a;
}
.cid-u1GjZXwCrX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-u1GjZXwCrX .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-u1GjZXwCrX .card {
    margin-bottom: 2rem!important;
  }
  .cid-u1GjZXwCrX .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1GjZXwCrX .link-wrap {
    align-items: center;
  }
}
.cid-u1GjZXwCrX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1GjZXwCrX .mbr-text,
.cid-u1GjZXwCrX .link-wrap,
.cid-u1GjZXwCrX .mbr-section-btn {
  color: #ffffff;
}
.cid-u1GjZXwCrX .card-title,
.cid-u1GjZXwCrX .card-box {
  color: #ddc499;
}
.cid-u3iBM45jVR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/local-2000x871.webp");
}
.cid-u3iBM45jVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3iBM45jVR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3iBM45jVR .container-fluid {
  padding: 0;
}
.cid-u3iBM45jVR .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u3iBM45jVR .row {
    padding: 0 12px;
  }
}
.cid-u3iBM45jVR .title-wrapper {
  padding-top: 40%;
}
.cid-u3iBM45jVR .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-u3iBM45jVR .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-u3iBM45jVR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1GjZY4VKx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mastermixing-2000x1500.webp");
}
.cid-u1GjZY4VKx .container-fluid {
  max-width: 1700px;
}
.cid-u1GjZY4VKx h1 {
  line-height: 1;
}
.cid-u1GjZY4VKx .mbr-text,
.cid-u1GjZY4VKx .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u1GjZY4VKx H1 {
  color: #ffffff;
}
.cid-u1GjZYBoaf {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u1GjZYBoaf .mbr-media {
  position: relative;
}
.cid-u1GjZYBoaf .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u1GjZYBoaf .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-u1GjZYBoaf .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-u1GjZYBoaf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u1GjZYBoaf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u1GjZYBoaf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u1GjZYBoaf .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u1GjZYBoaf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1GjZYBoaf .mbr-section-title {
  color: #ffffff;
}
.cid-u1GjZYBoaf .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-u1GjZZyZy4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-u1GjZZyZy4 .media-container-row {
  justify-content: space-between;
}
.cid-u1GjZZyZy4 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-u1GjZZyZy4 .text-content {
    max-width: none;
  }
}
.cid-u1GjZZyZy4 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1GjZZyZy4 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-u1GjZZyZy4 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-u1GjZZyZy4 .icons {
    justify-content: center !important;
  }
  .cid-u1GjZZyZy4 .text-content * {
    text-align: center;
  }
}
.cid-u1GjZZyZy4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1Gk00dgKl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-u1Gk00dgKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Gk00dgKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Gk00dgKl .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-u1Gk00dgKl .number {
  color: #b1ac6b;
}
.cid-u1Gk00dgKl .period {
  display: block;
}
.cid-u1Gk00dgKl .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-u1Gk00dgKl .period {
    font-size: 0.8rem;
  }
}
.cid-u1Gk00dgKl .btn {
  height: 100%;
  margin: 0;
}
.cid-u1Gk00dgKl .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-u1Gk00dgKl .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u1Gk00dgKl .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-u1Gk00dgKl .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-u1Gk00dgKl .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-u1Gk00dgKl H3 {
  color: #ffffff;
}
.cid-u1Gk00dgKl .mbr-text,
.cid-u1Gk00dgKl .mbr-section-btn {
  color: #f50b0b;
}
.cid-u1Gk00PRM0 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1Gk00PRM0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u1Gk00PRM0 .mbr-text {
  color: #c0bcb7;
}
.cid-u1Gk01nRXF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u1Gk01nRXF .mbr-section-title {
  color: #ba9b67;
}
.cid-u1Gk01nRXF .mbr-text {
  color: #c0bcb7;
}
.cid-u1Gk01VREI {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-u1Gk01VREI .container-fluid {
  max-width: 1700px;
}
.cid-u1Gk01VREI h1 {
  line-height: 1;
}
.cid-u1Gk03RLXF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #351143;
}
.cid-u1Gk03RLXF .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u1Gk03RLXF .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-u1Gk03RLXF .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-u1Gk03RLXF .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-u1Gk03RLXF .text {
  color: #BA9B67;
}
.cid-u1Gk03RLXF .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-u1Gk03RLXF .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1Gk03RLXF .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-u1Gk03RLXF .mbr-text {
  text-align: left;
}
.cid-u1Gk03RLXF .mbr-section-title {
  color: #ddc499;
}
.cid-u1Gk02wnKJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u1Gk02wnKJ .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u1Gk02wnKJ .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-u1Gk02wnKJ .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-u1Gk02wnKJ .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-u1Gk02wnKJ .text {
  color: #BA9B67;
}
.cid-u1Gk02wnKJ .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-u1Gk02wnKJ .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u1Gk02wnKJ .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-u1Gk02wnKJ .mbr-text {
  text-align: left;
}
.cid-u1Gk02wnKJ .mbr-section-title {
  color: #ddc499;
}
.cid-u1Gk03bB0W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #391e1e;
}
.cid-u1Gk03bB0W .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u1Gk03bB0W .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-u1Gk03bB0W .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-u1Gk03bB0W .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-u1Gk03bB0W .text {
  color: #BA9B67;
}
.cid-u1Gk03bB0W .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-u1Gk03bB0W .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1Gk03bB0W .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-u1Gk03bB0W .mbr-text {
  text-align: left;
}
.cid-u1Gk03bB0W .mbr-section-title {
  color: #ddc499;
}
.cid-u1GjZRlSTV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-u1GjZRlSTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1GjZRlSTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1GjZRlSTV .video-wrapper iframe {
  width: 100%;
}
.cid-u1GjZRlSTV .mbr-section-title,
.cid-u1GjZRlSTV .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u1GjZRlSTV .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1GjZRlSTV .mbr-text {
  color: #ffffff;
}
.cid-u1GjZRlSTV .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-u1GjZRlSTV .mbr-description {
  color: #d4ad6a;
}
.cid-u1Gk04xa6O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-u1Gk04xa6O .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u1Gk04xa6O .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Gk04xa6O .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-u1Gk04xa6O .row {
    margin: 0;
  }
}
.cid-u1Gk04xa6O .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-u1Gk04xa6O .mbr-title {
  text-align: left;
}
.cid-u1Gk05g4Js {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u1Gk05g4Js .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-u1Gk05g4Js .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-u1Gk05g4Js .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-u1Gk05g4Js .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-u1Gk05g4Js .text {
  color: #BA9B67;
}
.cid-u1Gk05g4Js .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-u1Gk05g4Js .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u1Gk05g4Js .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-u1Gk05g4Js .mbr-text {
  text-align: left;
}
.cid-u1Gk05g4Js .mbr-section-title {
  color: #ddc499;
}
.cid-u1Gk05ZK26 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-u1Gk05ZK26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Gk05ZK26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Gk05ZK26 .container-fluid {
  padding: 0;
}
.cid-u1Gk05ZK26 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u1Gk05ZK26 .row {
    padding: 0 12px;
  }
}
.cid-u1Gk05ZK26 .title-wrapper {
  padding-top: 40%;
}
.cid-u1Gk05ZK26 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-u1Gk05ZK26 .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-u1Gk05ZK26 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u1Gk06Di00 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-u1Gk06Di00 img,
.cid-u1Gk06Di00 .item-img {
  width: 100%;
}
.cid-u1Gk06Di00 .item:focus,
.cid-u1Gk06Di00 span:focus {
  outline: none;
}
.cid-u1Gk06Di00 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1Gk06Di00 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1Gk06Di00 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u1Gk06Di00 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1Gk06Di00 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u1Gk06Di00 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u1Gk06Di00 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1Gk06Di00 .mbr-section-title {
  color: #232323;
}
.cid-u1Gk06Di00 .mbr-text,
.cid-u1Gk06Di00 .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-u1Gk06Di00 .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-u1Gk06Di00 .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-u1Gk07pJte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/image-big-speakers-1926x1994.webp");
}
.cid-u1Gk07pJte .wrapper {
  height: 550px;
}
.cid-u1Gk07pJte .mbr-section-title {
  text-align: center;
}
.cid-u1Gk087OyT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u1Gk087OyT .mbr-section-title {
  color: #ba9b67;
}
.cid-u1Gk087OyT .mbr-text {
  color: #c0bcb7;
}
.cid-u1Gk08MR8q {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-u1Gk08MR8q .image-wrapper {
  padding: 0 2rem;
}
.cid-u1Gk08MR8q .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-u1Gk08MR8q .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-u1Gk08MR8q .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-u1Gk08MR8q .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-u1Gk08MR8q .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-u1Gk08MR8q .text-wrapper,
  .cid-u1Gk08MR8q .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u1Gk08MR8q .text-wrapper,
  .cid-u1Gk08MR8q .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-u1Gk08MR8q .text-wrapper,
  .cid-u1Gk08MR8q .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-u1Gk08MR8q .text-wrapper,
  .cid-u1Gk08MR8q .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-u1Gk08MR8q .text-wrapper,
  .cid-u1Gk08MR8q .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-u1Gk08MR8q .content {
    text-align: center;
  }
}
.cid-u1Gk08MR8q .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-u1Gk08MR8q .mbr-card-title {
    text-align: start;
  }
}
.cid-u1Gk08MR8q .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-u1Gk08MR8q .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-u1Gk08MR8q .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-u1Gk08MR8q .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-u1Gk08MR8q .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-u1Gk08MR8q .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-u1Gk08MR8q .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-u1Gk08MR8q .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-u1Gk08MR8q .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-u1Gk08MR8q .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-u1Gk08MR8q .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-u1Gk08MR8q .nutrition-wrap {
    width: 100%;
  }
}
.cid-u1Gk08MR8q .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-u1Gk08MR8q .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-u1Gk08MR8q .tile-text-wrap {
  display: flex;
}
.cid-u1Gk08MR8q svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-u1Gk08MR8q svg path {
  fill: #cd8ad1;
}
.cid-u1Gk08MR8q .numbers {
  display: flex;
  align-self: center;
}
.cid-u1Gk08MR8q .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-u1Gk08MR8q .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-u1Gk08MR8q .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-u1Gk08MR8q .mbr-tile-text {
    text-align: start;
  }
}
.cid-u1Gk08MR8q .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-u1Gk08MR8q .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-u1Gk08MR8q .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-u1Gk08MR8q .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-u1Gk08MR8q .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-u1Gk08MR8q .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u1Gk08MR8q .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u1Gk08MR8q .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-u1Gk08MR8q .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-u1Gk08MR8q div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-u1Gk08MR8q .mbr-section-btn {
  display: flex;
}
.cid-u1Gk08MR8q .mbr-text-title {
  color: #ddc499;
}
.cid-ubBcqKGUyh {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ubBcqKGUyh .media-container-row {
  justify-content: space-between;
}
.cid-ubBcqKGUyh .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubBcqKGUyh .text-content {
    max-width: none;
  }
}
.cid-ubBcqKGUyh .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubBcqKGUyh .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubBcqKGUyh .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubBcqKGUyh .icons {
    justify-content: center !important;
  }
  .cid-ubBcqKGUyh .text-content * {
    text-align: center;
  }
}
.cid-ubBcqKGUyh .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-u1Gk09BRd2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-u1Gk09BRd2 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u1Gk09BRd2 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1Gk09BRd2 .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-u1Gk09BRd2 .row {
    margin: 0;
  }
}
.cid-u1Gk09BRd2 .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-u1Gk09BRd2 .mbr-title {
  text-align: left;
}
.cid-u1Gk0anue6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4.webp");
}
.cid-u1Gk0anue6 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-u1Gk0anue6 .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-u1Gk0anue6 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-u1Gk0anue6 .form-group,
  .cid-u1Gk0anue6 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-u1Gk0anue6 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-u1Gk0anue6 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-u1Gk0anue6 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-u1Gk0anue6 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-u1Gk0b6Xw7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-u1Gk0b6Xw7 .media-container-row .mbr-text {
  color: #977741;
}
.cid-ubxQ9Yhig8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-ubxQ9Yhig8 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ubxQ9Yhig8 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ubxQ9Yhig8 .container,
  .cid-ubxQ9Yhig8 .container-fluid {
    flex-wrap: initial;
  }
  .cid-ubxQ9Yhig8 .nav-link:hover,
  .cid-ubxQ9Yhig8 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ubxQ9Yhig8 .navbar-nav {
  margin: auto;
}
.cid-ubxQ9Yhig8 .dropdown-item {
  color: #ffffff !important;
}
.cid-ubxQ9Yhig8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubxQ9Yhig8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubxQ9Yhig8 .navbar-short,
.cid-ubxQ9Yhig8 .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ubxQ9Yhig8 .navbar-short .nav-link,
.cid-ubxQ9Yhig8 .opened .nav-link,
.cid-ubxQ9Yhig8 .navbar-short .navbar-caption,
.cid-ubxQ9Yhig8 .opened .navbar-caption,
.cid-ubxQ9Yhig8 .navbar-short .mbr-iconfont,
.cid-ubxQ9Yhig8 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ubxQ9Yhig8 .navbar-short .hamburger span,
.cid-ubxQ9Yhig8 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ubxQ9Yhig8 .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ubxQ9Yhig8 .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-ubxQ9Yhig8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ubxQ9Yhig8 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ubxQ9Yhig8 .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-ubxQ9Yhig8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubxQ9Yhig8 .container {
  display: flex;
  margin: auto;
}
.cid-ubxQ9Yhig8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubxQ9Yhig8 .dropdown-menu,
.cid-ubxQ9Yhig8 .navbar.opened {
  background: #000000 !important;
}
.cid-ubxQ9Yhig8 .nav-item:focus,
.cid-ubxQ9Yhig8 .nav-link:focus {
  outline: none;
}
.cid-ubxQ9Yhig8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubxQ9Yhig8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubxQ9Yhig8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubxQ9Yhig8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubxQ9Yhig8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubxQ9Yhig8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubxQ9Yhig8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ubxQ9Yhig8 .navbar.opened {
  transition: all 0.3s;
}
.cid-ubxQ9Yhig8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubxQ9Yhig8 .navbar .navbar-logo img {
  width: auto;
}
.cid-ubxQ9Yhig8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubxQ9Yhig8 .navbar.collapsed {
  justify-content: center;
}
.cid-ubxQ9Yhig8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubxQ9Yhig8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubxQ9Yhig8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubxQ9Yhig8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubxQ9Yhig8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubxQ9Yhig8 .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-ubxQ9Yhig8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubxQ9Yhig8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubxQ9Yhig8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubxQ9Yhig8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubxQ9Yhig8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubxQ9Yhig8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubxQ9Yhig8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubxQ9Yhig8 .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-ubxQ9Yhig8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubxQ9Yhig8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ubxQ9Yhig8 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubxQ9Yhig8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubxQ9Yhig8 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ubxQ9Yhig8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubxQ9Yhig8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubxQ9Yhig8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubxQ9Yhig8 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubxQ9Yhig8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-ubxQ9Yhig8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubxQ9Yhig8 .dropdown-item.active,
.cid-ubxQ9Yhig8 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubxQ9Yhig8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubxQ9Yhig8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubxQ9Yhig8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubxQ9Yhig8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubxQ9Yhig8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubxQ9Yhig8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubxQ9Yhig8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubxQ9Yhig8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubxQ9Yhig8 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubxQ9Yhig8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubxQ9Yhig8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubxQ9Yhig8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubxQ9Yhig8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubxQ9Yhig8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubxQ9Yhig8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubxQ9Yhig8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubxQ9Yhig8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubxQ9Yhig8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubxQ9Yhig8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubxQ9Yhig8 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ubxQ9Yhig8 .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-ubxQ9Yhig8 .navbar {
    height: 70px;
  }
  .cid-ubxQ9Yhig8 .navbar.opened {
    height: auto;
  }
  .cid-ubxQ9Yhig8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubxQ9YNRJM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubxQ9YNRJM .mbr-section-title {
  color: #f1e91a;
}
.cid-ubxQ9YNRJM .mbr-text {
  color: #c0bcb7;
}
.cid-ubACNjfeoH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ubACNjfeoH .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ubACNjfeoH .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubACNjfeoH .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-ubACNjfeoH .row {
    margin: 0;
  }
}
.cid-ubACNjfeoH .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-ubACNjfeoH .mbr-title {
  text-align: left;
}
.cid-ubxQ9Zdt3H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mike-in-studio-1080x721.webp");
}
.cid-ubxQ9Zdt3H .wrapper {
  height: 550px;
}
.cid-ubxQ9Zdt3H .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubxQ9ZBUrk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubxQ9ZBUrk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQ9ZBUrk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQ9ZBUrk .video-wrapper iframe {
  width: 100%;
}
.cid-ubxQ9ZBUrk .mbr-section-title,
.cid-ubxQ9ZBUrk .mbr-section-subtitle,
.cid-ubxQ9ZBUrk .mbr-text {
  text-align: center;
}
.cid-ubxQ9ZBUrk .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-ubxQ9ZBUrk .mbr-section-subtitle {
  text-align: left;
}
.cid-ubxQ9ZBUrk .mbr-text {
  color: #e35050;
}
.cid-ubxWi8Lt73 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-ubxWi8Lt73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxWi8Lt73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxWi8Lt73 .video-wrapper iframe {
  width: 100%;
}
.cid-ubxWi8Lt73 .mbr-section-title,
.cid-ubxWi8Lt73 .mbr-section-subtitle,
.cid-ubxWi8Lt73 .mbr-text {
  text-align: center;
}
.cid-ubxWi8Lt73 .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-ubxWi8Lt73 .mbr-section-subtitle {
  text-align: left;
}
.cid-ubxWi8Lt73 .mbr-text {
  color: #e35050;
}
.cid-ubxQa199cc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/breakdancin-975x655.webp");
}
.cid-ubxQa199cc .wrapper {
  height: 550px;
}
.cid-ubxQa1v510 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sir-valdez-jammed-2000x1253.webp");
}
.cid-ubxQa1v510 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQa1v510 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQa1v510 .container-fluid {
  padding: 0;
}
.cid-ubxQa1v510 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubxQa1v510 .row {
    padding: 0 12px;
  }
}
.cid-ubxQa1v510 .title-wrapper {
  padding-top: 40%;
}
.cid-ubxQa1v510 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubxQa1v510 .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubxQa1v510 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubyuFdn2Yy {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubyuFdn2Yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyuFdn2Yy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyuFdn2Yy .video-wrapper iframe {
  width: 100%;
}
.cid-ubyuFdn2Yy .mbr-section-title,
.cid-ubyuFdn2Yy .mbr-section-subtitle,
.cid-ubyuFdn2Yy .mbr-text {
  text-align: center;
}
.cid-ubyuFdn2Yy .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-ubyuFdn2Yy .mbr-section-subtitle {
  text-align: left;
}
.cid-ubyuFdn2Yy .mbr-text {
  color: #f50b0b;
}
.cid-ubxQa1ULZw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-ubxQa1ULZw img,
.cid-ubxQa1ULZw .item-img {
  width: 100%;
}
.cid-ubxQa1ULZw .item:focus,
.cid-ubxQa1ULZw span:focus {
  outline: none;
}
.cid-ubxQa1ULZw .item-wrapper {
  position: relative;
}
.cid-ubxQa1ULZw .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubxQa1ULZw .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ubxQa1ULZw .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubxQa1ULZw .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubxQa1ULZw .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubxQa1ULZw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubxQa1ULZw .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-ubxQa1ULZw .mbr-text,
.cid-ubxQa1ULZw .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ubxQa1ULZw .item-title {
  text-align: left;
  color: #000000;
}
.cid-ubxQa1ULZw .item-subtitle {
  text-align: left;
}
.cid-ubxQa1ULZw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ubxQa1ULZw .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ubxQa1ULZw .embla__button--next,
.cid-ubxQa1ULZw .embla__button--prev {
  display: flex;
}
.cid-ubxQa1ULZw .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;
}
.cid-ubxQa1ULZw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ubxQa1ULZw .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ubxQa1ULZw .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubxQa1ULZw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubxQa1ULZw .embla__button {
    top: auto;
  }
}
.cid-ubxQa1ULZw .embla {
  position: relative;
  width: 100%;
}
.cid-ubxQa1ULZw .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ubxQa1ULZw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ubxQa1ULZw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ubxQa1ULZw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ubxQa2tSis {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hubliveradio1-1-2000x1100.webp");
}
.cid-ubxQa2tSis .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQa2tSis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQa2tSis .container-fluid {
  padding: 0;
}
.cid-ubxQa2tSis .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubxQa2tSis .row {
    padding: 0 12px;
  }
}
.cid-ubxQa2tSis .title-wrapper {
  padding-top: 40%;
}
.cid-ubxQa2tSis .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubxQa2tSis .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubxQa2tSis .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ubxQa00GPp {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubxQa00GPp .media-container-row {
  justify-content: space-between;
}
.cid-ubxQa00GPp .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubxQa00GPp .text-content {
    max-width: none;
  }
}
.cid-ubxQa00GPp .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubxQa00GPp .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubxQa00GPp .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubxQa00GPp .icons {
    justify-content: center !important;
  }
  .cid-ubxQa00GPp .text-content * {
    text-align: center;
  }
}
.cid-ubxQa00GPp .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubzx5FwElo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/crowdfunder.co.uk-2000x841.webp");
}
.cid-ubzx5FwElo .wrapper {
  height: 550px;
}
.cid-ubzx5FwElo .mbr-section-title {
  text-align: left;
  color: #84d184;
}
.cid-ubxQa3CCqP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubxQa3CCqP .row {
  flex-direction: row-reverse;
  position: relative;
}
.cid-ubxQa3CCqP .carousel-indicators {
  left: 75%;
  bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-ubxQa3CCqP .carousel-indicators {
    position: relative;
    left: 0;
    flex-direction: row;
    bottom: -10%;
  }
}
.cid-ubxQa3CCqP .carousel-indicators li {
  margin-bottom: 2rem;
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #ffffff;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-ubxQa3CCqP .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-ubxQa3CCqP .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #ddc499;
  stroke: none;
  overflow: visible;
}
.cid-ubxQa3CCqP .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #ddc499;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-ubxQa3CCqP .carousel-indicators li.active {
  background: #ddc499;
}
.cid-ubxQa3CCqP .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-ubxQa3CCqP .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-ubxQa3CCqP .mbr-text,
.cid-ubxQa3CCqP .mbr-section-btn {
  text-align: left;
}
.cid-ubxQa3CCqP H3 {
  text-align: left;
}
.cid-ubxQa3CCqP .author,
.cid-ubxQa3CCqP .box {
  font-style: italic;
}
.cid-ubxQa3CCqP .author {
  color: #9A948D;
}
.cid-ubxQa3CCqP .author h3 {
  font-family: 'Cormorant Garamond';
}
.cid-ubxQa3CCqP .mbr-iconfont {
  left: 10%;
  top: -45%;
  position: absolute;
  font-size: 35px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #41392e;
  padding: 4rem;
}
@media (max-width: 991px) {
  .cid-ubxQa3CCqP .mbr-iconfont {
    display: none;
  }
}
.cid-ubxQa4aCqw {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ubxQa4aCqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQa4aCqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQa4aCqw .box {
  margin-bottom: 15px;
}
.cid-ubxQa4aCqw .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-ubxQa4aCqw .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-ubxQa4aCqw .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-ubxQa4aCqw .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-ubxQa4aCqw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ubxQa4aCqw .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-ubxQa4aCqw .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-ubxQa4aCqw .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-ubxQa4aCqw .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-ubxQa4aCqw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubxQa4aCqw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubxQa4aCqw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubxQa4aCqw .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubxQa4aCqw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubxQa4aCqw .item-img {
  overflow: hidden;
}
.cid-ubxQa4aCqw .item-img img {
  width: 100%;
}
.cid-ubxQa4aCqw .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ubxQa4aCqw .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-ubxQa4aCqw .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
}
.cid-ubxQa4aCqw P {
  text-align: center;
}
.cid-ubxQa2QCZd {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/peckins-sign-2000x1246.webp");
}
.cid-ubxQa2QCZd .container-fluid {
  max-width: 1700px;
}
.cid-ubxQa2QCZd h1 {
  line-height: 1;
}
.cid-ubxQa4Ybyz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internashfemale-2000x871.webp");
}
.cid-ubxQa4Ybyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQa4Ybyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQa4Ybyz .container-fluid {
  padding: 0;
}
.cid-ubxQa4Ybyz .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubxQa4Ybyz .row {
    padding: 0 12px;
  }
}
.cid-ubxQa4Ybyz .title-wrapper {
  padding-top: 40%;
}
.cid-ubxQa4Ybyz .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubxQa4Ybyz .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubxQa4Ybyz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubxQa5oNMs {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-ubxQa5oNMs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubxQa5oNMs .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubxQa5oNMs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubxQa5oNMs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubxQa5oNMs .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-ubxQa5oNMs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubxQa5oNMs .carousel-control,
.cid-ubxQa5oNMs .close {
  background: #1b1b1b;
}
.cid-ubxQa5oNMs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubxQa5oNMs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubxQa5oNMs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubxQa5oNMs .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubxQa5oNMs .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-ubxQa5oNMs .close::before {
  content: '\e91a';
}
.cid-ubxQa5oNMs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubxQa5oNMs .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-ubxQa5oNMs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubxQa5oNMs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubxQa5oNMs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubxQa5oNMs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubxQa5oNMs .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-ubxQa5oNMs .carousel-indicators li.active,
.cid-ubxQa5oNMs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubxQa5oNMs .carousel-indicators li::after,
.cid-ubxQa5oNMs .carousel-indicators li::before {
  content: none;
}
.cid-ubxQa5oNMs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubxQa5oNMs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubxQa5oNMs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubxQa5oNMs .carousel-indicators {
    display: none;
  }
}
.cid-ubxQa5oNMs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubxQa5oNMs .carousel-inner > .active {
  display: block;
}
.cid-ubxQa5oNMs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubxQa5oNMs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubxQa5oNMs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubxQa5oNMs .carousel-control,
  .cid-ubxQa5oNMs .carousel-indicators,
  .cid-ubxQa5oNMs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubxQa5oNMs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubxQa5oNMs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubxQa5oNMs .carousel-indicators .active,
.cid-ubxQa5oNMs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubxQa5oNMs .carousel-indicators .active {
  background: #fff;
}
.cid-ubxQa5oNMs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubxQa5oNMs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubxQa5oNMs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubxQa5oNMs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubxQa5oNMs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubxQa5oNMs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubxQa5oNMs .carousel {
  width: 100%;
}
.cid-ubxQa5oNMs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubxQa5oNMs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubxQa5oNMs .modal.fade .modal-dialog,
.cid-ubxQa5oNMs .modal.in .modal-dialog {
  transform: none;
}
.cid-ubxQa5oNMs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubxQa5oNMs H6 {
  text-align: center;
}
.cid-ubxQa5oNMs H3 {
  color: #ddc499;
}
.cid-ubxQa5oNMs H4 {
  color: #9a948d;
}
.cid-ubxQa668UQ {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-ubxQa668UQ .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ubxQa668UQ .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ubxQa668UQ .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ubxQa668UQ .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-ubxQa668UQ .form-group,
  .cid-ubxQa668UQ .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ubxQa668UQ .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ubxQa668UQ textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ubxQa668UQ .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ubxQa668UQ .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ubxQa668UQ .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-ubxQa6CO62 {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-ubxQa6CO62 .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-ubxQa6CO62 .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-ubxQa6CO62 .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-ubxQa6CO62 .mbr-section-btn {
  width: 90%;
}
.cid-ubxQa6CO62 img {
  object-fit: cover;
  height: 100%;
}
.cid-ubxQa6CO62 section {
  position: relative;
}
.cid-ubxQa6CO62 .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-ubxQa6CO62 .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-ubxQa6CO62 .mbr-section-subtitle,
  .cid-ubxQa6CO62 .mbr-section-btn,
  .cid-ubxQa6CO62 .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-ubxQa6CO62 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubxQa6CO62 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ubxQa6CO62 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-ubxQa6CO62 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubxQa6CO62 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubxQa6CO62 .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-ubxQa6CO62 .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-ubxQa6CO62 .mbr-section-subtitle,
.cid-ubxQa6CO62 .mbr-section-btn {
  color: #9a948d;
}
.cid-ubxQa79ziv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ubxQa79ziv .media-container-row {
  justify-content: space-between;
}
.cid-ubxQa79ziv .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubxQa79ziv .text-content {
    max-width: none;
  }
}
.cid-ubxQa79ziv .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubxQa79ziv .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubxQa79ziv .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubxQa79ziv .icons {
    justify-content: center !important;
  }
  .cid-ubxQa79ziv .text-content * {
    text-align: center;
  }
}
.cid-ubxQa79ziv .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubxQa7OyE4 {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-ubxQa7OyE4 .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-ubxQa7OyE4 .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-ubxQa7OyE4 .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-ubxQa7OyE4 .mbr-section-btn {
  width: 90%;
}
.cid-ubxQa7OyE4 img {
  object-fit: cover;
  height: 100%;
}
.cid-ubxQa7OyE4 section {
  position: relative;
}
.cid-ubxQa7OyE4 .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-ubxQa7OyE4 .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-ubxQa7OyE4 .mbr-section-subtitle,
  .cid-ubxQa7OyE4 .mbr-section-btn,
  .cid-ubxQa7OyE4 .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-ubxQa7OyE4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubxQa7OyE4 .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ubxQa7OyE4 .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-ubxQa7OyE4 .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubxQa7OyE4 .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubxQa7OyE4 .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-ubxQa7OyE4 .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-ubxQa7OyE4 .mbr-section-subtitle,
.cid-ubxQa7OyE4 .mbr-section-btn {
  color: #9a948d;
  text-align: left;
}
.cid-ubxQa8paim {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171410;
}
.cid-ubxQa8paim .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-ubxQa8paim .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubxQa8paim .text-content {
    max-width: none;
  }
}
.cid-ubxQa8paim .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubxQa8paim .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubxQa8paim .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubxQa8paim .icons {
    justify-content: center !important;
  }
  .cid-ubxQa8paim .text-content * {
    text-align: center;
  }
}
.cid-ubxQa8paim .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubxQa953ao {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ubxQa953ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQa953ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQa953ao .video-wrapper iframe {
  width: 100%;
}
.cid-ubxQa953ao .mbr-section-title,
.cid-ubxQa953ao .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubxQa953ao .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubxQa953ao .mbr-text {
  color: #fbf807;
}
.cid-ubxQa953ao .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubxQa953ao .mbr-description {
  color: #d4ad6a;
}
.cid-ubxQa9PSgW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-ubxQa9PSgW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ubxQa9PSgW .card {
    margin-bottom: 2rem!important;
  }
  .cid-ubxQa9PSgW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubxQa9PSgW .link-wrap {
    align-items: center;
  }
}
.cid-ubxQa9PSgW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubxQa9PSgW .mbr-text,
.cid-ubxQa9PSgW .link-wrap,
.cid-ubxQa9PSgW .mbr-section-btn {
  color: #ffffff;
}
.cid-ubxQa9PSgW .card-title,
.cid-ubxQa9PSgW .card-box {
  color: #ddc499;
}
.cid-ubxQaaq6hJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ofneighbours-advert1-2000x857.webp");
}
.cid-ubxQaaq6hJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQaaq6hJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQaaq6hJ .container-fluid {
  padding: 0;
}
.cid-ubxQaaq6hJ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubxQaaq6hJ .row {
    padding: 0 12px;
  }
}
.cid-ubxQaaq6hJ .title-wrapper {
  padding-top: 40%;
}
.cid-ubxQaaq6hJ .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubxQaaq6hJ .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubxQaaq6hJ .mbr-section-title {
  color: #f1e91a;
  text-align: center;
}
.cid-ubxQab0HV8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/deckshot-copy-2000x1124.webp");
}
.cid-ubxQab0HV8 .container-fluid {
  max-width: 1700px;
}
.cid-ubxQab0HV8 h1 {
  line-height: 1;
}
.cid-ubxQab0HV8 .mbr-text,
.cid-ubxQab0HV8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ubxQab0HV8 H1 {
  color: #ffffff;
}
.cid-ubxQabA031 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubxQabA031 .mbr-media {
  position: relative;
}
.cid-ubxQabA031 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ubxQabA031 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ubxQabA031 .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-ubxQabA031 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubxQabA031 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubxQabA031 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubxQabA031 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubxQabA031 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubxQabA031 .mbr-section-title {
  color: #ffffff;
}
.cid-ubxQabA031 .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-ubxQacGSA2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubxQacGSA2 .media-container-row {
  justify-content: space-between;
}
.cid-ubxQacGSA2 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubxQacGSA2 .text-content {
    max-width: none;
  }
}
.cid-ubxQacGSA2 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubxQacGSA2 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubxQacGSA2 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubxQacGSA2 .icons {
    justify-content: center !important;
  }
  .cid-ubxQacGSA2 .text-content * {
    text-align: center;
  }
}
.cid-ubxQacGSA2 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubxQadn4MJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-ubxQadn4MJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQadn4MJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQadn4MJ .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-ubxQadn4MJ .number {
  color: #b1ac6b;
}
.cid-ubxQadn4MJ .period {
  display: block;
}
.cid-ubxQadn4MJ .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ubxQadn4MJ .period {
    font-size: 0.8rem;
  }
}
.cid-ubxQadn4MJ .btn {
  height: 100%;
  margin: 0;
}
.cid-ubxQadn4MJ .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ubxQadn4MJ .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ubxQadn4MJ .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubxQadn4MJ .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ubxQadn4MJ .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-ubxQadn4MJ H3 {
  color: #ffffff;
}
.cid-ubxQadn4MJ .mbr-text,
.cid-ubxQadn4MJ .mbr-section-btn {
  color: #f50b0b;
}
.cid-ubxQae3zUW {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubxQae3zUW .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubxQae3zUW .mbr-text {
  color: #c0bcb7;
}
.cid-ubxQaeFneH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubxQaeFneH .mbr-section-title {
  color: #f1e91a;
}
.cid-ubxQaeFneH .mbr-text {
  color: #c0bcb7;
}
.cid-ubxQafh4AS {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-ubxQafh4AS .container-fluid {
  max-width: 1700px;
}
.cid-ubxQafh4AS h1 {
  line-height: 1;
}
.cid-ubxQahoaNj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #391e1e;
}
.cid-ubxQahoaNj .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubxQahoaNj .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-ubxQahoaNj .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-ubxQahoaNj .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ubxQahoaNj .text {
  color: #BA9B67;
}
.cid-ubxQahoaNj .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-ubxQahoaNj .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubxQahoaNj .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-ubxQahoaNj .mbr-text {
  text-align: left;
}
.cid-ubxQahoaNj .mbr-section-title {
  color: #ddc499;
}
.cid-ubxQagEGrT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubxQagEGrT .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubxQagEGrT .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-ubxQagEGrT .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-ubxQagEGrT .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ubxQagEGrT .text {
  color: #BA9B67;
}
.cid-ubxQagEGrT .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-ubxQagEGrT .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubxQagEGrT .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-ubxQagEGrT .mbr-text {
  text-align: left;
}
.cid-ubxQagEGrT .mbr-section-title {
  color: #ddc499;
}
.cid-ubxQafV61I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #351143;
}
.cid-ubxQafV61I .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubxQafV61I .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-ubxQafV61I .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-ubxQafV61I .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ubxQafV61I .text {
  color: #BA9B67;
}
.cid-ubxQafV61I .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-ubxQafV61I .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubxQafV61I .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-ubxQafV61I .mbr-text {
  text-align: left;
}
.cid-ubxQafV61I .mbr-section-title {
  color: #ddc499;
}
.cid-ubxQai8RId {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-ubxQai8RId .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQai8RId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQai8RId .video-wrapper iframe {
  width: 100%;
}
.cid-ubxQai8RId .mbr-section-title,
.cid-ubxQai8RId .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubxQai8RId .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubxQai8RId .mbr-text {
  color: #ffffff;
}
.cid-ubxQai8RId .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-ubxQai8RId .mbr-description {
  color: #d4ad6a;
}
.cid-ubxQaiOwrn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ubxQaiOwrn .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ubxQaiOwrn .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubxQaiOwrn .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-ubxQaiOwrn .row {
    margin: 0;
  }
}
.cid-ubxQaiOwrn .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-ubxQaiOwrn .mbr-title {
  text-align: left;
}
.cid-ubxQajwaIz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubxQajwaIz .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubxQajwaIz .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-ubxQajwaIz .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-ubxQajwaIz .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ubxQajwaIz .text {
  color: #BA9B67;
}
.cid-ubxQajwaIz .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-ubxQajwaIz .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubxQajwaIz .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-ubxQajwaIz .mbr-text {
  text-align: left;
}
.cid-ubxQajwaIz .mbr-section-title {
  color: #ddc499;
}
.cid-ubxQakffMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image3.webp");
}
.cid-ubxQakffMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxQakffMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxQakffMJ .container-fluid {
  padding: 0;
}
.cid-ubxQakffMJ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubxQakffMJ .row {
    padding: 0 12px;
  }
}
.cid-ubxQakffMJ .title-wrapper {
  padding-top: 40%;
}
.cid-ubxQakffMJ .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubxQakffMJ .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubxQakffMJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubxQakTITC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-ubxQakTITC img,
.cid-ubxQakTITC .item-img {
  width: 100%;
}
.cid-ubxQakTITC .item:focus,
.cid-ubxQakTITC span:focus {
  outline: none;
}
.cid-ubxQakTITC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubxQakTITC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubxQakTITC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ubxQakTITC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubxQakTITC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubxQakTITC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubxQakTITC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubxQakTITC .mbr-section-title {
  color: #232323;
}
.cid-ubxQakTITC .mbr-text,
.cid-ubxQakTITC .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ubxQakTITC .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-ubxQakTITC .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-ubxQalIdk2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/lovely-speaker-2000x1123.webp");
}
.cid-ubxQalIdk2 .wrapper {
  height: 550px;
}
.cid-ubxQalIdk2 .mbr-section-title {
  text-align: center;
}
.cid-ubxQampRyg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubxQampRyg .mbr-section-title {
  color: #f1e91a;
}
.cid-ubxQampRyg .mbr-text {
  color: #c0bcb7;
}
.cid-ubAAg7ozQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background5.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-ubAAg7ozQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubAAg7ozQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubAAg7ozQc .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-ubAAg7ozQc .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-ubAAg7ozQc .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-ubAAg7ozQc .container {
    max-width: 540px;
  }
}
.cid-ubAAg7ozQc .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-ubAAg7ozQc .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-ubAAg7ozQc .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-ubAAg7ozQc .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ubAAg7ozQc .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-ubAAg7ozQc .mbr-section-title {
  color: #ff9501;
}
.cid-ubAAg7ozQc .mbr-section-subtitle {
  color: #ffffff;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-ubAAg7ozQc .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-ubAAg7ozQc .card-row {
  align-items: stretch;
}
.cid-ubAAg7ozQc .card {
  margin-top: 30px;
}
.cid-ubAAg7ozQc .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-ubAAg7ozQc .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-ubAAg7ozQc .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-ubAAg7ozQc .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-ubAAg7ozQc .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-ubAAg7ozQc .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-ubAAg7ozQc .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-ubAAg7ozQc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-ubAAg7ozQc .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-ubAAg7ozQc .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-ubAAg7ozQc .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: left;
}
.cid-ubAAg7ozQc .card-title,
.cid-ubAAg7ozQc .iconfont-wrapper {
  color: #ffffff;
}
.cid-ubxQan48nx {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-ubxQan48nx .image-wrapper {
  padding: 0 2rem;
}
.cid-ubxQan48nx .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-ubxQan48nx .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-ubxQan48nx .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-ubxQan48nx .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-ubxQan48nx .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-ubxQan48nx .text-wrapper,
  .cid-ubxQan48nx .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubxQan48nx .text-wrapper,
  .cid-ubxQan48nx .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ubxQan48nx .text-wrapper,
  .cid-ubxQan48nx .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ubxQan48nx .text-wrapper,
  .cid-ubxQan48nx .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ubxQan48nx .text-wrapper,
  .cid-ubxQan48nx .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ubxQan48nx .content {
    text-align: center;
  }
}
.cid-ubxQan48nx .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-ubxQan48nx .mbr-card-title {
    text-align: start;
  }
}
.cid-ubxQan48nx .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-ubxQan48nx .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-ubxQan48nx .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-ubxQan48nx .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-ubxQan48nx .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-ubxQan48nx .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-ubxQan48nx .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-ubxQan48nx .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-ubxQan48nx .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ubxQan48nx .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ubxQan48nx .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-ubxQan48nx .nutrition-wrap {
    width: 100%;
  }
}
.cid-ubxQan48nx .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-ubxQan48nx .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-ubxQan48nx .tile-text-wrap {
  display: flex;
}
.cid-ubxQan48nx svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-ubxQan48nx svg path {
  fill: #cd8ad1;
}
.cid-ubxQan48nx .numbers {
  display: flex;
  align-self: center;
}
.cid-ubxQan48nx .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-ubxQan48nx .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-ubxQan48nx .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-ubxQan48nx .mbr-tile-text {
    text-align: start;
  }
}
.cid-ubxQan48nx .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubxQan48nx .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-ubxQan48nx .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-ubxQan48nx .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-ubxQan48nx .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-ubxQan48nx .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ubxQan48nx .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ubxQan48nx .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ubxQan48nx .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubxQan48nx div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-ubxQan48nx .mbr-section-btn {
  display: flex;
}
.cid-ubxQan48nx .mbr-text-title {
  color: #ddc499;
}
.cid-ubxQanXCTV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ubxQanXCTV .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ubxQanXCTV .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubxQanXCTV .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-ubxQanXCTV .row {
    margin: 0;
  }
}
.cid-ubxQanXCTV .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-ubxQanXCTV .mbr-title {
  text-align: left;
}
.cid-ubxQaoK2x6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4.webp");
}
.cid-ubxQaoK2x6 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ubxQaoK2x6 .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ubxQaoK2x6 .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ubxQaoK2x6 .form-group,
  .cid-ubxQaoK2x6 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ubxQaoK2x6 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ubxQaoK2x6 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ubxQaoK2x6 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ubxQaoK2x6 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ubxQapujg4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-ubxQapujg4 .media-container-row .mbr-text {
  color: #977741;
}
.cid-ubyRyrzs4R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-ubyRyrzs4R .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-ubyRyrzs4R nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-ubyRyrzs4R .container,
  .cid-ubyRyrzs4R .container-fluid {
    flex-wrap: initial;
  }
  .cid-ubyRyrzs4R .nav-link:hover,
  .cid-ubyRyrzs4R .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-ubyRyrzs4R .navbar-nav {
  margin: auto;
}
.cid-ubyRyrzs4R .dropdown-item {
  color: #ffffff !important;
}
.cid-ubyRyrzs4R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubyRyrzs4R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubyRyrzs4R .navbar-short,
.cid-ubyRyrzs4R .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ubyRyrzs4R .navbar-short .nav-link,
.cid-ubyRyrzs4R .opened .nav-link,
.cid-ubyRyrzs4R .navbar-short .navbar-caption,
.cid-ubyRyrzs4R .opened .navbar-caption,
.cid-ubyRyrzs4R .navbar-short .mbr-iconfont,
.cid-ubyRyrzs4R .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ubyRyrzs4R .navbar-short .hamburger span,
.cid-ubyRyrzs4R .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ubyRyrzs4R .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-ubyRyrzs4R .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-ubyRyrzs4R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-ubyRyrzs4R .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-ubyRyrzs4R .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-ubyRyrzs4R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubyRyrzs4R .container {
  display: flex;
  margin: auto;
}
.cid-ubyRyrzs4R .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubyRyrzs4R .dropdown-menu,
.cid-ubyRyrzs4R .navbar.opened {
  background: #000000 !important;
}
.cid-ubyRyrzs4R .nav-item:focus,
.cid-ubyRyrzs4R .nav-link:focus {
  outline: none;
}
.cid-ubyRyrzs4R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubyRyrzs4R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubyRyrzs4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubyRyrzs4R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubyRyrzs4R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubyRyrzs4R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubyRyrzs4R .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-ubyRyrzs4R .navbar.opened {
  transition: all 0.3s;
}
.cid-ubyRyrzs4R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubyRyrzs4R .navbar .navbar-logo img {
  width: auto;
}
.cid-ubyRyrzs4R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubyRyrzs4R .navbar.collapsed {
  justify-content: center;
}
.cid-ubyRyrzs4R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubyRyrzs4R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubyRyrzs4R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubyRyrzs4R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubyRyrzs4R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubyRyrzs4R .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-ubyRyrzs4R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubyRyrzs4R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubyRyrzs4R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubyRyrzs4R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubyRyrzs4R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubyRyrzs4R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubyRyrzs4R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubyRyrzs4R .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-ubyRyrzs4R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubyRyrzs4R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-ubyRyrzs4R .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubyRyrzs4R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubyRyrzs4R .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-ubyRyrzs4R .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubyRyrzs4R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubyRyrzs4R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubyRyrzs4R .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubyRyrzs4R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-ubyRyrzs4R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubyRyrzs4R .dropdown-item.active,
.cid-ubyRyrzs4R .dropdown-item:active {
  background-color: transparent;
}
.cid-ubyRyrzs4R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubyRyrzs4R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubyRyrzs4R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubyRyrzs4R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubyRyrzs4R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubyRyrzs4R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubyRyrzs4R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubyRyrzs4R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubyRyrzs4R button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubyRyrzs4R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ubyRyrzs4R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubyRyrzs4R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubyRyrzs4R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubyRyrzs4R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubyRyrzs4R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubyRyrzs4R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubyRyrzs4R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubyRyrzs4R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubyRyrzs4R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubyRyrzs4R a.nav-link {
  display: flex;
  align-items: center;
}
.cid-ubyRyrzs4R .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-ubyRyrzs4R .navbar {
    height: 70px;
  }
  .cid-ubyRyrzs4R .navbar.opened {
    height: auto;
  }
  .cid-ubyRyrzs4R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubyRys8Pjs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-ubyRys8Pjs .mbr-section-title {
  color: #ffffff;
}
.cid-ubyRys8Pjs .mbr-text {
  color: #c0bcb7;
}
.cid-ubyRyszcDi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/microphones-from-selby-2000x1505.webp");
}
.cid-ubyRyszcDi .wrapper {
  height: 550px;
}
.cid-ubyRyszcDi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ubyRysZjpJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubyRysZjpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRysZjpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRysZjpJ .video-wrapper iframe {
  width: 100%;
}
.cid-ubyRysZjpJ .mbr-section-title,
.cid-ubyRysZjpJ .mbr-section-subtitle,
.cid-ubyRysZjpJ .mbr-text {
  text-align: center;
}
.cid-ubyRysZjpJ .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-ubyRysZjpJ .mbr-section-subtitle {
  text-align: left;
}
.cid-ubyRysZjpJ .mbr-text {
  color: #e35050;
}
.cid-ukUbOwnz9b {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ukUbOwnz9b .mbr-section-title {
  color: #ba9b67;
  text-align: center;
}
.cid-ukUbOwnz9b .mbr-text {
  color: #c0bcb7;
  text-align: center;
}
.cid-ukTZXLLEGh {
  background-image: url("../../../assets/images/mr-gladdy2-2000x2501.webp");
}
.cid-ukTZXLLEGh .container-fluid {
  max-width: 1700px;
}
.cid-ukTZXLLEGh h1 {
  line-height: 1;
}
.cid-ukTZXLLEGh .mbr-text,
.cid-ukTZXLLEGh .mbr-section-btn {
  text-align: left;
}
.cid-ukUbCSLpjc {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/bdd0a547-3639-478e-a514-fcf40075a648-1200x1600.webp");
}
.cid-ukUbCSLpjc .container-fluid {
  max-width: 1700px;
}
.cid-ukUbCSLpjc h1 {
  line-height: 1;
}
.cid-ubyRyuuQKo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1970s-carnival-1740x1150.webp");
}
.cid-ubyRyuuQKo .wrapper {
  height: 550px;
}
.cid-ubyRytXnAa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00261a;
}
.cid-ubyRytXnAa .media-container-row {
  justify-content: space-between;
}
.cid-ubyRytXnAa .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubyRytXnAa .text-content {
    max-width: none;
  }
}
.cid-ubyRytXnAa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubyRytXnAa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubyRytXnAa .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubyRytXnAa .icons {
    justify-content: center !important;
  }
  .cid-ubyRytXnAa .text-content * {
    text-align: center;
  }
}
.cid-ubyRytXnAa .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubyRyuV0zX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carnival-2014-1740x1292.webp");
}
.cid-ubyRyuV0zX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyuV0zX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyuV0zX .container-fluid {
  padding: 0;
}
.cid-ubyRyuV0zX .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubyRyuV0zX .row {
    padding: 0 12px;
  }
}
.cid-ubyRyuV0zX .title-wrapper {
  padding-top: 40%;
}
.cid-ubyRyuV0zX .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubyRyuV0zX .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubyRyuV0zX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubyRytvaDw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-ubyRytvaDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRytvaDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRytvaDw .video-wrapper iframe {
  width: 100%;
}
.cid-ubyRytvaDw .mbr-section-title,
.cid-ubyRytvaDw .mbr-section-subtitle,
.cid-ubyRytvaDw .mbr-text {
  text-align: center;
}
.cid-ubyRytvaDw .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-ubyRytvaDw .mbr-section-subtitle {
  text-align: left;
}
.cid-ubyRytvaDw .mbr-text {
  color: #ffffff;
}
.cid-ubyRyyHiQU {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ubyRyyHiQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyyHiQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyyHiQU .box {
  margin-bottom: 15px;
}
.cid-ubyRyyHiQU .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-ubyRyyHiQU .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-ubyRyyHiQU .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-ubyRyyHiQU .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-ubyRyyHiQU .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ubyRyyHiQU .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-ubyRyyHiQU .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-ubyRyyHiQU .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-ubyRyyHiQU .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-ubyRyyHiQU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubyRyyHiQU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubyRyyHiQU .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubyRyyHiQU .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubyRyyHiQU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubyRyyHiQU .item-img {
  overflow: hidden;
}
.cid-ubyRyyHiQU .item-img img {
  width: 100%;
}
.cid-ubyRyyHiQU .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-ubyRyyHiQU .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-ubyRyyHiQU .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-ubyRyyHiQU P {
  text-align: left;
}
.cid-ubyRyvVoYE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-ubyRyvVoYE img,
.cid-ubyRyvVoYE .item-img {
  width: 100%;
}
.cid-ubyRyvVoYE .item:focus,
.cid-ubyRyvVoYE span:focus {
  outline: none;
}
.cid-ubyRyvVoYE .item-wrapper {
  position: relative;
}
.cid-ubyRyvVoYE .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubyRyvVoYE .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ubyRyvVoYE .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubyRyvVoYE .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubyRyvVoYE .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubyRyvVoYE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubyRyvVoYE .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-ubyRyvVoYE .mbr-text,
.cid-ubyRyvVoYE .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-ubyRyvVoYE .item-title {
  text-align: left;
  color: #000000;
}
.cid-ubyRyvVoYE .item-subtitle {
  text-align: left;
}
.cid-ubyRyvVoYE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-ubyRyvVoYE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ubyRyvVoYE .embla__button--next,
.cid-ubyRyvVoYE .embla__button--prev {
  display: flex;
}
.cid-ubyRyvVoYE .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;
}
.cid-ubyRyvVoYE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ubyRyvVoYE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ubyRyvVoYE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubyRyvVoYE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubyRyvVoYE .embla__button {
    top: auto;
  }
}
.cid-ubyRyvVoYE .embla {
  position: relative;
  width: 100%;
}
.cid-ubyRyvVoYE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ubyRyvVoYE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ubyRyvVoYE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ubyRyvVoYE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ubyRywy5Oc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internash-2000x871.webp");
}
.cid-ubyRywy5Oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRywy5Oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRywy5Oc .container-fluid {
  padding: 0;
}
.cid-ubyRywy5Oc .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubyRywy5Oc .row {
    padding: 0 12px;
  }
}
.cid-ubyRywy5Oc .title-wrapper {
  padding-top: 40%;
}
.cid-ubyRywy5Oc .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubyRywy5Oc .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubyRywy5Oc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubyRyx1Yp1 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/peckins-sign-2000x1246.webp");
}
.cid-ubyRyx1Yp1 .container-fluid {
  max-width: 1700px;
}
.cid-ubyRyx1Yp1 h1 {
  line-height: 1;
}
.cid-ubyRyvpB9a {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubyRyvpB9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyvpB9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyvpB9a .video-wrapper iframe {
  width: 100%;
}
.cid-ubyRyvpB9a .mbr-section-title,
.cid-ubyRyvpB9a .mbr-section-subtitle,
.cid-ubyRyvpB9a .mbr-text {
  text-align: center;
}
.cid-ubyRyvpB9a .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-ubyRyvpB9a .mbr-section-subtitle {
  text-align: left;
}
.cid-ubyRyvpB9a .mbr-text {
  color: #f50b0b;
}
.cid-ubyRyzDqq1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internashfemale-2000x871.webp");
}
.cid-ubyRyzDqq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyzDqq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyzDqq1 .container-fluid {
  padding: 0;
}
.cid-ubyRyzDqq1 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubyRyzDqq1 .row {
    padding: 0 12px;
  }
}
.cid-ubyRyzDqq1 .title-wrapper {
  padding-top: 40%;
}
.cid-ubyRyzDqq1 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubyRyzDqq1 .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubyRyzDqq1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubyRyAdE3N {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-ubyRyAdE3N .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ubyRyAdE3N .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubyRyAdE3N .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ubyRyAdE3N .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ubyRyAdE3N .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-ubyRyAdE3N .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ubyRyAdE3N .carousel-control,
.cid-ubyRyAdE3N .close {
  background: #1b1b1b;
}
.cid-ubyRyAdE3N .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ubyRyAdE3N .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ubyRyAdE3N .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ubyRyAdE3N .carousel-control-next span {
  margin-left: 5px;
}
.cid-ubyRyAdE3N .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-ubyRyAdE3N .close::before {
  content: '\e91a';
}
.cid-ubyRyAdE3N .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubyRyAdE3N .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-ubyRyAdE3N .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubyRyAdE3N .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ubyRyAdE3N .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ubyRyAdE3N .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ubyRyAdE3N .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-ubyRyAdE3N .carousel-indicators li.active,
.cid-ubyRyAdE3N .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ubyRyAdE3N .carousel-indicators li::after,
.cid-ubyRyAdE3N .carousel-indicators li::before {
  content: none;
}
.cid-ubyRyAdE3N .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ubyRyAdE3N .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ubyRyAdE3N .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ubyRyAdE3N .carousel-indicators {
    display: none;
  }
}
.cid-ubyRyAdE3N .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ubyRyAdE3N .carousel-inner > .active {
  display: block;
}
.cid-ubyRyAdE3N .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ubyRyAdE3N .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ubyRyAdE3N .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ubyRyAdE3N .carousel-control,
  .cid-ubyRyAdE3N .carousel-indicators,
  .cid-ubyRyAdE3N .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ubyRyAdE3N .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ubyRyAdE3N .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ubyRyAdE3N .carousel-indicators .active,
.cid-ubyRyAdE3N .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ubyRyAdE3N .carousel-indicators .active {
  background: #fff;
}
.cid-ubyRyAdE3N .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ubyRyAdE3N .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ubyRyAdE3N .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ubyRyAdE3N .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ubyRyAdE3N .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ubyRyAdE3N .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ubyRyAdE3N .carousel {
  width: 100%;
}
.cid-ubyRyAdE3N .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ubyRyAdE3N .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ubyRyAdE3N .modal.fade .modal-dialog,
.cid-ubyRyAdE3N .modal.in .modal-dialog {
  transform: none;
}
.cid-ubyRyAdE3N .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ubyRyAdE3N H6 {
  text-align: center;
}
.cid-ubyRyAdE3N H3 {
  color: #ddc499;
}
.cid-ubyRyAdE3N H4 {
  color: #9a948d;
}
.cid-ubyRyB1F75 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-ubyRyB1F75 .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ubyRyB1F75 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ubyRyB1F75 .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ubyRyB1F75 .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-ubyRyB1F75 .form-group,
  .cid-ubyRyB1F75 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ubyRyB1F75 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ubyRyB1F75 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ubyRyB1F75 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ubyRyB1F75 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ubyRyB1F75 .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-ubyRyBAl2V {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-ubyRyBAl2V .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-ubyRyBAl2V .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-ubyRyBAl2V .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-ubyRyBAl2V .mbr-section-btn {
  width: 90%;
}
.cid-ubyRyBAl2V img {
  object-fit: cover;
  height: 100%;
}
.cid-ubyRyBAl2V section {
  position: relative;
}
.cid-ubyRyBAl2V .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-ubyRyBAl2V .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-ubyRyBAl2V .mbr-section-subtitle,
  .cid-ubyRyBAl2V .mbr-section-btn,
  .cid-ubyRyBAl2V .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-ubyRyBAl2V .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubyRyBAl2V .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ubyRyBAl2V .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-ubyRyBAl2V .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubyRyBAl2V .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubyRyBAl2V .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-ubyRyBAl2V .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-ubyRyBAl2V .mbr-section-subtitle,
.cid-ubyRyBAl2V .mbr-section-btn {
  color: #9a948d;
}
.cid-ubyRyCczqm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ubyRyCczqm .media-container-row {
  justify-content: space-between;
}
.cid-ubyRyCczqm .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubyRyCczqm .text-content {
    max-width: none;
  }
}
.cid-ubyRyCczqm .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubyRyCczqm .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubyRyCczqm .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubyRyCczqm .icons {
    justify-content: center !important;
  }
  .cid-ubyRyCczqm .text-content * {
    text-align: center;
  }
}
.cid-ubyRyCczqm .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubyRyCQu4b {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-ubyRyCQu4b .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-ubyRyCQu4b .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-ubyRyCQu4b .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-ubyRyCQu4b .mbr-section-btn {
  width: 90%;
}
.cid-ubyRyCQu4b img {
  object-fit: cover;
  height: 100%;
}
.cid-ubyRyCQu4b section {
  position: relative;
}
.cid-ubyRyCQu4b .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
.cid-ubyRyCQu4b .row {
  flex-direction: row-reverse;
}
.cid-ubyRyCQu4b .mbr-section-title {
  text-align: right;
}
.cid-ubyRyCQu4b .mbr-section-subtitle,
.cid-ubyRyCQu4b .mbr-section-btn {
  text-align: right;
  width: 100%;
  padding-left: 180px;
}
.cid-ubyRyCQu4b .wrap {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cid-ubyRyCQu4b .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-ubyRyCQu4b .mbr-section-subtitle,
  .cid-ubyRyCQu4b .mbr-section-btn,
  .cid-ubyRyCQu4b .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-ubyRyCQu4b .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-ubyRyCQu4b .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-ubyRyCQu4b .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-ubyRyCQu4b .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubyRyCQu4b .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubyRyCQu4b .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-ubyRyCQu4b .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-ubyRyCQu4b .mbr-section-subtitle,
.cid-ubyRyCQu4b .mbr-section-btn {
  color: #9a948d;
  text-align: left;
}
.cid-ubyRyDsWEa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171410;
}
.cid-ubyRyDsWEa .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-ubyRyDsWEa .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubyRyDsWEa .text-content {
    max-width: none;
  }
}
.cid-ubyRyDsWEa .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubyRyDsWEa .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubyRyDsWEa .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubyRyDsWEa .icons {
    justify-content: center !important;
  }
  .cid-ubyRyDsWEa .text-content * {
    text-align: center;
  }
}
.cid-ubyRyDsWEa .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubyRyE73vS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ubyRyE73vS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyE73vS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyE73vS .video-wrapper iframe {
  width: 100%;
}
.cid-ubyRyE73vS .mbr-section-title,
.cid-ubyRyE73vS .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubyRyE73vS .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubyRyE73vS .mbr-text {
  color: #fbf807;
}
.cid-ubyRyE73vS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubyRyE73vS .mbr-description {
  color: #d4ad6a;
}
.cid-ubyRyEQ5ku {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-ubyRyEQ5ku .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ubyRyEQ5ku .card {
    margin-bottom: 2rem!important;
  }
  .cid-ubyRyEQ5ku .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ubyRyEQ5ku .link-wrap {
    align-items: center;
  }
}
.cid-ubyRyEQ5ku .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubyRyEQ5ku .mbr-text,
.cid-ubyRyEQ5ku .link-wrap,
.cid-ubyRyEQ5ku .mbr-section-btn {
  color: #ffffff;
}
.cid-ubyRyEQ5ku .card-title,
.cid-ubyRyEQ5ku .card-box {
  color: #ddc499;
}
.cid-ubyRyFrCbE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/local-2000x871.webp");
}
.cid-ubyRyFrCbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyFrCbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyFrCbE .container-fluid {
  padding: 0;
}
.cid-ubyRyFrCbE .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubyRyFrCbE .row {
    padding: 0 12px;
  }
}
.cid-ubyRyFrCbE .title-wrapper {
  padding-top: 40%;
}
.cid-ubyRyFrCbE .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubyRyFrCbE .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubyRyFrCbE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukUwdjukXM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/crowd-3-2000x1334.webp");
}
.cid-ukUwdjukXM .container-fluid {
  max-width: 1700px;
}
.cid-ukUwdjukXM h1 {
  line-height: 1;
}
.cid-ukUwdjukXM .mbr-text,
.cid-ukUwdjukXM .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-ubyRyGD71l {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-ubyRyGD71l .mbr-media {
  position: relative;
}
.cid-ubyRyGD71l .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ubyRyGD71l .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ubyRyGD71l .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-ubyRyGD71l .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubyRyGD71l .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubyRyGD71l .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubyRyGD71l .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubyRyGD71l .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubyRyGD71l .mbr-section-title {
  color: #ffffff;
}
.cid-ubyRyGD71l .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-ubyRyHHr3u {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ubyRyHHr3u .media-container-row {
  justify-content: space-between;
}
.cid-ubyRyHHr3u .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ubyRyHHr3u .text-content {
    max-width: none;
  }
}
.cid-ubyRyHHr3u .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubyRyHHr3u .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ubyRyHHr3u .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ubyRyHHr3u .icons {
    justify-content: center !important;
  }
  .cid-ubyRyHHr3u .text-content * {
    text-align: center;
  }
}
.cid-ubyRyHHr3u .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ubyRyInZm5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-ubyRyInZm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyInZm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyInZm5 .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-ubyRyInZm5 .number {
  color: #b1ac6b;
}
.cid-ubyRyInZm5 .period {
  display: block;
}
.cid-ubyRyInZm5 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ubyRyInZm5 .period {
    font-size: 0.8rem;
  }
}
.cid-ubyRyInZm5 .btn {
  height: 100%;
  margin: 0;
}
.cid-ubyRyInZm5 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ubyRyInZm5 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ubyRyInZm5 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubyRyInZm5 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ubyRyInZm5 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-ubyRyInZm5 H3 {
  color: #ffffff;
}
.cid-ubyRyInZm5 .mbr-text,
.cid-ubyRyInZm5 .mbr-section-btn {
  color: #f50b0b;
}
.cid-ubyRyJ7RWF {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubyRyJ7RWF .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ubyRyJ7RWF .mbr-text {
  color: #c0bcb7;
}
.cid-ubyRyJJvmj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ubyRyJJvmj .mbr-section-title {
  color: #ba9b67;
}
.cid-ubyRyJJvmj .mbr-text {
  color: #c0bcb7;
}
.cid-ubyRyKmQHG {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-ubyRyKmQHG .container-fluid {
  max-width: 1700px;
}
.cid-ubyRyKmQHG h1 {
  line-height: 1;
}
.cid-ubyRyLLWuI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubyRyLLWuI .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubyRyLLWuI .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-ubyRyLLWuI .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-ubyRyLLWuI .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ubyRyLLWuI .text {
  color: #BA9B67;
}
.cid-ubyRyLLWuI .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-ubyRyLLWuI .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubyRyLLWuI .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-ubyRyLLWuI .mbr-text {
  text-align: left;
}
.cid-ubyRyLLWuI .mbr-section-title {
  color: #ddc499;
}
.cid-ubyRyMySQe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #391e1e;
}
.cid-ubyRyMySQe .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubyRyMySQe .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-ubyRyMySQe .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-ubyRyMySQe .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ubyRyMySQe .text {
  color: #BA9B67;
}
.cid-ubyRyMySQe .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-ubyRyMySQe .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubyRyMySQe .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-ubyRyMySQe .mbr-text {
  text-align: left;
}
.cid-ubyRyMySQe .mbr-section-title {
  color: #ddc499;
}
.cid-ubyRyL0pPh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubyRyL0pPh .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubyRyL0pPh .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-ubyRyL0pPh .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-ubyRyL0pPh .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ubyRyL0pPh .text {
  color: #BA9B67;
}
.cid-ubyRyL0pPh .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-ubyRyL0pPh .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubyRyL0pPh .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-ubyRyL0pPh .mbr-text {
  text-align: left;
}
.cid-ubyRyL0pPh .mbr-section-title {
  color: #ddc499;
}
.cid-ubyRyNkQBK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-ubyRyNkQBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyNkQBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyNkQBK .video-wrapper iframe {
  width: 100%;
}
.cid-ubyRyNkQBK .mbr-section-title,
.cid-ubyRyNkQBK .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ubyRyNkQBK .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubyRyNkQBK .mbr-text {
  color: #ffffff;
}
.cid-ubyRyNkQBK .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-ubyRyNkQBK .mbr-description {
  color: #d4ad6a;
}
.cid-ubyRyO9Pbj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ubyRyO9Pbj .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ubyRyO9Pbj .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubyRyO9Pbj .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-ubyRyO9Pbj .row {
    margin: 0;
  }
}
.cid-ubyRyO9Pbj .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-ubyRyO9Pbj .mbr-title {
  text-align: left;
}
.cid-ubyRyOYe0f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ubyRyOYe0f .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubyRyOYe0f .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-ubyRyOYe0f .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-ubyRyOYe0f .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-ubyRyOYe0f .text {
  color: #BA9B67;
}
.cid-ubyRyOYe0f .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-ubyRyOYe0f .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ubyRyOYe0f .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-ubyRyOYe0f .mbr-text {
  text-align: left;
}
.cid-ubyRyOYe0f .mbr-section-title {
  color: #ddc499;
}
.cid-ubyRyPPjLp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-ubyRyPPjLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubyRyPPjLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubyRyPPjLp .container-fluid {
  padding: 0;
}
.cid-ubyRyPPjLp .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubyRyPPjLp .row {
    padding: 0 12px;
  }
}
.cid-ubyRyPPjLp .title-wrapper {
  padding-top: 40%;
}
.cid-ubyRyPPjLp .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-ubyRyPPjLp .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-ubyRyPPjLp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubyRyQEWU1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-ubyRyQEWU1 img,
.cid-ubyRyQEWU1 .item-img {
  width: 100%;
}
.cid-ubyRyQEWU1 .item:focus,
.cid-ubyRyQEWU1 span:focus {
  outline: none;
}
.cid-ubyRyQEWU1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubyRyQEWU1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubyRyQEWU1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ubyRyQEWU1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubyRyQEWU1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubyRyQEWU1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubyRyQEWU1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubyRyQEWU1 .mbr-section-title {
  color: #232323;
}
.cid-ubyRyQEWU1 .mbr-text,
.cid-ubyRyQEWU1 .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ubyRyQEWU1 .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-ubyRyQEWU1 .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-ubyRyRxTVU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/image-big-speakers-1926x1994.webp");
}
.cid-ubyRyRxTVU .wrapper {
  height: 550px;
}
.cid-ubyRyRxTVU .mbr-section-title {
  text-align: center;
}
.cid-ubyRySjkQt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ubyRySjkQt .mbr-section-title {
  color: #f00707;
}
.cid-ubyRySjkQt .mbr-text {
  color: #c0bcb7;
}
.cid-ubyRyT5jKh {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-ubyRyT5jKh .image-wrapper {
  padding: 0 2rem;
}
.cid-ubyRyT5jKh .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-ubyRyT5jKh .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-ubyRyT5jKh .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-ubyRyT5jKh .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-ubyRyT5jKh .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-ubyRyT5jKh .text-wrapper,
  .cid-ubyRyT5jKh .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubyRyT5jKh .text-wrapper,
  .cid-ubyRyT5jKh .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-ubyRyT5jKh .text-wrapper,
  .cid-ubyRyT5jKh .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-ubyRyT5jKh .text-wrapper,
  .cid-ubyRyT5jKh .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-ubyRyT5jKh .text-wrapper,
  .cid-ubyRyT5jKh .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-ubyRyT5jKh .content {
    text-align: center;
  }
}
.cid-ubyRyT5jKh .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-ubyRyT5jKh .mbr-card-title {
    text-align: start;
  }
}
.cid-ubyRyT5jKh .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-ubyRyT5jKh .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-ubyRyT5jKh .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-ubyRyT5jKh .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-ubyRyT5jKh .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-ubyRyT5jKh .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-ubyRyT5jKh .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-ubyRyT5jKh .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-ubyRyT5jKh .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-ubyRyT5jKh .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-ubyRyT5jKh .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-ubyRyT5jKh .nutrition-wrap {
    width: 100%;
  }
}
.cid-ubyRyT5jKh .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-ubyRyT5jKh .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-ubyRyT5jKh .tile-text-wrap {
  display: flex;
}
.cid-ubyRyT5jKh svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-ubyRyT5jKh svg path {
  fill: #cd8ad1;
}
.cid-ubyRyT5jKh .numbers {
  display: flex;
  align-self: center;
}
.cid-ubyRyT5jKh .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-ubyRyT5jKh .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-ubyRyT5jKh .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-ubyRyT5jKh .mbr-tile-text {
    text-align: start;
  }
}
.cid-ubyRyT5jKh .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ubyRyT5jKh .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-ubyRyT5jKh .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-ubyRyT5jKh .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-ubyRyT5jKh .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-ubyRyT5jKh .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ubyRyT5jKh .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ubyRyT5jKh .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-ubyRyT5jKh .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-ubyRyT5jKh div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-ubyRyT5jKh .mbr-section-btn {
  display: flex;
}
.cid-ubyRyT5jKh .mbr-text-title {
  color: #ddc499;
}
.cid-ubyRyU06P6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ubyRyU06P6 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ubyRyU06P6 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubyRyU06P6 .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-ubyRyU06P6 .row {
    margin: 0;
  }
}
.cid-ubyRyU06P6 .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-ubyRyU06P6 .mbr-title {
  text-align: left;
}
.cid-ubyRyUWZEv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4.webp");
}
.cid-ubyRyUWZEv .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-ubyRyUWZEv .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ubyRyUWZEv .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-ubyRyUWZEv .form-group,
  .cid-ubyRyUWZEv .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-ubyRyUWZEv .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-ubyRyUWZEv textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-ubyRyUWZEv .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-ubyRyUWZEv .text-block {
    margin-bottom: 2rem;
  }
}
.cid-ubyRyVNHhV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-ubyRyVNHhV .media-container-row .mbr-text {
  color: #977741;
}
.cid-ubB1rkCtMY {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-ubB1rkCtMY {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-ubB1rkCtMY .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-ubB1rkCtMY section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-ubB1rkCtMY .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/led-lights-1344x896.webp");
}
.cid-ubB1rkCtMY .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rkCtMY .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubB1rkCtMY .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-ubB1rkCtMY .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ubB1rkCtMY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ubB1rkCtMY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-ubB1rkCtMY .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ubB1rkCtMY .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-ubB1rkCtMY .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ubB1rkCtMY .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-ubB1rkCtMY .image-wrapper img {
    height: 300px;
  }
}
.cid-ubB1rkCtMY .mbr-section-title {
  color: #ffffff;
}
.cid-ubB1rkCtMY .mbr-desc {
  color: #ffffff;
}
.cid-ubB1rkYtfN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ubB1rkYtfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rkYtfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubB1rkYtfN .title-wrapper {
  padding: 50px 80px 0 0;
  padding: 50px 0 0 80px;
}
@media (max-width: 992px) {
  .cid-ubB1rkYtfN .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ubB1rkYtfN .title-wrapper {
    padding: 0;
  }
}
.cid-ubB1rkYtfN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubB1rkYtfN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ubB1rkYtfN .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ubB1rkYtfN .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #f00707;
}
.cid-ubB1rkYtfN .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-ubB1rkYtfN .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-ubB1rkYtfN .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-ubB1rkYtfN .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #f00707;
}
@media (max-width: 992px) {
  .cid-ubB1rkYtfN .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-ubB1rkYtfN .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ubB1rkYtfN .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-ubB1rkYtfN .image-wrapper::after {
    display: none;
  }
}
.cid-ubB1rkYtfN .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #f1e91a;
}
.cid-ubB1rkYtfN .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-ubB1rkYtfN .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-ubB1rkYtfN .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-ubB1rkYtfN .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-ubB1rkYtfN .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-ubB1rkYtfN .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-ubB1rkYtfN .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-ubB1rkYtfN .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-ubB1rkYtfN .mbr-section-title {
  color: #101511;
}
.cid-ubB1rkYtfN .mbr-text {
  color: #6e716f;
}
.cid-ubB1rkYtfN .mbr-section-title,
.cid-ubB1rkYtfN .mbr-section-btn {
  color: #ffffff;
}
.cid-ubB1rlkfoe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/358601151-761907679267841-3731399979037543932-n-2000x816.webp");
}
.cid-ubB1rlkfoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rlkfoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubB1rlkfoe .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ubB1rlkfoe .number {
  color: #ffffff;
}
.cid-ubB1rlkfoe .period {
  display: block;
}
.cid-ubB1rlkfoe .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ubB1rlkfoe .period {
    font-size: 0.8rem;
  }
}
.cid-ubB1rlkfoe .btn {
  height: 100%;
  margin: 0;
}
.cid-ubB1rlkfoe .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ubB1rlkfoe .mbr-section-title {
  color: #ffffff;
}
.cid-ubB1rlkfoe .mbr-text {
  color: #ffffff;
}
.cid-ubB1rlkfoe .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ubB1rlkfoe .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ubB1rlkfoe .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ubB1rlkfoe .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-ubB1rlkfoe H3 {
  color: #ffffff;
}
.cid-ubB1rlLSdv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-ubB1rlLSdv .wrapper {
    padding: 0 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ubB1rlLSdv .item {
    margin-bottom: 3rem;
  }
}
.cid-ubB1rlLSdv .item-wrapper:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-ubB1rlLSdv .item-wrapper {
  height: 100%;
}
.cid-ubB1rlLSdv .item-img {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.cid-ubB1rlLSdv .item-img img {
  transition: all 1.5s;
  height: 100%;
  object-fit: cover;
}
.cid-ubB1rlLSdv .btn {
  min-width: 215px;
  padding: .8rem 4rem;
  position: relative;
  color: #ffffff;
}
.cid-ubB1rlLSdv .effectHover {
  position: absolute;
  width: 105%;
  height: 90%;
  border: 1px solid #9A948D;
}
.cid-ubB1rlLSdv .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-left: 1px solid #9A948D;
  border-top: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubB1rlLSdv .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #9A948D;
  border-right: 1px solid #9A948D;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-ubB1rlLSdv .btn:hover .effectHover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-ubB1rlLSdv .btn:hover .effectHover::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale3d(1, 1, 1);
}
.cid-ubB1rlLSdv .text-wrapper {
  width: 85%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.cid-ubB1rmaRcS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubB1rmaRcS img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-ubB1rmaRcS img {
    transform: translateY(0px);
  }
}
.cid-ubB1rmaRcS img,
.cid-ubB1rmaRcS .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ubB1rmaRcS img,
  .cid-ubB1rmaRcS .item-img {
    border-radius: 1.5rem;
  }
}
.cid-ubB1rmaRcS .item-img {
  position: relative;
}
.cid-ubB1rmaRcS .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-ubB1rmaRcS .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-ubB1rmaRcS .item:focus,
.cid-ubB1rmaRcS span:focus {
  outline: none;
}
.cid-ubB1rmaRcS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubB1rmaRcS .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-ubB1rmaRcS .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #af9fff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubB1rmaRcS .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-ubB1rmaRcS .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-ubB1rmaRcS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubB1rmaRcS .mbr-section-title {
  color: #232323;
}
.cid-ubB1rmaRcS .mbr-text,
.cid-ubB1rmaRcS .mbr-section-btn {
  color: #ffffff;
}
.cid-ubB1rmaRcS .item-title {
  color: #ffffff;
}
.cid-ubB1rmaRcS .item-subtitle {
  color: #ffffff;
}
.cid-ubB1rmBnfp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubB1rmBnfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rmBnfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubB1rmBnfp .container,
.cid-ubB1rmBnfp .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubB1rmBnfp .container,
  .cid-ubB1rmBnfp .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubB1rmBnfp .row {
  position: relative;
  padding: 100px 14px;
  overflow: hidden;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ubB1rmBnfp .row {
    padding: 85px 14px;
    margin: 0;
  }
}
.cid-ubB1rmBnfp .row .item {
  padding: 0 12px;
  z-index: 1;
  position: relative;
}
.cid-ubB1rmBnfp .item {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubB1rmBnfp .item {
    margin-bottom: 20px;
  }
}
.cid-ubB1rmBnfp .item .item-wrapper {
  position: relative;
  padding: 80px 20px 40px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #3d4045;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ubB1rmBnfp .item .item-wrapper {
    padding: 64px 20px 40px;
  }
}
.cid-ubB1rmBnfp .item .item-wrapper .desc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-ubB1rmBnfp .item .item-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  padding: 8px 15px;
  background-color: #ed9b82;
  margin-bottom: 0;
  border-left: 1px solid #3d4045;
  border-bottom: 1px solid #3d4045;
}
.cid-ubB1rmBnfp .item .item-wrapper .item-img img {
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-ubB1rmBnfp .item .item-wrapper .item-img img {
    margin-bottom: 20px;
  }
}
.cid-ubB1rmBnfp .item .item-wrapper .item-img .mbr-text {
  margin-bottom: 20px;
}
.cid-ubB1rmBnfp .mbr-section-btn-main {
  margin-top: 25px;
  text-align: center;
}
.cid-ubB1rmBnfp .mbr-desc {
  color: #3d4045;
}
.cid-ubB1rmBnfp .mbr-text {
  color: #3d4045;
}
.cid-ubB1rmBnfp .desc-wrap {
  text-align: right;
}
.cid-ubB1rn1qMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubB1rn1qMw .item-img {
  position: relative;
  overflow: hidden;
}
.cid-ubB1rn1qMw .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-ubB1rn1qMw .item-img:hover img {
  transform: scale(1.15);
}
.cid-ubB1rn1qMw .item-img:hover:before {
  opacity: 0.5;
}
.cid-ubB1rn1qMw h5 {
  margin-bottom: 1rem;
}
.cid-ubB1rn1qMw .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-ubB1rn1qMw .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-ubB1rn1qMw img,
.cid-ubB1rn1qMw .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-ubB1rn1qMw .item:focus,
.cid-ubB1rn1qMw span:focus {
  outline: none;
}
.cid-ubB1rn1qMw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubB1rn1qMw .item {
    margin-bottom: 1rem;
  }
}
.cid-ubB1rn1qMw .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubB1rn1qMw .mbr-section-title {
  color: #4e423d;
}
.cid-ubB1rn1qMw .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubB1rn1qMw .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ubB1rn1qMw .mbr-text,
.cid-ubB1rn1qMw .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ubB1rn1qMw .content-head {
  max-width: 800px;
}
.cid-ubB1rnteIm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ubB1rnteIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rnteIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubB1rnteIm .container-fluid {
  max-width: 100% !important;
}
.cid-ubB1rnteIm .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  background-color: #ffe2da;
}
@media (max-width: 767px) {
  .cid-ubB1rnteIm .icon-wrap {
    aspect-ratio: 1;
  }
}
.cid-ubB1rnteIm .icon-wrap .mbr-iconfont {
  font-size: 16vw !important;
  color: #ff9370;
}
@media (max-width: 991px) {
  .cid-ubB1rnteIm .icon-wrap .mbr-iconfont {
    font-size: 22vw !important;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rnteIm .icon-wrap .mbr-iconfont {
    font-size: 40vw !important;
  }
}
.cid-ubB1rnteIm .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-ubB1rnteIm .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ubB1rnteIm .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-ubB1rnteIm .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-ubB1rnteIm .text-wrap {
    padding: 55px 150px 70px 150px;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rnteIm .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-ubB1rnteIm .mbr-section-title {
  color: #303030;
}
.cid-ubB1rnteIm .mbr-text {
  color: #303030;
  margin-top: 16px;
}
.cid-ubB1rnteIm .line-items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  width: 100%;
  padding-top: 30px;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-ubB1rnteIm .line-items-wrap {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rnteIm .line-items-wrap {
    padding-top: 50px;
  }
}
.cid-ubB1rnteIm .line-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ubB1rnteIm .line-text-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 7px;
}
.cid-ubB1rnteIm .line-text {
  color: #303030;
  margin-right: auto;
  max-width: 50%;
}
.cid-ubB1rnteIm .line-number {
  color: #303030;
  margin-left: auto;
  max-width: 40%;
}
.cid-ubB1rnteIm .line {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #EAEAEA;
}
.cid-ubB1rnteIm .line-active {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #303030;
}
.cid-ubB1rnteIm .line-item-1 .line-number:before {
  content: "65";
}
.cid-ubB1rnteIm .line-item-1 .line-active {
  width: 65%;
}
.cid-ubB1rnteIm .line-item-2 .line-number:before {
  content: "73";
}
.cid-ubB1rnteIm .line-item-2 .line-active {
  width: 73%;
}
.cid-ubB1rnteIm .line-item-3 .line-number:before {
  content: "84";
}
.cid-ubB1rnteIm .line-item-3 .line-active {
  width: 84%;
}
.cid-ubB1rnXLOy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubB1rnXLOy .item-img {
  position: relative;
  overflow: hidden;
}
.cid-ubB1rnXLOy .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-ubB1rnXLOy .item-img:hover img {
  transform: scale(1.15);
}
.cid-ubB1rnXLOy .item-img:hover:before {
  opacity: 0.5;
}
.cid-ubB1rnXLOy h5 {
  margin-bottom: 1rem;
}
.cid-ubB1rnXLOy .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-ubB1rnXLOy .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-ubB1rnXLOy img,
.cid-ubB1rnXLOy .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ubB1rnXLOy .item:focus,
.cid-ubB1rnXLOy span:focus {
  outline: none;
}
.cid-ubB1rnXLOy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ubB1rnXLOy .item {
    margin-bottom: 1rem;
  }
}
.cid-ubB1rnXLOy .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubB1rnXLOy .mbr-section-title {
  color: #4e423d;
}
.cid-ubB1rnXLOy .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ubB1rnXLOy .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ubB1rnXLOy .mbr-text,
.cid-ubB1rnXLOy .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ubB1rnXLOy .content-head {
  max-width: 800px;
}
.cid-ubB1rovAIH {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubB1rovAIH .item2 {
  margin-top: 7rem;
}
@media (max-width: 992px) {
  .cid-ubB1rovAIH .item2 {
    margin-top: 0rem;
  }
}
.cid-ubB1rovAIH .item3 {
  margin-top: 3rem;
}
@media (max-width: 992px) {
  .cid-ubB1rovAIH .item3 {
    margin-top: 0rem;
  }
}
.cid-ubB1rovAIH .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-ubB1rovAIH .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-ubB1rovAIH .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubB1rovAIH .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-ubB1rovAIH .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-ubB1rovAIH .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ubB1rovAIH .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-ubB1rovAIH img,
.cid-ubB1rovAIH .item-img {
  width: 100%;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-ubB1rovAIH .item:focus,
.cid-ubB1rovAIH span:focus {
  outline: none;
}
.cid-ubB1rovAIH .item {
  cursor: pointer;
  padding: 6rem;
}
@media (max-width: 1400px) {
  .cid-ubB1rovAIH .item {
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ubB1rovAIH .item {
    padding: 1rem;
  }
}
.cid-ubB1rovAIH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubB1rovAIH .mbr-section-title {
  color: #232323;
}
.cid-ubB1rovAIH .mbr-text,
.cid-ubB1rovAIH .mbr-section-btn {
  text-align: center;
}
.cid-ubB1rovAIH .item-title {
  text-align: center;
}
.cid-ubB1rovAIH .item-subtitle {
  text-align: center;
}
.cid-ubB1roZPzu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-ubB1roZPzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1roZPzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubB1roZPzu .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-ubB1roZPzu .container-fluid {
    padding: 0 20px;
  }
}
.cid-ubB1roZPzu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ubB1roZPzu .container {
    padding: 0 20px;
  }
  .cid-ubB1roZPzu .container .row {
    padding: 0;
  }
}
.cid-ubB1roZPzu .row {
  justify-content: center;
}
.cid-ubB1roZPzu .title-wrapper {
  position: relative;
}
.cid-ubB1roZPzu .title-wrapper .mbr-section-title {
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ubB1roZPzu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ubB1roZPzu .title-wrapper .container-color {
  position: absolute;
  top: 0;
  left: -60%;
  height: 100px;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-ubB1roZPzu .title-wrapper .container-color {
    left: -20%;
  }
}
.cid-ubB1roZPzu .item {
  margin-bottom: 64px;
}
.cid-ubB1roZPzu .item:nth-child(2n) {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-ubB1roZPzu .item:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-ubB1roZPzu .item {
    margin-bottom: 40px;
  }
}
.cid-ubB1roZPzu .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-ubB1roZPzu .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ubB1roZPzu .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-ubB1roZPzu .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 10px;
}
.cid-ubB1roZPzu .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 10px;
}
.cid-ubB1roZPzu .item .item-wrapper .item-content .item-link {
  display: block;
}
.cid-ubB1roZPzu .item .item-wrapper .item-content .item-link:hover .mbr-link::before {
  width: 100%;
}
.cid-ubB1roZPzu .item .item-wrapper .item-content .item-link .mbr-link {
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
}
.cid-ubB1roZPzu .item .item-wrapper .item-content .item-link .mbr-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #c6a38f;
  transition: all 0.3s ease-out;
}
.cid-ubB1roZPzu .mbr-section-title {
  color: #222222;
}
.cid-ubB1roZPzu .mbr-name {
  color: #222222;
}
.cid-ubB1roZPzu .mbr-role {
  color: #545454;
}
.cid-ubB1roZPzu .mbr-link {
  color: #545454;
}
.cid-ubB1rpv4e9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-ubB1rpv4e9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rpv4e9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubB1rpv4e9 .row {
    justify-content: center;
  }
  .cid-ubB1rpv4e9 .card {
    padding: 0 80px;
  }
}
.cid-ubB1rpv4e9 .title-wrapper {
  margin: 0 0 120px 0;
}
@media (max-width: 992px) {
  .cid-ubB1rpv4e9 .title-wrapper {
    margin: 0 0 60px 0;
  }
}
.cid-ubB1rpv4e9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ubB1rpv4e9 .card-wrapper {
  margin-bottom: 50px;
}
.cid-ubB1rpv4e9 .card-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ubB1rpv4e9 .card-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-ubB1rpv4e9 .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ubB1rpv4e9 .mbr-section-title {
  color: #005c62;
  text-align: center;
}
.cid-ubB1rpv4e9 .mbr-card-title {
  color: #005c62;
  text-align: center;
}
.cid-ubB1rpv4e9 .mbr-desc {
  color: #005c62;
  text-align: center;
}
.cid-ubB1rq01UC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ecede8;
}
.cid-ubB1rq01UC .item-img {
  position: relative;
  padding: 1rem;
}
.cid-ubB1rq01UC .item-img:before {
  content: '';
  position: absolute;
  left: 0;
  transform: rotate(-1deg);
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #ece9e6;
  opacity: 0.8;
  border-radius: 3rem;
}
.cid-ubB1rq01UC .item-img img {
  transform: rotate(1deg);
  border-radius: 3rem;
}
.cid-ubB1rq01UC img,
.cid-ubB1rq01UC .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  object-fit: cover;
}
.cid-ubB1rq01UC .item:focus,
.cid-ubB1rq01UC span:focus {
  outline: none;
}
.cid-ubB1rq01UC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ubB1rq01UC .item-wrapper {
  position: relative;
  height: 100%;
  overflow: visible;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ubB1rq01UC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ubB1rq01UC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubB1rq01UC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ubB1rq01UC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ubB1rq01UC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubB1rq01UC .mbr-section-title {
  color: #491414;
}
.cid-ubB1rq01UC .mbr-text,
.cid-ubB1rq01UC .mbr-section-btn {
  text-align: center;
}
.cid-ubB1rq01UC .item-title {
  text-align: center;
  color: #491414;
}
.cid-ubB1rq01UC .item-subtitle {
  text-align: center;
}
.cid-ubB1rqs8Bp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubB1rqs8Bp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rqs8Bp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubB1rqs8Bp .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ubB1rqs8Bp .row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .cid-ubB1rqs8Bp .col-img {
    order: 2;
  }
}
.cid-ubB1rqs8Bp .card-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-ubB1rqs8Bp .card-box {
    max-width: 645px;
    margin: 0 auto 0 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 575px) {
  .cid-ubB1rqs8Bp .card-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 991px) {
  .cid-ubB1rqs8Bp .col-tex {
    order: 1;
  }
}
.cid-ubB1rqs8Bp .card-title {
  color: #45494E;
}
.cid-ubB1rqs8Bp .mbr-text {
  color: #45494E;
  margin-top: 36px;
}
.cid-ubB1rqs8Bp .mbr-section-btn {
  margin-top: 60px;
}
.cid-ubB1rqs8Bp .image-wrapper img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ubB1rqT15L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-ubB1rqT15L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rqT15L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubB1rqT15L .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-ubB1rqT15L .content-wrap {
  width: 50%;
  background-color: #1a2229;
  padding: 32px;
}
@media (max-width: 991px) {
  .cid-ubB1rqT15L .content-wrap {
    width: 75%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rqT15L .content-wrap {
    width: 100%;
  }
}
.cid-ubB1rqT15L .img-container {
  width: 100%;
}
.cid-ubB1rqT15L .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-ubB1rqT15L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ubB1rqT15L .text-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-ubB1rqT15L .text-container {
    padding-top: 32px;
    flex-wrap: wrap;
  }
}
.cid-ubB1rqT15L .text-content {
  width: 60%;
  flex-grow: 1;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .cid-ubB1rqT15L .text-content {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rqT15L .text-content {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ubB1rqT15L .mbr-section-title {
  width: 100%;
  color: #BF9341;
}
.cid-ubB1rqT15L .mbr-text {
  width: 50%;
  color: #BF9341;
  margin-top: 56px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-ubB1rqT15L .mbr-text {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-ubB1rqT15L .btn-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 40%;
  flex-grow: 1;
  padding-left: 12px;
}
@media (max-width: 991px) {
  .cid-ubB1rqT15L .btn-content {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rqT15L .btn-content {
    width: 100%;
    padding-left: 0;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rqT15L .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ubB1rrjq94 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f8f8f8;
}
@media (max-width: 991px) {
  .cid-ubB1rrjq94 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ubB1rrjq94 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rrjq94 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ubB1rrjq94 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ubB1rrjq94 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ubB1rrjq94 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ubB1rrjq94 .section-head {
  margin-left: 3rem;
}
.cid-ubB1rrjq94 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubB1rrjq94 .image-wrapper img {
    margin-bottom: 2rem;
  }
}
.cid-ubB1rrjq94 .card {
  border-top: 2px solid #17171a;
  border-radius: 0;
  margin: 0 3rem;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-ubB1rrjq94 .card {
    padding-top: 2rem;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .cid-ubB1rrjq94 .text-wrapper {
    position: relative;
  }
}
@media (min-width: 992px) {
  .cid-ubB1rrjq94 .text-wrapper p {
    padding-right: 7rem;
  }
}
@media (max-width: 991px) {
  .cid-ubB1rrjq94 .text-wrapper p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rrjq94 .text-wrapper p {
    margin: 2rem 0;
  }
}
@media (min-width: 992px) {
  .cid-ubB1rrjq94 .card-btn {
    width: 10.6rem;
    height: 10.6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-ubB1rrjq94 .card-btn .rotate {
    transform: scale(1.3) rotate(45deg);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
  }
  .cid-ubB1rrjq94 .card-btn span {
    transition: all 0.8s;
  }
  .cid-ubB1rrjq94 .card-btn:hover > span {
    transform: scale(1.3) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-ubB1rrjq94 .card-btn {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    position: absolute;
    right: 0;
    top: 1.5rem;
  }
  .cid-ubB1rrjq94 .card-btn .rotate {
    transform: rotate(45deg) scale(0.6);
    margin-top: 0.2rem;
    margin-left: 0;
  }
  .cid-ubB1rrjq94 .card-btn span {
    transition: all 0.8s;
  }
  .cid-ubB1rrjq94 .card-btn:hover > span {
    transform: scale(0.6) rotate(90deg);
  }
}
.cid-ubB1rrjq94 .footer-btn {
  width: 10.6rem;
  height: 10.6rem;
  border-radius: 50%;
  padding-left: -0.5rem;
  padding-top: 0.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-ubB1rrjq94 .footer-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-ubB1rrjq94 .footer-btn {
    width: 5rem;
    height: 5rem;
  }
}
.cid-ubB1rrjq94 .section-footer {
  border-top: 2px solid #17171a;
  border-bottom: 2px solid #17171a;
  padding: 1rem 0;
  margin: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ubB1rrjq94 .section-footer {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .cid-ubB1rrjq94 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-ubB1rrVFZK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ubB1rrVFZK .container {
  max-width: 1056px;
}
.cid-ubB1rrVFZK .row {
  align-items: center;
}
.cid-ubB1rrVFZK .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubB1rrVFZK .image-wrapper {
    padding-bottom: 2rem;
    order: 1;
  }
}
@media (min-width: 992px) {
  .cid-ubB1rrVFZK .image-wrapper {
    padding-left: 6rem;
  }
}
.cid-ubB1rrVFZK .image-wrapper img {
  width: auto;
  max-width: 100%;
  border-top-left-radius: 100vw;
  border-top-right-radius: 100vw;
}
@media (max-width: 991px) {
  .cid-ubB1rrVFZK .col-text {
    padding-top: 2rem;
    order: 2;
  }
}
@media (min-width: 992px) {
  .cid-ubB1rrVFZK .col-text {
    padding-right: 6rem;
  }
}
.cid-ubB1rrVFZK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ubB1rrVFZK .mbr-section-title {
  margin-bottom: 1rem;
  color: #E1965F;
  width: 100%;
}
.cid-ubB1rrVFZK .mbr-text {
  color: #002549;
  width: 100%;
}
.cid-ubB1rrVFZK .btn-container {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .cid-ubB1rrVFZK .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ubB1rrVFZK .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ubB1rrVFZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB1rrVFZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUMIUS7fIb {
  background-color: #000000 !important;
  border: 18px solid #000000;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tUMIUS7fIb {
    border: 8px solid #000000;
    margin-top: -8px;
  }
}
.cid-tUMIUS7fIb .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tUMIUS7fIb section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tUMIUS7fIb .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.cid-tUMIUS7fIb .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUMIUS7fIb .row .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/led-lights-1344x896.webp");
}
@media (max-width: 992px) {
  .cid-tUMIUS7fIb .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tUMIUS7fIb .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tUMIUS7fIb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tUMIUS7fIb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tUMIUS7fIb .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tUMIUS7fIb .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-tUMIUS7fIb .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tUMIUS7fIb .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-tUMIUS7fIb .image-wrapper img {
    height: 300px;
  }
}
.cid-tUMIUS7fIb .mbr-section-title {
  color: #ffffff;
}
.cid-tUMIUS7fIb .mbr-desc {
  color: #ffffff;
}
.cid-ubB0M7fuD4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ubB0M7fuD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubB0M7fuD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubB0M7fuD4 .title-wrapper {
  padding: 50px 80px 0 0;
  padding: 50px 0 0 80px;
}
@media (max-width: 992px) {
  .cid-ubB0M7fuD4 .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ubB0M7fuD4 .title-wrapper {
    padding: 0;
  }
}
.cid-ubB0M7fuD4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubB0M7fuD4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ubB0M7fuD4 .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-ubB0M7fuD4 .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #f00707;
}
.cid-ubB0M7fuD4 .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-ubB0M7fuD4 .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-ubB0M7fuD4 .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-ubB0M7fuD4 .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #f00707;
}
@media (max-width: 992px) {
  .cid-ubB0M7fuD4 .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-ubB0M7fuD4 .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-ubB0M7fuD4 .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-ubB0M7fuD4 .image-wrapper::after {
    display: none;
  }
}
.cid-ubB0M7fuD4 .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #f1e91a;
}
.cid-ubB0M7fuD4 .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-ubB0M7fuD4 .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-ubB0M7fuD4 .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-ubB0M7fuD4 .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-ubB0M7fuD4 .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-ubB0M7fuD4 .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-ubB0M7fuD4 .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-ubB0M7fuD4 .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-ubB0M7fuD4 .mbr-section-title {
  color: #101511;
}
.cid-ubB0M7fuD4 .mbr-text {
  color: #6e716f;
}
.cid-ubB0M7fuD4 .mbr-section-title,
.cid-ubB0M7fuD4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tK8Ytbcpi7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/358601151-761907679267841-3731399979037543932-n-2000x816.webp");
}
.cid-tK8Ytbcpi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK8Ytbcpi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK8Ytbcpi7 .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tK8Ytbcpi7 .number {
  color: #ffffff;
}
.cid-tK8Ytbcpi7 .period {
  display: block;
}
.cid-tK8Ytbcpi7 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tK8Ytbcpi7 .period {
    font-size: 0.8rem;
  }
}
.cid-tK8Ytbcpi7 .btn {
  height: 100%;
  margin: 0;
}
.cid-tK8Ytbcpi7 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tK8Ytbcpi7 .mbr-section-title {
  color: #ffffff;
}
.cid-tK8Ytbcpi7 .mbr-text {
  color: #ffffff;
}
.cid-tK8Ytbcpi7 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tK8Ytbcpi7 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tK8Ytbcpi7 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tK8Ytbcpi7 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tK8Ytbcpi7 H3 {
  color: #ffffff;
}
.cid-ubB23UAasW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-ubB23UAasW .media-container-row .mbr-text {
  color: #d4ad6a;
}
.cid-uOBX1pNVgr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-uOBX1pNVgr .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uOBX1pNVgr nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uOBX1pNVgr .container,
  .cid-uOBX1pNVgr .container-fluid {
    flex-wrap: initial;
  }
  .cid-uOBX1pNVgr .nav-link:hover,
  .cid-uOBX1pNVgr .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uOBX1pNVgr .navbar-nav {
  margin: auto;
}
.cid-uOBX1pNVgr .dropdown-item {
  color: #ffffff !important;
}
.cid-uOBX1pNVgr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOBX1pNVgr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOBX1pNVgr .navbar-short,
.cid-uOBX1pNVgr .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uOBX1pNVgr .navbar-short .nav-link,
.cid-uOBX1pNVgr .opened .nav-link,
.cid-uOBX1pNVgr .navbar-short .navbar-caption,
.cid-uOBX1pNVgr .opened .navbar-caption,
.cid-uOBX1pNVgr .navbar-short .mbr-iconfont,
.cid-uOBX1pNVgr .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uOBX1pNVgr .navbar-short .hamburger span,
.cid-uOBX1pNVgr .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uOBX1pNVgr .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uOBX1pNVgr .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-uOBX1pNVgr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uOBX1pNVgr .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uOBX1pNVgr .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-uOBX1pNVgr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOBX1pNVgr .container {
  display: flex;
  margin: auto;
}
.cid-uOBX1pNVgr .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOBX1pNVgr .dropdown-menu,
.cid-uOBX1pNVgr .navbar.opened {
  background: #000000 !important;
}
.cid-uOBX1pNVgr .nav-item:focus,
.cid-uOBX1pNVgr .nav-link:focus {
  outline: none;
}
.cid-uOBX1pNVgr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOBX1pNVgr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOBX1pNVgr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOBX1pNVgr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOBX1pNVgr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOBX1pNVgr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOBX1pNVgr .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uOBX1pNVgr .navbar.opened {
  transition: all 0.3s;
}
.cid-uOBX1pNVgr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOBX1pNVgr .navbar .navbar-logo img {
  width: auto;
}
.cid-uOBX1pNVgr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOBX1pNVgr .navbar.collapsed {
  justify-content: center;
}
.cid-uOBX1pNVgr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOBX1pNVgr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOBX1pNVgr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOBX1pNVgr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOBX1pNVgr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOBX1pNVgr .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-uOBX1pNVgr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOBX1pNVgr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOBX1pNVgr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOBX1pNVgr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOBX1pNVgr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOBX1pNVgr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOBX1pNVgr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOBX1pNVgr .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-uOBX1pNVgr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOBX1pNVgr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uOBX1pNVgr .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOBX1pNVgr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOBX1pNVgr .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uOBX1pNVgr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOBX1pNVgr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOBX1pNVgr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOBX1pNVgr .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOBX1pNVgr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-uOBX1pNVgr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOBX1pNVgr .dropdown-item.active,
.cid-uOBX1pNVgr .dropdown-item:active {
  background-color: transparent;
}
.cid-uOBX1pNVgr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOBX1pNVgr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOBX1pNVgr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOBX1pNVgr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOBX1pNVgr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOBX1pNVgr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOBX1pNVgr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOBX1pNVgr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOBX1pNVgr button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOBX1pNVgr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOBX1pNVgr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOBX1pNVgr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOBX1pNVgr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOBX1pNVgr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOBX1pNVgr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOBX1pNVgr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOBX1pNVgr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOBX1pNVgr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOBX1pNVgr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOBX1pNVgr a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uOBX1pNVgr .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-uOBX1pNVgr .navbar {
    height: 70px;
  }
  .cid-uOBX1pNVgr .navbar.opened {
    height: auto;
  }
  .cid-uOBX1pNVgr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOBX1qlqgD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-uOBX1qlqgD .mbr-section-title {
  color: #84d184;
}
.cid-uOBX1qlqgD .mbr-text {
  color: #c0bcb7;
}
.cid-uOBX1qKptv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/master-mc-dj-on-mike-960x640.webp");
}
.cid-uOBX1qKptv .wrapper {
  height: 550px;
}
.cid-uOBX1qKptv .mbr-section-title {
  text-align: right;
  color: #ffefef;
}
.cid-uOBX1r9RWi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOBX1r9RWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1r9RWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1r9RWi .video-wrapper iframe {
  width: 100%;
}
.cid-uOBX1r9RWi .mbr-section-title,
.cid-uOBX1r9RWi .mbr-section-subtitle,
.cid-uOBX1r9RWi .mbr-text {
  text-align: center;
}
.cid-uOBX1r9RWi .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-uOBX1r9RWi .mbr-section-subtitle {
  text-align: left;
}
.cid-uOBX1r9RWi .mbr-text {
  color: #e35050;
}
.cid-uOBX1rCk5J {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOBX1rCk5J .mbr-section-title {
  color: #ba9b67;
  text-align: center;
}
.cid-uOBX1rCk5J .mbr-text {
  color: #c0bcb7;
  text-align: center;
}
.cid-uOBX1s1JCS {
  background-image: url("../../../assets/images/history-of-sound-system-culture-2000x998.webp");
}
.cid-uOBX1s1JCS .container-fluid {
  max-width: 1700px;
}
.cid-uOBX1s1JCS h1 {
  line-height: 1;
}
.cid-uOBX1s1JCS .mbr-text,
.cid-uOBX1s1JCS .mbr-section-btn {
  text-align: left;
}
.cid-uOBX1stFa4 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/bdd0a547-3639-478e-a514-fcf40075a648-1200x1600.webp");
}
.cid-uOBX1stFa4 .container-fluid {
  max-width: 1700px;
}
.cid-uOBX1stFa4 h1 {
  line-height: 1;
}
.cid-uOBX1sUMMJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1970s-carnival-1740x1150.webp");
}
.cid-uOBX1sUMMJ .wrapper {
  height: 550px;
}
.cid-uOBX1tiRul {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00261a;
}
.cid-uOBX1tiRul .media-container-row {
  justify-content: space-between;
}
.cid-uOBX1tiRul .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uOBX1tiRul .text-content {
    max-width: none;
  }
}
.cid-uOBX1tiRul .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uOBX1tiRul .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uOBX1tiRul .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uOBX1tiRul .icons {
    justify-content: center !important;
  }
  .cid-uOBX1tiRul .text-content * {
    text-align: center;
  }
}
.cid-uOBX1tiRul .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOBX1tM8pP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/carnival-2014-1740x1292.webp");
}
.cid-uOBX1tM8pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1tM8pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1tM8pP .container-fluid {
  padding: 0;
}
.cid-uOBX1tM8pP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uOBX1tM8pP .row {
    padding: 0 12px;
  }
}
.cid-uOBX1tM8pP .title-wrapper {
  padding-top: 40%;
}
.cid-uOBX1tM8pP .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-uOBX1tM8pP .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uOBX1tM8pP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOBX1uaiT3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-uOBX1uaiT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1uaiT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1uaiT3 .video-wrapper iframe {
  width: 100%;
}
.cid-uOBX1uaiT3 .mbr-section-title,
.cid-uOBX1uaiT3 .mbr-section-subtitle,
.cid-uOBX1uaiT3 .mbr-text {
  text-align: center;
}
.cid-uOBX1uaiT3 .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-uOBX1uaiT3 .mbr-section-subtitle {
  text-align: left;
}
.cid-uOBX1uaiT3 .mbr-text {
  color: #ffffff;
}
.cid-uOBX1uAIR7 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uOBX1uAIR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1uAIR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1uAIR7 .box {
  margin-bottom: 15px;
}
.cid-uOBX1uAIR7 .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-uOBX1uAIR7 .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-uOBX1uAIR7 .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-uOBX1uAIR7 .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-uOBX1uAIR7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uOBX1uAIR7 .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-uOBX1uAIR7 .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-uOBX1uAIR7 .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-uOBX1uAIR7 .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-uOBX1uAIR7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOBX1uAIR7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOBX1uAIR7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOBX1uAIR7 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOBX1uAIR7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOBX1uAIR7 .item-img {
  overflow: hidden;
}
.cid-uOBX1uAIR7 .item-img img {
  width: 100%;
}
.cid-uOBX1uAIR7 .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-uOBX1uAIR7 .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-uOBX1uAIR7 .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-uOBX1uAIR7 P {
  text-align: left;
}
.cid-uOBX1vn56D {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-uOBX1vn56D img,
.cid-uOBX1vn56D .item-img {
  width: 100%;
}
.cid-uOBX1vn56D .item:focus,
.cid-uOBX1vn56D span:focus {
  outline: none;
}
.cid-uOBX1vn56D .item-wrapper {
  position: relative;
}
.cid-uOBX1vn56D .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOBX1vn56D .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOBX1vn56D .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOBX1vn56D .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOBX1vn56D .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOBX1vn56D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOBX1vn56D .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-uOBX1vn56D .mbr-text,
.cid-uOBX1vn56D .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uOBX1vn56D .item-title {
  text-align: left;
  color: #000000;
}
.cid-uOBX1vn56D .item-subtitle {
  text-align: left;
}
.cid-uOBX1vn56D .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uOBX1vn56D .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uOBX1vn56D .embla__button--next,
.cid-uOBX1vn56D .embla__button--prev {
  display: flex;
}
.cid-uOBX1vn56D .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;
}
.cid-uOBX1vn56D .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOBX1vn56D .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uOBX1vn56D .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOBX1vn56D .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOBX1vn56D .embla__button {
    top: auto;
  }
}
.cid-uOBX1vn56D .embla {
  position: relative;
  width: 100%;
}
.cid-uOBX1vn56D .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uOBX1vn56D .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOBX1vn56D .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOBX1vn56D .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOBX1vXM7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internash-2000x871.webp");
}
.cid-uOBX1vXM7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1vXM7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1vXM7h .container-fluid {
  padding: 0;
}
.cid-uOBX1vXM7h .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uOBX1vXM7h .row {
    padding: 0 12px;
  }
}
.cid-uOBX1vXM7h .title-wrapper {
  padding-top: 40%;
}
.cid-uOBX1vXM7h .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-uOBX1vXM7h .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uOBX1vXM7h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOBX1wn2XE {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/peckins-sign-2000x1246.webp");
}
.cid-uOBX1wn2XE .container-fluid {
  max-width: 1700px;
}
.cid-uOBX1wn2XE h1 {
  line-height: 1;
}
.cid-uOBX1wOmSi {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOBX1wOmSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1wOmSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1wOmSi .video-wrapper iframe {
  width: 100%;
}
.cid-uOBX1wOmSi .mbr-section-title,
.cid-uOBX1wOmSi .mbr-section-subtitle,
.cid-uOBX1wOmSi .mbr-text {
  text-align: center;
}
.cid-uOBX1wOmSi .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-uOBX1wOmSi .mbr-section-subtitle {
  text-align: left;
}
.cid-uOBX1wOmSi .mbr-text {
  color: #f50b0b;
}
.cid-uOBX1xhB1N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internashfemale-2000x871.webp");
}
.cid-uOBX1xhB1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1xhB1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1xhB1N .container-fluid {
  padding: 0;
}
.cid-uOBX1xhB1N .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uOBX1xhB1N .row {
    padding: 0 12px;
  }
}
.cid-uOBX1xhB1N .title-wrapper {
  padding-top: 40%;
}
.cid-uOBX1xhB1N .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-uOBX1xhB1N .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uOBX1xhB1N .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOBX1xMvyX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-uOBX1xMvyX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uOBX1xMvyX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uOBX1xMvyX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOBX1xMvyX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uOBX1xMvyX .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-uOBX1xMvyX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uOBX1xMvyX .carousel-control,
.cid-uOBX1xMvyX .close {
  background: #1b1b1b;
}
.cid-uOBX1xMvyX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uOBX1xMvyX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uOBX1xMvyX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uOBX1xMvyX .carousel-control-next span {
  margin-left: 5px;
}
.cid-uOBX1xMvyX .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-uOBX1xMvyX .close::before {
  content: '\e91a';
}
.cid-uOBX1xMvyX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOBX1xMvyX .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-uOBX1xMvyX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOBX1xMvyX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOBX1xMvyX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOBX1xMvyX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uOBX1xMvyX .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-uOBX1xMvyX .carousel-indicators li.active,
.cid-uOBX1xMvyX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOBX1xMvyX .carousel-indicators li::after,
.cid-uOBX1xMvyX .carousel-indicators li::before {
  content: none;
}
.cid-uOBX1xMvyX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOBX1xMvyX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOBX1xMvyX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uOBX1xMvyX .carousel-indicators {
    display: none;
  }
}
.cid-uOBX1xMvyX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uOBX1xMvyX .carousel-inner > .active {
  display: block;
}
.cid-uOBX1xMvyX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOBX1xMvyX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOBX1xMvyX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uOBX1xMvyX .carousel-control,
  .cid-uOBX1xMvyX .carousel-indicators,
  .cid-uOBX1xMvyX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uOBX1xMvyX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uOBX1xMvyX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uOBX1xMvyX .carousel-indicators .active,
.cid-uOBX1xMvyX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uOBX1xMvyX .carousel-indicators .active {
  background: #fff;
}
.cid-uOBX1xMvyX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uOBX1xMvyX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uOBX1xMvyX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOBX1xMvyX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uOBX1xMvyX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uOBX1xMvyX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uOBX1xMvyX .carousel {
  width: 100%;
}
.cid-uOBX1xMvyX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uOBX1xMvyX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uOBX1xMvyX .modal.fade .modal-dialog,
.cid-uOBX1xMvyX .modal.in .modal-dialog {
  transform: none;
}
.cid-uOBX1xMvyX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uOBX1xMvyX H6 {
  text-align: center;
}
.cid-uOBX1xMvyX H3 {
  color: #ddc499;
}
.cid-uOBX1xMvyX H4 {
  color: #9a948d;
}
.cid-uOBX1ywSPI {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-uOBX1ywSPI .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uOBX1ywSPI .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-uOBX1ywSPI .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uOBX1ywSPI .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-uOBX1ywSPI .form-group,
  .cid-uOBX1ywSPI .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uOBX1ywSPI .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-uOBX1ywSPI textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-uOBX1ywSPI .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uOBX1ywSPI .text-block {
    margin-bottom: 2rem;
  }
}
.cid-uOBX1ywSPI .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-uOBX1z4ghT {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-uOBX1z4ghT .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOBX1z4ghT .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-uOBX1z4ghT .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-uOBX1z4ghT .mbr-section-btn {
  width: 90%;
}
.cid-uOBX1z4ghT img {
  object-fit: cover;
  height: 100%;
}
.cid-uOBX1z4ghT section {
  position: relative;
}
.cid-uOBX1z4ghT .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-uOBX1z4ghT .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-uOBX1z4ghT .mbr-section-subtitle,
  .cid-uOBX1z4ghT .mbr-section-btn,
  .cid-uOBX1z4ghT .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-uOBX1z4ghT .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-uOBX1z4ghT .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uOBX1z4ghT .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uOBX1z4ghT .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uOBX1z4ghT .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uOBX1z4ghT .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uOBX1z4ghT .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uOBX1z4ghT .mbr-section-subtitle,
.cid-uOBX1z4ghT .mbr-section-btn {
  color: #9a948d;
}
.cid-uOBX1zG7mz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uOBX1zG7mz .media-container-row {
  justify-content: space-between;
}
.cid-uOBX1zG7mz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uOBX1zG7mz .text-content {
    max-width: none;
  }
}
.cid-uOBX1zG7mz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uOBX1zG7mz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uOBX1zG7mz .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uOBX1zG7mz .icons {
    justify-content: center !important;
  }
  .cid-uOBX1zG7mz .text-content * {
    text-align: center;
  }
}
.cid-uOBX1zG7mz .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOBX1ApS8C {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-uOBX1ApS8C .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-uOBX1ApS8C .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-uOBX1ApS8C .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-uOBX1ApS8C .mbr-section-btn {
  width: 90%;
}
.cid-uOBX1ApS8C img {
  object-fit: cover;
  height: 100%;
}
.cid-uOBX1ApS8C section {
  position: relative;
}
.cid-uOBX1ApS8C .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
.cid-uOBX1ApS8C .row {
  flex-direction: row-reverse;
}
.cid-uOBX1ApS8C .mbr-section-title {
  text-align: right;
}
.cid-uOBX1ApS8C .mbr-section-subtitle,
.cid-uOBX1ApS8C .mbr-section-btn {
  text-align: right;
  width: 100%;
  padding-left: 180px;
}
.cid-uOBX1ApS8C .wrap {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .cid-uOBX1ApS8C .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-uOBX1ApS8C .mbr-section-subtitle,
  .cid-uOBX1ApS8C .mbr-section-btn,
  .cid-uOBX1ApS8C .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-uOBX1ApS8C .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-uOBX1ApS8C .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-uOBX1ApS8C .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-uOBX1ApS8C .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uOBX1ApS8C .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-uOBX1ApS8C .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uOBX1ApS8C .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-uOBX1ApS8C .mbr-section-subtitle,
.cid-uOBX1ApS8C .mbr-section-btn {
  color: #9a948d;
  text-align: left;
}
.cid-uOBX1B0ct8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171410;
}
.cid-uOBX1B0ct8 .media-container-row {
  justify-content: space-between;
  justify-content: center;
}
.cid-uOBX1B0ct8 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uOBX1B0ct8 .text-content {
    max-width: none;
  }
}
.cid-uOBX1B0ct8 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uOBX1B0ct8 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uOBX1B0ct8 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uOBX1B0ct8 .icons {
    justify-content: center !important;
  }
  .cid-uOBX1B0ct8 .text-content * {
    text-align: center;
  }
}
.cid-uOBX1B0ct8 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOBX1BI80b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uOBX1BI80b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1BI80b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1BI80b .video-wrapper iframe {
  width: 100%;
}
.cid-uOBX1BI80b .mbr-section-title,
.cid-uOBX1BI80b .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOBX1BI80b .text-wrapper {
    padding: 2rem;
  }
}
.cid-uOBX1BI80b .mbr-text {
  color: #fbf807;
}
.cid-uOBX1BI80b .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOBX1BI80b .mbr-description {
  color: #d4ad6a;
}
.cid-uOBX1CodJ2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #00261a;
}
.cid-uOBX1CodJ2 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOBX1CodJ2 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uOBX1CodJ2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOBX1CodJ2 .link-wrap {
    align-items: center;
  }
}
.cid-uOBX1CodJ2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOBX1CodJ2 .mbr-text,
.cid-uOBX1CodJ2 .link-wrap,
.cid-uOBX1CodJ2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uOBX1CodJ2 .card-title,
.cid-uOBX1CodJ2 .card-box {
  color: #ddc499;
}
.cid-uOBX1D7ND0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/local-2000x871.webp");
}
.cid-uOBX1D7ND0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1D7ND0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1D7ND0 .container-fluid {
  padding: 0;
}
.cid-uOBX1D7ND0 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uOBX1D7ND0 .row {
    padding: 0 12px;
  }
}
.cid-uOBX1D7ND0 .title-wrapper {
  padding-top: 40%;
}
.cid-uOBX1D7ND0 .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-uOBX1D7ND0 .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uOBX1D7ND0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOBX1DKM70 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/crowd-3-2000x1334.webp");
}
.cid-uOBX1DKM70 .container-fluid {
  max-width: 1700px;
}
.cid-uOBX1DKM70 h1 {
  line-height: 1;
}
.cid-uOBX1DKM70 .mbr-text,
.cid-uOBX1DKM70 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uOBX1ErFIq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uOBX1ErFIq .mbr-media {
  position: relative;
}
.cid-uOBX1ErFIq .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uOBX1ErFIq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uOBX1ErFIq .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-uOBX1ErFIq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uOBX1ErFIq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uOBX1ErFIq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uOBX1ErFIq .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uOBX1ErFIq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uOBX1ErFIq .mbr-section-title {
  color: #ffffff;
}
.cid-uOBX1ErFIq .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-uOBX1FE5kJ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uOBX1FE5kJ .media-container-row {
  justify-content: space-between;
}
.cid-uOBX1FE5kJ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uOBX1FE5kJ .text-content {
    max-width: none;
  }
}
.cid-uOBX1FE5kJ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uOBX1FE5kJ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uOBX1FE5kJ .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uOBX1FE5kJ .icons {
    justify-content: center !important;
  }
  .cid-uOBX1FE5kJ .text-content * {
    text-align: center;
  }
}
.cid-uOBX1FE5kJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uOBX1Gp4ZZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-uOBX1Gp4ZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1Gp4ZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1Gp4ZZ .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-uOBX1Gp4ZZ .number {
  color: #b1ac6b;
}
.cid-uOBX1Gp4ZZ .period {
  display: block;
}
.cid-uOBX1Gp4ZZ .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uOBX1Gp4ZZ .period {
    font-size: 0.8rem;
  }
}
.cid-uOBX1Gp4ZZ .btn {
  height: 100%;
  margin: 0;
}
.cid-uOBX1Gp4ZZ .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uOBX1Gp4ZZ .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uOBX1Gp4ZZ .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uOBX1Gp4ZZ .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-uOBX1Gp4ZZ .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-uOBX1Gp4ZZ H3 {
  color: #ffffff;
}
.cid-uOBX1Gp4ZZ .mbr-text,
.cid-uOBX1Gp4ZZ .mbr-section-btn {
  color: #f50b0b;
}
.cid-uOBX1H9LU0 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOBX1H9LU0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOBX1H9LU0 .mbr-text {
  color: #c0bcb7;
}
.cid-uOBX1HKXdp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uOBX1HKXdp .mbr-section-title {
  color: #ba9b67;
}
.cid-uOBX1HKXdp .mbr-text {
  color: #c0bcb7;
}
.cid-uOBX1IlT3F {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-uOBX1IlT3F .container-fluid {
  max-width: 1700px;
}
.cid-uOBX1IlT3F h1 {
  line-height: 1;
}
.cid-uOBX1IXtyx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOBX1IXtyx .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uOBX1IXtyx .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-uOBX1IXtyx .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-uOBX1IXtyx .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uOBX1IXtyx .text {
  color: #BA9B67;
}
.cid-uOBX1IXtyx .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-uOBX1IXtyx .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOBX1IXtyx .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-uOBX1IXtyx .mbr-text {
  text-align: left;
}
.cid-uOBX1IXtyx .mbr-section-title {
  color: #ddc499;
}
.cid-uOBX1JFtQ7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #391e1e;
}
.cid-uOBX1JFtQ7 .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uOBX1JFtQ7 .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-uOBX1JFtQ7 .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-uOBX1JFtQ7 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uOBX1JFtQ7 .text {
  color: #BA9B67;
}
.cid-uOBX1JFtQ7 .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-uOBX1JFtQ7 .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOBX1JFtQ7 .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-uOBX1JFtQ7 .mbr-text {
  text-align: left;
}
.cid-uOBX1JFtQ7 .mbr-section-title {
  color: #ddc499;
}
.cid-uOBX1KrPLT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOBX1KrPLT .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uOBX1KrPLT .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-uOBX1KrPLT .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-uOBX1KrPLT .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uOBX1KrPLT .text {
  color: #BA9B67;
}
.cid-uOBX1KrPLT .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-uOBX1KrPLT .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOBX1KrPLT .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-uOBX1KrPLT .mbr-text {
  text-align: left;
}
.cid-uOBX1KrPLT .mbr-section-title {
  color: #ddc499;
}
.cid-uOBX1LkjJf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-uOBX1LkjJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1LkjJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1LkjJf .video-wrapper iframe {
  width: 100%;
}
.cid-uOBX1LkjJf .mbr-section-title,
.cid-uOBX1LkjJf .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOBX1LkjJf .text-wrapper {
    padding: 2rem;
  }
}
.cid-uOBX1LkjJf .mbr-text {
  color: #ffffff;
}
.cid-uOBX1LkjJf .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-uOBX1LkjJf .mbr-description {
  color: #d4ad6a;
}
.cid-uOBX1M57Zv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uOBX1M57Zv .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOBX1M57Zv .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOBX1M57Zv .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-uOBX1M57Zv .row {
    margin: 0;
  }
}
.cid-uOBX1M57Zv .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-uOBX1M57Zv .mbr-title {
  text-align: left;
}
.cid-uOBX1MRTmn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOBX1MRTmn .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uOBX1MRTmn .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-uOBX1MRTmn .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-uOBX1MRTmn .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-uOBX1MRTmn .text {
  color: #BA9B67;
}
.cid-uOBX1MRTmn .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-uOBX1MRTmn .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOBX1MRTmn .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-uOBX1MRTmn .mbr-text {
  text-align: left;
}
.cid-uOBX1MRTmn .mbr-section-title {
  color: #ddc499;
}
.cid-uOBX1NCxCA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-6.webp");
}
.cid-uOBX1NCxCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOBX1NCxCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOBX1NCxCA .container-fluid {
  padding: 0;
}
.cid-uOBX1NCxCA .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uOBX1NCxCA .row {
    padding: 0 12px;
  }
}
.cid-uOBX1NCxCA .title-wrapper {
  padding-top: 40%;
}
.cid-uOBX1NCxCA .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-uOBX1NCxCA .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-uOBX1NCxCA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOBX1Oljsk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uOBX1Oljsk img,
.cid-uOBX1Oljsk .item-img {
  width: 100%;
}
.cid-uOBX1Oljsk .item:focus,
.cid-uOBX1Oljsk span:focus {
  outline: none;
}
.cid-uOBX1Oljsk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uOBX1Oljsk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uOBX1Oljsk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uOBX1Oljsk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOBX1Oljsk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOBX1Oljsk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOBX1Oljsk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uOBX1Oljsk .mbr-section-title {
  color: #232323;
}
.cid-uOBX1Oljsk .mbr-text,
.cid-uOBX1Oljsk .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-uOBX1Oljsk .item-title {
  text-align: left;
  color: #d4ad6a;
}
.cid-uOBX1Oljsk .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-uOBX1PcgHf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/image-big-speakers-1926x1994.webp");
}
.cid-uOBX1PcgHf .wrapper {
  height: 550px;
}
.cid-uOBX1PcgHf .mbr-section-title {
  text-align: center;
}
.cid-uOBX1PZsow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uOBX1PZsow .mbr-section-title {
  color: #f00707;
}
.cid-uOBX1PZsow .mbr-text {
  color: #c0bcb7;
}
.cid-uOBX1QHIw9 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-uOBX1QHIw9 .image-wrapper {
  padding: 0 2rem;
}
.cid-uOBX1QHIw9 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-uOBX1QHIw9 .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-uOBX1QHIw9 .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-uOBX1QHIw9 .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-uOBX1QHIw9 .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uOBX1QHIw9 .text-wrapper,
  .cid-uOBX1QHIw9 .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uOBX1QHIw9 .text-wrapper,
  .cid-uOBX1QHIw9 .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-uOBX1QHIw9 .text-wrapper,
  .cid-uOBX1QHIw9 .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-uOBX1QHIw9 .text-wrapper,
  .cid-uOBX1QHIw9 .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-uOBX1QHIw9 .text-wrapper,
  .cid-uOBX1QHIw9 .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-uOBX1QHIw9 .content {
    text-align: center;
  }
}
.cid-uOBX1QHIw9 .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-uOBX1QHIw9 .mbr-card-title {
    text-align: start;
  }
}
.cid-uOBX1QHIw9 .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-uOBX1QHIw9 .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-uOBX1QHIw9 .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-uOBX1QHIw9 .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-uOBX1QHIw9 .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-uOBX1QHIw9 .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-uOBX1QHIw9 .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-uOBX1QHIw9 .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-uOBX1QHIw9 .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-uOBX1QHIw9 .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-uOBX1QHIw9 .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-uOBX1QHIw9 .nutrition-wrap {
    width: 100%;
  }
}
.cid-uOBX1QHIw9 .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-uOBX1QHIw9 .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-uOBX1QHIw9 .tile-text-wrap {
  display: flex;
}
.cid-uOBX1QHIw9 svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-uOBX1QHIw9 svg path {
  fill: #cd8ad1;
}
.cid-uOBX1QHIw9 .numbers {
  display: flex;
  align-self: center;
}
.cid-uOBX1QHIw9 .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-uOBX1QHIw9 .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-uOBX1QHIw9 .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uOBX1QHIw9 .mbr-tile-text {
    text-align: start;
  }
}
.cid-uOBX1QHIw9 .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uOBX1QHIw9 .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-uOBX1QHIw9 .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-uOBX1QHIw9 .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-uOBX1QHIw9 .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-uOBX1QHIw9 .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uOBX1QHIw9 .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uOBX1QHIw9 .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-uOBX1QHIw9 .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uOBX1QHIw9 div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-uOBX1QHIw9 .mbr-section-btn {
  display: flex;
}
.cid-uOBX1QHIw9 .mbr-text-title {
  color: #ddc499;
}
.cid-uOBX1Rzwv4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uOBX1Rzwv4 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uOBX1Rzwv4 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOBX1Rzwv4 .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-uOBX1Rzwv4 .row {
    margin: 0;
  }
}
.cid-uOBX1Rzwv4 .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-uOBX1Rzwv4 .mbr-title {
  text-align: left;
}
.cid-uOBX1SmsPc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4.webp");
}
.cid-uOBX1SmsPc .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-uOBX1SmsPc .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uOBX1SmsPc .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-uOBX1SmsPc .form-group,
  .cid-uOBX1SmsPc .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-uOBX1SmsPc .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-uOBX1SmsPc textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-uOBX1SmsPc .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uOBX1SmsPc .text-block {
    margin-bottom: 2rem;
  }
}
.cid-uOBX1T8tgG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-uOBX1T8tgG .media-container-row .mbr-text {
  color: #977741;
}
.cid-v7lAjQ4YsJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-v7lAjQ4YsJ .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-v7lAjQ4YsJ nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-v7lAjQ4YsJ .container,
  .cid-v7lAjQ4YsJ .container-fluid {
    flex-wrap: initial;
  }
  .cid-v7lAjQ4YsJ .nav-link:hover,
  .cid-v7lAjQ4YsJ .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-v7lAjQ4YsJ .navbar-nav {
  margin: auto;
}
.cid-v7lAjQ4YsJ .dropdown-item {
  color: #ffffff !important;
}
.cid-v7lAjQ4YsJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7lAjQ4YsJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7lAjQ4YsJ .navbar-short,
.cid-v7lAjQ4YsJ .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-v7lAjQ4YsJ .navbar-short .nav-link,
.cid-v7lAjQ4YsJ .opened .nav-link,
.cid-v7lAjQ4YsJ .navbar-short .navbar-caption,
.cid-v7lAjQ4YsJ .opened .navbar-caption,
.cid-v7lAjQ4YsJ .navbar-short .mbr-iconfont,
.cid-v7lAjQ4YsJ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-v7lAjQ4YsJ .navbar-short .hamburger span,
.cid-v7lAjQ4YsJ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-v7lAjQ4YsJ .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-v7lAjQ4YsJ .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-v7lAjQ4YsJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-v7lAjQ4YsJ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-v7lAjQ4YsJ .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-v7lAjQ4YsJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7lAjQ4YsJ .container {
  display: flex;
  margin: auto;
}
.cid-v7lAjQ4YsJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v7lAjQ4YsJ .dropdown-menu,
.cid-v7lAjQ4YsJ .navbar.opened {
  background: #000000 !important;
}
.cid-v7lAjQ4YsJ .nav-item:focus,
.cid-v7lAjQ4YsJ .nav-link:focus {
  outline: none;
}
.cid-v7lAjQ4YsJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7lAjQ4YsJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7lAjQ4YsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7lAjQ4YsJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7lAjQ4YsJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7lAjQ4YsJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7lAjQ4YsJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-v7lAjQ4YsJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v7lAjQ4YsJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7lAjQ4YsJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v7lAjQ4YsJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7lAjQ4YsJ .navbar.collapsed {
  justify-content: center;
}
.cid-v7lAjQ4YsJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7lAjQ4YsJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7lAjQ4YsJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v7lAjQ4YsJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7lAjQ4YsJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7lAjQ4YsJ .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-v7lAjQ4YsJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7lAjQ4YsJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7lAjQ4YsJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7lAjQ4YsJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7lAjQ4YsJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7lAjQ4YsJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7lAjQ4YsJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7lAjQ4YsJ .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-v7lAjQ4YsJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7lAjQ4YsJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-v7lAjQ4YsJ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7lAjQ4YsJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7lAjQ4YsJ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v7lAjQ4YsJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v7lAjQ4YsJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7lAjQ4YsJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v7lAjQ4YsJ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v7lAjQ4YsJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-v7lAjQ4YsJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7lAjQ4YsJ .dropdown-item.active,
.cid-v7lAjQ4YsJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v7lAjQ4YsJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7lAjQ4YsJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7lAjQ4YsJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7lAjQ4YsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v7lAjQ4YsJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7lAjQ4YsJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7lAjQ4YsJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7lAjQ4YsJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v7lAjQ4YsJ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7lAjQ4YsJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7lAjQ4YsJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7lAjQ4YsJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7lAjQ4YsJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7lAjQ4YsJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7lAjQ4YsJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7lAjQ4YsJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7lAjQ4YsJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7lAjQ4YsJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7lAjQ4YsJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7lAjQ4YsJ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-v7lAjQ4YsJ .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-v7lAjQ4YsJ .navbar {
    height: 70px;
  }
  .cid-v7lAjQ4YsJ .navbar.opened {
    height: auto;
  }
  .cid-v7lAjQ4YsJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7lAjQC3QA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #212428;
}
.cid-v7lAjQC3QA .mbr-section-title {
  color: #d6d521;
}
.cid-v7lAjQC3QA .mbr-text {
  color: #c0bcb7;
}
.cid-v7lAjR1fk7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/african-vocal-artis-writing-song-1872x1248.webp");
}
.cid-v7lAjR1fk7 .wrapper {
  height: 550px;
}
.cid-v7lAjR1fk7 .mbr-section-title {
  text-align: right;
  color: #ffefef;
}
.cid-v7lAjRr00v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7lAjRr00v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAjRr00v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAjRr00v .video-wrapper iframe {
  width: 100%;
}
.cid-v7lAjRr00v .mbr-section-title,
.cid-v7lAjRr00v .mbr-section-subtitle,
.cid-v7lAjRr00v .mbr-text {
  text-align: center;
}
.cid-v7lAjRr00v .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-v7lAjRr00v .mbr-section-subtitle {
  text-align: left;
}
.cid-v7lAjRr00v .mbr-text {
  color: #e35050;
}
.cid-v7lAjRUOTi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7lAjRUOTi .mbr-section-title {
  color: #d6d521;
  text-align: center;
}
.cid-v7lAjRUOTi .mbr-text {
  color: #c0bcb7;
  text-align: center;
}
.cid-v8oxxpS7BR {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-v8oxxpS7BR .container-fluid {
  max-width: 1700px;
}
.cid-v8oxxpS7BR h1 {
  line-height: 1;
}
.cid-v8oISwWtD7 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v8oISwWtD7 .mbr-media {
  position: relative;
}
.cid-v8oISwWtD7 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v8oISwWtD7 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v8oISwWtD7 .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-v8oISwWtD7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v8oISwWtD7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v8oISwWtD7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v8oISwWtD7 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8oISwWtD7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8oISwWtD7 .mbr-section-title {
  color: #ffffff;
}
.cid-v8oISwWtD7 .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-v7lAjSkPZM {
  background-image: url("../../../assets/images/records-640x427.webp");
}
.cid-v7lAjSkPZM .container-fluid {
  max-width: 1700px;
}
.cid-v7lAjSkPZM h1 {
  line-height: 1;
}
.cid-v7lAjSkPZM .mbr-text,
.cid-v7lAjSkPZM .mbr-section-btn {
  text-align: left;
}
.cid-v7lAjSkPZM H1 {
  text-align: left;
}
.cid-v7lAkb4W3W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-v7lAkb4W3W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAkb4W3W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAkb4W3W .video-wrapper iframe {
  width: 100%;
}
.cid-v7lAkb4W3W .mbr-section-title,
.cid-v7lAkb4W3W .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v7lAkb4W3W .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7lAkb4W3W .mbr-text {
  color: #ffffff;
}
.cid-v7lAkb4W3W .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-v7lAkb4W3W .mbr-description {
  color: #d4ad6a;
}
.cid-v7lAjT8HQ8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ian-berry-bobby-canival-1467x964.webp");
}
.cid-v7lAjT8HQ8 .wrapper {
  height: 550px;
}
.cid-v7lAjTvPyi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00261a;
}
.cid-v7lAjTvPyi .media-container-row {
  justify-content: space-between;
}
.cid-v7lAjTvPyi .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v7lAjTvPyi .text-content {
    max-width: none;
  }
}
.cid-v7lAjTvPyi .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v7lAjTvPyi .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v7lAjTvPyi .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v7lAjTvPyi .icons {
    justify-content: center !important;
  }
  .cid-v7lAjTvPyi .text-content * {
    text-align: center;
  }
}
.cid-v7lAjTvPyi .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7lAjTZg9B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/rapattack-carnival-screenshot-2000x1124.webp");
}
.cid-v7lAjTZg9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAjTZg9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAjTZg9B .container-fluid {
  padding: 0;
}
.cid-v7lAjTZg9B .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v7lAjTZg9B .row {
    padding: 0 12px;
  }
}
.cid-v7lAjTZg9B .title-wrapper {
  padding-top: 40%;
}
.cid-v7lAjTZg9B .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-v7lAjTZg9B .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-v7lAjTZg9B .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7lAjUpiwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #031f03;
}
.cid-v7lAjUpiwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAjUpiwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAjUpiwm .video-wrapper iframe {
  width: 100%;
}
.cid-v7lAjUpiwm .mbr-section-title,
.cid-v7lAjUpiwm .mbr-section-subtitle,
.cid-v7lAjUpiwm .mbr-text {
  text-align: center;
}
.cid-v7lAjUpiwm .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-v7lAjUpiwm .mbr-section-subtitle {
  text-align: left;
}
.cid-v7lAjUpiwm .mbr-text {
  color: #ffffff;
}
.cid-v7lAjUOzwY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v7lAjUOzwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAjUOzwY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAjUOzwY .box {
  margin-bottom: 15px;
}
.cid-v7lAjUOzwY .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-v7lAjUOzwY .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-v7lAjUOzwY .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-v7lAjUOzwY .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-v7lAjUOzwY .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v7lAjUOzwY .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-v7lAjUOzwY .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-v7lAjUOzwY .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-v7lAjUOzwY .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-v7lAjUOzwY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v7lAjUOzwY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7lAjUOzwY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7lAjUOzwY .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v7lAjUOzwY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7lAjUOzwY .item-img {
  overflow: hidden;
}
.cid-v7lAjUOzwY .item-img img {
  width: 100%;
}
.cid-v7lAjUOzwY .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-v7lAjUOzwY .title-text {
  color: #dfcefd;
  margin-bottom: 0;
  width: 100%;
}
.cid-v7lAjUOzwY .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.cid-v7lAjUOzwY P {
  text-align: center;
}
.cid-v8qo8zIyPa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/local-2000x871.webp");
}
.cid-v8qo8zIyPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8qo8zIyPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8qo8zIyPa .container-fluid {
  padding: 0;
}
.cid-v8qo8zIyPa .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v8qo8zIyPa .row {
    padding: 0 12px;
  }
}
.cid-v8qo8zIyPa .title-wrapper {
  padding-top: 40%;
}
.cid-v8qo8zIyPa .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-v8qo8zIyPa .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-v8qo8zIyPa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8p2OUxwXO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00261a;
}
.cid-v8p2OUxwXO .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8p2OUxwXO .currentcost {
  color: #232323;
}
.cid-v8p2OUxwXO .card-wrapper {
  border-radius: 4px;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-v8p2OUxwXO .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8p2OUxwXO .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8p2OUxwXO .text-box {
    padding: 1rem;
  }
}
.cid-v8p2OUxwXO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8p2OUxwXO .mbr-text,
.cid-v8p2OUxwXO .cost,
.cid-v8p2OUxwXO .mbr-section-btn {
  color: #ffffff;
}
.cid-v8p2OUxwXO H5 {
  color: #ffffff;
}
.cid-v7lAjVyccF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-v7lAjVyccF img,
.cid-v7lAjVyccF .item-img {
  width: 100%;
}
.cid-v7lAjVyccF .item:focus,
.cid-v7lAjVyccF span:focus {
  outline: none;
}
.cid-v7lAjVyccF .item-wrapper {
  position: relative;
}
.cid-v7lAjVyccF .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7lAjVyccF .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v7lAjVyccF .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7lAjVyccF .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v7lAjVyccF .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v7lAjVyccF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7lAjVyccF .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-v7lAjVyccF .mbr-text,
.cid-v7lAjVyccF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-v7lAjVyccF .item-title {
  text-align: left;
  color: #000000;
}
.cid-v7lAjVyccF .item-subtitle {
  text-align: left;
}
.cid-v7lAjVyccF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v7lAjVyccF .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v7lAjVyccF .embla__button--next,
.cid-v7lAjVyccF .embla__button--prev {
  display: flex;
}
.cid-v7lAjVyccF .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;
}
.cid-v7lAjVyccF .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v7lAjVyccF .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v7lAjVyccF .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7lAjVyccF .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7lAjVyccF .embla__button {
    top: auto;
  }
}
.cid-v7lAjVyccF .embla {
  position: relative;
  width: 100%;
}
.cid-v7lAjVyccF .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v7lAjVyccF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v7lAjVyccF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v7lAjVyccF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8qoUZKy1w {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #031f03;
}
.cid-v8qoUZKy1w .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-v8qoUZKy1w .mbr-section-title {
  color: #ffffff;
  text-align: left;
  width: 90%;
}
.cid-v8qoUZKy1w .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-v8qoUZKy1w .mbr-section-btn {
  width: 90%;
}
.cid-v8qoUZKy1w img {
  object-fit: cover;
  height: 100%;
  height: 100vh;
}
.cid-v8qoUZKy1w section {
  position: relative;
}
.cid-v8qoUZKy1w .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-v8qoUZKy1w .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-v8qoUZKy1w .mbr-section-subtitle,
  .cid-v8qoUZKy1w .mbr-section-btn,
  .cid-v8qoUZKy1w .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-v8qoUZKy1w .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-v8qoUZKy1w .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v8qoUZKy1w .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v8qoUZKy1w .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v8qoUZKy1w .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v8qoUZKy1w .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-v8qoUZKy1w .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-v8qoUZKy1w .mbr-section-subtitle,
.cid-v8qoUZKy1w .mbr-section-btn {
  color: #ffa6a6;
}
.cid-v8qwEgzOJ0 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031f03;
}
.cid-v8qwEgzOJ0 .media-container-row {
  justify-content: space-between;
}
.cid-v8qwEgzOJ0 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v8qwEgzOJ0 .text-content {
    max-width: none;
  }
}
.cid-v8qwEgzOJ0 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v8qwEgzOJ0 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v8qwEgzOJ0 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v8qwEgzOJ0 .icons {
    justify-content: center !important;
  }
  .cid-v8qwEgzOJ0 .text-content * {
    text-align: center;
  }
}
.cid-v8qwEgzOJ0 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7lAjW9K3N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internash-2000x871.webp");
}
.cid-v7lAjW9K3N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAjW9K3N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAjW9K3N .container-fluid {
  padding: 0;
}
.cid-v7lAjW9K3N .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v7lAjW9K3N .row {
    padding: 0 12px;
  }
}
.cid-v7lAjW9K3N .title-wrapper {
  padding-top: 40%;
}
.cid-v7lAjW9K3N .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-v7lAjW9K3N .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-v7lAjW9K3N .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7lAjWC1B3 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/peckins-sign-2000x1246.webp");
}
.cid-v7lAjWC1B3 .container-fluid {
  max-width: 1700px;
}
.cid-v7lAjWC1B3 h1 {
  line-height: 1;
}
.cid-v7lAjX72CC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7lAjX72CC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAjX72CC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAjX72CC .video-wrapper iframe {
  width: 100%;
}
.cid-v7lAjX72CC .mbr-section-title,
.cid-v7lAjX72CC .mbr-section-subtitle,
.cid-v7lAjX72CC .mbr-text {
  text-align: center;
}
.cid-v7lAjX72CC .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-v7lAjX72CC .mbr-section-subtitle {
  text-align: left;
}
.cid-v7lAjX72CC .mbr-text {
  color: #f50b0b;
}
.cid-v7lAjXA76k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internashfemale-2000x871.webp");
}
.cid-v7lAjXA76k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAjXA76k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAjXA76k .container-fluid {
  padding: 0;
}
.cid-v7lAjXA76k .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v7lAjXA76k .row {
    padding: 0 12px;
  }
}
.cid-v7lAjXA76k .title-wrapper {
  padding-top: 40%;
}
.cid-v7lAjXA76k .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-v7lAjXA76k .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-v7lAjXA76k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7lAjY1MGh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-v7lAjY1MGh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v7lAjY1MGh .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v7lAjY1MGh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v7lAjY1MGh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v7lAjY1MGh .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-v7lAjY1MGh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v7lAjY1MGh .carousel-control,
.cid-v7lAjY1MGh .close {
  background: #1b1b1b;
}
.cid-v7lAjY1MGh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7lAjY1MGh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7lAjY1MGh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7lAjY1MGh .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7lAjY1MGh .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-v7lAjY1MGh .close::before {
  content: '\e91a';
}
.cid-v7lAjY1MGh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7lAjY1MGh .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-v7lAjY1MGh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7lAjY1MGh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7lAjY1MGh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7lAjY1MGh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7lAjY1MGh .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-v7lAjY1MGh .carousel-indicators li.active,
.cid-v7lAjY1MGh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7lAjY1MGh .carousel-indicators li::after,
.cid-v7lAjY1MGh .carousel-indicators li::before {
  content: none;
}
.cid-v7lAjY1MGh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7lAjY1MGh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7lAjY1MGh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7lAjY1MGh .carousel-indicators {
    display: none;
  }
}
.cid-v7lAjY1MGh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7lAjY1MGh .carousel-inner > .active {
  display: block;
}
.cid-v7lAjY1MGh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7lAjY1MGh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7lAjY1MGh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7lAjY1MGh .carousel-control,
  .cid-v7lAjY1MGh .carousel-indicators,
  .cid-v7lAjY1MGh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7lAjY1MGh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7lAjY1MGh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7lAjY1MGh .carousel-indicators .active,
.cid-v7lAjY1MGh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7lAjY1MGh .carousel-indicators .active {
  background: #fff;
}
.cid-v7lAjY1MGh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7lAjY1MGh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7lAjY1MGh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7lAjY1MGh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7lAjY1MGh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7lAjY1MGh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7lAjY1MGh .carousel {
  width: 100%;
}
.cid-v7lAjY1MGh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7lAjY1MGh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7lAjY1MGh .modal.fade .modal-dialog,
.cid-v7lAjY1MGh .modal.in .modal-dialog {
  transform: none;
}
.cid-v7lAjY1MGh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7lAjY1MGh H6 {
  text-align: center;
}
.cid-v7lAjY1MGh H3 {
  color: #ddc499;
}
.cid-v7lAjY1MGh H4 {
  color: #9a948d;
}
.cid-v7lAjYONx9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-v7lAjYONx9 .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-v7lAjYONx9 .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-v7lAjYONx9 .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-v7lAjYONx9 .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-v7lAjYONx9 .form-group,
  .cid-v7lAjYONx9 .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v7lAjYONx9 .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-v7lAjYONx9 textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-v7lAjYONx9 .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-v7lAjYONx9 .text-block {
    margin-bottom: 2rem;
  }
}
.cid-v7lAjYONx9 .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-v7lAjZmFtj {
  padding-top: 0;
  padding-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #171410;
}
.cid-v7lAjZmFtj .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-v7lAjZmFtj .mbr-section-title {
  color: #ddc499;
  text-align: left;
  width: 90%;
}
.cid-v7lAjZmFtj .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-v7lAjZmFtj .mbr-section-btn {
  width: 90%;
}
.cid-v7lAjZmFtj img {
  object-fit: cover;
  height: 100%;
}
.cid-v7lAjZmFtj section {
  position: relative;
}
.cid-v7lAjZmFtj .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-v7lAjZmFtj .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-v7lAjZmFtj .mbr-section-subtitle,
  .cid-v7lAjZmFtj .mbr-section-btn,
  .cid-v7lAjZmFtj .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-v7lAjZmFtj .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-v7lAjZmFtj .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-v7lAjZmFtj .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-v7lAjZmFtj .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v7lAjZmFtj .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-v7lAjZmFtj .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-v7lAjZmFtj .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-v7lAjZmFtj .mbr-section-subtitle,
.cid-v7lAjZmFtj .mbr-section-btn {
  color: #9a948d;
}
.cid-v7lAk1bYDF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171410;
}
.cid-v7lAk1bYDF .media-container-row {
  justify-content: space-between;
}
.cid-v7lAk1bYDF .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v7lAk1bYDF .text-content {
    max-width: none;
  }
}
.cid-v7lAk1bYDF .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v7lAk1bYDF .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v7lAk1bYDF .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v7lAk1bYDF .icons {
    justify-content: center !important;
  }
  .cid-v7lAk1bYDF .text-content * {
    text-align: center;
  }
}
.cid-v7lAk1bYDF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7lAk1So9p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v7lAk1So9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAk1So9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAk1So9p .video-wrapper iframe {
  width: 100%;
}
.cid-v7lAk1So9p .mbr-section-title,
.cid-v7lAk1So9p .mbr-description {
  text-align: center;
}
.cid-v7lAk1So9p .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-v7lAk1So9p .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-v7lAk1So9p .mbr-text {
  color: #fbf807;
}
.cid-v7lAk1So9p .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7lAk1So9p .mbr-description {
  color: #d4ad6a;
}
.cid-v8r4Bre9Lj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00261a;
}
.cid-v8r4Bre9Lj .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8r4Bre9Lj .currentcost {
  color: #232323;
}
.cid-v8r4Bre9Lj .card-wrapper {
  border-radius: 4px;
  background: #00261a;
}
@media (min-width: 992px) {
  .cid-v8r4Bre9Lj .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8r4Bre9Lj .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8r4Bre9Lj .text-box {
    padding: 1rem;
  }
}
.cid-v8r4Bre9Lj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8r4Bre9Lj .mbr-text,
.cid-v8r4Bre9Lj .cost,
.cid-v8r4Bre9Lj .mbr-section-btn {
  color: #ffffff;
}
.cid-v8r4Bre9Lj H5 {
  color: #ddc499;
}
.cid-v8r6P41As1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #00261a;
}
.cid-v8r6P41As1 .media-container-row {
  justify-content: space-between;
}
.cid-v8r6P41As1 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v8r6P41As1 .text-content {
    max-width: none;
  }
}
.cid-v8r6P41As1 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v8r6P41As1 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v8r6P41As1 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v8r6P41As1 .icons {
    justify-content: center !important;
  }
  .cid-v8r6P41As1 .text-content * {
    text-align: center;
  }
}
.cid-v8r6P41As1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7lAk36OPo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/local-2000x871.webp");
}
.cid-v7lAk36OPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAk36OPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAk36OPo .container-fluid {
  padding: 0;
}
.cid-v7lAk36OPo .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v7lAk36OPo .row {
    padding: 0 12px;
  }
}
.cid-v7lAk36OPo .title-wrapper {
  padding-top: 40%;
}
.cid-v7lAk36OPo .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-v7lAk36OPo .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-v7lAk36OPo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8qYl2ZRv2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/deckshot-copy-2000x1124.webp");
}
.cid-v8qYl2ZRv2 .container-fluid {
  max-width: 1700px;
}
.cid-v8qYl2ZRv2 h1 {
  line-height: 1;
}
.cid-v8qYl2ZRv2 .mbr-text,
.cid-v8qYl2ZRv2 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v8qYl2ZRv2 H1 {
  color: #ffffff;
}
.cid-v7lAk4jthC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7lAk4jthC .mbr-media {
  position: relative;
}
.cid-v7lAk4jthC .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v7lAk4jthC .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v7lAk4jthC .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-v7lAk4jthC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v7lAk4jthC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v7lAk4jthC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v7lAk4jthC .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v7lAk4jthC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7lAk4jthC .mbr-section-title {
  color: #ffffff;
}
.cid-v7lAk4jthC .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-v7lAk5r9ng {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-v7lAk5r9ng .media-container-row {
  justify-content: space-between;
}
.cid-v7lAk5r9ng .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-v7lAk5r9ng .text-content {
    max-width: none;
  }
}
.cid-v7lAk5r9ng .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v7lAk5r9ng .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-v7lAk5r9ng .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v7lAk5r9ng .icons {
    justify-content: center !important;
  }
  .cid-v7lAk5r9ng .text-content * {
    text-align: center;
  }
}
.cid-v7lAk5r9ng .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v7lAk68WVE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-v7lAk68WVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7lAk68WVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7lAk68WVE .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-v7lAk68WVE .number {
  color: #b1ac6b;
}
.cid-v7lAk68WVE .period {
  display: block;
}
.cid-v7lAk68WVE .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-v7lAk68WVE .period {
    font-size: 0.8rem;
  }
}
.cid-v7lAk68WVE .btn {
  height: 100%;
  margin: 0;
}
.cid-v7lAk68WVE .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-v7lAk68WVE .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-v7lAk68WVE .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v7lAk68WVE .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-v7lAk68WVE .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-v7lAk68WVE H3 {
  color: #ffffff;
}
.cid-v7lAk68WVE .mbr-text,
.cid-v7lAk68WVE .mbr-section-btn {
  color: #f50b0b;
}
.cid-v7lAk6OHd3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7lAk6OHd3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v7lAk6OHd3 .mbr-text {
  color: #c0bcb7;
}
.cid-v7lAk7rK3M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7lAk7rK3M .mbr-section-title {
  color: #ba9b67;
}
.cid-v7lAk7rK3M .mbr-text {
  color: #c0bcb7;
}
.cid-v7lAk8JVNt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7lAk8JVNt .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v7lAk8JVNt .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-v7lAk8JVNt .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-v7lAk8JVNt .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-v7lAk8JVNt .text {
  color: #BA9B67;
}
.cid-v7lAk8JVNt .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-v7lAk8JVNt .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v7lAk8JVNt .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-v7lAk8JVNt .mbr-text {
  text-align: left;
}
.cid-v7lAk8JVNt .mbr-section-title {
  color: #ddc499;
}
.cid-v7lAk9wpkz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #391e1e;
}
.cid-v7lAk9wpkz .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v7lAk9wpkz .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-v7lAk9wpkz .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-v7lAk9wpkz .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-v7lAk9wpkz .text {
  color: #BA9B67;
}
.cid-v7lAk9wpkz .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-v7lAk9wpkz .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v7lAk9wpkz .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-v7lAk9wpkz .mbr-text {
  text-align: left;
}
.cid-v7lAk9wpkz .mbr-section-title {
  color: #ddc499;
}
.cid-v7lAkag8z3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7lAkag8z3 .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v7lAkag8z3 .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-v7lAkag8z3 .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-v7lAkag8z3 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-v7lAkag8z3 .text {
  color: #BA9B67;
}
.cid-v7lAkag8z3 .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-v7lAkag8z3 .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v7lAkag8z3 .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-v7lAkag8z3 .mbr-text {
  text-align: left;
}
.cid-v7lAkag8z3 .mbr-section-title {
  color: #ddc499;
}
.cid-v7lAkbMda0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-v7lAkbMda0 .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v7lAkbMda0 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7lAkbMda0 .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-v7lAkbMda0 .row {
    margin: 0;
  }
}
.cid-v7lAkbMda0 .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-v7lAkbMda0 .mbr-title {
  text-align: left;
}
.cid-v7lAkcxz5a {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7lAkcxz5a .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v7lAkcxz5a .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-v7lAkcxz5a .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-v7lAkcxz5a .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-v7lAkcxz5a .text {
  color: #BA9B67;
}
.cid-v7lAkcxz5a .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-v7lAkcxz5a .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v7lAkcxz5a .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-v7lAkcxz5a .mbr-text {
  text-align: left;
}
.cid-v7lAkcxz5a .mbr-section-title {
  color: #ddc499;
}
.cid-v8rbkeKOmb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image3.webp");
}
.cid-v8rbkeKOmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8rbkeKOmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8rbkeKOmb .container-fluid {
  padding: 0;
}
.cid-v8rbkeKOmb .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v8rbkeKOmb .row {
    padding: 0 12px;
  }
}
.cid-v8rbkeKOmb .title-wrapper {
  padding-top: 40%;
}
.cid-v8rbkeKOmb .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-v8rbkeKOmb .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-v8rbkeKOmb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7lAke0vj9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-v7lAke0vj9 img,
.cid-v7lAke0vj9 .item-img {
  width: 100%;
}
.cid-v7lAke0vj9 .item:focus,
.cid-v7lAke0vj9 span:focus {
  outline: none;
}
.cid-v7lAke0vj9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v7lAke0vj9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v7lAke0vj9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v7lAke0vj9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v7lAke0vj9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v7lAke0vj9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v7lAke0vj9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v7lAke0vj9 .mbr-section-title {
  color: #232323;
}
.cid-v7lAke0vj9 .mbr-text,
.cid-v7lAke0vj9 .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-v7lAke0vj9 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-v7lAke0vj9 .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-v7lAkeP8nS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-9390-2000x1125.webp");
}
.cid-v7lAkeP8nS .wrapper {
  height: 550px;
}
.cid-v7lAkeP8nS .mbr-section-title {
  text-align: center;
}
.cid-v7lAkfAVHS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7lAkfAVHS .mbr-section-title {
  color: #f00707;
  text-align: center;
}
.cid-v7lAkfAVHS .mbr-text {
  color: #c0bcb7;
  text-align: center;
}
.cid-v7lAkgj13z {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-v7lAkgj13z .image-wrapper {
  padding: 0 2rem;
}
.cid-v7lAkgj13z .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-v7lAkgj13z .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-v7lAkgj13z .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-v7lAkgj13z .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-v7lAkgj13z .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-v7lAkgj13z .text-wrapper,
  .cid-v7lAkgj13z .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v7lAkgj13z .text-wrapper,
  .cid-v7lAkgj13z .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-v7lAkgj13z .text-wrapper,
  .cid-v7lAkgj13z .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-v7lAkgj13z .text-wrapper,
  .cid-v7lAkgj13z .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-v7lAkgj13z .text-wrapper,
  .cid-v7lAkgj13z .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-v7lAkgj13z .content {
    text-align: center;
  }
}
.cid-v7lAkgj13z .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-v7lAkgj13z .mbr-card-title {
    text-align: start;
  }
}
.cid-v7lAkgj13z .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-v7lAkgj13z .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-v7lAkgj13z .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-v7lAkgj13z .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-v7lAkgj13z .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-v7lAkgj13z .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-v7lAkgj13z .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-v7lAkgj13z .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-v7lAkgj13z .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-v7lAkgj13z .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-v7lAkgj13z .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-v7lAkgj13z .nutrition-wrap {
    width: 100%;
  }
}
.cid-v7lAkgj13z .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-v7lAkgj13z .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-v7lAkgj13z .tile-text-wrap {
  display: flex;
}
.cid-v7lAkgj13z svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-v7lAkgj13z svg path {
  fill: #cd8ad1;
}
.cid-v7lAkgj13z .numbers {
  display: flex;
  align-self: center;
}
.cid-v7lAkgj13z .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-v7lAkgj13z .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-v7lAkgj13z .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-v7lAkgj13z .mbr-tile-text {
    text-align: start;
  }
}
.cid-v7lAkgj13z .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-v7lAkgj13z .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-v7lAkgj13z .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-v7lAkgj13z .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-v7lAkgj13z .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-v7lAkgj13z .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-v7lAkgj13z .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-v7lAkgj13z .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-v7lAkgj13z .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-v7lAkgj13z div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-v7lAkgj13z .mbr-section-btn {
  display: flex;
}
.cid-v7lAkgj13z .mbr-text-title {
  color: #ddc499;
}
.cid-v7lAkhdNNk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-v7lAkhdNNk .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-v7lAkhdNNk .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v7lAkhdNNk .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-v7lAkhdNNk .row {
    margin: 0;
  }
}
.cid-v7lAkhdNNk .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-v7lAkhdNNk .mbr-title {
  text-align: left;
}
.cid-v7lAki2JhO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4.webp");
}
.cid-v7lAki2JhO .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-v7lAki2JhO .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-v7lAki2JhO .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-v7lAki2JhO .form-group,
  .cid-v7lAki2JhO .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-v7lAki2JhO .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-v7lAki2JhO textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-v7lAki2JhO .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-v7lAki2JhO .text-block {
    margin-bottom: 2rem;
  }
}
.cid-v7lAkiPr4H {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-v7lAkiPr4H .media-container-row .mbr-text {
  color: #977741;
}
.cid-vnBPJuPbTg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 1400px) {
  .cid-vnBPJuPbTg .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-vnBPJuPbTg nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-vnBPJuPbTg .container,
  .cid-vnBPJuPbTg .container-fluid {
    flex-wrap: initial;
  }
  .cid-vnBPJuPbTg .nav-link:hover,
  .cid-vnBPJuPbTg .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-vnBPJuPbTg .navbar-nav {
  margin: auto;
}
.cid-vnBPJuPbTg .dropdown-item {
  color: #ffffff !important;
}
.cid-vnBPJuPbTg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnBPJuPbTg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnBPJuPbTg .navbar-short,
.cid-vnBPJuPbTg .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vnBPJuPbTg .navbar-short .nav-link,
.cid-vnBPJuPbTg .opened .nav-link,
.cid-vnBPJuPbTg .navbar-short .navbar-caption,
.cid-vnBPJuPbTg .opened .navbar-caption,
.cid-vnBPJuPbTg .navbar-short .mbr-iconfont,
.cid-vnBPJuPbTg .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-vnBPJuPbTg .navbar-short .hamburger span,
.cid-vnBPJuPbTg .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-vnBPJuPbTg .nav-link {
  font-family: "Josefin Sans";
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-vnBPJuPbTg .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-vnBPJuPbTg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-vnBPJuPbTg .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-vnBPJuPbTg .dropdown-menu {
    z-index: 9999;
    margin-top: 28px;
    border: 1px solid #41392e;
    width: 250px;
  }
}
.cid-vnBPJuPbTg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnBPJuPbTg .container {
  display: flex;
  margin: auto;
}
.cid-vnBPJuPbTg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vnBPJuPbTg .dropdown-menu,
.cid-vnBPJuPbTg .navbar.opened {
  background: #000000 !important;
}
.cid-vnBPJuPbTg .nav-item:focus,
.cid-vnBPJuPbTg .nav-link:focus {
  outline: none;
}
.cid-vnBPJuPbTg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vnBPJuPbTg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vnBPJuPbTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnBPJuPbTg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnBPJuPbTg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnBPJuPbTg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vnBPJuPbTg .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-vnBPJuPbTg .navbar.opened {
  transition: all 0.3s;
}
.cid-vnBPJuPbTg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vnBPJuPbTg .navbar .navbar-logo img {
  width: auto;
}
.cid-vnBPJuPbTg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnBPJuPbTg .navbar.collapsed {
  justify-content: center;
}
.cid-vnBPJuPbTg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnBPJuPbTg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vnBPJuPbTg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vnBPJuPbTg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnBPJuPbTg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnBPJuPbTg .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-vnBPJuPbTg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnBPJuPbTg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vnBPJuPbTg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnBPJuPbTg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnBPJuPbTg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnBPJuPbTg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnBPJuPbTg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnBPJuPbTg .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-vnBPJuPbTg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnBPJuPbTg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-vnBPJuPbTg .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vnBPJuPbTg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnBPJuPbTg .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vnBPJuPbTg .navbar.navbar-short {
  min-height: 60px;
}
.cid-vnBPJuPbTg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vnBPJuPbTg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vnBPJuPbTg .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vnBPJuPbTg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-family: "EB Garamond";
  font-weight: 400;
}
.cid-vnBPJuPbTg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnBPJuPbTg .dropdown-item.active,
.cid-vnBPJuPbTg .dropdown-item:active {
  background-color: transparent;
}
.cid-vnBPJuPbTg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnBPJuPbTg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnBPJuPbTg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnBPJuPbTg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vnBPJuPbTg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vnBPJuPbTg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnBPJuPbTg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vnBPJuPbTg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vnBPJuPbTg button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vnBPJuPbTg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnBPJuPbTg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vnBPJuPbTg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnBPJuPbTg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vnBPJuPbTg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vnBPJuPbTg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnBPJuPbTg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnBPJuPbTg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnBPJuPbTg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnBPJuPbTg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnBPJuPbTg a.nav-link {
  display: flex;
  align-items: center;
}
.cid-vnBPJuPbTg .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-vnBPJuPbTg .navbar {
    height: 70px;
  }
  .cid-vnBPJuPbTg .navbar.opened {
    height: auto;
  }
  .cid-vnBPJuPbTg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnBPJvqiRu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f40b0b;
}
.cid-vnBPJvqiRu .mbr-section-title {
  color: #d6d521;
}
.cid-vnBPJvqiRu .mbr-text {
  color: #c0bcb7;
}
.cid-vnBPJvOK7V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/girl-interview-1568x1078.webp");
}
.cid-vnBPJvOK7V .wrapper {
  height: 550px;
}
.cid-vnBPJvOK7V .mbr-section-title {
  text-align: left;
  color: #f00707;
}
.cid-vnBPJwH7gD {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnBPJwH7gD .mbr-section-title {
  color: #d6d521;
  text-align: center;
}
.cid-vnBPJwH7gD .mbr-text {
  color: #c0bcb7;
  text-align: center;
}
.cid-vnBPJx6T6a {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/connected-dj-1586x1064.webp");
}
.cid-vnBPJx6T6a .container-fluid {
  max-width: 1700px;
}
.cid-vnBPJx6T6a h1 {
  line-height: 1;
}
.cid-vnBPJAAS5h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0b0a08;
}
.cid-vnBPJAAS5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBPJAAS5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBPJAAS5h .video-wrapper iframe {
  width: 100%;
}
.cid-vnBPJAAS5h .mbr-section-title,
.cid-vnBPJAAS5h .mbr-section-subtitle,
.cid-vnBPJAAS5h .mbr-text {
  text-align: center;
}
.cid-vnBPJAAS5h .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-vnBPJAAS5h .mbr-section-subtitle {
  text-align: left;
}
.cid-vnBPJAAS5h .mbr-text {
  color: #ffffff;
}
.cid-vnHtZO3h0h {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #00261a;
}
.cid-vnHtZO3h0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHtZO3h0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHtZO3h0h .box {
  margin-bottom: 15px;
}
.cid-vnHtZO3h0h .mbr-media {
  position: relative;
  display: flex;
  max-height: 800px;
}
.cid-vnHtZO3h0h .mbr-media img {
  width: 100%;
  border: 4px solid #2a2034;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-vnHtZO3h0h .mbr-media .mbr-iconfont {
  font-size: 80px;
}
@media (max-width: 767px) {
  .cid-vnHtZO3h0h .mbr-media .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vnHtZO3h0h .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vnHtZO3h0h .icon-wrap span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all !important;
  transform: scale(1);
  background-color: #150d1d;
}
@media (max-width: 767px) {
  .cid-vnHtZO3h0h .icon-wrap span {
    min-width: 6em;
    min-height: 6em;
    padding: 1.5em;
  }
}
.cid-vnHtZO3h0h .icon-wrap span:hover {
  transform: scale(1.1);
  background-image: none !important;
}
.cid-vnHtZO3h0h .mbr-media span {
  font-size: 3rem !important;
  transition: all 0.5s;
  color: #ffffff;
}
.cid-vnHtZO3h0h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vnHtZO3h0h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vnHtZO3h0h .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vnHtZO3h0h .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vnHtZO3h0h .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnHtZO3h0h .item-img {
  overflow: hidden;
}
.cid-vnHtZO3h0h .item-img img {
  width: 100%;
}
.cid-vnHtZO3h0h .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 3rem;
}
.cid-vnHtZO3h0h .title-text {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-vnHtZO3h0h .mbr-text {
  color: #dfcefd;
  margin-top: 2rem;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cid-vnHtZO3h0h P {
  text-align: center;
}
.cid-vnBPJyjLdj {
  background-image: url("../../../assets/images/records-640x427.webp");
}
.cid-vnBPJyjLdj .container-fluid {
  max-width: 1700px;
}
.cid-vnBPJyjLdj h1 {
  line-height: 1;
}
.cid-vnBPJyjLdj .mbr-text,
.cid-vnBPJyjLdj .mbr-section-btn {
  text-align: left;
}
.cid-vnBPJyjLdj H1 {
  text-align: left;
}
.cid-vnHNP4RwLV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #171410;
}
.cid-vnHNP4RwLV img,
.cid-vnHNP4RwLV .item-img {
  width: 100%;
}
.cid-vnHNP4RwLV .item:focus,
.cid-vnHNP4RwLV span:focus {
  outline: none;
}
.cid-vnHNP4RwLV .item-wrapper {
  position: relative;
}
.cid-vnHNP4RwLV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vnHNP4RwLV .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vnHNP4RwLV .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vnHNP4RwLV .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vnHNP4RwLV .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vnHNP4RwLV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vnHNP4RwLV .mbr-section-title {
  color: #ddc499;
  text-align: center;
}
.cid-vnHNP4RwLV .mbr-text,
.cid-vnHNP4RwLV .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vnHNP4RwLV .item-title {
  text-align: left;
  color: #000000;
}
.cid-vnHNP4RwLV .item-subtitle {
  text-align: left;
}
.cid-vnHNP4RwLV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-vnHNP4RwLV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vnHNP4RwLV .embla__button--next,
.cid-vnHNP4RwLV .embla__button--prev {
  display: flex;
}
.cid-vnHNP4RwLV .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;
}
.cid-vnHNP4RwLV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vnHNP4RwLV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vnHNP4RwLV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnHNP4RwLV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnHNP4RwLV .embla__button {
    top: auto;
  }
}
.cid-vnHNP4RwLV .embla {
  position: relative;
  width: 100%;
}
.cid-vnHNP4RwLV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vnHNP4RwLV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vnHNP4RwLV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vnHNP4RwLV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vnBPJzgjvZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/notting-hill-carnival-1024x1024-660x451.webp");
}
.cid-vnBPJzgjvZ .wrapper {
  height: 550px;
}
.cid-vnBPJzFIqt {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #00261a;
}
.cid-vnBPJzFIqt .media-container-row {
  justify-content: space-between;
}
.cid-vnBPJzFIqt .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vnBPJzFIqt .text-content {
    max-width: none;
  }
}
.cid-vnBPJzFIqt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vnBPJzFIqt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vnBPJzFIqt .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vnBPJzFIqt .icons {
    justify-content: center !important;
  }
  .cid-vnBPJzFIqt .text-content * {
    text-align: center;
  }
}
.cid-vnBPJzFIqt .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vnBPJAc8dX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/grenfell-ladies-1915x1279.webp");
}
.cid-vnBPJAc8dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBPJAc8dX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBPJAc8dX .container-fluid {
  padding: 0;
}
.cid-vnBPJAc8dX .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vnBPJAc8dX .row {
    padding: 0 12px;
  }
}
.cid-vnBPJAc8dX .title-wrapper {
  padding-top: 40%;
}
.cid-vnBPJAc8dX .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-vnBPJAc8dX .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vnBPJAc8dX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnBPJweziG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnBPJweziG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBPJweziG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBPJweziG .video-wrapper iframe {
  width: 100%;
}
.cid-vnBPJweziG .mbr-section-title,
.cid-vnBPJweziG .mbr-section-subtitle,
.cid-vnBPJweziG .mbr-text {
  text-align: center;
}
.cid-vnBPJweziG .mbr-section-title {
  text-align: center;
  color: #ddc499;
}
.cid-vnBPJweziG .mbr-section-subtitle {
  text-align: left;
}
.cid-vnBPJweziG .mbr-text {
  color: #e35050;
}
.cid-vnHunCirNo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #00261a;
}
.cid-vnHunCirNo .mbr-media {
  position: relative;
}
.cid-vnHunCirNo .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vnHunCirNo .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vnHunCirNo .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-vnHunCirNo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vnHunCirNo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vnHunCirNo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vnHunCirNo .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vnHunCirNo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnHunCirNo .mbr-section-title {
  color: #ffefef;
}
.cid-vnHunCirNo .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-vnHvONr8Ro {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internashfemale-2000x871.webp");
}
.cid-vnHvONr8Ro .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHvONr8Ro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHvONr8Ro .container-fluid {
  padding: 0;
}
.cid-vnHvONr8Ro .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vnHvONr8Ro .row {
    padding: 0 12px;
  }
}
.cid-vnHvONr8Ro .title-wrapper {
  padding-top: 40%;
}
.cid-vnHvONr8Ro .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-vnHvONr8Ro .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vnHvONr8Ro .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnG3Yr8iu0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/nhc-carnival-book-front-cover-1079x718.webp");
}
.cid-vnG3Yr8iu0 .container-fluid {
  max-width: 1700px;
}
.cid-vnG3Yr8iu0 h1 {
  line-height: 1;
}
.cid-vnG3Yr8iu0 DIV {
  text-align: left;
}
.cid-vnG3Yr8iu0 .mbr-text,
.cid-vnG3Yr8iu0 .mbr-section-btn {
  text-align: left;
}
.cid-vnBPJCjfrb {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00261a;
}
.cid-vnBPJCjfrb .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vnBPJCjfrb .currentcost {
  color: #232323;
}
.cid-vnBPJCjfrb .card-wrapper {
  border-radius: 4px;
  background: #000000;
}
@media (min-width: 992px) {
  .cid-vnBPJCjfrb .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vnBPJCjfrb .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vnBPJCjfrb .text-box {
    padding: 1rem;
  }
}
.cid-vnBPJCjfrb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vnBPJCjfrb .mbr-text,
.cid-vnBPJCjfrb .cost,
.cid-vnBPJCjfrb .mbr-section-btn {
  color: #ffffff;
}
.cid-vnBPJCjfrb H5 {
  color: #ffffff;
}
.cid-vnHMJgvqrG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/c864f152-0577-43b4-ae85-332ccc61a183-1600x1008.webp");
}
.cid-vnHMJgvqrG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHMJgvqrG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHMJgvqrG .video-wrapper iframe {
  width: 100%;
}
.cid-vnHMJgvqrG .mbr-section-title,
.cid-vnHMJgvqrG .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vnHMJgvqrG .text-wrapper {
    padding: 2rem;
  }
}
.cid-vnHMJgvqrG .mbr-text {
  color: #ffffff;
}
.cid-vnHMJgvqrG .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-vnHMJgvqrG .mbr-description {
  color: #d4ad6a;
}
.cid-vnBPJDtZVz {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #031f03;
}
.cid-vnBPJDtZVz .image-wrapper {
  position: relative;
  height: 100%;
}
.cid-vnBPJDtZVz .mbr-section-title {
  color: #ffffff;
  text-align: left;
  width: 90%;
}
.cid-vnBPJDtZVz .mbr-section-subtitle {
  margin: 0;
  color: #c0bcb7;
  text-align: left;
  width: 90%;
}
.cid-vnBPJDtZVz .mbr-section-btn {
  width: 90%;
}
.cid-vnBPJDtZVz img {
  object-fit: cover;
  height: 100%;
  height: 100vh;
}
.cid-vnBPJDtZVz section {
  position: relative;
}
.cid-vnBPJDtZVz .wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 60px;
}
@media (max-width: 991px) {
  .cid-vnBPJDtZVz .wrap {
    justify-content: center;
    padding: 1rem;
  }
  .cid-vnBPJDtZVz .mbr-section-subtitle,
  .cid-vnBPJDtZVz .mbr-section-btn,
  .cid-vnBPJDtZVz .mbr-section-title {
    width: 100%;
    padding: 0;
  }
}
.cid-vnBPJDtZVz .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.cid-vnBPJDtZVz .btn {
  padding: 0.8rem 4rem;
  position: relative;
  color: #c0bcb7;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vnBPJDtZVz .effectHover {
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
  position: absolute;
  width: 105%;
  height: 85%;
  border: 1px solid #41392e;
}
.cid-vnBPJDtZVz .effectHover::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  border-top: 1px solid #41392e;
  border-left: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vnBPJDtZVz .effectHover::after {
  content: "";
  right: -1px;
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: bottom right;
  border-bottom: 1px solid #41392e;
  border-right: 1px solid #41392e;
  transform: scale3d(0, 0, 1);
  transition: all 0.7s;
}
.cid-vnBPJDtZVz .btn:hover .effectHover::before {
  border-top: 1px solid #ba9b67;
  border-left: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-vnBPJDtZVz .btn:hover .effectHover::after {
  border-bottom: 1px solid #ba9b67;
  border-right: 1px solid #ba9b67;
  transform: scale3d(1, 1, 1);
}
.cid-vnBPJDtZVz .mbr-section-subtitle,
.cid-vnBPJDtZVz .mbr-section-btn {
  color: #ffa6a6;
}
.cid-vnBPJDX4JJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #031f03;
}
.cid-vnBPJDX4JJ .media-container-row {
  justify-content: space-between;
}
.cid-vnBPJDX4JJ .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vnBPJDX4JJ .text-content {
    max-width: none;
  }
}
.cid-vnBPJDX4JJ .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vnBPJDX4JJ .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vnBPJDX4JJ .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vnBPJDX4JJ .icons {
    justify-content: center !important;
  }
  .cid-vnBPJDX4JJ .text-content * {
    text-align: center;
  }
}
.cid-vnBPJDX4JJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vnBPJEAP0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/internash-2000x871.webp");
}
.cid-vnBPJEAP0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBPJEAP0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBPJEAP0s .container-fluid {
  padding: 0;
}
.cid-vnBPJEAP0s .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vnBPJEAP0s .row {
    padding: 0 12px;
  }
}
.cid-vnBPJEAP0s .title-wrapper {
  padding-top: 40%;
}
.cid-vnBPJEAP0s .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-vnBPJEAP0s .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vnBPJEAP0s .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnBPJF6Lq0 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/peckins-sign-2000x1246.webp");
}
.cid-vnBPJF6Lq0 .container-fluid {
  max-width: 1700px;
}
.cid-vnBPJF6Lq0 h1 {
  line-height: 1;
}
.cid-vnBPJFBqqH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnBPJFBqqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBPJFBqqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBPJFBqqH .video-wrapper iframe {
  width: 100%;
}
.cid-vnBPJFBqqH .mbr-section-title,
.cid-vnBPJFBqqH .mbr-section-subtitle,
.cid-vnBPJFBqqH .mbr-text {
  text-align: center;
}
.cid-vnBPJFBqqH .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-vnBPJFBqqH .mbr-section-subtitle {
  text-align: left;
}
.cid-vnBPJFBqqH .mbr-text {
  color: #f50b0b;
}
.cid-vnHxS4zIml {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/local-2000x871.webp");
}
.cid-vnHxS4zIml .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHxS4zIml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHxS4zIml .container-fluid {
  padding: 0;
}
.cid-vnHxS4zIml .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vnHxS4zIml .row {
    padding: 0 12px;
  }
}
.cid-vnHxS4zIml .title-wrapper {
  padding-top: 40%;
}
.cid-vnHxS4zIml .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-vnHxS4zIml .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vnHxS4zIml .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnBPJGICtN {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-vnBPJGICtN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vnBPJGICtN .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vnBPJGICtN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vnBPJGICtN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vnBPJGICtN .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-vnBPJGICtN .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vnBPJGICtN .carousel-control,
.cid-vnBPJGICtN .close {
  background: #1b1b1b;
}
.cid-vnBPJGICtN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vnBPJGICtN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vnBPJGICtN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vnBPJGICtN .carousel-control-next span {
  margin-left: 5px;
}
.cid-vnBPJGICtN .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-vnBPJGICtN .close::before {
  content: '\e91a';
}
.cid-vnBPJGICtN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnBPJGICtN .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-vnBPJGICtN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnBPJGICtN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vnBPJGICtN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vnBPJGICtN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vnBPJGICtN .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-vnBPJGICtN .carousel-indicators li.active,
.cid-vnBPJGICtN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vnBPJGICtN .carousel-indicators li::after,
.cid-vnBPJGICtN .carousel-indicators li::before {
  content: none;
}
.cid-vnBPJGICtN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vnBPJGICtN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vnBPJGICtN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vnBPJGICtN .carousel-indicators {
    display: none;
  }
}
.cid-vnBPJGICtN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vnBPJGICtN .carousel-inner > .active {
  display: block;
}
.cid-vnBPJGICtN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vnBPJGICtN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vnBPJGICtN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vnBPJGICtN .carousel-control,
  .cid-vnBPJGICtN .carousel-indicators,
  .cid-vnBPJGICtN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vnBPJGICtN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vnBPJGICtN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vnBPJGICtN .carousel-indicators .active,
.cid-vnBPJGICtN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vnBPJGICtN .carousel-indicators .active {
  background: #fff;
}
.cid-vnBPJGICtN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vnBPJGICtN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vnBPJGICtN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vnBPJGICtN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vnBPJGICtN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vnBPJGICtN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vnBPJGICtN .carousel {
  width: 100%;
}
.cid-vnBPJGICtN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vnBPJGICtN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vnBPJGICtN .modal.fade .modal-dialog,
.cid-vnBPJGICtN .modal.in .modal-dialog {
  transform: none;
}
.cid-vnBPJGICtN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vnBPJGICtN H6 {
  text-align: center;
}
.cid-vnBPJGICtN H3 {
  color: #ddc499;
}
.cid-vnBPJGICtN H4 {
  color: #9a948d;
}
.cid-vnBPJHBjUT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #00261a;
}
.cid-vnBPJHBjUT .main-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-vnBPJHBjUT .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-vnBPJHBjUT .content-panel {
  padding: 2rem;
  background-color: #000000;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vnBPJHBjUT .content-block {
  color: #d4ad6a;
}
@media (min-width: 992px) {
  .cid-vnBPJHBjUT .form-group,
  .cid-vnBPJHBjUT .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-vnBPJHBjUT .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-vnBPJHBjUT textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-vnBPJHBjUT .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vnBPJHBjUT .text-block {
    margin-bottom: 2rem;
  }
}
.cid-vnBPJHBjUT .mbr-section-title {
  text-align: center;
  color: #d4ad6a;
}
.cid-vnHzik0ZSI {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #171410;
}
.cid-vnHzik0ZSI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHzik0ZSI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHzik0ZSI .video-wrapper iframe {
  width: 100%;
}
.cid-vnHzik0ZSI .mbr-section-title,
.cid-vnHzik0ZSI .mbr-section-subtitle,
.cid-vnHzik0ZSI .mbr-text {
  text-align: center;
}
.cid-vnHzik0ZSI .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-vnHzik0ZSI .mbr-section-subtitle {
  text-align: left;
}
.cid-vnHzik0ZSI .mbr-text {
  color: #f50b0b;
}
.cid-vnBPJIQUsA {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #171410;
}
.cid-vnBPJIQUsA .media-container-row {
  justify-content: space-between;
}
.cid-vnBPJIQUsA .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vnBPJIQUsA .text-content {
    max-width: none;
  }
}
.cid-vnBPJIQUsA .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vnBPJIQUsA .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vnBPJIQUsA .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vnBPJIQUsA .icons {
    justify-content: center !important;
  }
  .cid-vnBPJIQUsA .text-content * {
    text-align: center;
  }
}
.cid-vnBPJIQUsA .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vnBPJJCiFc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vnBPJJCiFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBPJJCiFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBPJJCiFc .video-wrapper iframe {
  width: 100%;
}
.cid-vnBPJJCiFc .mbr-section-title,
.cid-vnBPJJCiFc .mbr-description {
  text-align: center;
}
.cid-vnBPJJCiFc .text-wrapper {
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-vnBPJJCiFc .text-wrapper {
    padding: 2rem;
    padding-right: 4rem;
  }
}
.cid-vnBPJJCiFc .mbr-text {
  color: #fbf807;
}
.cid-vnBPJJCiFc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vnBPJJCiFc .mbr-description {
  color: #d4ad6a;
}
.cid-vnBPJKhVc2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00261a;
}
.cid-vnBPJKhVc2 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-vnBPJKhVc2 .currentcost {
  color: #232323;
}
.cid-vnBPJKhVc2 .card-wrapper {
  border-radius: 4px;
  background: #00261a;
}
@media (min-width: 992px) {
  .cid-vnBPJKhVc2 .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vnBPJKhVc2 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vnBPJKhVc2 .text-box {
    padding: 1rem;
  }
}
.cid-vnBPJKhVc2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vnBPJKhVc2 .mbr-text,
.cid-vnBPJKhVc2 .cost,
.cid-vnBPJKhVc2 .mbr-section-btn {
  color: #ffffff;
}
.cid-vnBPJKhVc2 H5 {
  color: #ddc499;
}
.cid-vnBPJKWAI3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #00261a;
}
.cid-vnBPJKWAI3 .media-container-row {
  justify-content: space-between;
}
.cid-vnBPJKWAI3 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vnBPJKWAI3 .text-content {
    max-width: none;
  }
}
.cid-vnBPJKWAI3 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vnBPJKWAI3 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vnBPJKWAI3 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vnBPJKWAI3 .icons {
    justify-content: center !important;
  }
  .cid-vnBPJKWAI3 .text-content * {
    text-align: center;
  }
}
.cid-vnBPJKWAI3 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vnBPJMf4Dd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/deckshot-copy-2000x1124.webp");
}
.cid-vnBPJMf4Dd .container-fluid {
  max-width: 1700px;
}
.cid-vnBPJMf4Dd h1 {
  line-height: 1;
}
.cid-vnBPJMf4Dd .mbr-text,
.cid-vnBPJMf4Dd .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-vnBPJMf4Dd H1 {
  color: #ffffff;
}
.cid-vnBPJMUXvn {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vnBPJMUXvn .mbr-media {
  position: relative;
}
.cid-vnBPJMUXvn .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-vnBPJMUXvn .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vnBPJMUXvn .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-vnBPJMUXvn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vnBPJMUXvn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vnBPJMUXvn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vnBPJMUXvn .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vnBPJMUXvn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vnBPJMUXvn .mbr-section-title {
  color: #ffffff;
}
.cid-vnBPJMUXvn .mbr-section-subtitle {
  color: #d4ad6a;
}
.cid-vnBPJO0jpB {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-vnBPJO0jpB .media-container-row {
  justify-content: space-between;
}
.cid-vnBPJO0jpB .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-vnBPJO0jpB .text-content {
    max-width: none;
  }
}
.cid-vnBPJO0jpB .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vnBPJO0jpB .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-vnBPJO0jpB .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vnBPJO0jpB .icons {
    justify-content: center !important;
  }
  .cid-vnBPJO0jpB .text-content * {
    text-align: center;
  }
}
.cid-vnBPJO0jpB .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-vnBPJOKV0G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #00261a;
}
.cid-vnBPJOKV0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBPJOKV0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBPJOKV0G .number-wrap {
  color: #ddc499;
  text-align: center;
}
.cid-vnBPJOKV0G .number {
  color: #b1ac6b;
}
.cid-vnBPJOKV0G .period {
  display: block;
}
.cid-vnBPJOKV0G .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-vnBPJOKV0G .period {
    font-size: 0.8rem;
  }
}
.cid-vnBPJOKV0G .btn {
  height: 100%;
  margin: 0;
}
.cid-vnBPJOKV0G .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-vnBPJOKV0G .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-vnBPJOKV0G .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #6592e6;
  border: 2px solid #6592e6;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-vnBPJOKV0G .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-vnBPJOKV0G .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #6592e6;
  color: #ffffff;
}
.cid-vnBPJOKV0G H3 {
  color: #ffffff;
}
.cid-vnBPJOKV0G .mbr-text,
.cid-vnBPJOKV0G .mbr-section-btn {
  color: #f50b0b;
}
.cid-vnBPJPBkTV {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnBPJPBkTV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vnBPJPBkTV .mbr-text {
  color: #c0bcb7;
}
.cid-vnBPJQkSCl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vnBPJQkSCl .mbr-section-title {
  color: #ba9b67;
}
.cid-vnBPJQkSCl .mbr-text {
  color: #c0bcb7;
}
.cid-vnBPJQX5Rd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnBPJQX5Rd .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-vnBPJQX5Rd .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-vnBPJQX5Rd .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-vnBPJQX5Rd .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-vnBPJQX5Rd .text {
  color: #BA9B67;
}
.cid-vnBPJQX5Rd .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-vnBPJQX5Rd .item-title {
  line-height: 1.161em;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vnBPJQX5Rd .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-vnBPJQX5Rd .mbr-text {
  text-align: left;
}
.cid-vnBPJQX5Rd .mbr-section-title {
  color: #ddc499;
}
.cid-vnBPJRIH6p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f40b0b;
}
.cid-vnBPJRIH6p .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-vnBPJRIH6p .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-vnBPJRIH6p .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-vnBPJRIH6p .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-vnBPJRIH6p .text {
  color: #BA9B67;
}
.cid-vnBPJRIH6p .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-vnBPJRIH6p .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vnBPJRIH6p .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-vnBPJRIH6p .mbr-text {
  text-align: left;
}
.cid-vnBPJRIH6p .mbr-section-title {
  color: #ddc499;
}
.cid-vnBPJSu0o2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnBPJSu0o2 .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-vnBPJSu0o2 .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-vnBPJSu0o2 .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-vnBPJSu0o2 .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-vnBPJSu0o2 .text {
  color: #BA9B67;
}
.cid-vnBPJSu0o2 .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-vnBPJSu0o2 .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vnBPJSu0o2 .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-vnBPJSu0o2 .mbr-text {
  text-align: left;
}
.cid-vnBPJSu0o2 .mbr-section-title {
  color: #ddc499;
}
.cid-vnBPJThqTx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vnBPJThqTx .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vnBPJThqTx .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vnBPJThqTx .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-vnBPJThqTx .row {
    margin: 0;
  }
}
.cid-vnBPJThqTx .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-vnBPJThqTx .mbr-title {
  text-align: left;
}
.cid-vnBPJU3NpB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #190421;
}
.cid-vnBPJU3NpB .item-img:hover img {
  width: 100%;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-vnBPJU3NpB .item-img {
  cursor: pointer;
  overflow: hidden;
  height: 460px;
}
.cid-vnBPJU3NpB .item-img img {
  transition: all 1.5s;
  object-fit: cover;
  height: 100%;
}
.cid-vnBPJU3NpB .mbr-section-subtitle {
  color: #c0bcb7;
}
.cid-vnBPJU3NpB .text {
  color: #BA9B67;
}
.cid-vnBPJU3NpB .author {
  color: #9A948D;
  font-style: italic;
  text-align: right;
}
.cid-vnBPJU3NpB .item-title {
  line-height: 1.161em;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vnBPJU3NpB .right {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.cid-vnBPJU3NpB .mbr-text {
  text-align: left;
}
.cid-vnBPJU3NpB .mbr-section-title {
  color: #ddc499;
}
.cid-vnBPJUQpJv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image3.webp");
}
.cid-vnBPJUQpJv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnBPJUQpJv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnBPJUQpJv .container-fluid {
  padding: 0;
}
.cid-vnBPJUQpJv .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-vnBPJUQpJv .row {
    padding: 0 12px;
  }
}
.cid-vnBPJUQpJv .title-wrapper {
  padding-top: 40%;
}
.cid-vnBPJUQpJv .title-wrapper .mbr-section-title {
  margin: 0;
  letter-spacing: 2rem;
}
@media (max-width: 768px) {
  .cid-vnBPJUQpJv .title-wrapper .mbr-section-title {
    letter-spacing: .5rem;
  }
}
.cid-vnBPJUQpJv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnBPJVCP4J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #212428;
}
.cid-vnBPJVCP4J img,
.cid-vnBPJVCP4J .item-img {
  width: 100%;
}
.cid-vnBPJVCP4J .item:focus,
.cid-vnBPJVCP4J span:focus {
  outline: none;
}
.cid-vnBPJVCP4J .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vnBPJVCP4J .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vnBPJVCP4J .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-vnBPJVCP4J .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vnBPJVCP4J .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-vnBPJVCP4J .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-vnBPJVCP4J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vnBPJVCP4J .mbr-section-title {
  color: #232323;
}
.cid-vnBPJVCP4J .mbr-text,
.cid-vnBPJVCP4J .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-vnBPJVCP4J .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-vnBPJVCP4J .item-subtitle {
  text-align: left;
  color: #d4ad6a;
}
.cid-vnBPJWue3F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-9390-2000x1125.webp");
}
.cid-vnBPJWue3F .wrapper {
  height: 550px;
}
.cid-vnBPJWue3F .mbr-section-title {
  text-align: center;
}
.cid-vnBPJXkhVz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vnBPJXkhVz .mbr-section-title {
  color: #f00707;
  text-align: center;
}
.cid-vnBPJXkhVz .mbr-text {
  color: #c0bcb7;
  text-align: center;
}
.cid-vnBPJY4XCm {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-vnBPJY4XCm .image-wrapper {
  padding: 0 2rem;
}
.cid-vnBPJY4XCm .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-vnBPJY4XCm .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-vnBPJY4XCm .mbr-section-title {
  color: #ddc499;
  margin-bottom: 1.5rem;
}
.cid-vnBPJY4XCm .mbr-section-subtitle {
  color: #c0bcb7;
  margin-bottom: 4rem;
}
.cid-vnBPJY4XCm .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-vnBPJY4XCm .text-wrapper,
  .cid-vnBPJY4XCm .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vnBPJY4XCm .text-wrapper,
  .cid-vnBPJY4XCm .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-vnBPJY4XCm .text-wrapper,
  .cid-vnBPJY4XCm .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-vnBPJY4XCm .text-wrapper,
  .cid-vnBPJY4XCm .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-vnBPJY4XCm .text-wrapper,
  .cid-vnBPJY4XCm .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-vnBPJY4XCm .content {
    text-align: center;
  }
}
.cid-vnBPJY4XCm .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-vnBPJY4XCm .mbr-card-title {
    text-align: start;
  }
}
.cid-vnBPJY4XCm .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-vnBPJY4XCm .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-vnBPJY4XCm .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-vnBPJY4XCm .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-vnBPJY4XCm .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-vnBPJY4XCm .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-vnBPJY4XCm .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-vnBPJY4XCm .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-vnBPJY4XCm .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-vnBPJY4XCm .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-vnBPJY4XCm .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-vnBPJY4XCm .nutrition-wrap {
    width: 100%;
  }
}
.cid-vnBPJY4XCm .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-vnBPJY4XCm .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-vnBPJY4XCm .tile-text-wrap {
  display: flex;
}
.cid-vnBPJY4XCm svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-vnBPJY4XCm svg path {
  fill: #cd8ad1;
}
.cid-vnBPJY4XCm .numbers {
  display: flex;
  align-self: center;
}
.cid-vnBPJY4XCm .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-vnBPJY4XCm .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-vnBPJY4XCm .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vnBPJY4XCm .mbr-tile-text {
    text-align: start;
  }
}
.cid-vnBPJY4XCm .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-vnBPJY4XCm .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-vnBPJY4XCm .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-vnBPJY4XCm .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-vnBPJY4XCm .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-vnBPJY4XCm .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-vnBPJY4XCm .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-vnBPJY4XCm .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-vnBPJY4XCm .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-vnBPJY4XCm div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-vnBPJY4XCm .mbr-section-btn {
  display: flex;
}
.cid-vnBPJY4XCm .mbr-text-title {
  color: #ddc499;
}
.cid-vnBPJZ0mdb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-vnBPJZ0mdb .md-pb {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-vnBPJZ0mdb .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vnBPJZ0mdb .wrapper {
    padding: 0 0 0 62px;
  }
}
@media (min-width: 767px) {
  .cid-vnBPJZ0mdb .row {
    margin: 0;
  }
}
.cid-vnBPJZ0mdb .mbr-text {
  font-family: 'Josefin Sans';
  color: #d4ad6a;
  transition: all .5s;
  text-align: left;
}
.cid-vnBPJZ0mdb .mbr-title {
  text-align: left;
}
.cid-vnBPJZPvEW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4.webp");
}
.cid-vnBPJZPvEW .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-vnBPJZPvEW .content-panel {
  padding: 2rem;
  background-color: #08579f;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-vnBPJZPvEW .content-block {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-vnBPJZPvEW .form-group,
  .cid-vnBPJZPvEW .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-vnBPJZPvEW .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-vnBPJZPvEW textarea.form-control {
  min-height: 170px;
}
@media (max-width: 768px) {
  .cid-vnBPJZPvEW .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-vnBPJZPvEW .text-block {
    margin-bottom: 2rem;
  }
}
.cid-vnBPK0BGTV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262221;
  overflow: hidden;
}
.cid-vnBPK0BGTV .media-container-row .mbr-text {
  color: #977741;
}
.cid-vnHzdUzB5a {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vnHzdUzB5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnHzdUzB5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnHzdUzB5a .video-wrapper iframe {
  width: 100%;
}
.cid-vnHzdUzB5a .mbr-section-title,
.cid-vnHzdUzB5a .mbr-section-subtitle,
.cid-vnHzdUzB5a .mbr-text {
  text-align: center;
}
.cid-vnHzdUzB5a .mbr-section-title {
  text-align: left;
  color: #ddc499;
}
.cid-vnHzdUzB5a .mbr-section-subtitle {
  text-align: left;
}
.cid-vnHzdUzB5a .mbr-text {
  color: #f50b0b;
}
