body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 6.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.56rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.45rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9rem;
  line-height: 1.021em;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: inherit;
  letter-spacing: 0;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 5.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.76rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.848rem;
    font-size: calc( 1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.896rem + (3.56 - 1.896) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #b29fe9 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ffa4a4 !important;
}
.bg-danger {
  background-color: #a28870 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c8d814 !important;
  border-color: #c8d814 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7f890d !important;
  border-color: #7f890d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #7f890d !important;
  border-color: #7f890d !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7958d9 !important;
  border-color: #7958d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa4a4 !important;
  border-color: #ffa4a4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff4d4d !important;
  border-color: #ff4d4d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a28870 !important;
  border-color: #a28870 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #715d4a !important;
  border-color: #715d4a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #715d4a !important;
  border-color: #715d4a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #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: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.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: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8d814;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7f890d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #c8d814 !important;
  border-color: #c8d814 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b29fe9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7958d9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b29fe9 !important;
  border-color: #b29fe9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4a4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff4d4d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa4a4 !important;
  border-color: #ffa4a4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a28870;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #715d4a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #a28870 !important;
  border-color: #a28870 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #c8d814 !important;
}
.text-success {
  color: #b29fe9 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffa4a4 !important;
}
.text-danger {
  color: #a28870 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #727b0b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6f4cd6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff3e3e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #685544 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ffa4a4;
}
.alert-danger {
  background-color: #a28870;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #d4c8bd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1em;
  letter-spacing: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c8d814 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 21px 40.5px;
  border-width: 2px;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #c8d814;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  background-color: #c8d814 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #b29fe9;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  background-color: #b29fe9 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #a28870;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  background-color: #a28870 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffa4a4;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  background-color: #ffa4a4 !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-u5P3ZH8eV6 {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-u5P3ZH8eV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5P3ZH8eV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5P3ZH8eV6 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5P3ZH8eV6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5P3ZH8eV6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5P3ZH8eV6 .container {
    padding: 0 20px;
  }
}
.cid-u5P3ZH8eV6 .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-u5P3ZH8eV6 .title-wrapper {
    padding: 0;
  }
}
.cid-u5P3ZH8eV6 .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u5P3ZH8eV6 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-u5P3ZH8eV6 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-u5P3ZH8eV6 .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-u5P3ZH8eV6 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u5P3ZH8eV6 .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-u5P3ZH8eV6 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u5P3ZH8eV6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u5P3ZH8eV6 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-u5P3ZH8eV6 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-u5P3ZH8eV6 .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u5P3ZH8eV6 .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-u5P3ZH8eV6 .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-u5P3ZH8eV6 .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-u5P3ZH8eV6 .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-u5P3ZH8eV6 .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-u5P3ZH8eV6 .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-u5P3ZH8eV6 .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-u5P3ZH8eV6 .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-u5P3ZH8eV6 .mbr-section-title {
  color: #ffffff;
}
.cid-u5P3ZH8eV6 .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-u5P3ZH8eV6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5P3ZH8eV6 .mbr-section-title,
.cid-u5P3ZH8eV6 .mbr-section-btn,
.cid-u5P3ZH8eV6 .logo-wrap {
  text-align: center;
}
.cid-u6DUBjSFty {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u6DUBjSFty .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u6DUBjSFty .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u6DUBjSFty .col-auto {
    margin: auto;
  }
}
.cid-u6DUBjSFty textarea {
  min-height: 200px;
}
.cid-u6DUBjSFty .form-control,
.cid-u6DUBjSFty .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u6DUBjSFty .form-control::-webkit-input-placeholder,
.cid-u6DUBjSFty .field-input::-webkit-input-placeholder,
.cid-u6DUBjSFty .form-control::-webkit-input-placeholder,
.cid-u6DUBjSFty .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u6DUBjSFty .form-control:-moz-placeholder,
.cid-u6DUBjSFty .field-input:-moz-placeholder,
.cid-u6DUBjSFty .form-control:-moz-placeholder,
.cid-u6DUBjSFty .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u6DUBjSFty .form-control:hover,
.cid-u6DUBjSFty .field-input:hover,
.cid-u6DUBjSFty .form-control:focus,
.cid-u6DUBjSFty .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u6DUBjSFty .form-control:hover::-webkit-input-placeholder,
.cid-u6DUBjSFty .field-input:hover::-webkit-input-placeholder,
.cid-u6DUBjSFty .form-control:focus::-webkit-input-placeholder,
.cid-u6DUBjSFty .field-input:focus::-webkit-input-placeholder,
.cid-u6DUBjSFty .form-control:hover::-webkit-input-placeholder,
.cid-u6DUBjSFty .field-input:hover::-webkit-input-placeholder,
.cid-u6DUBjSFty .form-control:focus::-webkit-input-placeholder,
.cid-u6DUBjSFty .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u6DUBjSFty .form-control:hover:-moz-placeholder,
.cid-u6DUBjSFty .field-input:hover:-moz-placeholder,
.cid-u6DUBjSFty .form-control:focus:-moz-placeholder,
.cid-u6DUBjSFty .field-input:focus:-moz-placeholder,
.cid-u6DUBjSFty .form-control:hover:-moz-placeholder,
.cid-u6DUBjSFty .field-input:hover:-moz-placeholder,
.cid-u6DUBjSFty .form-control:focus:-moz-placeholder,
.cid-u6DUBjSFty .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u6DUBjSFty .jq-number__spin:hover,
.cid-u6DUBjSFty .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u6DUBjSFty .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u6DUBjSFty .jq-selectbox li,
.cid-u6DUBjSFty .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u6DUBjSFty .jq-selectbox li:hover,
.cid-u6DUBjSFty .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u6DUBjSFty .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u6DUBjSFty .jq-number__spin.minus:hover:after,
.cid-u6DUBjSFty .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u6DUBjSFty .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u6DUBjSFty .jq-number__spin.minus:after,
.cid-u6DUBjSFty .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u6DUBjSFty input::-webkit-clear-button {
  display: none;
}
.cid-u6DUBjSFty input::-webkit-inner-spin-button {
  display: none;
}
.cid-u6DUBjSFty input::-webkit-outer-spin-button {
  display: none;
}
.cid-u6DUBjSFty input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u6DUBjSFty H4 {
  color: #36187d;
}
.cid-u6DUBjSFty .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u6DUBjSFty P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u6DUBjSFty .form-row {
    flex-direction: column;
  }
}
.cid-uGDVpq6K9z {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uGDVpq6K9z .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uGDVpq6K9z .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGDVpq6K9z .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGDVpq6K9z .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGDVpq6K9z .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGDVpq6K9z .container {
    padding: 0 22px;
  }
}
.cid-uGDVpq6K9z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGDVpq6K9z .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGDVpq6K9z .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGDVpq6K9z .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGDVpq6K9z .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGDVpq6K9z .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGDVpq6K9z .embla__button--next,
.cid-uGDVpq6K9z .embla__button--prev {
  display: flex;
}
.cid-uGDVpq6K9z .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGDVpq6K9z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGDVpq6K9z .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGDVpq6K9z .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGDVpq6K9z .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGDVpq6K9z .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGDVpq6K9z .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGDVpq6K9z .embla {
  position: relative;
  width: 100%;
}
.cid-uGDVpq6K9z .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGDVpq6K9z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGDVpq6K9z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGDVpq6K9z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGDVpq6K9z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uEFJ6XHJp1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-uEFJ6XHJp1 .mbr-media {
  position: relative;
}
.cid-uEFJ6XHJp1 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uEFJ6XHJp1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uEFJ6XHJp1 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uEFJ6XHJp1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uEFJ6XHJp1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uEFJ6XHJp1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uEFJ6XHJp1 .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-uEFJ6XHJp1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uEFJ6XHJp1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uEFJ6XHJp1 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uEFJ6XHJp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEFJ6XHJp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gm3G666e {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u6Gm3G666e .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Gm3G666e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Gm3G666e .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-u6Gm3G666e .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-u6Gm3G666e .container {
    padding: 0 26px;
  }
}
.cid-u6Gm3G666e .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-u6Gm3G666e .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-u6Gm3G666e .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-u6Gm3G666e .mbr-section-title {
  color: #ffffff;
}
.cid-u6Gm3G666e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u6Gm3G666e .mbr-text {
  color: #cacaca;
}
.cid-u5P5aIhnCA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-u5P5aIhnCA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5P5aIhnCA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5P5aIhnCA .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5P5aIhnCA .container-fluid {
    padding: 0;
  }
}
.cid-u5P5aIhnCA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5P5aIhnCA .container {
    padding: 0 20px;
  }
}
.cid-u5P5aIhnCA .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-u5P5aIhnCA .row a {
  display: block;
  position: absolute;
  width: fit-content;
}
.cid-u5P5aIhnCA .row a .mbr-iconfont {
  width: 102px;
  height: 102px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6a6e71;
}
@media (max-width: 992px) {
  .cid-u5P5aIhnCA .row a .mbr-iconfont {
    width: 70px;
    height: 70px;
  }
}
.cid-u5P5aIhnCA .card {
  padding: 0;
}
.cid-u5P5aIhnCA .card img {
  height: 240px;
  object-fit: cover;
}
.cid-u5P5aIhnCA .line-gradient {
  background-image: linear-gradient(45deg, #b40e15, #424242, #000000);
  height: 10px;
}
.cid-u5P5aIhnCA .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u5P5aIhnCA .mbr-emoji {
  color: #ffffff;
}
.cid-u9b3R5jNfO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u9b3R5jNfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b3R5jNfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b3R5jNfO .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9b3R5jNfO .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9b3R5jNfO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9b3R5jNfO .container {
    padding: 0 20px;
  }
}
.cid-u9b3R5jNfO .row {
  justify-content: center;
}
.cid-u9b3R5jNfO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u9b3R5jNfO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9b3R5jNfO .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9b3R5jNfO .item {
    margin-bottom: 20px;
  }
}
.cid-u9b3R5jNfO .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-u9b3R5jNfO .item a .item-wrapper {
  overflow: visible;
}
.cid-u9b3R5jNfO .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u9b3R5jNfO .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-u9b3R5jNfO .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-u9b3R5jNfO .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9b3R5jNfO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9b3R5jNfO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7Mi5nvsqC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u7Mi5nvsqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mi5nvsqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mi5nvsqC .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-u7Mi5nvsqC .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u7Mi5nvsqC .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u7Mi5nvsqC .mbr-section-title {
  color: #e3ebf3;
}
.cid-u7Mi5nvsqC .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u7Mi5nvsqC .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u7Mi5nvsqC .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u7Mi5nvsqC .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/rapper-drama-drama-rapper-terence-cook-left-right-left-mob-life-1024x1024.webp");
}
@media (max-width: 1399px) {
  .cid-u7Mi5nvsqC .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u7Mi5nvsqC .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u7Mi5nvsqC .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-u7Mi5nvsqC .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-u7Mi5nvsqC .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u7Mi5nvsqC .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-u7Mi5nvsqC .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-u7Mi9EIxOS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7Mi9EIxOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Mi9EIxOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Mi9EIxOS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u7Mi9EIxOS .mbr-section-title {
  color: #24262b;
}
.cid-u7Mi9EIxOS .mbr-section-subtitle {
  color: #24262b;
}
.cid-u7Mi9EIxOS .cards-row {
  row-gap: 32px;
}
.cid-u7Mi9EIxOS .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-u7Mi9EIxOS .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u7Mi9EIxOS .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u7Mi9EIxOS .card-subtitle {
  color: #24262b;
}
.cid-u7Mi9EIxOS .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u7Mi9EIxOS .mbr-section-btn {
  margin-top: 20px;
}
.cid-u7Mi9EIxOS .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u7Mi9EIxOS .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uGKhuT5Dqg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uGKhuT5Dqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGKhuT5Dqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGKhuT5Dqg .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGKhuT5Dqg .container-fluid {
    padding: 0 20px;
  }
}
.cid-uGKhuT5Dqg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGKhuT5Dqg .container {
    padding: 0 20px;
  }
}
.cid-uGKhuT5Dqg .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uGKhuT5Dqg .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGKhuT5Dqg .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uGKhuT5Dqg .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uGKhuT5Dqg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uGKhuT5Dqg .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uGKhuT5Dqg .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uGKhuT5Dqg .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uGKhuT5Dqg .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uGKhuT5Dqg .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uGKhuT5Dqg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .cid-uGKhuT5Dqg .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap {
  display: flex;
  width: 100%;
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap .item-wrapper .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uGKhuT5Dqg .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 140px;
    height: 105px;
  }
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap .content-wrap {
  padding-left: 30px;
  width: 70%;
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap .content-wrap .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uGKhuT5Dqg .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uGKhuT5Dqg .embla__button--next,
.cid-uGKhuT5Dqg .embla__button--prev {
  display: flex;
}
.cid-uGKhuT5Dqg .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #c8d814;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uGKhuT5Dqg .embla__button {
    display: none;
  }
}
.cid-uGKhuT5Dqg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGKhuT5Dqg .embla__button:hover {
  background: transparent;
  color: #c8d814;
  opacity: .7;
}
.cid-uGKhuT5Dqg .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-uGKhuT5Dqg .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGKhuT5Dqg .embla__button {
    top: 0;
  }
}
.cid-uGKhuT5Dqg .embla {
  position: relative;
  width: 100%;
}
.cid-uGKhuT5Dqg .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGKhuT5Dqg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGKhuT5Dqg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGKhuT5Dqg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGKhuT5Dqg .mbr-section-subtitle {
  color: #000000;
}
.cid-uGKhuT5Dqg .mbr-section-title {
  color: #000000;
}
.cid-uGKhuT5Dqg .mbr-desc {
  color: #000000;
}
.cid-uGKhuT5Dqg .mbr-date {
  color: #6a6e71;
}
.cid-uGKhuT5Dqg .mbr-text {
  color: #000000;
}
.cid-u5P6QfMOyS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u5P6QfMOyS .mbr-section-title {
  margin-bottom: 0;
  color: #e2e7f8;
}
.cid-u5P6QfMOyS .mbr-text {
  margin: 25px 0 65px;
}
.cid-u5P6QfMOyS .form-group {
  margin-bottom: 0;
}
.cid-u5P6QfMOyS .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-u5P6QfMOyS .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u5P6QfMOyS .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u5P6QfMOyS .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u5P6QfMOyS .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-u5P6QfMOyS .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-u5P6QfMOyS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5P6QfMOyS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5P5uCewkS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u5P5uCewkS .twitter-wrapper,
.cid-u5P5uCewkS iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u5P5uCewkS a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJXH2oWxxU {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJXH2oWxxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXH2oWxxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXH2oWxxU .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXH2oWxxU .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXH2oWxxU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXH2oWxxU .container {
    padding: 0 20px;
  }
}
.cid-uJXH2oWxxU .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJXH2oWxxU .title-wrapper {
    padding: 0;
  }
}
.cid-uJXH2oWxxU .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXH2oWxxU .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJXH2oWxxU .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJXH2oWxxU .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJXH2oWxxU .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXH2oWxxU .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJXH2oWxxU .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJXH2oWxxU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJXH2oWxxU .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJXH2oWxxU .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJXH2oWxxU .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXH2oWxxU .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJXH2oWxxU .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJXH2oWxxU .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJXH2oWxxU .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJXH2oWxxU .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJXH2oWxxU .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJXH2oWxxU .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJXH2oWxxU .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJXH2oWxxU .mbr-section-title {
  color: #ffffff;
}
.cid-uJXH2oWxxU .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJXH2oWxxU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJXH2oWxxU .mbr-section-title,
.cid-uJXH2oWxxU .mbr-section-btn,
.cid-uJXH2oWxxU .logo-wrap {
  text-align: center;
}
.cid-u7GslulQJb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u7GslulQJb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7GslulQJb .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7GslulQJb .col-auto {
    margin: auto;
  }
}
.cid-u7GslulQJb textarea {
  min-height: 200px;
}
.cid-u7GslulQJb .form-control,
.cid-u7GslulQJb .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u7GslulQJb .form-control::-webkit-input-placeholder,
.cid-u7GslulQJb .field-input::-webkit-input-placeholder,
.cid-u7GslulQJb .form-control::-webkit-input-placeholder,
.cid-u7GslulQJb .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u7GslulQJb .form-control:-moz-placeholder,
.cid-u7GslulQJb .field-input:-moz-placeholder,
.cid-u7GslulQJb .form-control:-moz-placeholder,
.cid-u7GslulQJb .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u7GslulQJb .form-control:hover,
.cid-u7GslulQJb .field-input:hover,
.cid-u7GslulQJb .form-control:focus,
.cid-u7GslulQJb .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u7GslulQJb .form-control:hover::-webkit-input-placeholder,
.cid-u7GslulQJb .field-input:hover::-webkit-input-placeholder,
.cid-u7GslulQJb .form-control:focus::-webkit-input-placeholder,
.cid-u7GslulQJb .field-input:focus::-webkit-input-placeholder,
.cid-u7GslulQJb .form-control:hover::-webkit-input-placeholder,
.cid-u7GslulQJb .field-input:hover::-webkit-input-placeholder,
.cid-u7GslulQJb .form-control:focus::-webkit-input-placeholder,
.cid-u7GslulQJb .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u7GslulQJb .form-control:hover:-moz-placeholder,
.cid-u7GslulQJb .field-input:hover:-moz-placeholder,
.cid-u7GslulQJb .form-control:focus:-moz-placeholder,
.cid-u7GslulQJb .field-input:focus:-moz-placeholder,
.cid-u7GslulQJb .form-control:hover:-moz-placeholder,
.cid-u7GslulQJb .field-input:hover:-moz-placeholder,
.cid-u7GslulQJb .form-control:focus:-moz-placeholder,
.cid-u7GslulQJb .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u7GslulQJb .jq-number__spin:hover,
.cid-u7GslulQJb .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u7GslulQJb .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7GslulQJb .jq-selectbox li,
.cid-u7GslulQJb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u7GslulQJb .jq-selectbox li:hover,
.cid-u7GslulQJb .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u7GslulQJb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u7GslulQJb .jq-number__spin.minus:hover:after,
.cid-u7GslulQJb .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u7GslulQJb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u7GslulQJb .jq-number__spin.minus:after,
.cid-u7GslulQJb .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u7GslulQJb input::-webkit-clear-button {
  display: none;
}
.cid-u7GslulQJb input::-webkit-inner-spin-button {
  display: none;
}
.cid-u7GslulQJb input::-webkit-outer-spin-button {
  display: none;
}
.cid-u7GslulQJb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u7GslulQJb H4 {
  color: #36187d;
}
.cid-u7GslulQJb .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u7GslulQJb P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u7GslulQJb .form-row {
    flex-direction: column;
  }
}
.cid-u7GsiH48C1 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u7GsiH48C1 .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u7GsiH48C1 .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u7GsiH48C1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7GsiH48C1 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u7GsiH48C1 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7GsiH48C1 .container {
    padding: 0 22px;
  }
}
.cid-u7GsiH48C1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u7GsiH48C1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7GsiH48C1 .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u7GsiH48C1 .embla__slide .slide-content {
    display: block;
  }
}
.cid-u7GsiH48C1 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7GsiH48C1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u7GsiH48C1 .embla__button--next,
.cid-u7GsiH48C1 .embla__button--prev {
  display: flex;
}
.cid-u7GsiH48C1 .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u7GsiH48C1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7GsiH48C1 .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u7GsiH48C1 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u7GsiH48C1 .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u7GsiH48C1 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u7GsiH48C1 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u7GsiH48C1 .embla {
  position: relative;
  width: 100%;
}
.cid-u7GsiH48C1 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u7GsiH48C1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7GsiH48C1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7GsiH48C1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7GsiH48C1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9b0Yt9SOh {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-u9b0Yt9SOh .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9b0Yt9SOh .mbr-text {
  margin: 25px 0 65px;
  text-align: left;
}
.cid-u9b0Yt9SOh .form-group {
  margin-bottom: 0;
}
.cid-u9b0Yt9SOh .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-u9b0Yt9SOh .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u9b0Yt9SOh .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u9b0Yt9SOh .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u9b0Yt9SOh .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-u9b0Yt9SOh .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9b0Yt9SOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b0Yt9SOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXGKPrU3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uJXGKPrU3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXGKPrU3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXGKPrU3o .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXGKPrU3o .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXGKPrU3o .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXGKPrU3o .container {
    padding: 0 20px;
  }
}
.cid-uJXGKPrU3o .row {
  justify-content: center;
}
.cid-uJXGKPrU3o .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXGKPrU3o .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJXGKPrU3o .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uJXGKPrU3o .item {
    margin-bottom: 20px;
  }
}
.cid-uJXGKPrU3o .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-uJXGKPrU3o .item a .item-wrapper {
  overflow: visible;
}
.cid-uJXGKPrU3o .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uJXGKPrU3o .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uJXGKPrU3o .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uJXGKPrU3o .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJXGKPrU3o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJXGKPrU3o .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7Gsqebwvg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u7Gsqebwvg .twitter-wrapper,
.cid-u7Gsqebwvg iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u7Gsqebwvg a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJdwFnA2za {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJdwFnA2za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdwFnA2za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdwFnA2za .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJdwFnA2za .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJdwFnA2za .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJdwFnA2za .container {
    padding: 0 20px;
  }
}
.cid-uJdwFnA2za .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJdwFnA2za .title-wrapper {
    padding: 0;
  }
}
.cid-uJdwFnA2za .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJdwFnA2za .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJdwFnA2za .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJdwFnA2za .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJdwFnA2za .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJdwFnA2za .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJdwFnA2za .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJdwFnA2za .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJdwFnA2za .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJdwFnA2za .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJdwFnA2za .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJdwFnA2za .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJdwFnA2za .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJdwFnA2za .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJdwFnA2za .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJdwFnA2za .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJdwFnA2za .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJdwFnA2za .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJdwFnA2za .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJdwFnA2za .mbr-section-title {
  color: #ffffff;
}
.cid-uJdwFnA2za .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJdwFnA2za .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJdwFnA2za .mbr-section-title,
.cid-uJdwFnA2za .mbr-section-btn,
.cid-uJdwFnA2za .logo-wrap {
  text-align: center;
}
.cid-u8cUReLgGB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8cUReLgGB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u8cUReLgGB .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u8cUReLgGB .col-auto {
    margin: auto;
  }
}
.cid-u8cUReLgGB textarea {
  min-height: 200px;
}
.cid-u8cUReLgGB .form-control,
.cid-u8cUReLgGB .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u8cUReLgGB .form-control::-webkit-input-placeholder,
.cid-u8cUReLgGB .field-input::-webkit-input-placeholder,
.cid-u8cUReLgGB .form-control::-webkit-input-placeholder,
.cid-u8cUReLgGB .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u8cUReLgGB .form-control:-moz-placeholder,
.cid-u8cUReLgGB .field-input:-moz-placeholder,
.cid-u8cUReLgGB .form-control:-moz-placeholder,
.cid-u8cUReLgGB .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u8cUReLgGB .form-control:hover,
.cid-u8cUReLgGB .field-input:hover,
.cid-u8cUReLgGB .form-control:focus,
.cid-u8cUReLgGB .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u8cUReLgGB .form-control:hover::-webkit-input-placeholder,
.cid-u8cUReLgGB .field-input:hover::-webkit-input-placeholder,
.cid-u8cUReLgGB .form-control:focus::-webkit-input-placeholder,
.cid-u8cUReLgGB .field-input:focus::-webkit-input-placeholder,
.cid-u8cUReLgGB .form-control:hover::-webkit-input-placeholder,
.cid-u8cUReLgGB .field-input:hover::-webkit-input-placeholder,
.cid-u8cUReLgGB .form-control:focus::-webkit-input-placeholder,
.cid-u8cUReLgGB .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u8cUReLgGB .form-control:hover:-moz-placeholder,
.cid-u8cUReLgGB .field-input:hover:-moz-placeholder,
.cid-u8cUReLgGB .form-control:focus:-moz-placeholder,
.cid-u8cUReLgGB .field-input:focus:-moz-placeholder,
.cid-u8cUReLgGB .form-control:hover:-moz-placeholder,
.cid-u8cUReLgGB .field-input:hover:-moz-placeholder,
.cid-u8cUReLgGB .form-control:focus:-moz-placeholder,
.cid-u8cUReLgGB .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u8cUReLgGB .jq-number__spin:hover,
.cid-u8cUReLgGB .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8cUReLgGB .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8cUReLgGB .jq-selectbox li,
.cid-u8cUReLgGB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8cUReLgGB .jq-selectbox li:hover,
.cid-u8cUReLgGB .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u8cUReLgGB .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u8cUReLgGB .jq-number__spin.minus:hover:after,
.cid-u8cUReLgGB .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u8cUReLgGB .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u8cUReLgGB .jq-number__spin.minus:after,
.cid-u8cUReLgGB .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u8cUReLgGB input::-webkit-clear-button {
  display: none;
}
.cid-u8cUReLgGB input::-webkit-inner-spin-button {
  display: none;
}
.cid-u8cUReLgGB input::-webkit-outer-spin-button {
  display: none;
}
.cid-u8cUReLgGB input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u8cUReLgGB H4 {
  color: #36187d;
}
.cid-u8cUReLgGB .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u8cUReLgGB P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u8cUReLgGB .form-row {
    flex-direction: column;
  }
}
.cid-u8cUQpKJb8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u8cUQpKJb8 .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8cUQpKJb8 .mbr-text {
  margin: 25px 0 65px;
  color: #ffffff;
}
.cid-u8cUQpKJb8 .form-group {
  margin-bottom: 0;
}
.cid-u8cUQpKJb8 .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-u8cUQpKJb8 .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u8cUQpKJb8 .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u8cUQpKJb8 .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u8cUQpKJb8 .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-u8cUQpKJb8 .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-u8cUQpKJb8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8cUQpKJb8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8cUXFMOvr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8cUXFMOvr .twitter-wrapper,
.cid-u8cUXFMOvr iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u8cUXFMOvr a.twitter-timeline {
  display: none;
}
.cid-uJdy3MyUtT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uJdy3MyUtT .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uJdy3MyUtT .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uJdy3MyUtT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJdy3MyUtT .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJdy3MyUtT .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJdy3MyUtT .container {
    padding: 0 22px;
  }
}
.cid-uJdy3MyUtT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uJdy3MyUtT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJdy3MyUtT .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJdy3MyUtT .embla__slide .slide-content {
    display: block;
  }
}
.cid-uJdy3MyUtT .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJdy3MyUtT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uJdy3MyUtT .embla__button--next,
.cid-uJdy3MyUtT .embla__button--prev {
  display: flex;
}
.cid-uJdy3MyUtT .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJdy3MyUtT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJdy3MyUtT .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uJdy3MyUtT .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJdy3MyUtT .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uJdy3MyUtT .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJdy3MyUtT .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uJdy3MyUtT .embla {
  position: relative;
  width: 100%;
}
.cid-uJdy3MyUtT .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJdy3MyUtT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJdy3MyUtT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJdy3MyUtT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJdy3MyUtT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJBbJhtRQB {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJBbJhtRQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBbJhtRQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBbJhtRQB .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJBbJhtRQB .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJBbJhtRQB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJBbJhtRQB .container {
    padding: 0 20px;
  }
}
.cid-uJBbJhtRQB .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJBbJhtRQB .title-wrapper {
    padding: 0;
  }
}
.cid-uJBbJhtRQB .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJBbJhtRQB .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJBbJhtRQB .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJBbJhtRQB .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJBbJhtRQB .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJBbJhtRQB .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJBbJhtRQB .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJBbJhtRQB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJBbJhtRQB .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJBbJhtRQB .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJBbJhtRQB .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJBbJhtRQB .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJBbJhtRQB .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJBbJhtRQB .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJBbJhtRQB .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJBbJhtRQB .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJBbJhtRQB .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJBbJhtRQB .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJBbJhtRQB .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJBbJhtRQB .mbr-section-title {
  color: #ffffff;
}
.cid-uJBbJhtRQB .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJBbJhtRQB .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJBbJhtRQB .mbr-section-title,
.cid-uJBbJhtRQB .mbr-section-btn,
.cid-uJBbJhtRQB .logo-wrap {
  text-align: center;
}
.cid-u8tuKqMrpZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8tuKqMrpZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u8tuKqMrpZ .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u8tuKqMrpZ .col-auto {
    margin: auto;
  }
}
.cid-u8tuKqMrpZ textarea {
  min-height: 200px;
}
.cid-u8tuKqMrpZ .form-control,
.cid-u8tuKqMrpZ .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u8tuKqMrpZ .form-control::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .field-input::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .form-control::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u8tuKqMrpZ .form-control:-moz-placeholder,
.cid-u8tuKqMrpZ .field-input:-moz-placeholder,
.cid-u8tuKqMrpZ .form-control:-moz-placeholder,
.cid-u8tuKqMrpZ .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u8tuKqMrpZ .form-control:hover,
.cid-u8tuKqMrpZ .field-input:hover,
.cid-u8tuKqMrpZ .form-control:focus,
.cid-u8tuKqMrpZ .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u8tuKqMrpZ .form-control:hover::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .field-input:hover::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .form-control:focus::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .field-input:focus::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .form-control:hover::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .field-input:hover::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .form-control:focus::-webkit-input-placeholder,
.cid-u8tuKqMrpZ .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u8tuKqMrpZ .form-control:hover:-moz-placeholder,
.cid-u8tuKqMrpZ .field-input:hover:-moz-placeholder,
.cid-u8tuKqMrpZ .form-control:focus:-moz-placeholder,
.cid-u8tuKqMrpZ .field-input:focus:-moz-placeholder,
.cid-u8tuKqMrpZ .form-control:hover:-moz-placeholder,
.cid-u8tuKqMrpZ .field-input:hover:-moz-placeholder,
.cid-u8tuKqMrpZ .form-control:focus:-moz-placeholder,
.cid-u8tuKqMrpZ .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u8tuKqMrpZ .jq-number__spin:hover,
.cid-u8tuKqMrpZ .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8tuKqMrpZ .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8tuKqMrpZ .jq-selectbox li,
.cid-u8tuKqMrpZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8tuKqMrpZ .jq-selectbox li:hover,
.cid-u8tuKqMrpZ .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u8tuKqMrpZ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u8tuKqMrpZ .jq-number__spin.minus:hover:after,
.cid-u8tuKqMrpZ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u8tuKqMrpZ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u8tuKqMrpZ .jq-number__spin.minus:after,
.cid-u8tuKqMrpZ .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u8tuKqMrpZ input::-webkit-clear-button {
  display: none;
}
.cid-u8tuKqMrpZ input::-webkit-inner-spin-button {
  display: none;
}
.cid-u8tuKqMrpZ input::-webkit-outer-spin-button {
  display: none;
}
.cid-u8tuKqMrpZ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u8tuKqMrpZ H4 {
  color: #36187d;
}
.cid-u8tuKqMrpZ .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u8tuKqMrpZ P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u8tuKqMrpZ .form-row {
    flex-direction: column;
  }
}
.cid-u8tvw9Ydzp {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u8tvw9Ydzp .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u8tvw9Ydzp .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u8tvw9Ydzp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8tvw9Ydzp .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u8tvw9Ydzp .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u8tvw9Ydzp .container {
    padding: 0 22px;
  }
}
.cid-u8tvw9Ydzp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u8tvw9Ydzp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u8tvw9Ydzp .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u8tvw9Ydzp .embla__slide .slide-content {
    display: block;
  }
}
.cid-u8tvw9Ydzp .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8tvw9Ydzp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8tvw9Ydzp .embla__button--next,
.cid-u8tvw9Ydzp .embla__button--prev {
  display: flex;
}
.cid-u8tvw9Ydzp .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u8tvw9Ydzp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8tvw9Ydzp .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u8tvw9Ydzp .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u8tvw9Ydzp .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u8tvw9Ydzp .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u8tvw9Ydzp .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u8tvw9Ydzp .embla {
  position: relative;
  width: 100%;
}
.cid-u8tvw9Ydzp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u8tvw9Ydzp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8tvw9Ydzp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8tvw9Ydzp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8tvw9Ydzp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8tvnyzAmB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u8tvnyzAmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8tvnyzAmB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8tvnyzAmB .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-u8tvnyzAmB .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u8tvnyzAmB .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u8tvnyzAmB .mbr-section-title {
  color: #e3ebf3;
}
.cid-u8tvnyzAmB .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u8tvnyzAmB .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u8tvnyzAmB .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u8tvnyzAmB .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/screen-shot-2024-03-12-at-4.08.12-pm-1316x674.webp");
}
@media (max-width: 1399px) {
  .cid-u8tvnyzAmB .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u8tvnyzAmB .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u8tvnyzAmB .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-u8tvnyzAmB .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-u8tvnyzAmB .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u8tvnyzAmB .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-u8tvnyzAmB .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-u8tvq2ulKj {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-u8tvq2ulKj .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 65px;
}
.cid-u8tvq2ulKj .mbr-text {
  margin: 25px 0 65px;
}
.cid-u8tvq2ulKj .form-group {
  margin-bottom: 0;
}
.cid-u8tvq2ulKj .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-u8tvq2ulKj .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u8tvq2ulKj .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u8tvq2ulKj .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u8tvq2ulKj .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-u8tvq2ulKj .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-u8tvq2ulKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8tvq2ulKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWkx7mzvsv {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uWkx7mzvsv .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uWkx7mzvsv .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWkx7mzvsv .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uWkx7mzvsv .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWkx7mzvsv .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uWkx7mzvsv .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uWkx7mzvsv .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uWkx7mzvsv .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uWkx7mzvsv .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uWkx7mzvsv .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #a35819;
}
@media (max-width: 991px) {
  .cid-uWkx7mzvsv .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uWkx7mzvsv .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uWkx7mzvsv .mbr-text {
  color: #a28870;
}
.cid-u9bgY6FIWS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u9bgY6FIWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bgY6FIWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bgY6FIWS .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9bgY6FIWS .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9bgY6FIWS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9bgY6FIWS .container {
    padding: 0 20px;
  }
}
.cid-u9bgY6FIWS .row {
  justify-content: center;
}
.cid-u9bgY6FIWS .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u9bgY6FIWS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9bgY6FIWS .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9bgY6FIWS .item {
    margin-bottom: 20px;
  }
}
.cid-u9bgY6FIWS .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-u9bgY6FIWS .item a .item-wrapper {
  overflow: visible;
}
.cid-u9bgY6FIWS .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u9bgY6FIWS .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-u9bgY6FIWS .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-u9bgY6FIWS .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9bgY6FIWS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9bgY6FIWS .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8tuTAwF4i {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8tuTAwF4i .twitter-wrapper,
.cid-u8tuTAwF4i iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u8tuTAwF4i a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJdKwbXHyV {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJdKwbXHyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdKwbXHyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdKwbXHyV .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJdKwbXHyV .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJdKwbXHyV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJdKwbXHyV .container {
    padding: 0 20px;
  }
}
.cid-uJdKwbXHyV .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJdKwbXHyV .title-wrapper {
    padding: 0;
  }
}
.cid-uJdKwbXHyV .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJdKwbXHyV .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJdKwbXHyV .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJdKwbXHyV .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJdKwbXHyV .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJdKwbXHyV .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJdKwbXHyV .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJdKwbXHyV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJdKwbXHyV .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJdKwbXHyV .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJdKwbXHyV .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJdKwbXHyV .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJdKwbXHyV .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJdKwbXHyV .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJdKwbXHyV .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJdKwbXHyV .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJdKwbXHyV .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJdKwbXHyV .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJdKwbXHyV .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJdKwbXHyV .mbr-section-title {
  color: #ffffff;
}
.cid-uJdKwbXHyV .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJdKwbXHyV .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJdKwbXHyV .mbr-section-title,
.cid-uJdKwbXHyV .mbr-section-btn,
.cid-uJdKwbXHyV .logo-wrap {
  text-align: center;
}
.cid-u8vS0BWtEi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8vS0BWtEi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u8vS0BWtEi .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u8vS0BWtEi .col-auto {
    margin: auto;
  }
}
.cid-u8vS0BWtEi textarea {
  min-height: 200px;
}
.cid-u8vS0BWtEi .form-control,
.cid-u8vS0BWtEi .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u8vS0BWtEi .form-control::-webkit-input-placeholder,
.cid-u8vS0BWtEi .field-input::-webkit-input-placeholder,
.cid-u8vS0BWtEi .form-control::-webkit-input-placeholder,
.cid-u8vS0BWtEi .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u8vS0BWtEi .form-control:-moz-placeholder,
.cid-u8vS0BWtEi .field-input:-moz-placeholder,
.cid-u8vS0BWtEi .form-control:-moz-placeholder,
.cid-u8vS0BWtEi .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u8vS0BWtEi .form-control:hover,
.cid-u8vS0BWtEi .field-input:hover,
.cid-u8vS0BWtEi .form-control:focus,
.cid-u8vS0BWtEi .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u8vS0BWtEi .form-control:hover::-webkit-input-placeholder,
.cid-u8vS0BWtEi .field-input:hover::-webkit-input-placeholder,
.cid-u8vS0BWtEi .form-control:focus::-webkit-input-placeholder,
.cid-u8vS0BWtEi .field-input:focus::-webkit-input-placeholder,
.cid-u8vS0BWtEi .form-control:hover::-webkit-input-placeholder,
.cid-u8vS0BWtEi .field-input:hover::-webkit-input-placeholder,
.cid-u8vS0BWtEi .form-control:focus::-webkit-input-placeholder,
.cid-u8vS0BWtEi .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u8vS0BWtEi .form-control:hover:-moz-placeholder,
.cid-u8vS0BWtEi .field-input:hover:-moz-placeholder,
.cid-u8vS0BWtEi .form-control:focus:-moz-placeholder,
.cid-u8vS0BWtEi .field-input:focus:-moz-placeholder,
.cid-u8vS0BWtEi .form-control:hover:-moz-placeholder,
.cid-u8vS0BWtEi .field-input:hover:-moz-placeholder,
.cid-u8vS0BWtEi .form-control:focus:-moz-placeholder,
.cid-u8vS0BWtEi .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u8vS0BWtEi .jq-number__spin:hover,
.cid-u8vS0BWtEi .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8vS0BWtEi .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8vS0BWtEi .jq-selectbox li,
.cid-u8vS0BWtEi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8vS0BWtEi .jq-selectbox li:hover,
.cid-u8vS0BWtEi .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u8vS0BWtEi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u8vS0BWtEi .jq-number__spin.minus:hover:after,
.cid-u8vS0BWtEi .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u8vS0BWtEi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u8vS0BWtEi .jq-number__spin.minus:after,
.cid-u8vS0BWtEi .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u8vS0BWtEi input::-webkit-clear-button {
  display: none;
}
.cid-u8vS0BWtEi input::-webkit-inner-spin-button {
  display: none;
}
.cid-u8vS0BWtEi input::-webkit-outer-spin-button {
  display: none;
}
.cid-u8vS0BWtEi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u8vS0BWtEi H4 {
  color: #36187d;
}
.cid-u8vS0BWtEi .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u8vS0BWtEi P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u8vS0BWtEi .form-row {
    flex-direction: column;
  }
}
.cid-tB1K7oJpl2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-tB1K7oJpl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1K7oJpl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1K7oJpl2 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1K7oJpl2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1K7oJpl2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1K7oJpl2 .container {
    padding: 0 20px;
  }
}
.cid-tB1K7oJpl2 .row {
  justify-content: center;
}
.cid-tB1K7oJpl2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tB1K7oJpl2 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #e2e2e4;
}
@media (max-width: 768px) {
  .cid-tB1K7oJpl2 .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #e2e2e4 !important;
  opacity: .5;
}
.cid-tB1K7oJpl2 .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-tB1K7oJpl2 .item {
  margin-bottom: 32px;
}
.cid-tB1K7oJpl2 .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-tB1K7oJpl2 .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-tB1K7oJpl2 .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-tB1K7oJpl2 .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-tB1K7oJpl2 .item a .item-wrapper {
  overflow: hidden;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #4f6eb4;
  transition: all 0.3s ease-out;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #b40e15;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-tB1K7oJpl2 .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-tB1K7oJpl2 .mbr-section-title {
  color: #ffffff;
}
.cid-tB1K7oJpl2 .mbr-section-subtitle {
  color: #a28870;
}
.cid-tB1K7oJpl2 .item-title {
  color: #ffffff;
}
.cid-tB1K7oJpl2 .item-subtitle {
  color: #ffffff;
}
.cid-tB1K7oJpl2 .item-desc {
  color: #D2D3D5;
}
.cid-tB1K7oJpl2 .item-link {
  color: #ffffff;
}
.cid-tB1K7oJpl2 .item-subtitle,
.cid-tB1K7oJpl2 .subtitle-wrap {
  color: #a28870;
}
.cid-tB1K7oJpl2 .item-desc,
.cid-tB1K7oJpl2 .desc-wrapper {
  color: #a28870;
}
.cid-uJXhUL5uOB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJXhUL5uOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXhUL5uOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXhUL5uOB .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXhUL5uOB .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXhUL5uOB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXhUL5uOB .container {
    padding: 0 20px;
  }
}
.cid-uJXhUL5uOB .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJXhUL5uOB .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uJXhUL5uOB .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uJXhUL5uOB .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-uJXhUL5uOB .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXhUL5uOB .image-wrapper .image_2 {
    display: none;
  }
}
.cid-uJXhUL5uOB .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXhUL5uOB .image-wrapper .image_3 {
    display: none;
  }
}
.cid-uJXhUL5uOB .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-uJXhUL5uOB .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-uJXhUL5uOB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uJXhUL5uOB .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJXhUL5uOB .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uJXhUL5uOB .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uJXhUL5uOB .mbr-section-title {
  color: #000000;
}
.cid-uJXhUL5uOB .mbr-text {
  color: #6a6e71;
}
.cid-u8vRX3icbm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8vRX3icbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vRX3icbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vRX3icbm .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u8vRX3icbm .container-fluid {
    padding: 0 20px;
  }
}
.cid-u8vRX3icbm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8vRX3icbm .container {
    padding: 0 20px;
  }
}
.cid-u8vRX3icbm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-u8vRX3icbm .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-u8vRX3icbm .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-u8vRX3icbm .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-u8vRX3icbm .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-u8vRX3icbm .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-u8vRX3icbm .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-u8vRX3icbm .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-u8vRX3icbm .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-u8vRX3icbm .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-u8vRX3icbm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .cid-u8vRX3icbm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u8vRX3icbm .embla__slide .card-wrap {
  display: flex;
  width: 100%;
}
.cid-u8vRX3icbm .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-u8vRX3icbm .embla__slide .card-wrap .item-wrapper .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-u8vRX3icbm .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-u8vRX3icbm .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 140px;
    height: 105px;
  }
}
.cid-u8vRX3icbm .embla__slide .card-wrap .content-wrap {
  padding-left: 30px;
  width: 70%;
}
.cid-u8vRX3icbm .embla__slide .card-wrap .content-wrap .desc-wrapper {
  margin-bottom: 16px;
}
.cid-u8vRX3icbm .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-u8vRX3icbm .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-u8vRX3icbm .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-u8vRX3icbm .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u8vRX3icbm .embla__button--next,
.cid-u8vRX3icbm .embla__button--prev {
  display: flex;
}
.cid-u8vRX3icbm .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #c8d814;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u8vRX3icbm .embla__button {
    display: none;
  }
}
.cid-u8vRX3icbm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8vRX3icbm .embla__button:hover {
  background: transparent;
  color: #c8d814;
  opacity: .7;
}
.cid-u8vRX3icbm .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-u8vRX3icbm .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-u8vRX3icbm .embla__button {
    top: 0;
  }
}
.cid-u8vRX3icbm .embla {
  position: relative;
  width: 100%;
}
.cid-u8vRX3icbm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u8vRX3icbm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8vRX3icbm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8vRX3icbm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8vRX3icbm .mbr-section-subtitle {
  color: #000000;
}
.cid-u8vRX3icbm .mbr-section-title {
  color: #000000;
}
.cid-u8vRX3icbm .mbr-desc {
  color: #000000;
}
.cid-u8vRX3icbm .mbr-date {
  color: #6a6e71;
}
.cid-u8vRX3icbm .mbr-text {
  color: #000000;
}
.cid-u9bh8f7IqH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u9bh8f7IqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9bh8f7IqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9bh8f7IqH .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9bh8f7IqH .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9bh8f7IqH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9bh8f7IqH .container {
    padding: 0 20px;
  }
}
.cid-u9bh8f7IqH .row {
  justify-content: center;
}
.cid-u9bh8f7IqH .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u9bh8f7IqH .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9bh8f7IqH .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9bh8f7IqH .item {
    margin-bottom: 20px;
  }
}
.cid-u9bh8f7IqH .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-u9bh8f7IqH .item a .item-wrapper {
  overflow: visible;
}
.cid-u9bh8f7IqH .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u9bh8f7IqH .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-u9bh8f7IqH .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-u9bh8f7IqH .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9bh8f7IqH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9bh8f7IqH .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJXwh3jHgF {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJXwh3jHgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXwh3jHgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXwh3jHgF .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXwh3jHgF .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXwh3jHgF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXwh3jHgF .container {
    padding: 0 20px;
  }
}
.cid-uJXwh3jHgF .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJXwh3jHgF .title-wrapper {
    padding: 0;
  }
}
.cid-uJXwh3jHgF .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXwh3jHgF .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJXwh3jHgF .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJXwh3jHgF .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJXwh3jHgF .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXwh3jHgF .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJXwh3jHgF .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJXwh3jHgF .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJXwh3jHgF .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJXwh3jHgF .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJXwh3jHgF .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXwh3jHgF .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJXwh3jHgF .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJXwh3jHgF .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJXwh3jHgF .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJXwh3jHgF .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJXwh3jHgF .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJXwh3jHgF .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJXwh3jHgF .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJXwh3jHgF .mbr-section-title {
  color: #ffffff;
}
.cid-uJXwh3jHgF .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJXwh3jHgF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJXwh3jHgF .mbr-section-title,
.cid-uJXwh3jHgF .mbr-section-btn,
.cid-uJXwh3jHgF .logo-wrap {
  text-align: center;
}
.cid-u8wOvkcMAM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8wOvkcMAM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u8wOvkcMAM .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u8wOvkcMAM .col-auto {
    margin: auto;
  }
}
.cid-u8wOvkcMAM textarea {
  min-height: 200px;
}
.cid-u8wOvkcMAM .form-control,
.cid-u8wOvkcMAM .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u8wOvkcMAM .form-control::-webkit-input-placeholder,
.cid-u8wOvkcMAM .field-input::-webkit-input-placeholder,
.cid-u8wOvkcMAM .form-control::-webkit-input-placeholder,
.cid-u8wOvkcMAM .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u8wOvkcMAM .form-control:-moz-placeholder,
.cid-u8wOvkcMAM .field-input:-moz-placeholder,
.cid-u8wOvkcMAM .form-control:-moz-placeholder,
.cid-u8wOvkcMAM .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u8wOvkcMAM .form-control:hover,
.cid-u8wOvkcMAM .field-input:hover,
.cid-u8wOvkcMAM .form-control:focus,
.cid-u8wOvkcMAM .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u8wOvkcMAM .form-control:hover::-webkit-input-placeholder,
.cid-u8wOvkcMAM .field-input:hover::-webkit-input-placeholder,
.cid-u8wOvkcMAM .form-control:focus::-webkit-input-placeholder,
.cid-u8wOvkcMAM .field-input:focus::-webkit-input-placeholder,
.cid-u8wOvkcMAM .form-control:hover::-webkit-input-placeholder,
.cid-u8wOvkcMAM .field-input:hover::-webkit-input-placeholder,
.cid-u8wOvkcMAM .form-control:focus::-webkit-input-placeholder,
.cid-u8wOvkcMAM .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u8wOvkcMAM .form-control:hover:-moz-placeholder,
.cid-u8wOvkcMAM .field-input:hover:-moz-placeholder,
.cid-u8wOvkcMAM .form-control:focus:-moz-placeholder,
.cid-u8wOvkcMAM .field-input:focus:-moz-placeholder,
.cid-u8wOvkcMAM .form-control:hover:-moz-placeholder,
.cid-u8wOvkcMAM .field-input:hover:-moz-placeholder,
.cid-u8wOvkcMAM .form-control:focus:-moz-placeholder,
.cid-u8wOvkcMAM .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u8wOvkcMAM .jq-number__spin:hover,
.cid-u8wOvkcMAM .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8wOvkcMAM .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8wOvkcMAM .jq-selectbox li,
.cid-u8wOvkcMAM .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8wOvkcMAM .jq-selectbox li:hover,
.cid-u8wOvkcMAM .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u8wOvkcMAM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u8wOvkcMAM .jq-number__spin.minus:hover:after,
.cid-u8wOvkcMAM .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u8wOvkcMAM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u8wOvkcMAM .jq-number__spin.minus:after,
.cid-u8wOvkcMAM .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u8wOvkcMAM input::-webkit-clear-button {
  display: none;
}
.cid-u8wOvkcMAM input::-webkit-inner-spin-button {
  display: none;
}
.cid-u8wOvkcMAM input::-webkit-outer-spin-button {
  display: none;
}
.cid-u8wOvkcMAM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u8wOvkcMAM H4 {
  color: #36187d;
}
.cid-u8wOvkcMAM .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u8wOvkcMAM P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u8wOvkcMAM .form-row {
    flex-direction: column;
  }
}
.cid-u8cWoJfYKy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u8cWoJfYKy .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u8cWoJfYKy .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u8cWoJfYKy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8cWoJfYKy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u8cWoJfYKy .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u8cWoJfYKy .container {
    padding: 0 22px;
  }
}
.cid-u8cWoJfYKy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u8cWoJfYKy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u8cWoJfYKy .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u8cWoJfYKy .embla__slide .slide-content {
    display: block;
  }
}
.cid-u8cWoJfYKy .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8cWoJfYKy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8cWoJfYKy .embla__button--next,
.cid-u8cWoJfYKy .embla__button--prev {
  display: flex;
}
.cid-u8cWoJfYKy .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u8cWoJfYKy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8cWoJfYKy .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u8cWoJfYKy .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u8cWoJfYKy .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u8cWoJfYKy .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u8cWoJfYKy .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u8cWoJfYKy .embla {
  position: relative;
  width: 100%;
}
.cid-u8cWoJfYKy .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u8cWoJfYKy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8cWoJfYKy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8cWoJfYKy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8cWoJfYKy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
#custom-html-4b {
  /* Type valid CSS here */
}
#custom-html-4b div {
  padding: 100px 0;
  color: #777;
  text-align: center;
}
#custom-html-4b p {
  font-size: 60px;
  color: #777;
}
.cid-uJXuF4bEAW {
  padding-top: 4rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/module-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1232.webp");
}
.cid-uJXuF4bEAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXuF4bEAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXuF4bEAW .items-wrap {
  justify-content: space-between;
}
.cid-uJXuF4bEAW .title-wrapper {
  margin-bottom: 32px;
}
.cid-uJXuF4bEAW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJXuF4bEAW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJXuF4bEAW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJXuF4bEAW .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uJXuF4bEAW .mbr-figure iframe {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJXuF4bEAW .video-block {
    margin-bottom: 24px;
  }
}
.cid-uJXuF4bEAW .mbr-figure__img {
  object-fit: cover;
}
.cid-uJXuF4bEAW .app-video-wrapper::before {
  color: #4f6eb4;
  box-shadow: none;
}
.cid-uJXuF4bEAW .mbr-section-title {
  color: #000000;
}
.cid-uJXuF4bEAW .mbr-text {
  color: #000000;
}
.cid-uJXuF4bEAW .mbr-section-title,
.cid-uJXuF4bEAW .mbr-section-btn {
  color: #ffffff;
}
.cid-uJXuF4bEAW .mbr-text,
.cid-uJXuF4bEAW .text-wrapper {
  color: #ffffff;
}
.cid-u9b4gR1KjT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9b4gR1KjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b4gR1KjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b4gR1KjT .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u9b4gR1KjT .mbr-section-title {
  color: #24262b;
}
.cid-u9b4gR1KjT .mbr-section-subtitle {
  color: #24262b;
}
.cid-u9b4gR1KjT .cards-row {
  row-gap: 32px;
}
.cid-u9b4gR1KjT .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-u9b4gR1KjT .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-u9b4gR1KjT .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u9b4gR1KjT .card-subtitle {
  color: #24262b;
}
.cid-u9b4gR1KjT .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-u9b4gR1KjT .mbr-section-btn {
  margin-top: 20px;
}
.cid-u9b4gR1KjT .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-u9b4gR1KjT .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-u8cWmiB5yH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8cWmiB5yH .twitter-wrapper,
.cid-u8cWmiB5yH iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u8cWmiB5yH a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJYFrk7ZQv {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJYFrk7ZQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYFrk7ZQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYFrk7ZQv .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJYFrk7ZQv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJYFrk7ZQv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJYFrk7ZQv .container {
    padding: 0 20px;
  }
}
.cid-uJYFrk7ZQv .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJYFrk7ZQv .title-wrapper {
    padding: 0;
  }
}
.cid-uJYFrk7ZQv .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJYFrk7ZQv .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJYFrk7ZQv .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJYFrk7ZQv .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJYFrk7ZQv .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJYFrk7ZQv .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJYFrk7ZQv .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJYFrk7ZQv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJYFrk7ZQv .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJYFrk7ZQv .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJYFrk7ZQv .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJYFrk7ZQv .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJYFrk7ZQv .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJYFrk7ZQv .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJYFrk7ZQv .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJYFrk7ZQv .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJYFrk7ZQv .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJYFrk7ZQv .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJYFrk7ZQv .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJYFrk7ZQv .mbr-section-title {
  color: #ffffff;
}
.cid-uJYFrk7ZQv .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJYFrk7ZQv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJYFrk7ZQv .mbr-section-title,
.cid-uJYFrk7ZQv .mbr-section-btn,
.cid-uJYFrk7ZQv .logo-wrap {
  text-align: center;
}
.cid-u7T0nxxFdT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u7T0nxxFdT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7T0nxxFdT .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7T0nxxFdT .col-auto {
    margin: auto;
  }
}
.cid-u7T0nxxFdT textarea {
  min-height: 200px;
}
.cid-u7T0nxxFdT .form-control,
.cid-u7T0nxxFdT .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u7T0nxxFdT .form-control::-webkit-input-placeholder,
.cid-u7T0nxxFdT .field-input::-webkit-input-placeholder,
.cid-u7T0nxxFdT .form-control::-webkit-input-placeholder,
.cid-u7T0nxxFdT .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u7T0nxxFdT .form-control:-moz-placeholder,
.cid-u7T0nxxFdT .field-input:-moz-placeholder,
.cid-u7T0nxxFdT .form-control:-moz-placeholder,
.cid-u7T0nxxFdT .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u7T0nxxFdT .form-control:hover,
.cid-u7T0nxxFdT .field-input:hover,
.cid-u7T0nxxFdT .form-control:focus,
.cid-u7T0nxxFdT .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u7T0nxxFdT .form-control:hover::-webkit-input-placeholder,
.cid-u7T0nxxFdT .field-input:hover::-webkit-input-placeholder,
.cid-u7T0nxxFdT .form-control:focus::-webkit-input-placeholder,
.cid-u7T0nxxFdT .field-input:focus::-webkit-input-placeholder,
.cid-u7T0nxxFdT .form-control:hover::-webkit-input-placeholder,
.cid-u7T0nxxFdT .field-input:hover::-webkit-input-placeholder,
.cid-u7T0nxxFdT .form-control:focus::-webkit-input-placeholder,
.cid-u7T0nxxFdT .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u7T0nxxFdT .form-control:hover:-moz-placeholder,
.cid-u7T0nxxFdT .field-input:hover:-moz-placeholder,
.cid-u7T0nxxFdT .form-control:focus:-moz-placeholder,
.cid-u7T0nxxFdT .field-input:focus:-moz-placeholder,
.cid-u7T0nxxFdT .form-control:hover:-moz-placeholder,
.cid-u7T0nxxFdT .field-input:hover:-moz-placeholder,
.cid-u7T0nxxFdT .form-control:focus:-moz-placeholder,
.cid-u7T0nxxFdT .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u7T0nxxFdT .jq-number__spin:hover,
.cid-u7T0nxxFdT .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u7T0nxxFdT .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7T0nxxFdT .jq-selectbox li,
.cid-u7T0nxxFdT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u7T0nxxFdT .jq-selectbox li:hover,
.cid-u7T0nxxFdT .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u7T0nxxFdT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u7T0nxxFdT .jq-number__spin.minus:hover:after,
.cid-u7T0nxxFdT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u7T0nxxFdT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u7T0nxxFdT .jq-number__spin.minus:after,
.cid-u7T0nxxFdT .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u7T0nxxFdT input::-webkit-clear-button {
  display: none;
}
.cid-u7T0nxxFdT input::-webkit-inner-spin-button {
  display: none;
}
.cid-u7T0nxxFdT input::-webkit-outer-spin-button {
  display: none;
}
.cid-u7T0nxxFdT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u7T0nxxFdT H4 {
  color: #36187d;
}
.cid-u7T0nxxFdT .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u7T0nxxFdT P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u7T0nxxFdT .form-row {
    flex-direction: column;
  }
}
.cid-u7T0f0irKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u7T0f0irKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7T0f0irKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7T0f0irKJ .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-u7T0f0irKJ .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u7T0f0irKJ .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u7T0f0irKJ .mbr-section-title {
  color: #e3ebf3;
}
.cid-u7T0f0irKJ .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u7T0f0irKJ .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u7T0f0irKJ .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u7T0f0irKJ .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/screen-shot-2024-03-12-at-4.08.12-pm-1316x674.webp");
}
@media (max-width: 1399px) {
  .cid-u7T0f0irKJ .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u7T0f0irKJ .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u7T0f0irKJ .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-u7T0f0irKJ .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-u7T0f0irKJ .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u7T0f0irKJ .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-u7T0f0irKJ .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-tB1KP3oKkW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tB1KP3oKkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KP3oKkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KP3oKkW .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1KP3oKkW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .container {
    padding: 0 20px;
  }
}
.cid-tB1KP3oKkW .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper .image_2 {
    display: none;
  }
}
.cid-tB1KP3oKkW .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tB1KP3oKkW .image-wrapper .image_3 {
    display: none;
  }
}
.cid-tB1KP3oKkW .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-tB1KP3oKkW .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-tB1KP3oKkW .mbr-section-title {
  color: #000000;
}
.cid-tB1KP3oKkW .mbr-text {
  color: #6a6e71;
}
.cid-u7T01sJBOZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u7T01sJBOZ .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u7T01sJBOZ .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u7T01sJBOZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7T01sJBOZ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u7T01sJBOZ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7T01sJBOZ .container {
    padding: 0 22px;
  }
}
.cid-u7T01sJBOZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u7T01sJBOZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7T01sJBOZ .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u7T01sJBOZ .embla__slide .slide-content {
    display: block;
  }
}
.cid-u7T01sJBOZ .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7T01sJBOZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u7T01sJBOZ .embla__button--next,
.cid-u7T01sJBOZ .embla__button--prev {
  display: flex;
}
.cid-u7T01sJBOZ .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u7T01sJBOZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7T01sJBOZ .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u7T01sJBOZ .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u7T01sJBOZ .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u7T01sJBOZ .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u7T01sJBOZ .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u7T01sJBOZ .embla {
  position: relative;
  width: 100%;
}
.cid-u7T01sJBOZ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u7T01sJBOZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7T01sJBOZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7T01sJBOZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7T01sJBOZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7T0bqSmR5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u7T0bqSmR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7T0bqSmR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7T0bqSmR5 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u7T0bqSmR5 .container-fluid {
    padding: 0;
  }
}
.cid-u7T0bqSmR5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7T0bqSmR5 .container {
    padding: 0 20px;
  }
}
.cid-u7T0bqSmR5 .row {
  justify-content: center;
}
.cid-u7T0bqSmR5 .card {
  padding: 0;
}
.cid-u7T0bqSmR5 .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7T0bqSmR5 .card img {
    height: 300px;
  }
}
.cid-u7T0bqSmR5 .row.cards {
  margin: 0;
}
.cid-u7T0bqSmR5 .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u7T0bqSmR5 .row.cards img {
    height: 300px;
  }
}
.cid-uJYGyOSrER {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uJYGyOSrER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYGyOSrER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYGyOSrER .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJYGyOSrER .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJYGyOSrER .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJYGyOSrER .container {
    padding: 0 20px;
  }
}
.cid-uJYGyOSrER .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uJYGyOSrER .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uJYGyOSrER .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uJYGyOSrER .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uJYGyOSrER .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uJYGyOSrER .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uJYGyOSrER .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uJYGyOSrER .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uJYGyOSrER .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uJYGyOSrER .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uJYGyOSrER .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .cid-uJYGyOSrER .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJYGyOSrER .embla__slide .card-wrap {
  display: flex;
  width: 100%;
}
.cid-uJYGyOSrER .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-uJYGyOSrER .embla__slide .card-wrap .item-wrapper .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-uJYGyOSrER .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uJYGyOSrER .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 140px;
    height: 105px;
  }
}
.cid-uJYGyOSrER .embla__slide .card-wrap .content-wrap {
  padding-left: 30px;
  width: 70%;
}
.cid-uJYGyOSrER .embla__slide .card-wrap .content-wrap .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uJYGyOSrER .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uJYGyOSrER .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uJYGyOSrER .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uJYGyOSrER .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJYGyOSrER .embla__button--next,
.cid-uJYGyOSrER .embla__button--prev {
  display: flex;
}
.cid-uJYGyOSrER .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #c8d814;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uJYGyOSrER .embla__button {
    display: none;
  }
}
.cid-uJYGyOSrER .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJYGyOSrER .embla__button:hover {
  background: transparent;
  color: #c8d814;
  opacity: .7;
}
.cid-uJYGyOSrER .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-uJYGyOSrER .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-uJYGyOSrER .embla__button {
    top: 0;
  }
}
.cid-uJYGyOSrER .embla {
  position: relative;
  width: 100%;
}
.cid-uJYGyOSrER .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJYGyOSrER .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJYGyOSrER .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJYGyOSrER .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJYGyOSrER .mbr-section-subtitle {
  color: #000000;
}
.cid-uJYGyOSrER .mbr-section-title {
  color: #000000;
}
.cid-uJYGyOSrER .mbr-desc {
  color: #000000;
}
.cid-uJYGyOSrER .mbr-date {
  color: #6a6e71;
}
.cid-uJYGyOSrER .mbr-text {
  color: #000000;
}
.cid-tB1KpS5SvW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tB1KpS5SvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tB1KpS5SvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tB1KpS5SvW .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tB1KpS5SvW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tB1KpS5SvW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tB1KpS5SvW .container {
    padding: 0 20px;
  }
}
.cid-tB1KpS5SvW .text-wrapper .mbr-text {
  margin-bottom: 20px;
  line-height: inherit;
}
.cid-tB1KpS5SvW .panel-group .card {
  border-bottom: 1px solid #424242;
  border-radius: 0;
}
.cid-tB1KpS5SvW .panel-group .card:first-child .card-header .panel-title {
  padding-top: 0;
}
.cid-tB1KpS5SvW .panel-group .card .card-header {
  border: none;
  padding: 0;
}
.cid-tB1KpS5SvW .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.cid-tB1KpS5SvW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b40e15;
}
.cid-tB1KpS5SvW .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tB1KpS5SvW .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 22px;
  margin-left: 50px;
  display: block;
  color: #ffffff;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tB1KpS5SvW .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-left: 20px;
  }
}
.cid-tB1KpS5SvW .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tB1KpS5SvW .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-bottom: 30px;
  }
}
.cid-tB1KpS5SvW .mbr-text {
  color: #b40e15;
}
.cid-tB1KpS5SvW .panel-title-edit {
  color: #ffffff;
}
.cid-tB1KpS5SvW .panel-text {
  color: #ffffff;
}
.cid-u7T0abXWGY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u7T0abXWGY .twitter-wrapper,
.cid-u7T0abXWGY iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u7T0abXWGY a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJXsY2yVyT {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJXsY2yVyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXsY2yVyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXsY2yVyT .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXsY2yVyT .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXsY2yVyT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXsY2yVyT .container {
    padding: 0 20px;
  }
}
.cid-uJXsY2yVyT .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJXsY2yVyT .title-wrapper {
    padding: 0;
  }
}
.cid-uJXsY2yVyT .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXsY2yVyT .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJXsY2yVyT .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJXsY2yVyT .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJXsY2yVyT .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXsY2yVyT .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJXsY2yVyT .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJXsY2yVyT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJXsY2yVyT .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJXsY2yVyT .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJXsY2yVyT .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXsY2yVyT .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJXsY2yVyT .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJXsY2yVyT .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJXsY2yVyT .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJXsY2yVyT .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJXsY2yVyT .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJXsY2yVyT .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJXsY2yVyT .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJXsY2yVyT .mbr-section-title {
  color: #ffffff;
}
.cid-uJXsY2yVyT .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJXsY2yVyT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJXsY2yVyT .mbr-section-title,
.cid-uJXsY2yVyT .mbr-section-btn,
.cid-uJXsY2yVyT .logo-wrap {
  text-align: center;
}
.cid-u8Db9dqZNl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8Db9dqZNl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u8Db9dqZNl .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u8Db9dqZNl .col-auto {
    margin: auto;
  }
}
.cid-u8Db9dqZNl textarea {
  min-height: 200px;
}
.cid-u8Db9dqZNl .form-control,
.cid-u8Db9dqZNl .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u8Db9dqZNl .form-control::-webkit-input-placeholder,
.cid-u8Db9dqZNl .field-input::-webkit-input-placeholder,
.cid-u8Db9dqZNl .form-control::-webkit-input-placeholder,
.cid-u8Db9dqZNl .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u8Db9dqZNl .form-control:-moz-placeholder,
.cid-u8Db9dqZNl .field-input:-moz-placeholder,
.cid-u8Db9dqZNl .form-control:-moz-placeholder,
.cid-u8Db9dqZNl .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u8Db9dqZNl .form-control:hover,
.cid-u8Db9dqZNl .field-input:hover,
.cid-u8Db9dqZNl .form-control:focus,
.cid-u8Db9dqZNl .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u8Db9dqZNl .form-control:hover::-webkit-input-placeholder,
.cid-u8Db9dqZNl .field-input:hover::-webkit-input-placeholder,
.cid-u8Db9dqZNl .form-control:focus::-webkit-input-placeholder,
.cid-u8Db9dqZNl .field-input:focus::-webkit-input-placeholder,
.cid-u8Db9dqZNl .form-control:hover::-webkit-input-placeholder,
.cid-u8Db9dqZNl .field-input:hover::-webkit-input-placeholder,
.cid-u8Db9dqZNl .form-control:focus::-webkit-input-placeholder,
.cid-u8Db9dqZNl .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u8Db9dqZNl .form-control:hover:-moz-placeholder,
.cid-u8Db9dqZNl .field-input:hover:-moz-placeholder,
.cid-u8Db9dqZNl .form-control:focus:-moz-placeholder,
.cid-u8Db9dqZNl .field-input:focus:-moz-placeholder,
.cid-u8Db9dqZNl .form-control:hover:-moz-placeholder,
.cid-u8Db9dqZNl .field-input:hover:-moz-placeholder,
.cid-u8Db9dqZNl .form-control:focus:-moz-placeholder,
.cid-u8Db9dqZNl .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u8Db9dqZNl .jq-number__spin:hover,
.cid-u8Db9dqZNl .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8Db9dqZNl .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8Db9dqZNl .jq-selectbox li,
.cid-u8Db9dqZNl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8Db9dqZNl .jq-selectbox li:hover,
.cid-u8Db9dqZNl .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u8Db9dqZNl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u8Db9dqZNl .jq-number__spin.minus:hover:after,
.cid-u8Db9dqZNl .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u8Db9dqZNl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u8Db9dqZNl .jq-number__spin.minus:after,
.cid-u8Db9dqZNl .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u8Db9dqZNl input::-webkit-clear-button {
  display: none;
}
.cid-u8Db9dqZNl input::-webkit-inner-spin-button {
  display: none;
}
.cid-u8Db9dqZNl input::-webkit-outer-spin-button {
  display: none;
}
.cid-u8Db9dqZNl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u8Db9dqZNl H4 {
  color: #36187d;
}
.cid-u8Db9dqZNl .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u8Db9dqZNl P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u8Db9dqZNl .form-row {
    flex-direction: column;
  }
}
.cid-u8DaVPvQnt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u8DaVPvQnt .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u8DaVPvQnt .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u8DaVPvQnt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8DaVPvQnt .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u8DaVPvQnt .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u8DaVPvQnt .container {
    padding: 0 22px;
  }
}
.cid-u8DaVPvQnt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u8DaVPvQnt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u8DaVPvQnt .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u8DaVPvQnt .embla__slide .slide-content {
    display: block;
  }
}
.cid-u8DaVPvQnt .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8DaVPvQnt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8DaVPvQnt .embla__button--next,
.cid-u8DaVPvQnt .embla__button--prev {
  display: flex;
}
.cid-u8DaVPvQnt .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u8DaVPvQnt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8DaVPvQnt .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u8DaVPvQnt .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u8DaVPvQnt .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u8DaVPvQnt .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u8DaVPvQnt .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u8DaVPvQnt .embla {
  position: relative;
  width: 100%;
}
.cid-u8DaVPvQnt .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u8DaVPvQnt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8DaVPvQnt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8DaVPvQnt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8DaVPvQnt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8DaMnc4aw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
@media (max-width: 992px) {
  .cid-u8DaMnc4aw {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-u8DaMnc4aw .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u8DaMnc4aw .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8DaMnc4aw .bg1 {
  background-image: url("../../../assets/images/terence-cook-drama-dirty-glove-bastard-left-right-left-interview-square-redd3-423x426.webp");
}
.cid-u8DaMnc4aw .bg2 {
  background-image: url("../../../assets/images/screen-shot-2024-03-14-at-6.01.50-pm-808x532.webp");
}
.cid-u8DaMnc4aw .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u8DaMnc4aw .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u8DaMnc4aw .icon-wrap span {
  padding-left: 8px;
}
.cid-u8DaMnc4aw .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b40e15 !important;
}
.cid-u8DaMnc4aw .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-u8DaMnc4aw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8DaMnc4aw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8DaMnc4aw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8DaMnc4aw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u8DaMnc4aw a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8DaMnc4aw {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-u8DaMnc4aw .box {
    height: 250px;
  }
}
.cid-u8DaMnc4aw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DaMnc4aw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8OyufP7Dy {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8OyufP7Dy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8OyufP7Dy .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-u8OyufP7Dy .container {
    padding: 0 30px;
  }
}
.cid-u8OyufP7Dy .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-u8OyufP7Dy .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u8OyufP7Dy .content-wrapper {
    padding: 0;
  }
}
.cid-u8OyufP7Dy .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u8OyufP7Dy .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u8OyufP7Dy .box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-radius: 0 !important;
}
.cid-u8OyufP7Dy .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 790px;
}
@media (max-width: 992px) {
  .cid-u8OyufP7Dy .box .mbr-media {
    height: 350px;
  }
}
.cid-u8OyufP7Dy .box .mbr-media img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-u8OyufP7Dy .box .mbr-media .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  z-index: 1;
}
.cid-u8OyufP7Dy .box .mbr-media::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  background-image: linear-gradient(45deg, #000000 50%, #000000 50%);
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-u8OyufP7Dy .box .mbr-media::before {
    width: 50px;
    height: 50px;
  }
}
.cid-u8OyufP7Dy .mbr-media {
  position: relative;
}
.cid-u8OyufP7Dy .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-u8OyufP7Dy a:hover {
  background-image: none !important;
}
.cid-u8OyufP7Dy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: #b40e15;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
.cid-u8OyufP7Dy .icon-wrap:hover,
.cid-u8OyufP7Dy .icon-wrap:focus {
  box-shadow: inset 0 -85px 100px #ffffff;
}
.cid-u8OyufP7Dy .icon-wrap:hover .mbr-iconfont,
.cid-u8OyufP7Dy .icon-wrap:focus .mbr-iconfont {
  color: #b40e15;
}
.cid-u8OyufP7Dy .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-u8OyufP7Dy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8OyufP7Dy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8OyufP7Dy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8OyufP7Dy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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-u8OyufP7Dy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u8OyufP7Dy .mbr-section-title {
  color: #254b45;
}
.cid-u8OyufP7Dy .mbr-section-title,
.cid-u8OyufP7Dy .mbr-section-btn {
  color: #ffffff;
}
.cid-uJXryJdV2g {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1281.webp");
}
.cid-uJXryJdV2g .mbr-media {
  position: relative;
}
.cid-uJXryJdV2g .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uJXryJdV2g .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uJXryJdV2g .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uJXryJdV2g .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uJXryJdV2g .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uJXryJdV2g .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uJXryJdV2g .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-uJXryJdV2g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJXryJdV2g .mbr-section-title {
  color: #FFFFFF;
}
.cid-uJXryJdV2g .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uJXryJdV2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXryJdV2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXsJqBuEw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJXsJqBuEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXsJqBuEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXsJqBuEw .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJXsJqBuEw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJXsJqBuEw .container {
    padding: 0 26px;
  }
}
.cid-uJXsJqBuEw .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJXsJqBuEw .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJXsJqBuEw .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJXsJqBuEw .mbr-section-title {
  color: #ffffff;
}
.cid-uJXsJqBuEw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJXsJqBuEw .mbr-text {
  color: #cacaca;
}
.cid-u8DaNOWPaS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u8DaNOWPaS {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-u8DaNOWPaS .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u8DaNOWPaS .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8DaNOWPaS .bg1 {
  background-image: url("../../../assets/images/screen-shot-2024-04-04-at-6.18.05-am-1564x726.webp");
}
.cid-u8DaNOWPaS .bg2 {
  background-image: url("../../../assets/images/screen-shot-2024-04-04-at-6.24.25-am-2000x837.webp");
}
.cid-u8DaNOWPaS .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u8DaNOWPaS .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u8DaNOWPaS .icon-wrap span {
  padding-left: 8px;
}
.cid-u8DaNOWPaS .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b40e15 !important;
}
.cid-u8DaNOWPaS .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-u8DaNOWPaS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8DaNOWPaS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8DaNOWPaS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8DaNOWPaS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u8DaNOWPaS a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8DaNOWPaS {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-u8DaNOWPaS .box {
    height: 250px;
  }
}
.cid-u8DaNOWPaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DaNOWPaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8DaNhvEzr {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
@media (max-width: 992px) {
  .cid-u8DaNhvEzr {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .cid-u8DaNhvEzr .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u8DaNhvEzr .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8DaNhvEzr .bg1 {
  background-image: url("../../../assets/images/drama-big-ball-osmosis-jones-soundtrack-atlanta-hip-hop-1162x884.webp");
}
.cid-u8DaNhvEzr .bg2 {
  background-image: url("../../../assets/images/rapper-drama-left-right-left-official-video-atlanta-hip-hop-raheem-the-dream-1172x874.webp");
}
.cid-u8DaNhvEzr .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u8DaNhvEzr .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u8DaNhvEzr .icon-wrap span {
  padding-left: 8px;
}
.cid-u8DaNhvEzr .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b40e15 !important;
}
.cid-u8DaNhvEzr .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-u8DaNhvEzr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u8DaNhvEzr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u8DaNhvEzr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u8DaNhvEzr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u8DaNhvEzr a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u8DaNhvEzr {
    padding-top: 21px;
    padding-bottom: 35px;
  }
  .cid-u8DaNhvEzr .box {
    height: 250px;
  }
}
.cid-u8DaNhvEzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8DaNhvEzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94k2GHnJr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-u94k2GHnJr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-u94k2GHnJr .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u94k2GHnJr .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94k2GHnJr .bg1 {
  background-image: url("../../../assets/images/drama-rapper-rap-city-tha-basement-big-tigger-left-right-left-1112x752.webp");
}
.cid-u94k2GHnJr .bg2 {
  background-image: url("../../../assets/images/boomin-birds-drama-rapper-drama-the-plot-left-right-left-1334x928.webp");
}
.cid-u94k2GHnJr .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u94k2GHnJr .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u94k2GHnJr .icon-wrap span {
  padding-left: 8px;
}
.cid-u94k2GHnJr .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b40e15 !important;
}
.cid-u94k2GHnJr .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-u94k2GHnJr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u94k2GHnJr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u94k2GHnJr .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u94k2GHnJr a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u94k2GHnJr a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u94k2GHnJr {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-u94k2GHnJr .box {
    height: 250px;
  }
}
.cid-u94k2GHnJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94k2GHnJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94rP8BIYy {
  padding-top: 45px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
@media (max-width: 992px) {
  .cid-u94rP8BIYy {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .cid-u94rP8BIYy .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-u94rP8BIYy .box {
  background-size: cover;
  background-position: center;
  height: 350px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u94rP8BIYy .bg1 {
  background-image: url("../../../assets/images/jimmy-butler-nba-miami-heat-drama-left-right-left-584x346.webp");
}
.cid-u94rP8BIYy .bg2 {
  background-image: url("../../../assets/images/dadrealbad-drama-left-right-left-tik-tok-instagram-628x468.webp");
}
.cid-u94rP8BIYy .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u94rP8BIYy .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u94rP8BIYy .icon-wrap span {
  padding-left: 8px;
}
.cid-u94rP8BIYy .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #b40e15 !important;
}
.cid-u94rP8BIYy .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-u94rP8BIYy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u94rP8BIYy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u94rP8BIYy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u94rP8BIYy a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u94rP8BIYy a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-u94rP8BIYy {
    padding-top: 21px;
    padding-bottom: 35px;
  }
  .cid-u94rP8BIYy .box {
    height: 250px;
  }
}
.cid-u94rP8BIYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94rP8BIYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8DaYaU1gG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8DaYaU1gG .twitter-wrapper,
.cid-u8DaYaU1gG iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u8DaYaU1gG a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-u7MgCHx4XR {
  background-color: #000000;
}
.cid-u7MgCHx4XR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MgCHx4XR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MgCHx4XR .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-u7MgCHx4XR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-u7MgCHx4XR .container {
    padding: 0 26px;
  }
}
.cid-u7MgCHx4XR .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-u7MgCHx4XR .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-u7MgCHx4XR .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-u7MgCHx4XR .mbr-section-title {
  color: #ffffff;
}
.cid-u7MgCHx4XR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u7MgCHx4XR .mbr-text {
  color: #cacaca;
}
.cid-u7MgJYtAIH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1e-1900x1200.webp");
}
.cid-u7MgJYtAIH .mbr-overlay {
  background: #b40e15;
  opacity: 0.1;
}
.cid-u7MgJYtAIH .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u7MgJYtAIH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u7MgJYtAIH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u7MgJYtAIH .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u7MgJYtAIH .container {
    padding: 0 22px;
  }
}
.cid-u7MgJYtAIH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u7MgJYtAIH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u7MgJYtAIH .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u7MgJYtAIH .embla__slide .slide-content {
    display: block;
  }
}
.cid-u7MgJYtAIH .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7MgJYtAIH .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u7MgJYtAIH .embla__button--next,
.cid-u7MgJYtAIH .embla__button--prev {
  display: flex;
}
.cid-u7MgJYtAIH .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u7MgJYtAIH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u7MgJYtAIH .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u7MgJYtAIH .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u7MgJYtAIH .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u7MgJYtAIH .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u7MgJYtAIH .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u7MgJYtAIH .embla {
  position: relative;
  width: 100%;
}
.cid-u7MgJYtAIH .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u7MgJYtAIH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u7MgJYtAIH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u7MgJYtAIH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u7MgJYtAIH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7MgGRcOVb {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u7MgGRcOVb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7MgGRcOVb .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7MgGRcOVb .col-auto {
    margin: auto;
  }
}
.cid-u7MgGRcOVb textarea {
  min-height: 200px;
}
.cid-u7MgGRcOVb .form-control,
.cid-u7MgGRcOVb .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u7MgGRcOVb .form-control::-webkit-input-placeholder,
.cid-u7MgGRcOVb .field-input::-webkit-input-placeholder,
.cid-u7MgGRcOVb .form-control::-webkit-input-placeholder,
.cid-u7MgGRcOVb .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u7MgGRcOVb .form-control:-moz-placeholder,
.cid-u7MgGRcOVb .field-input:-moz-placeholder,
.cid-u7MgGRcOVb .form-control:-moz-placeholder,
.cid-u7MgGRcOVb .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u7MgGRcOVb .form-control:hover,
.cid-u7MgGRcOVb .field-input:hover,
.cid-u7MgGRcOVb .form-control:focus,
.cid-u7MgGRcOVb .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u7MgGRcOVb .form-control:hover::-webkit-input-placeholder,
.cid-u7MgGRcOVb .field-input:hover::-webkit-input-placeholder,
.cid-u7MgGRcOVb .form-control:focus::-webkit-input-placeholder,
.cid-u7MgGRcOVb .field-input:focus::-webkit-input-placeholder,
.cid-u7MgGRcOVb .form-control:hover::-webkit-input-placeholder,
.cid-u7MgGRcOVb .field-input:hover::-webkit-input-placeholder,
.cid-u7MgGRcOVb .form-control:focus::-webkit-input-placeholder,
.cid-u7MgGRcOVb .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u7MgGRcOVb .form-control:hover:-moz-placeholder,
.cid-u7MgGRcOVb .field-input:hover:-moz-placeholder,
.cid-u7MgGRcOVb .form-control:focus:-moz-placeholder,
.cid-u7MgGRcOVb .field-input:focus:-moz-placeholder,
.cid-u7MgGRcOVb .form-control:hover:-moz-placeholder,
.cid-u7MgGRcOVb .field-input:hover:-moz-placeholder,
.cid-u7MgGRcOVb .form-control:focus:-moz-placeholder,
.cid-u7MgGRcOVb .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u7MgGRcOVb .jq-number__spin:hover,
.cid-u7MgGRcOVb .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u7MgGRcOVb .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7MgGRcOVb .jq-selectbox li,
.cid-u7MgGRcOVb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u7MgGRcOVb .jq-selectbox li:hover,
.cid-u7MgGRcOVb .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u7MgGRcOVb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u7MgGRcOVb .jq-number__spin.minus:hover:after,
.cid-u7MgGRcOVb .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u7MgGRcOVb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u7MgGRcOVb .jq-number__spin.minus:after,
.cid-u7MgGRcOVb .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u7MgGRcOVb input::-webkit-clear-button {
  display: none;
}
.cid-u7MgGRcOVb input::-webkit-inner-spin-button {
  display: none;
}
.cid-u7MgGRcOVb input::-webkit-outer-spin-button {
  display: none;
}
.cid-u7MgGRcOVb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u7MgGRcOVb H4 {
  color: #36187d;
}
.cid-u7MgGRcOVb .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u7MgGRcOVb P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u7MgGRcOVb .form-row {
    flex-direction: column;
  }
}
.cid-u7MgHZRXsq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1e-1900x1200.webp");
}
.cid-u7MgHZRXsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7MgHZRXsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7MgHZRXsq .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u7MgHZRXsq .container-fluid {
    padding: 0 20px;
  }
}
.cid-u7MgHZRXsq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7MgHZRXsq .container {
    padding: 0 20px;
  }
}
.cid-u7MgHZRXsq .row {
  justify-content: center;
}
.cid-u7MgHZRXsq .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u7MgHZRXsq .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u7MgHZRXsq .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u7MgHZRXsq .item {
    margin-bottom: 20px;
  }
}
.cid-u7MgHZRXsq .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-u7MgHZRXsq .item a .item-wrapper {
  overflow: visible;
}
.cid-u7MgHZRXsq .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u7MgHZRXsq .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-u7MgHZRXsq .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-u7MgHZRXsq .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u7MgHZRXsq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7MgHZRXsq .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJYHeooJOw {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJYHeooJOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYHeooJOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYHeooJOw .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJYHeooJOw .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJYHeooJOw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJYHeooJOw .container {
    padding: 0 20px;
  }
}
.cid-uJYHeooJOw .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJYHeooJOw .title-wrapper {
    padding: 0;
  }
}
.cid-uJYHeooJOw .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJYHeooJOw .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJYHeooJOw .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJYHeooJOw .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJYHeooJOw .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJYHeooJOw .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJYHeooJOw .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJYHeooJOw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJYHeooJOw .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJYHeooJOw .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJYHeooJOw .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJYHeooJOw .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJYHeooJOw .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJYHeooJOw .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJYHeooJOw .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJYHeooJOw .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJYHeooJOw .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJYHeooJOw .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJYHeooJOw .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJYHeooJOw .mbr-section-title {
  color: #ffffff;
}
.cid-uJYHeooJOw .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJYHeooJOw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJYHeooJOw .mbr-section-title,
.cid-uJYHeooJOw .mbr-section-btn,
.cid-uJYHeooJOw .logo-wrap {
  text-align: center;
}
.cid-u9rEw4gTbr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u9rEw4gTbr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9rEw4gTbr .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u9rEw4gTbr .col-auto {
    margin: auto;
  }
}
.cid-u9rEw4gTbr textarea {
  min-height: 200px;
}
.cid-u9rEw4gTbr .form-control,
.cid-u9rEw4gTbr .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u9rEw4gTbr .form-control::-webkit-input-placeholder,
.cid-u9rEw4gTbr .field-input::-webkit-input-placeholder,
.cid-u9rEw4gTbr .form-control::-webkit-input-placeholder,
.cid-u9rEw4gTbr .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u9rEw4gTbr .form-control:-moz-placeholder,
.cid-u9rEw4gTbr .field-input:-moz-placeholder,
.cid-u9rEw4gTbr .form-control:-moz-placeholder,
.cid-u9rEw4gTbr .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u9rEw4gTbr .form-control:hover,
.cid-u9rEw4gTbr .field-input:hover,
.cid-u9rEw4gTbr .form-control:focus,
.cid-u9rEw4gTbr .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u9rEw4gTbr .form-control:hover::-webkit-input-placeholder,
.cid-u9rEw4gTbr .field-input:hover::-webkit-input-placeholder,
.cid-u9rEw4gTbr .form-control:focus::-webkit-input-placeholder,
.cid-u9rEw4gTbr .field-input:focus::-webkit-input-placeholder,
.cid-u9rEw4gTbr .form-control:hover::-webkit-input-placeholder,
.cid-u9rEw4gTbr .field-input:hover::-webkit-input-placeholder,
.cid-u9rEw4gTbr .form-control:focus::-webkit-input-placeholder,
.cid-u9rEw4gTbr .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u9rEw4gTbr .form-control:hover:-moz-placeholder,
.cid-u9rEw4gTbr .field-input:hover:-moz-placeholder,
.cid-u9rEw4gTbr .form-control:focus:-moz-placeholder,
.cid-u9rEw4gTbr .field-input:focus:-moz-placeholder,
.cid-u9rEw4gTbr .form-control:hover:-moz-placeholder,
.cid-u9rEw4gTbr .field-input:hover:-moz-placeholder,
.cid-u9rEw4gTbr .form-control:focus:-moz-placeholder,
.cid-u9rEw4gTbr .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u9rEw4gTbr .jq-number__spin:hover,
.cid-u9rEw4gTbr .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9rEw4gTbr .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9rEw4gTbr .jq-selectbox li,
.cid-u9rEw4gTbr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u9rEw4gTbr .jq-selectbox li:hover,
.cid-u9rEw4gTbr .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u9rEw4gTbr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9rEw4gTbr .jq-number__spin.minus:hover:after,
.cid-u9rEw4gTbr .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u9rEw4gTbr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9rEw4gTbr .jq-number__spin.minus:after,
.cid-u9rEw4gTbr .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u9rEw4gTbr input::-webkit-clear-button {
  display: none;
}
.cid-u9rEw4gTbr input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9rEw4gTbr input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9rEw4gTbr input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9rEw4gTbr H4 {
  color: #36187d;
}
.cid-u9rEw4gTbr .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u9rEw4gTbr P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u9rEw4gTbr .form-row {
    flex-direction: column;
  }
}
.cid-u9rEuAJ478 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u9rEuAJ478 .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u9rEuAJ478 .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u9rEuAJ478 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9rEuAJ478 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u9rEuAJ478 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9rEuAJ478 .container {
    padding: 0 22px;
  }
}
.cid-u9rEuAJ478 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u9rEuAJ478 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9rEuAJ478 .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9rEuAJ478 .embla__slide .slide-content {
    display: block;
  }
}
.cid-u9rEuAJ478 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9rEuAJ478 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u9rEuAJ478 .embla__button--next,
.cid-u9rEuAJ478 .embla__button--prev {
  display: flex;
}
.cid-u9rEuAJ478 .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u9rEuAJ478 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9rEuAJ478 .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u9rEuAJ478 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u9rEuAJ478 .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u9rEuAJ478 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u9rEuAJ478 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u9rEuAJ478 .embla {
  position: relative;
  width: 100%;
}
.cid-u9rEuAJ478 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u9rEuAJ478 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9rEuAJ478 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9rEuAJ478 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9rEuAJ478 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9rElIcC5i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9rElIcC5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9rElIcC5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9rElIcC5i .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9rElIcC5i .container-fluid {
    padding: 0;
  }
}
.cid-u9rElIcC5i .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9rElIcC5i .container {
    padding: 0 20px;
  }
}
.cid-u9rElIcC5i .row {
  justify-content: center;
}
.cid-u9rElIcC5i .card {
  padding: 0;
}
.cid-u9rElIcC5i .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9rElIcC5i .card img {
    height: 300px;
  }
}
.cid-u9rElIcC5i .row.cards {
  margin: 0;
}
.cid-u9rElIcC5i .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9rElIcC5i .row.cards img {
    height: 300px;
  }
}
.cid-u9rSJ7ClWM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b40e15;
}
.cid-u9rSJ7ClWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9rSJ7ClWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9rSJ7ClWM .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9rSJ7ClWM .container-fluid {
    padding: 0;
  }
}
.cid-u9rSJ7ClWM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9rSJ7ClWM .container {
    padding: 0 20px;
  }
}
.cid-u9rSJ7ClWM .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-u9rSJ7ClWM .row a {
  display: block;
  position: absolute;
  width: fit-content;
}
.cid-u9rSJ7ClWM .row a .mbr-iconfont {
  width: 102px;
  height: 102px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6a6e71;
}
@media (max-width: 992px) {
  .cid-u9rSJ7ClWM .row a .mbr-iconfont {
    width: 70px;
    height: 70px;
  }
}
.cid-u9rSJ7ClWM .card {
  padding: 0;
}
.cid-u9rSJ7ClWM .card img {
  height: 240px;
  object-fit: cover;
}
.cid-u9rSJ7ClWM .line-gradient {
  background-image: linear-gradient(45deg, #000000, #b40e15, #000000);
  height: 10px;
}
.cid-u9rSJ7ClWM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u9rSJ7ClWM .mbr-emoji {
  color: #ffffff;
}
.cid-u9rG6AjsPn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9rG6AjsPn .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u9rG6AjsPn .row {
    padding: 0 12px;
  }
}
.cid-u9rG6AjsPn .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-u9rG6AjsPn .card {
    height: 280px;
  }
}
.cid-u9rG6AjsPn .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-u9rG6AjsPn .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-u9rG6AjsPn .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9rG6AjsPn .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-u9rG6AjsPn .card-wrapper {
  padding: 44px 34px;
}
.cid-u9rG6AjsPn .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-u9rG6AjsPn .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-u9rG6AjsPn .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-u9rG6AjsPn .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-u9rHQswi0Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9rHQswi0Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9rHQswi0Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9rHQswi0Q .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9rHQswi0Q .container-fluid {
    padding: 0;
  }
}
.cid-u9rHQswi0Q .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9rHQswi0Q .container {
    padding: 0 20px;
  }
}
.cid-u9rHQswi0Q .row {
  justify-content: center;
}
.cid-u9rHQswi0Q .card {
  padding: 0;
}
.cid-u9rHQswi0Q .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9rHQswi0Q .card img {
    height: 300px;
  }
}
.cid-u9rHQswi0Q .row.cards {
  margin: 0;
}
.cid-u9rHQswi0Q .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9rHQswi0Q .row.cards img {
    height: 300px;
  }
}
.cid-u9rGk41Q8I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u9rGk41Q8I .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u9rGk41Q8I .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-u9rGk41Q8I .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-u9rGk41Q8I .btn-primary-outline:active {
  color: gray;
}
.cid-u9rGk41Q8I .btn-primary-outline:hover {
  color: white;
}
.cid-u9rGk41Q8I div {
  overflow: hidden;
}
.cid-u9rGk41Q8I li.active .btn-primary-outline {
  color: white;
}
.cid-u9rGk41Q8I .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9rGk41Q8I .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9rGk41Q8I .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u9rGk41Q8I .mbr-gallery-item {
  overflow: hidden;
}
.cid-u9rGk41Q8I .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-u9rGk41Q8I .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-u9rGk41Q8I .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-u9rGk41Q8I .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #000000) !important;
}
.cid-u9rGk41Q8I .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-u9rGk41Q8I .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-u9rGk41Q8I .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-u9rGk41Q8I .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #000000) !important;
}
.cid-u9rFOZmQEp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9rFOZmQEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9rFOZmQEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9rFOZmQEp .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u9rFOZmQEp .mbr-section-title {
  color: #24262b;
}
.cid-u9rFOZmQEp .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-u9rFOZmQEp .items-row {
  row-gap: 0;
  margin: 0 !important;
}
.cid-u9rFOZmQEp .item {
  padding: 0 !important;
}
.cid-u9rFOZmQEp .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-u9rFOZmQEp .item-wrapper img {
  width: 100%;
  height: calc(50px * 11);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-u9rFOZmQEp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-u9rFOZmQEp .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-u9rFOZmQEp .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-u9rFOZmQEp .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u9rFOZmQEp .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-u9rFOZmQEp .carousel-control,
.cid-u9rFOZmQEp .close {
  background: #1b1b1b;
}
.cid-u9rFOZmQEp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u9rFOZmQEp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u9rFOZmQEp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u9rFOZmQEp .carousel-control-next span {
  margin-left: 5px;
}
.cid-u9rFOZmQEp .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-u9rFOZmQEp .close::before {
  content: '\e91a';
}
.cid-u9rFOZmQEp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9rFOZmQEp .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-u9rFOZmQEp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9rFOZmQEp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u9rFOZmQEp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u9rFOZmQEp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u9rFOZmQEp .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-u9rFOZmQEp .carousel-indicators li.active,
.cid-u9rFOZmQEp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u9rFOZmQEp .carousel-indicators li::after,
.cid-u9rFOZmQEp .carousel-indicators li::before {
  content: none;
}
.cid-u9rFOZmQEp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u9rFOZmQEp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u9rFOZmQEp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u9rFOZmQEp .carousel-indicators {
    display: none;
  }
}
.cid-u9rFOZmQEp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u9rFOZmQEp .carousel-inner > .active {
  display: block;
}
.cid-u9rFOZmQEp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u9rFOZmQEp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u9rFOZmQEp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u9rFOZmQEp .carousel-control,
  .cid-u9rFOZmQEp .carousel-indicators,
  .cid-u9rFOZmQEp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u9rFOZmQEp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u9rFOZmQEp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u9rFOZmQEp .carousel-indicators .active,
.cid-u9rFOZmQEp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u9rFOZmQEp .carousel-indicators .active {
  background: #fff;
}
.cid-u9rFOZmQEp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u9rFOZmQEp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u9rFOZmQEp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u9rFOZmQEp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u9rFOZmQEp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u9rFOZmQEp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u9rFOZmQEp .carousel {
  width: 100%;
}
.cid-u9rFOZmQEp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u9rFOZmQEp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u9rFOZmQEp .modal.fade .modal-dialog,
.cid-u9rFOZmQEp .modal.in .modal-dialog {
  transform: none;
}
.cid-u9rFOZmQEp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u9rFOZmQEp H6 {
  text-align: center;
}
.cid-uKkSh053jS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-uKkSh053jS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkSh053jS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkSh053jS .row {
  justify-content: center;
}
.cid-uKkSh053jS .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uKkSh053jS .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 250px;
  object-fit: cover;
}
.cid-uKkSh053jS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKkSh053jS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKkSh053jS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKkSh053jS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uKkSh053jS .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uKkSh053jS .mbr-section-title {
  color: #ffffff;
}
.cid-uKkSh053jS .mbr-text,
.cid-uKkSh053jS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uKkSh053jS .mbr-section-title,
.cid-uKkSh053jS .mbr-section-btn,
.cid-uKkSh053jS .logo-wrapper {
  text-align: center;
}
.cid-u9rEjvJacG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u9rEjvJacG .twitter-wrapper,
.cid-u9rEjvJacG iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u9rEjvJacG a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJXkS22IKg {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJXkS22IKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXkS22IKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXkS22IKg .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXkS22IKg .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXkS22IKg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXkS22IKg .container {
    padding: 0 20px;
  }
}
.cid-uJXkS22IKg .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJXkS22IKg .title-wrapper {
    padding: 0;
  }
}
.cid-uJXkS22IKg .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXkS22IKg .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJXkS22IKg .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJXkS22IKg .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJXkS22IKg .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXkS22IKg .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJXkS22IKg .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJXkS22IKg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJXkS22IKg .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJXkS22IKg .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJXkS22IKg .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXkS22IKg .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJXkS22IKg .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJXkS22IKg .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJXkS22IKg .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJXkS22IKg .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJXkS22IKg .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJXkS22IKg .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJXkS22IKg .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJXkS22IKg .mbr-section-title {
  color: #ffffff;
}
.cid-uJXkS22IKg .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJXkS22IKg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJXkS22IKg .mbr-section-title,
.cid-uJXkS22IKg .mbr-section-btn,
.cid-uJXkS22IKg .logo-wrap {
  text-align: center;
}
.cid-u98nz92PDJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u98nz92PDJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u98nz92PDJ .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u98nz92PDJ .col-auto {
    margin: auto;
  }
}
.cid-u98nz92PDJ textarea {
  min-height: 200px;
}
.cid-u98nz92PDJ .form-control,
.cid-u98nz92PDJ .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u98nz92PDJ .form-control::-webkit-input-placeholder,
.cid-u98nz92PDJ .field-input::-webkit-input-placeholder,
.cid-u98nz92PDJ .form-control::-webkit-input-placeholder,
.cid-u98nz92PDJ .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u98nz92PDJ .form-control:-moz-placeholder,
.cid-u98nz92PDJ .field-input:-moz-placeholder,
.cid-u98nz92PDJ .form-control:-moz-placeholder,
.cid-u98nz92PDJ .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u98nz92PDJ .form-control:hover,
.cid-u98nz92PDJ .field-input:hover,
.cid-u98nz92PDJ .form-control:focus,
.cid-u98nz92PDJ .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u98nz92PDJ .form-control:hover::-webkit-input-placeholder,
.cid-u98nz92PDJ .field-input:hover::-webkit-input-placeholder,
.cid-u98nz92PDJ .form-control:focus::-webkit-input-placeholder,
.cid-u98nz92PDJ .field-input:focus::-webkit-input-placeholder,
.cid-u98nz92PDJ .form-control:hover::-webkit-input-placeholder,
.cid-u98nz92PDJ .field-input:hover::-webkit-input-placeholder,
.cid-u98nz92PDJ .form-control:focus::-webkit-input-placeholder,
.cid-u98nz92PDJ .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u98nz92PDJ .form-control:hover:-moz-placeholder,
.cid-u98nz92PDJ .field-input:hover:-moz-placeholder,
.cid-u98nz92PDJ .form-control:focus:-moz-placeholder,
.cid-u98nz92PDJ .field-input:focus:-moz-placeholder,
.cid-u98nz92PDJ .form-control:hover:-moz-placeholder,
.cid-u98nz92PDJ .field-input:hover:-moz-placeholder,
.cid-u98nz92PDJ .form-control:focus:-moz-placeholder,
.cid-u98nz92PDJ .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u98nz92PDJ .jq-number__spin:hover,
.cid-u98nz92PDJ .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u98nz92PDJ .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u98nz92PDJ .jq-selectbox li,
.cid-u98nz92PDJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u98nz92PDJ .jq-selectbox li:hover,
.cid-u98nz92PDJ .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u98nz92PDJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u98nz92PDJ .jq-number__spin.minus:hover:after,
.cid-u98nz92PDJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u98nz92PDJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u98nz92PDJ .jq-number__spin.minus:after,
.cid-u98nz92PDJ .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u98nz92PDJ input::-webkit-clear-button {
  display: none;
}
.cid-u98nz92PDJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-u98nz92PDJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-u98nz92PDJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u98nz92PDJ H4 {
  color: #36187d;
}
.cid-u98nz92PDJ .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u98nz92PDJ P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u98nz92PDJ .form-row {
    flex-direction: column;
  }
}
.cid-uJXhwEFmJO {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uJXhwEFmJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXhwEFmJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXhwEFmJO .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXhwEFmJO .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXhwEFmJO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXhwEFmJO .container {
    padding: 0 20px;
  }
}
.cid-uJXhwEFmJO .row {
  justify-content: center;
}
.cid-uJXhwEFmJO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uJXhwEFmJO .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uJXhwEFmJO .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #e2e2e4;
}
@media (max-width: 768px) {
  .cid-uJXhwEFmJO .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uJXhwEFmJO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uJXhwEFmJO .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uJXhwEFmJO .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uJXhwEFmJO .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uJXhwEFmJO .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #e2e2e4 !important;
  opacity: .5;
}
.cid-uJXhwEFmJO .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uJXhwEFmJO .item {
  margin-bottom: 32px;
}
.cid-uJXhwEFmJO .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uJXhwEFmJO .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-uJXhwEFmJO .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-uJXhwEFmJO .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-uJXhwEFmJO .item a .item-wrapper {
  overflow: hidden;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #4f6eb4;
  transition: all 0.3s ease-out;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #b40e15;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-uJXhwEFmJO .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-uJXhwEFmJO .mbr-section-title {
  color: #ffffff;
}
.cid-uJXhwEFmJO .mbr-section-subtitle {
  color: #a28870;
}
.cid-uJXhwEFmJO .item-title {
  color: #ffffff;
}
.cid-uJXhwEFmJO .item-subtitle {
  color: #ffffff;
}
.cid-uJXhwEFmJO .item-desc {
  color: #D2D3D5;
}
.cid-uJXhwEFmJO .item-link {
  color: #ffffff;
}
.cid-uJXhwEFmJO .item-subtitle,
.cid-uJXhwEFmJO .subtitle-wrap {
  color: #a28870;
}
.cid-uJXhwEFmJO .item-desc,
.cid-uJXhwEFmJO .desc-wrapper {
  color: #a28870;
}
.cid-u98nj9mUkT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u98nj9mUkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u98nj9mUkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u98nj9mUkT .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u98nj9mUkT .container-fluid {
    padding: 0 20px;
  }
}
.cid-u98nj9mUkT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u98nj9mUkT .container {
    padding: 0 20px;
  }
}
.cid-u98nj9mUkT .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u98nj9mUkT .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-u98nj9mUkT .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u98nj9mUkT .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-u98nj9mUkT .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u98nj9mUkT .image-wrapper .image_2 {
    display: none;
  }
}
.cid-u98nj9mUkT .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u98nj9mUkT .image-wrapper .image_3 {
    display: none;
  }
}
.cid-u98nj9mUkT .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-u98nj9mUkT .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-u98nj9mUkT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u98nj9mUkT .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u98nj9mUkT .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u98nj9mUkT .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u98nj9mUkT .mbr-section-title {
  color: #000000;
}
.cid-u98nj9mUkT .mbr-text {
  color: #6a6e71;
}
.cid-uJXkviR8dG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uJXkviR8dG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXkviR8dG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXkviR8dG .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXkviR8dG .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXkviR8dG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXkviR8dG .container {
    padding: 0 20px;
  }
}
.cid-uJXkviR8dG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uJXkviR8dG .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uJXkviR8dG .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uJXkviR8dG .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uJXkviR8dG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uJXkviR8dG .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uJXkviR8dG .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uJXkviR8dG .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uJXkviR8dG .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uJXkviR8dG .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uJXkviR8dG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .cid-uJXkviR8dG .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJXkviR8dG .embla__slide .card-wrap {
  display: flex;
  width: 100%;
}
.cid-uJXkviR8dG .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-uJXkviR8dG .embla__slide .card-wrap .item-wrapper .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-uJXkviR8dG .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uJXkviR8dG .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 140px;
    height: 105px;
  }
}
.cid-uJXkviR8dG .embla__slide .card-wrap .content-wrap {
  padding-left: 30px;
  width: 70%;
}
.cid-uJXkviR8dG .embla__slide .card-wrap .content-wrap .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uJXkviR8dG .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uJXkviR8dG .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uJXkviR8dG .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uJXkviR8dG .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJXkviR8dG .embla__button--next,
.cid-uJXkviR8dG .embla__button--prev {
  display: flex;
}
.cid-uJXkviR8dG .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #c8d814;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uJXkviR8dG .embla__button {
    display: none;
  }
}
.cid-uJXkviR8dG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJXkviR8dG .embla__button:hover {
  background: transparent;
  color: #c8d814;
  opacity: .7;
}
.cid-uJXkviR8dG .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-uJXkviR8dG .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-uJXkviR8dG .embla__button {
    top: 0;
  }
}
.cid-uJXkviR8dG .embla {
  position: relative;
  width: 100%;
}
.cid-uJXkviR8dG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJXkviR8dG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJXkviR8dG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJXkviR8dG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJXkviR8dG .mbr-section-subtitle {
  color: #000000;
}
.cid-uJXkviR8dG .mbr-section-title {
  color: #000000;
}
.cid-uJXkviR8dG .mbr-desc {
  color: #000000;
}
.cid-uJXkviR8dG .mbr-date {
  color: #6a6e71;
}
.cid-uJXkviR8dG .mbr-text {
  color: #000000;
}
.cid-uJXlGjGhgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-uJXlGjGhgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXlGjGhgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXlGjGhgU .row {
  justify-content: center;
}
.cid-uJXlGjGhgU .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uJXlGjGhgU .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 250px;
  object-fit: cover;
}
.cid-uJXlGjGhgU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJXlGjGhgU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJXlGjGhgU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJXlGjGhgU .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uJXlGjGhgU .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uJXlGjGhgU .mbr-section-title {
  color: #ffffff;
}
.cid-uJXlGjGhgU .mbr-text,
.cid-uJXlGjGhgU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJXlGjGhgU .mbr-section-title,
.cid-uJXlGjGhgU .mbr-section-btn,
.cid-uJXlGjGhgU .logo-wrapper {
  text-align: center;
}
.cid-u98nu2eWRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u98nu2eWRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u98nu2eWRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u98nu2eWRO .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u98nu2eWRO .container-fluid {
    padding: 0 20px;
  }
}
.cid-u98nu2eWRO .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u98nu2eWRO .container {
    padding: 0 20px;
  }
}
.cid-u98nu2eWRO .row {
  justify-content: center;
}
.cid-u98nu2eWRO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u98nu2eWRO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u98nu2eWRO .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u98nu2eWRO .item {
    margin-bottom: 20px;
  }
}
.cid-u98nu2eWRO .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-u98nu2eWRO .item a .item-wrapper {
  overflow: visible;
}
.cid-u98nu2eWRO .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u98nu2eWRO .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-u98nu2eWRO .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-u98nu2eWRO .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u98nu2eWRO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u98nu2eWRO .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJYvt87cZk {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJYvt87cZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYvt87cZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYvt87cZk .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJYvt87cZk .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJYvt87cZk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJYvt87cZk .container {
    padding: 0 20px;
  }
}
.cid-uJYvt87cZk .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJYvt87cZk .title-wrapper {
    padding: 0;
  }
}
.cid-uJYvt87cZk .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJYvt87cZk .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJYvt87cZk .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJYvt87cZk .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJYvt87cZk .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJYvt87cZk .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJYvt87cZk .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJYvt87cZk .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJYvt87cZk .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJYvt87cZk .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJYvt87cZk .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJYvt87cZk .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJYvt87cZk .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJYvt87cZk .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJYvt87cZk .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJYvt87cZk .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJYvt87cZk .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJYvt87cZk .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJYvt87cZk .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJYvt87cZk .mbr-section-title {
  color: #ffffff;
}
.cid-uJYvt87cZk .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJYvt87cZk .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJYvt87cZk .mbr-section-title,
.cid-uJYvt87cZk .mbr-section-btn,
.cid-uJYvt87cZk .logo-wrap {
  text-align: center;
}
.cid-u8wO1aREqK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8wO1aREqK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u8wO1aREqK .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u8wO1aREqK .col-auto {
    margin: auto;
  }
}
.cid-u8wO1aREqK textarea {
  min-height: 200px;
}
.cid-u8wO1aREqK .form-control,
.cid-u8wO1aREqK .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u8wO1aREqK .form-control::-webkit-input-placeholder,
.cid-u8wO1aREqK .field-input::-webkit-input-placeholder,
.cid-u8wO1aREqK .form-control::-webkit-input-placeholder,
.cid-u8wO1aREqK .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u8wO1aREqK .form-control:-moz-placeholder,
.cid-u8wO1aREqK .field-input:-moz-placeholder,
.cid-u8wO1aREqK .form-control:-moz-placeholder,
.cid-u8wO1aREqK .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u8wO1aREqK .form-control:hover,
.cid-u8wO1aREqK .field-input:hover,
.cid-u8wO1aREqK .form-control:focus,
.cid-u8wO1aREqK .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u8wO1aREqK .form-control:hover::-webkit-input-placeholder,
.cid-u8wO1aREqK .field-input:hover::-webkit-input-placeholder,
.cid-u8wO1aREqK .form-control:focus::-webkit-input-placeholder,
.cid-u8wO1aREqK .field-input:focus::-webkit-input-placeholder,
.cid-u8wO1aREqK .form-control:hover::-webkit-input-placeholder,
.cid-u8wO1aREqK .field-input:hover::-webkit-input-placeholder,
.cid-u8wO1aREqK .form-control:focus::-webkit-input-placeholder,
.cid-u8wO1aREqK .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u8wO1aREqK .form-control:hover:-moz-placeholder,
.cid-u8wO1aREqK .field-input:hover:-moz-placeholder,
.cid-u8wO1aREqK .form-control:focus:-moz-placeholder,
.cid-u8wO1aREqK .field-input:focus:-moz-placeholder,
.cid-u8wO1aREqK .form-control:hover:-moz-placeholder,
.cid-u8wO1aREqK .field-input:hover:-moz-placeholder,
.cid-u8wO1aREqK .form-control:focus:-moz-placeholder,
.cid-u8wO1aREqK .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u8wO1aREqK .jq-number__spin:hover,
.cid-u8wO1aREqK .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8wO1aREqK .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8wO1aREqK .jq-selectbox li,
.cid-u8wO1aREqK .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8wO1aREqK .jq-selectbox li:hover,
.cid-u8wO1aREqK .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u8wO1aREqK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u8wO1aREqK .jq-number__spin.minus:hover:after,
.cid-u8wO1aREqK .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u8wO1aREqK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u8wO1aREqK .jq-number__spin.minus:after,
.cid-u8wO1aREqK .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u8wO1aREqK input::-webkit-clear-button {
  display: none;
}
.cid-u8wO1aREqK input::-webkit-inner-spin-button {
  display: none;
}
.cid-u8wO1aREqK input::-webkit-outer-spin-button {
  display: none;
}
.cid-u8wO1aREqK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u8wO1aREqK H4 {
  color: #36187d;
}
.cid-u8wO1aREqK .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u8wO1aREqK P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u8wO1aREqK .form-row {
    flex-direction: column;
  }
}
.cid-u8wO0aSMRM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u8wO0aSMRM .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u8wO0aSMRM .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u8wO0aSMRM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8wO0aSMRM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u8wO0aSMRM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u8wO0aSMRM .container {
    padding: 0 22px;
  }
}
.cid-u8wO0aSMRM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u8wO0aSMRM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u8wO0aSMRM .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u8wO0aSMRM .embla__slide .slide-content {
    display: block;
  }
}
.cid-u8wO0aSMRM .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8wO0aSMRM .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8wO0aSMRM .embla__button--next,
.cid-u8wO0aSMRM .embla__button--prev {
  display: flex;
}
.cid-u8wO0aSMRM .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u8wO0aSMRM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8wO0aSMRM .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u8wO0aSMRM .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u8wO0aSMRM .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u8wO0aSMRM .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u8wO0aSMRM .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u8wO0aSMRM .embla {
  position: relative;
  width: 100%;
}
.cid-u8wO0aSMRM .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u8wO0aSMRM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8wO0aSMRM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8wO0aSMRM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8wO0aSMRM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9emg46I1I {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u9emg46I1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9emg46I1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9emg46I1I .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9emg46I1I .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9emg46I1I .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9emg46I1I .container {
    padding: 0 20px;
  }
}
.cid-u9emg46I1I .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9emg46I1I .title-wrapper .mbr-section-title span {
  color: #4f6eb4;
}
.cid-u9emg46I1I .mbr-section-title {
  color: #ffffff;
}
.cid-u9emK25NuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u9emK25NuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9emK25NuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9emK25NuR .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9emK25NuR .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9emK25NuR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9emK25NuR .container {
    padding: 0 20px;
  }
}
.cid-u9emK25NuR .row {
  justify-content: center;
}
.cid-u9emK25NuR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u9emK25NuR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9emK25NuR .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9emK25NuR .item {
    margin-bottom: 20px;
  }
}
.cid-u9emK25NuR .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-u9emK25NuR .item a .item-wrapper {
  overflow: visible;
}
.cid-u9emK25NuR .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u9emK25NuR .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-u9emK25NuR .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-u9emK25NuR .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9emK25NuR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9emK25NuR .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9emMkUL7Y {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u9emMkUL7Y .twitter-wrapper,
.cid-u9emMkUL7Y iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u9emMkUL7Y a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-u9epQyUd74 {
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-u9epQyUd74 .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-u9epQyUd74 .sc__title {
  color: #a28870;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-u9epQyUd74 .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-u9qasXlT0E {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u9qasXlT0E .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u9qasXlT0E .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u9qasXlT0E .col-auto {
    margin: auto;
  }
}
.cid-u9qasXlT0E textarea {
  min-height: 200px;
}
.cid-u9qasXlT0E .form-control,
.cid-u9qasXlT0E .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u9qasXlT0E .form-control::-webkit-input-placeholder,
.cid-u9qasXlT0E .field-input::-webkit-input-placeholder,
.cid-u9qasXlT0E .form-control::-webkit-input-placeholder,
.cid-u9qasXlT0E .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u9qasXlT0E .form-control:-moz-placeholder,
.cid-u9qasXlT0E .field-input:-moz-placeholder,
.cid-u9qasXlT0E .form-control:-moz-placeholder,
.cid-u9qasXlT0E .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u9qasXlT0E .form-control:hover,
.cid-u9qasXlT0E .field-input:hover,
.cid-u9qasXlT0E .form-control:focus,
.cid-u9qasXlT0E .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u9qasXlT0E .form-control:hover::-webkit-input-placeholder,
.cid-u9qasXlT0E .field-input:hover::-webkit-input-placeholder,
.cid-u9qasXlT0E .form-control:focus::-webkit-input-placeholder,
.cid-u9qasXlT0E .field-input:focus::-webkit-input-placeholder,
.cid-u9qasXlT0E .form-control:hover::-webkit-input-placeholder,
.cid-u9qasXlT0E .field-input:hover::-webkit-input-placeholder,
.cid-u9qasXlT0E .form-control:focus::-webkit-input-placeholder,
.cid-u9qasXlT0E .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u9qasXlT0E .form-control:hover:-moz-placeholder,
.cid-u9qasXlT0E .field-input:hover:-moz-placeholder,
.cid-u9qasXlT0E .form-control:focus:-moz-placeholder,
.cid-u9qasXlT0E .field-input:focus:-moz-placeholder,
.cid-u9qasXlT0E .form-control:hover:-moz-placeholder,
.cid-u9qasXlT0E .field-input:hover:-moz-placeholder,
.cid-u9qasXlT0E .form-control:focus:-moz-placeholder,
.cid-u9qasXlT0E .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u9qasXlT0E .jq-number__spin:hover,
.cid-u9qasXlT0E .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u9qasXlT0E .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u9qasXlT0E .jq-selectbox li,
.cid-u9qasXlT0E .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u9qasXlT0E .jq-selectbox li:hover,
.cid-u9qasXlT0E .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u9qasXlT0E .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u9qasXlT0E .jq-number__spin.minus:hover:after,
.cid-u9qasXlT0E .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u9qasXlT0E .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u9qasXlT0E .jq-number__spin.minus:after,
.cid-u9qasXlT0E .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u9qasXlT0E input::-webkit-clear-button {
  display: none;
}
.cid-u9qasXlT0E input::-webkit-inner-spin-button {
  display: none;
}
.cid-u9qasXlT0E input::-webkit-outer-spin-button {
  display: none;
}
.cid-u9qasXlT0E input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u9qasXlT0E H4 {
  color: #36187d;
}
.cid-u9qasXlT0E .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u9qasXlT0E P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u9qasXlT0E .form-row {
    flex-direction: column;
  }
}
.cid-u9qavuLAw9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u9qavuLAw9 .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u9qavuLAw9 .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u9qavuLAw9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9qavuLAw9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u9qavuLAw9 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u9qavuLAw9 .container {
    padding: 0 22px;
  }
}
.cid-u9qavuLAw9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u9qavuLAw9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u9qavuLAw9 .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u9qavuLAw9 .embla__slide .slide-content {
    display: block;
  }
}
.cid-u9qavuLAw9 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9qavuLAw9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u9qavuLAw9 .embla__button--next,
.cid-u9qavuLAw9 .embla__button--prev {
  display: flex;
}
.cid-u9qavuLAw9 .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u9qavuLAw9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u9qavuLAw9 .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u9qavuLAw9 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u9qavuLAw9 .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u9qavuLAw9 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u9qavuLAw9 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u9qavuLAw9 .embla {
  position: relative;
  width: 100%;
}
.cid-u9qavuLAw9 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u9qavuLAw9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u9qavuLAw9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u9qavuLAw9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u9qavuLAw9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9qayWbxFI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9qayWbxFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9qayWbxFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9qayWbxFI .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9qayWbxFI .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9qayWbxFI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9qayWbxFI .container {
    padding: 0 20px;
  }
}
.cid-u9qayWbxFI .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9qayWbxFI .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-u9qayWbxFI .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u9qayWbxFI .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-u9qayWbxFI .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9qayWbxFI .image-wrapper .image_2 {
    display: none;
  }
}
.cid-u9qayWbxFI .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9qayWbxFI .image-wrapper .image_3 {
    display: none;
  }
}
.cid-u9qayWbxFI .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-u9qayWbxFI .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-u9qayWbxFI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u9qayWbxFI .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u9qayWbxFI .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u9qayWbxFI .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u9qayWbxFI .mbr-section-title {
  color: #000000;
}
.cid-u9qayWbxFI .mbr-text {
  color: #6a6e71;
}
.cid-u9rDquZNTz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-u9rDquZNTz .fb-page,
.cid-u9rDquZNTz span,
.cid-u9rDquZNTz iframe {
  width: 500px;
  height: 320px;
}
.cid-u9rDquZNTz blockquote {
  display: none;
}
.cid-u9rDquZNTz .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-u9epxVdefx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u9epxVdefx .twitter-wrapper,
.cid-u9epxVdefx iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u9epxVdefx a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJXEeQmvtQ {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJXEeQmvtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXEeQmvtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXEeQmvtQ .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXEeQmvtQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXEeQmvtQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXEeQmvtQ .container {
    padding: 0 20px;
  }
}
.cid-uJXEeQmvtQ .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJXEeQmvtQ .title-wrapper {
    padding: 0;
  }
}
.cid-uJXEeQmvtQ .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXEeQmvtQ .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJXEeQmvtQ .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJXEeQmvtQ .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJXEeQmvtQ .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXEeQmvtQ .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJXEeQmvtQ .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJXEeQmvtQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJXEeQmvtQ .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJXEeQmvtQ .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJXEeQmvtQ .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXEeQmvtQ .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJXEeQmvtQ .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJXEeQmvtQ .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJXEeQmvtQ .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJXEeQmvtQ .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJXEeQmvtQ .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJXEeQmvtQ .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJXEeQmvtQ .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJXEeQmvtQ .mbr-section-title {
  color: #ffffff;
}
.cid-uJXEeQmvtQ .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJXEeQmvtQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJXEeQmvtQ .mbr-section-title,
.cid-uJXEeQmvtQ .mbr-section-btn,
.cid-uJXEeQmvtQ .logo-wrap {
  text-align: center;
}
.cid-u8wNcc4rIz {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u8wNcc4rIz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u8wNcc4rIz .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u8wNcc4rIz .col-auto {
    margin: auto;
  }
}
.cid-u8wNcc4rIz textarea {
  min-height: 200px;
}
.cid-u8wNcc4rIz .form-control,
.cid-u8wNcc4rIz .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u8wNcc4rIz .form-control::-webkit-input-placeholder,
.cid-u8wNcc4rIz .field-input::-webkit-input-placeholder,
.cid-u8wNcc4rIz .form-control::-webkit-input-placeholder,
.cid-u8wNcc4rIz .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u8wNcc4rIz .form-control:-moz-placeholder,
.cid-u8wNcc4rIz .field-input:-moz-placeholder,
.cid-u8wNcc4rIz .form-control:-moz-placeholder,
.cid-u8wNcc4rIz .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u8wNcc4rIz .form-control:hover,
.cid-u8wNcc4rIz .field-input:hover,
.cid-u8wNcc4rIz .form-control:focus,
.cid-u8wNcc4rIz .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u8wNcc4rIz .form-control:hover::-webkit-input-placeholder,
.cid-u8wNcc4rIz .field-input:hover::-webkit-input-placeholder,
.cid-u8wNcc4rIz .form-control:focus::-webkit-input-placeholder,
.cid-u8wNcc4rIz .field-input:focus::-webkit-input-placeholder,
.cid-u8wNcc4rIz .form-control:hover::-webkit-input-placeholder,
.cid-u8wNcc4rIz .field-input:hover::-webkit-input-placeholder,
.cid-u8wNcc4rIz .form-control:focus::-webkit-input-placeholder,
.cid-u8wNcc4rIz .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u8wNcc4rIz .form-control:hover:-moz-placeholder,
.cid-u8wNcc4rIz .field-input:hover:-moz-placeholder,
.cid-u8wNcc4rIz .form-control:focus:-moz-placeholder,
.cid-u8wNcc4rIz .field-input:focus:-moz-placeholder,
.cid-u8wNcc4rIz .form-control:hover:-moz-placeholder,
.cid-u8wNcc4rIz .field-input:hover:-moz-placeholder,
.cid-u8wNcc4rIz .form-control:focus:-moz-placeholder,
.cid-u8wNcc4rIz .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u8wNcc4rIz .jq-number__spin:hover,
.cid-u8wNcc4rIz .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u8wNcc4rIz .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u8wNcc4rIz .jq-selectbox li,
.cid-u8wNcc4rIz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u8wNcc4rIz .jq-selectbox li:hover,
.cid-u8wNcc4rIz .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u8wNcc4rIz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u8wNcc4rIz .jq-number__spin.minus:hover:after,
.cid-u8wNcc4rIz .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u8wNcc4rIz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u8wNcc4rIz .jq-number__spin.minus:after,
.cid-u8wNcc4rIz .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u8wNcc4rIz input::-webkit-clear-button {
  display: none;
}
.cid-u8wNcc4rIz input::-webkit-inner-spin-button {
  display: none;
}
.cid-u8wNcc4rIz input::-webkit-outer-spin-button {
  display: none;
}
.cid-u8wNcc4rIz input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u8wNcc4rIz H4 {
  color: #36187d;
}
.cid-u8wNcc4rIz .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u8wNcc4rIz P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u8wNcc4rIz .form-row {
    flex-direction: column;
  }
}
.cid-u8wN62jd2C {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u8wN62jd2C .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-u8wN62jd2C .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u8wN62jd2C .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8wN62jd2C .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u8wN62jd2C .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u8wN62jd2C .container {
    padding: 0 22px;
  }
}
.cid-u8wN62jd2C .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u8wN62jd2C .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u8wN62jd2C .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u8wN62jd2C .embla__slide .slide-content {
    display: block;
  }
}
.cid-u8wN62jd2C .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8wN62jd2C .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u8wN62jd2C .embla__button--next,
.cid-u8wN62jd2C .embla__button--prev {
  display: flex;
}
.cid-u8wN62jd2C .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u8wN62jd2C .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u8wN62jd2C .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u8wN62jd2C .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u8wN62jd2C .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u8wN62jd2C .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u8wN62jd2C .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u8wN62jd2C .embla {
  position: relative;
  width: 100%;
}
.cid-u8wN62jd2C .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u8wN62jd2C .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u8wN62jd2C .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u8wN62jd2C .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u8wN62jd2C .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9b94RToJA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u9b94RToJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b94RToJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b94RToJA .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-u9b94RToJA .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u9b94RToJA .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u9b94RToJA .mbr-section-title {
  color: #e3ebf3;
}
.cid-u9b94RToJA .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u9b94RToJA .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u9b94RToJA .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u9b94RToJA .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/screen-shot-2024-03-12-at-4.08.12-pm-1316x674.webp");
}
@media (max-width: 1399px) {
  .cid-u9b94RToJA .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u9b94RToJA .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u9b94RToJA .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-u9b94RToJA .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-u9b94RToJA .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u9b94RToJA .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-u9b94RToJA .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-u9b92cZ6kb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-u9b92cZ6kb .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 65px;
}
.cid-u9b92cZ6kb .mbr-text {
  margin: 25px 0 65px;
  text-align: left;
}
.cid-u9b92cZ6kb .form-group {
  margin-bottom: 0;
}
.cid-u9b92cZ6kb .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-u9b92cZ6kb .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u9b92cZ6kb .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u9b92cZ6kb .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u9b92cZ6kb .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-u9b92cZ6kb .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-u9b92cZ6kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b92cZ6kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b8ZjPkE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9b8ZjPkE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b8ZjPkE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b8ZjPkE8 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9b8ZjPkE8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9b8ZjPkE8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9b8ZjPkE8 .container {
    padding: 0 20px;
  }
}
.cid-u9b8ZjPkE8 .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9b8ZjPkE8 .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-u9b8ZjPkE8 .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u9b8ZjPkE8 .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-u9b8ZjPkE8 .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9b8ZjPkE8 .image-wrapper .image_2 {
    display: none;
  }
}
.cid-u9b8ZjPkE8 .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9b8ZjPkE8 .image-wrapper .image_3 {
    display: none;
  }
}
.cid-u9b8ZjPkE8 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-u9b8ZjPkE8 .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-u9b8ZjPkE8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u9b8ZjPkE8 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u9b8ZjPkE8 .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u9b8ZjPkE8 .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u9b8ZjPkE8 .mbr-section-title {
  color: #000000;
}
.cid-u9b8ZjPkE8 .mbr-text {
  color: #6a6e71;
}
.cid-uJXFvVxZcy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-uJXFvVxZcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXFvVxZcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXFvVxZcy .row {
  justify-content: center;
}
.cid-uJXFvVxZcy .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uJXFvVxZcy .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 250px;
  object-fit: cover;
}
.cid-uJXFvVxZcy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJXFvVxZcy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJXFvVxZcy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJXFvVxZcy .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uJXFvVxZcy .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uJXFvVxZcy .mbr-section-title {
  color: #ffffff;
}
.cid-uJXFvVxZcy .mbr-text,
.cid-uJXFvVxZcy .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJXFvVxZcy .mbr-section-title,
.cid-uJXFvVxZcy .mbr-section-btn,
.cid-uJXFvVxZcy .logo-wrapper {
  text-align: center;
}
.cid-u8wNo1l9XY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u8wNo1l9XY .twitter-wrapper,
.cid-u8wNo1l9XY iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u8wNo1l9XY a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJXCS4cq7E {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJXCS4cq7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXCS4cq7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXCS4cq7E .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJXCS4cq7E .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJXCS4cq7E .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJXCS4cq7E .container {
    padding: 0 20px;
  }
}
.cid-uJXCS4cq7E .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJXCS4cq7E .title-wrapper {
    padding: 0;
  }
}
.cid-uJXCS4cq7E .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXCS4cq7E .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJXCS4cq7E .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJXCS4cq7E .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJXCS4cq7E .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJXCS4cq7E .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJXCS4cq7E .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJXCS4cq7E .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJXCS4cq7E .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJXCS4cq7E .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJXCS4cq7E .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJXCS4cq7E .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJXCS4cq7E .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJXCS4cq7E .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJXCS4cq7E .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJXCS4cq7E .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJXCS4cq7E .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJXCS4cq7E .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJXCS4cq7E .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJXCS4cq7E .mbr-section-title {
  color: #ffffff;
}
.cid-uJXCS4cq7E .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJXCS4cq7E .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJXCS4cq7E .mbr-section-title,
.cid-uJXCS4cq7E .mbr-section-btn,
.cid-uJXCS4cq7E .logo-wrap {
  text-align: center;
}
.cid-u98oF8KpLu {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u98oF8KpLu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u98oF8KpLu .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u98oF8KpLu .col-auto {
    margin: auto;
  }
}
.cid-u98oF8KpLu textarea {
  min-height: 200px;
}
.cid-u98oF8KpLu .form-control,
.cid-u98oF8KpLu .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u98oF8KpLu .form-control::-webkit-input-placeholder,
.cid-u98oF8KpLu .field-input::-webkit-input-placeholder,
.cid-u98oF8KpLu .form-control::-webkit-input-placeholder,
.cid-u98oF8KpLu .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u98oF8KpLu .form-control:-moz-placeholder,
.cid-u98oF8KpLu .field-input:-moz-placeholder,
.cid-u98oF8KpLu .form-control:-moz-placeholder,
.cid-u98oF8KpLu .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u98oF8KpLu .form-control:hover,
.cid-u98oF8KpLu .field-input:hover,
.cid-u98oF8KpLu .form-control:focus,
.cid-u98oF8KpLu .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u98oF8KpLu .form-control:hover::-webkit-input-placeholder,
.cid-u98oF8KpLu .field-input:hover::-webkit-input-placeholder,
.cid-u98oF8KpLu .form-control:focus::-webkit-input-placeholder,
.cid-u98oF8KpLu .field-input:focus::-webkit-input-placeholder,
.cid-u98oF8KpLu .form-control:hover::-webkit-input-placeholder,
.cid-u98oF8KpLu .field-input:hover::-webkit-input-placeholder,
.cid-u98oF8KpLu .form-control:focus::-webkit-input-placeholder,
.cid-u98oF8KpLu .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u98oF8KpLu .form-control:hover:-moz-placeholder,
.cid-u98oF8KpLu .field-input:hover:-moz-placeholder,
.cid-u98oF8KpLu .form-control:focus:-moz-placeholder,
.cid-u98oF8KpLu .field-input:focus:-moz-placeholder,
.cid-u98oF8KpLu .form-control:hover:-moz-placeholder,
.cid-u98oF8KpLu .field-input:hover:-moz-placeholder,
.cid-u98oF8KpLu .form-control:focus:-moz-placeholder,
.cid-u98oF8KpLu .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u98oF8KpLu .jq-number__spin:hover,
.cid-u98oF8KpLu .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u98oF8KpLu .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u98oF8KpLu .jq-selectbox li,
.cid-u98oF8KpLu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u98oF8KpLu .jq-selectbox li:hover,
.cid-u98oF8KpLu .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u98oF8KpLu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u98oF8KpLu .jq-number__spin.minus:hover:after,
.cid-u98oF8KpLu .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u98oF8KpLu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u98oF8KpLu .jq-number__spin.minus:after,
.cid-u98oF8KpLu .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u98oF8KpLu input::-webkit-clear-button {
  display: none;
}
.cid-u98oF8KpLu input::-webkit-inner-spin-button {
  display: none;
}
.cid-u98oF8KpLu input::-webkit-outer-spin-button {
  display: none;
}
.cid-u98oF8KpLu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u98oF8KpLu H4 {
  color: #36187d;
}
.cid-u98oF8KpLu .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u98oF8KpLu P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u98oF8KpLu .form-row {
    flex-direction: column;
  }
}
.cid-uJXDIDPHq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-uJXDIDPHq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXDIDPHq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXDIDPHq5 .row {
  justify-content: center;
}
.cid-uJXDIDPHq5 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uJXDIDPHq5 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 250px;
  object-fit: cover;
}
.cid-uJXDIDPHq5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJXDIDPHq5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJXDIDPHq5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJXDIDPHq5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uJXDIDPHq5 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uJXDIDPHq5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJXDIDPHq5 .mbr-text,
.cid-uJXDIDPHq5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJXDIDPHq5 .mbr-section-title,
.cid-uJXDIDPHq5 .mbr-section-btn,
.cid-uJXDIDPHq5 .logo-wrapper {
  text-align: center;
}
.cid-u98oQ2kj06 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u98oQ2kj06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u98oQ2kj06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u98oQ2kj06 .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-u98oQ2kj06 .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u98oQ2kj06 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u98oQ2kj06 .mbr-section-title {
  color: #e3ebf3;
}
.cid-u98oQ2kj06 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u98oQ2kj06 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u98oQ2kj06 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u98oQ2kj06 .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/screen-shot-2024-03-12-at-4.08.12-pm-1316x674.webp");
}
@media (max-width: 1399px) {
  .cid-u98oQ2kj06 .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u98oQ2kj06 .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u98oQ2kj06 .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-u98oQ2kj06 .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-u98oQ2kj06 .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u98oQ2kj06 .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-u98oQ2kj06 .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-u98p4KiQ6T {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-u98p4KiQ6T .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 65px;
}
.cid-u98p4KiQ6T .mbr-text {
  margin: 25px 0 65px;
  text-align: left;
}
.cid-u98p4KiQ6T .form-group {
  margin-bottom: 0;
}
.cid-u98p4KiQ6T .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-u98p4KiQ6T .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u98p4KiQ6T .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u98p4KiQ6T .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u98p4KiQ6T .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-u98p4KiQ6T .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-u98p4KiQ6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u98p4KiQ6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b5fp4E2H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-u9b5fp4E2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9b5fp4E2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9b5fp4E2H .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9b5fp4E2H .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9b5fp4E2H .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9b5fp4E2H .container {
    padding: 0 20px;
  }
}
.cid-u9b5fp4E2H .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9b5fp4E2H .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-u9b5fp4E2H .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u9b5fp4E2H .image-wrapper .image_1 {
    height: 300px;
  }
}
.cid-u9b5fp4E2H .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9b5fp4E2H .image-wrapper .image_2 {
    display: none;
  }
}
.cid-u9b5fp4E2H .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9b5fp4E2H .image-wrapper .image_3 {
    display: none;
  }
}
.cid-u9b5fp4E2H .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-u9b5fp4E2H .title-wrapper .title-wrap {
  padding-left: 42px;
}
.cid-u9b5fp4E2H .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u9b5fp4E2H .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-u9b5fp4E2H .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-u9b5fp4E2H .title-wrapper .title-wrap .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-u9b5fp4E2H .mbr-section-title {
  color: #000000;
}
.cid-u9b5fp4E2H .mbr-text {
  color: #6a6e71;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: relative !important;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  position: absolute !important;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-u9tq9yTwYz .dropdown-item:hover,
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-u9tq9yTwYz .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-u9tq9yTwYz .container {
  display: flex;
  margin: auto;
}
.cid-u9tq9yTwYz .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-u9tq9yTwYz .dropdown-menu,
.cid-u9tq9yTwYz .navbar.opened {
  background: #000000 !important;
}
.cid-u9tq9yTwYz .nav-item:focus,
.cid-u9tq9yTwYz .nav-link:focus {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-u9tq9yTwYz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9tq9yTwYz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9tq9yTwYz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9tq9yTwYz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-u9tq9yTwYz .navbar.opened {
  transition: all 0.3s;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9tq9yTwYz .navbar .navbar-logo img {
  width: auto;
}
.cid-u9tq9yTwYz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar.collapsed {
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9tq9yTwYz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9tq9yTwYz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9tq9yTwYz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9tq9yTwYz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9tq9yTwYz .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-u9tq9yTwYz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9tq9yTwYz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9tq9yTwYz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9tq9yTwYz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9tq9yTwYz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9tq9yTwYz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9tq9yTwYz .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9tq9yTwYz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9tq9yTwYz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9tq9yTwYz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9tq9yTwYz .dropdown-item.active,
.cid-u9tq9yTwYz .dropdown-item:active {
  background-color: transparent;
}
.cid-u9tq9yTwYz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9tq9yTwYz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u9tq9yTwYz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9tq9yTwYz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-u9tq9yTwYz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9tq9yTwYz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9tq9yTwYz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9tq9yTwYz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9tq9yTwYz .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-u9tq9yTwYz a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-u9tq9yTwYz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9tq9yTwYz .navbar {
    height: 70px;
  }
  .cid-u9tq9yTwYz .navbar.opened {
    height: auto;
  }
  .cid-u9tq9yTwYz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9tq9yTwYz a {
  display: inline;
}
.cid-u9tq9yTwYz img {
  display: inline;
  padding-right: 10px;
}
.cid-u9tq9yTwYz .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-u9tq9yTwYz .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-u9tq9yTwYz .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-u9tq9yTwYz .dropdown-menu {
    margin-top: 0px;
  }
  .cid-u9tq9yTwYz .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-u9tq9yTwYz .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-u9tq9yTwYz .nav-item {
  margin-right: 32px;
}
.cid-u9tq9yTwYz .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-u9tq9yTwYz ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-u9tq9yTwYz .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-u9tq9yTwYz .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-u9tq9yTwYz .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-u9tq9yTwYz .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-u9tq9yTwYz .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-u9tq9yTwYz .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-u9tq9yTwYz .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-u9tq9yTwYz .top {
    margin-top: 25px;
  }
}
.cid-u9tq9yTwYz .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-u9tq9yTwYz .container,
  .cid-u9tq9yTwYz .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-u9tq9yTwYz li:last-child {
  margin-right: 0;
}
.cid-u9tq9yTwYz ul.navbar-nav {
  padding-left: 0;
}
.cid-u9tq9yTwYz .container,
.cid-u9tq9yTwYz .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-u9tq9yTwYz ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-u9tq9yTwYz .icons-menu {
    min-width: initial !important;
  }
  .cid-u9tq9yTwYz a.btn {
    margin-top: 10px;
  }
}
.cid-u9tq9yTwYz a.btn > span {
  margin-left: 0.5rem;
}
.cid-u9tq9yTwYz a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-u9tq9yTwYz a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-u9tq9yTwYz a.nav-link:hover {
  color: #ffffff !important;
}
.cid-u9tq9yTwYz .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-u9tq9yTwYz a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-u9tq9yTwYz .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-u9tq9yTwYz .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJ9gOaj0DG {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJ9gOaj0DG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9gOaj0DG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9gOaj0DG .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJ9gOaj0DG .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ9gOaj0DG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJ9gOaj0DG .container {
    padding: 0 20px;
  }
}
.cid-uJ9gOaj0DG .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJ9gOaj0DG .title-wrapper {
    padding: 0;
  }
}
.cid-uJ9gOaj0DG .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJ9gOaj0DG .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJ9gOaj0DG .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJ9gOaj0DG .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJ9gOaj0DG .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJ9gOaj0DG .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJ9gOaj0DG .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJ9gOaj0DG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJ9gOaj0DG .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJ9gOaj0DG .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJ9gOaj0DG .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ9gOaj0DG .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJ9gOaj0DG .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJ9gOaj0DG .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJ9gOaj0DG .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJ9gOaj0DG .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJ9gOaj0DG .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJ9gOaj0DG .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJ9gOaj0DG .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJ9gOaj0DG .mbr-section-title {
  color: #ffffff;
}
.cid-uJ9gOaj0DG .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJ9gOaj0DG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9gOaj0DG .mbr-section-title,
.cid-uJ9gOaj0DG .mbr-section-btn,
.cid-uJ9gOaj0DG .logo-wrap {
  text-align: center;
}
.cid-u7GCsIAeXy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-u7GCsIAeXy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u7GCsIAeXy .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u7GCsIAeXy .col-auto {
    margin: auto;
  }
}
.cid-u7GCsIAeXy textarea {
  min-height: 200px;
}
.cid-u7GCsIAeXy .form-control,
.cid-u7GCsIAeXy .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u7GCsIAeXy .form-control::-webkit-input-placeholder,
.cid-u7GCsIAeXy .field-input::-webkit-input-placeholder,
.cid-u7GCsIAeXy .form-control::-webkit-input-placeholder,
.cid-u7GCsIAeXy .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-u7GCsIAeXy .form-control:-moz-placeholder,
.cid-u7GCsIAeXy .field-input:-moz-placeholder,
.cid-u7GCsIAeXy .form-control:-moz-placeholder,
.cid-u7GCsIAeXy .field-input:-moz-placeholder {
  color: #000000;
}
.cid-u7GCsIAeXy .form-control:hover,
.cid-u7GCsIAeXy .field-input:hover,
.cid-u7GCsIAeXy .form-control:focus,
.cid-u7GCsIAeXy .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u7GCsIAeXy .form-control:hover::-webkit-input-placeholder,
.cid-u7GCsIAeXy .field-input:hover::-webkit-input-placeholder,
.cid-u7GCsIAeXy .form-control:focus::-webkit-input-placeholder,
.cid-u7GCsIAeXy .field-input:focus::-webkit-input-placeholder,
.cid-u7GCsIAeXy .form-control:hover::-webkit-input-placeholder,
.cid-u7GCsIAeXy .field-input:hover::-webkit-input-placeholder,
.cid-u7GCsIAeXy .form-control:focus::-webkit-input-placeholder,
.cid-u7GCsIAeXy .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-u7GCsIAeXy .form-control:hover:-moz-placeholder,
.cid-u7GCsIAeXy .field-input:hover:-moz-placeholder,
.cid-u7GCsIAeXy .form-control:focus:-moz-placeholder,
.cid-u7GCsIAeXy .field-input:focus:-moz-placeholder,
.cid-u7GCsIAeXy .form-control:hover:-moz-placeholder,
.cid-u7GCsIAeXy .field-input:hover:-moz-placeholder,
.cid-u7GCsIAeXy .form-control:focus:-moz-placeholder,
.cid-u7GCsIAeXy .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-u7GCsIAeXy .jq-number__spin:hover,
.cid-u7GCsIAeXy .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u7GCsIAeXy .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u7GCsIAeXy .jq-selectbox li,
.cid-u7GCsIAeXy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-u7GCsIAeXy .jq-selectbox li:hover,
.cid-u7GCsIAeXy .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-u7GCsIAeXy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u7GCsIAeXy .jq-number__spin.minus:hover:after,
.cid-u7GCsIAeXy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-u7GCsIAeXy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u7GCsIAeXy .jq-number__spin.minus:after,
.cid-u7GCsIAeXy .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-u7GCsIAeXy input::-webkit-clear-button {
  display: none;
}
.cid-u7GCsIAeXy input::-webkit-inner-spin-button {
  display: none;
}
.cid-u7GCsIAeXy input::-webkit-outer-spin-button {
  display: none;
}
.cid-u7GCsIAeXy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u7GCsIAeXy H4 {
  color: #36187d;
}
.cid-u7GCsIAeXy .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-u7GCsIAeXy P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-u7GCsIAeXy .form-row {
    flex-direction: column;
  }
}
.cid-uJ9oyPQW7Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uJ9oyPQW7Y .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uJ9oyPQW7Y .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uJ9oyPQW7Y .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ9oyPQW7Y .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJ9oyPQW7Y .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9oyPQW7Y .container {
    padding: 0 22px;
  }
}
.cid-uJ9oyPQW7Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uJ9oyPQW7Y .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJ9oyPQW7Y .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJ9oyPQW7Y .embla__slide .slide-content {
    display: block;
  }
}
.cid-uJ9oyPQW7Y .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9oyPQW7Y .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uJ9oyPQW7Y .embla__button--next,
.cid-uJ9oyPQW7Y .embla__button--prev {
  display: flex;
}
.cid-uJ9oyPQW7Y .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJ9oyPQW7Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJ9oyPQW7Y .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uJ9oyPQW7Y .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJ9oyPQW7Y .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uJ9oyPQW7Y .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJ9oyPQW7Y .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uJ9oyPQW7Y .embla {
  position: relative;
  width: 100%;
}
.cid-uJ9oyPQW7Y .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJ9oyPQW7Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJ9oyPQW7Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJ9oyPQW7Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJ9oyPQW7Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uferRsgdAM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-uferRsgdAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uferRsgdAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uferRsgdAM .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uferRsgdAM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uferRsgdAM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uferRsgdAM .container {
    padding: 0 20px;
  }
}
.cid-uferRsgdAM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uferRsgdAM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uferRsgdAM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uferRsgdAM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uferRsgdAM .countdown-cont {
  margin-bottom: 45px;
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-uferRsgdAM .countdown-cont {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-uferRsgdAM .number-wrap {
  color: #a28870;
  text-align: center;
  position: relative;
}
.cid-uferRsgdAM .number {
  color: #a28870;
}
.cid-uferRsgdAM .period {
  display: block;
  font-size: 16px;
  font-family: "Syne", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.cid-uferRsgdAM .dot {
  position: absolute;
  top: 20%;
  right: -20px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .cid-uferRsgdAM .period {
    font-size: 0.8rem;
  }
}
.cid-uferRsgdAM .mbr-section-title {
  color: #ffffff;
}
.cid-uferRsgdAM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uferRsgdAM .mbr-section-title,
.cid-uferRsgdAM .mbr-section-btn {
  text-align: center;
}
.cid-uY7ewKgjjR {
  background-color: #000000;
  overflow: hidden;
}
.cid-uY7ewKgjjR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7ewKgjjR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY7ewKgjjR .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-uY7ewKgjjR .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uY7ewKgjjR .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uY7ewKgjjR .container {
    padding: 0 22px;
  }
}
.cid-uY7ewKgjjR .row {
  justify-content: space-between;
}
.cid-uY7ewKgjjR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs {
  display: inline-block;
  width: fit-content;
  border: none;
}
@media (max-width: 992px) {
  .cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs {
    display: block;
    width: 100%;
  }
}
.cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 80px 15px 20px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 15px 0;
  }
}
.cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 40px;
}
@media (max-width: 1200px) {
  .cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link .card-number {
    margin-right: 16px;
  }
}
.cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  transform: rotate(45deg);
  margin-left: 30px;
  color: #a28870;
  opacity: 0;
}
@media (max-width: 1200px) {
  .cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link .icon-wrapper .mbr-iconfont {
    margin-left: 16px;
  }
}
.cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item:hover .icon-wrapper .mbr-iconfont {
  opacity: 1;
}
.cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #a28870;
  border-bottom: 1px solid #a28870;
}
.cid-uY7ewKgjjR .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .card-number {
  -webkit-text-stroke-color: #a28870;
}
.cid-uY7ewKgjjR .content-wrapper {
  padding-top: 40px;
}
.cid-uY7ewKgjjR .content-wrapper .card-text {
  margin-bottom: 32px;
}
.cid-uY7ewKgjjR .content-wrapper .image-wrapper img {
  height: 645px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uY7ewKgjjR .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uY7ewKgjjR .mbr-section-title {
  color: #ffffff;
}
.cid-uY7ewKgjjR .card-text {
  color: #ffffff;
}
.cid-u9tqlnnJIr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-u9tqlnnJIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9tqlnnJIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9tqlnnJIr .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u9tqlnnJIr .container-fluid {
    padding: 0 20px;
  }
}
.cid-u9tqlnnJIr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9tqlnnJIr .container {
    padding: 0 20px;
  }
}
.cid-u9tqlnnJIr .row {
  justify-content: center;
}
.cid-u9tqlnnJIr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u9tqlnnJIr .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9tqlnnJIr .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-u9tqlnnJIr .item {
    margin-bottom: 20px;
  }
}
.cid-u9tqlnnJIr .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-u9tqlnnJIr .item a .item-wrapper {
  overflow: visible;
}
.cid-u9tqlnnJIr .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-u9tqlnnJIr .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-u9tqlnnJIr .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-u9tqlnnJIr .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-u9tqlnnJIr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9tqlnnJIr .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-u7GCsKZMMH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-u7GCsKZMMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GCsKZMMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GCsKZMMH .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-u7GCsKZMMH .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-u7GCsKZMMH .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-u7GCsKZMMH .mbr-section-title {
  color: #e3ebf3;
}
.cid-u7GCsKZMMH .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-u7GCsKZMMH .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-u7GCsKZMMH .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-u7GCsKZMMH .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/screen-shot-2024-03-12-at-4.08.12-pm-1316x674.webp");
}
@media (max-width: 1399px) {
  .cid-u7GCsKZMMH .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-u7GCsKZMMH .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-u7GCsKZMMH .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-u7GCsKZMMH .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-u7GCsKZMMH .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-u7GCsKZMMH .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-u7GCsKZMMH .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-u7GCsMqzmk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.webp");
}
.cid-u7GCsMqzmk .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 65px;
}
.cid-u7GCsMqzmk .mbr-text {
  margin: 25px 0 65px;
}
.cid-u7GCsMqzmk .form-group {
  margin-bottom: 0;
}
.cid-u7GCsMqzmk .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-u7GCsMqzmk .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-u7GCsMqzmk .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u7GCsMqzmk .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-u7GCsMqzmk .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-u7GCsMqzmk .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-u7GCsMqzmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7GCsMqzmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7GCsNrTcn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u7GCsNrTcn .twitter-wrapper,
.cid-u7GCsNrTcn iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-u7GCsNrTcn a.twitter-timeline {
  display: none;
}
.cid-u8tpDyDHBY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-u8tpDyDHBY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8tpDyDHBY img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .col-lg-3 {
    text-align: center;
  }
}
.cid-u8tpDyDHBY .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-u8tpDyDHBY .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-u8tpDyDHBY .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-u8tpDyDHBY .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u8tpDyDHBY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8tpDyDHBY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8tpDyDHBY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8tpDyDHBY .foot-menu-item {
  color: #bbbbbb;
}
.cid-u8tpDyDHBY .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-u8tpDyDHBY .media-container-row .mbr-text {
  text-align: left;
}
.cid-ufa30MUVkr .navbar-dropdown {
  position: relative !important;
}
.cid-ufa30MUVkr .navbar-dropdown {
  position: absolute !important;
}
.cid-ufa30MUVkr .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-ufa30MUVkr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-ufa30MUVkr .dropdown-item:hover,
.cid-ufa30MUVkr .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-ufa30MUVkr .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-ufa30MUVkr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-ufa30MUVkr .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-ufa30MUVkr .container {
  display: flex;
  margin: auto;
}
.cid-ufa30MUVkr .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-ufa30MUVkr .dropdown-menu,
.cid-ufa30MUVkr .navbar.opened {
  background: #000000 !important;
}
.cid-ufa30MUVkr .nav-item:focus,
.cid-ufa30MUVkr .nav-link:focus {
  outline: none;
}
.cid-ufa30MUVkr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufa30MUVkr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufa30MUVkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-ufa30MUVkr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufa30MUVkr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufa30MUVkr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufa30MUVkr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-ufa30MUVkr .navbar.opened {
  transition: all 0.3s;
}
.cid-ufa30MUVkr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufa30MUVkr .navbar .navbar-logo img {
  width: auto;
}
.cid-ufa30MUVkr .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ufa30MUVkr .navbar.collapsed {
  justify-content: center;
}
.cid-ufa30MUVkr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufa30MUVkr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufa30MUVkr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ufa30MUVkr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufa30MUVkr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufa30MUVkr .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-ufa30MUVkr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufa30MUVkr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufa30MUVkr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufa30MUVkr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufa30MUVkr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufa30MUVkr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufa30MUVkr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufa30MUVkr .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-ufa30MUVkr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufa30MUVkr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufa30MUVkr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufa30MUVkr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufa30MUVkr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufa30MUVkr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufa30MUVkr .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufa30MUVkr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufa30MUVkr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufa30MUVkr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufa30MUVkr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufa30MUVkr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufa30MUVkr .dropdown-item.active,
.cid-ufa30MUVkr .dropdown-item:active {
  background-color: transparent;
}
.cid-ufa30MUVkr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufa30MUVkr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufa30MUVkr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufa30MUVkr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ufa30MUVkr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufa30MUVkr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufa30MUVkr ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-ufa30MUVkr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufa30MUVkr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufa30MUVkr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ufa30MUVkr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufa30MUVkr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufa30MUVkr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufa30MUVkr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufa30MUVkr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufa30MUVkr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufa30MUVkr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufa30MUVkr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufa30MUVkr .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-ufa30MUVkr a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-ufa30MUVkr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufa30MUVkr .navbar {
    height: 70px;
  }
  .cid-ufa30MUVkr .navbar.opened {
    height: auto;
  }
  .cid-ufa30MUVkr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufa30MUVkr a {
  display: inline;
}
.cid-ufa30MUVkr img {
  display: inline;
  padding-right: 10px;
}
.cid-ufa30MUVkr .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-ufa30MUVkr .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-ufa30MUVkr .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-ufa30MUVkr .dropdown-menu {
    margin-top: 0px;
  }
  .cid-ufa30MUVkr .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-ufa30MUVkr .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-ufa30MUVkr .nav-item {
  margin-right: 32px;
}
.cid-ufa30MUVkr .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-ufa30MUVkr ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-ufa30MUVkr .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-ufa30MUVkr .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-ufa30MUVkr .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-ufa30MUVkr .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-ufa30MUVkr .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-ufa30MUVkr .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-ufa30MUVkr .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-ufa30MUVkr .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-ufa30MUVkr .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-ufa30MUVkr .top {
    margin-top: 25px;
  }
}
.cid-ufa30MUVkr .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-ufa30MUVkr .container,
  .cid-ufa30MUVkr .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-ufa30MUVkr li:last-child {
  margin-right: 0;
}
.cid-ufa30MUVkr ul.navbar-nav {
  padding-left: 0;
}
.cid-ufa30MUVkr .container,
.cid-ufa30MUVkr .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-ufa30MUVkr ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-ufa30MUVkr .icons-menu {
    min-width: initial !important;
  }
  .cid-ufa30MUVkr a.btn {
    margin-top: 10px;
  }
}
.cid-ufa30MUVkr a.btn > span {
  margin-left: 0.5rem;
}
.cid-ufa30MUVkr a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-ufa30MUVkr a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-ufa30MUVkr a.nav-link:hover {
  color: #ffffff !important;
}
.cid-ufa30MUVkr .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-ufa30MUVkr .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-ufa30MUVkr a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-ufa30MUVkr a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-ufa30MUVkr .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-ufa30MUVkr .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJ9gcw8bw9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uJ9gcw8bw9 .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uJ9gcw8bw9 .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uJ9gcw8bw9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ9gcw8bw9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJ9gcw8bw9 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJ9gcw8bw9 .container {
    padding: 0 22px;
  }
}
.cid-uJ9gcw8bw9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uJ9gcw8bw9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJ9gcw8bw9 .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJ9gcw8bw9 .embla__slide .slide-content {
    display: block;
  }
}
.cid-uJ9gcw8bw9 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ9gcw8bw9 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uJ9gcw8bw9 .embla__button--next,
.cid-uJ9gcw8bw9 .embla__button--prev {
  display: flex;
}
.cid-uJ9gcw8bw9 .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJ9gcw8bw9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJ9gcw8bw9 .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uJ9gcw8bw9 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJ9gcw8bw9 .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uJ9gcw8bw9 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJ9gcw8bw9 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uJ9gcw8bw9 .embla {
  position: relative;
  width: 100%;
}
.cid-uJ9gcw8bw9 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJ9gcw8bw9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJ9gcw8bw9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJ9gcw8bw9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJ9gcw8bw9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJ9fj1rz0Y {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJ9fj1rz0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ9fj1rz0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ9fj1rz0Y .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJ9fj1rz0Y .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJ9fj1rz0Y .container {
    padding: 0 26px;
  }
}
.cid-uJ9fj1rz0Y .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJ9fj1rz0Y .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJ9fj1rz0Y .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJ9fj1rz0Y .mbr-section-title {
  color: #ffffff;
}
.cid-uJ9fj1rz0Y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ9fj1rz0Y .mbr-text {
  color: #cacaca;
}
.cid-ufeb22tvyg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-ufeb22tvyg .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-ufeb22tvyg .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-ufeb22tvyg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ufeb22tvyg .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ufeb22tvyg .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ufeb22tvyg .container {
    padding: 0 22px;
  }
}
.cid-ufeb22tvyg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-ufeb22tvyg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufeb22tvyg .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufeb22tvyg .embla__slide .slide-content {
    display: block;
  }
}
.cid-ufeb22tvyg .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufeb22tvyg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ufeb22tvyg .embla__button--next,
.cid-ufeb22tvyg .embla__button--prev {
  display: flex;
}
.cid-ufeb22tvyg .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ufeb22tvyg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ufeb22tvyg .embla__button:hover {
  color: #ff5753 !important;
}
.cid-ufeb22tvyg .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-ufeb22tvyg .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-ufeb22tvyg .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-ufeb22tvyg .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-ufeb22tvyg .embla {
  position: relative;
  width: 100%;
}
.cid-ufeb22tvyg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ufeb22tvyg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufeb22tvyg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufeb22tvyg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufeb22tvyg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufa30OEHTe {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ufa30OEHTe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufa30OEHTe .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-ufa30OEHTe .col-auto {
    margin: auto;
  }
}
.cid-ufa30OEHTe textarea {
  min-height: 200px;
}
.cid-ufa30OEHTe .form-control,
.cid-ufa30OEHTe .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-ufa30OEHTe .form-control::-webkit-input-placeholder,
.cid-ufa30OEHTe .field-input::-webkit-input-placeholder,
.cid-ufa30OEHTe .form-control::-webkit-input-placeholder,
.cid-ufa30OEHTe .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-ufa30OEHTe .form-control:-moz-placeholder,
.cid-ufa30OEHTe .field-input:-moz-placeholder,
.cid-ufa30OEHTe .form-control:-moz-placeholder,
.cid-ufa30OEHTe .field-input:-moz-placeholder {
  color: #000000;
}
.cid-ufa30OEHTe .form-control:hover,
.cid-ufa30OEHTe .field-input:hover,
.cid-ufa30OEHTe .form-control:focus,
.cid-ufa30OEHTe .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-ufa30OEHTe .form-control:hover::-webkit-input-placeholder,
.cid-ufa30OEHTe .field-input:hover::-webkit-input-placeholder,
.cid-ufa30OEHTe .form-control:focus::-webkit-input-placeholder,
.cid-ufa30OEHTe .field-input:focus::-webkit-input-placeholder,
.cid-ufa30OEHTe .form-control:hover::-webkit-input-placeholder,
.cid-ufa30OEHTe .field-input:hover::-webkit-input-placeholder,
.cid-ufa30OEHTe .form-control:focus::-webkit-input-placeholder,
.cid-ufa30OEHTe .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-ufa30OEHTe .form-control:hover:-moz-placeholder,
.cid-ufa30OEHTe .field-input:hover:-moz-placeholder,
.cid-ufa30OEHTe .form-control:focus:-moz-placeholder,
.cid-ufa30OEHTe .field-input:focus:-moz-placeholder,
.cid-ufa30OEHTe .form-control:hover:-moz-placeholder,
.cid-ufa30OEHTe .field-input:hover:-moz-placeholder,
.cid-ufa30OEHTe .form-control:focus:-moz-placeholder,
.cid-ufa30OEHTe .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-ufa30OEHTe .jq-number__spin:hover,
.cid-ufa30OEHTe .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufa30OEHTe .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufa30OEHTe .jq-selectbox li,
.cid-ufa30OEHTe .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufa30OEHTe .jq-selectbox li:hover,
.cid-ufa30OEHTe .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-ufa30OEHTe .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-ufa30OEHTe .jq-number__spin.minus:hover:after,
.cid-ufa30OEHTe .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-ufa30OEHTe .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-ufa30OEHTe .jq-number__spin.minus:after,
.cid-ufa30OEHTe .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-ufa30OEHTe input::-webkit-clear-button {
  display: none;
}
.cid-ufa30OEHTe input::-webkit-inner-spin-button {
  display: none;
}
.cid-ufa30OEHTe input::-webkit-outer-spin-button {
  display: none;
}
.cid-ufa30OEHTe input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-ufa30OEHTe H4 {
  color: #36187d;
}
.cid-ufa30OEHTe .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-ufa30OEHTe P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-ufa30OEHTe .form-row {
    flex-direction: column;
  }
}
.cid-ufa30T9JeM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ufa30T9JeM .twitter-wrapper,
.cid-ufa30T9JeM iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-ufa30T9JeM a.twitter-timeline {
  display: none;
}
.cid-ufa30TxCEL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-ufa30TxCEL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ufa30TxCEL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ufa30TxCEL img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-ufa30TxCEL .col-lg-3 {
    text-align: center;
  }
}
.cid-ufa30TxCEL .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-ufa30TxCEL .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-ufa30TxCEL .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-ufa30TxCEL .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-ufa30TxCEL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ufa30TxCEL .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-ufa30TxCEL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufa30TxCEL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ufa30TxCEL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ufa30TxCEL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ufa30TxCEL .foot-menu-item {
  color: #bbbbbb;
}
.cid-ufa30TxCEL .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-ufa30TxCEL .media-container-row .mbr-text {
  text-align: left;
}
.cid-uGHqU2HPh5 .navbar-dropdown {
  position: relative !important;
}
.cid-uGHqU2HPh5 .navbar-dropdown {
  position: absolute !important;
}
.cid-uGHqU2HPh5 .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-uGHqU2HPh5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uGHqU2HPh5 .dropdown-item:hover,
.cid-uGHqU2HPh5 .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uGHqU2HPh5 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uGHqU2HPh5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-uGHqU2HPh5 .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-uGHqU2HPh5 .container {
  display: flex;
  margin: auto;
}
.cid-uGHqU2HPh5 .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-uGHqU2HPh5 .dropdown-menu,
.cid-uGHqU2HPh5 .navbar.opened {
  background: #000000 !important;
}
.cid-uGHqU2HPh5 .nav-item:focus,
.cid-uGHqU2HPh5 .nav-link:focus {
  outline: none;
}
.cid-uGHqU2HPh5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGHqU2HPh5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGHqU2HPh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uGHqU2HPh5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGHqU2HPh5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGHqU2HPh5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGHqU2HPh5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uGHqU2HPh5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uGHqU2HPh5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGHqU2HPh5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uGHqU2HPh5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGHqU2HPh5 .navbar.collapsed {
  justify-content: center;
}
.cid-uGHqU2HPh5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGHqU2HPh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGHqU2HPh5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uGHqU2HPh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGHqU2HPh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGHqU2HPh5 .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-uGHqU2HPh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGHqU2HPh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGHqU2HPh5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGHqU2HPh5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGHqU2HPh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGHqU2HPh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGHqU2HPh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGHqU2HPh5 .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-uGHqU2HPh5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGHqU2HPh5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGHqU2HPh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGHqU2HPh5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGHqU2HPh5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGHqU2HPh5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGHqU2HPh5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGHqU2HPh5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGHqU2HPh5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGHqU2HPh5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGHqU2HPh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGHqU2HPh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGHqU2HPh5 .dropdown-item.active,
.cid-uGHqU2HPh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uGHqU2HPh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGHqU2HPh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGHqU2HPh5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGHqU2HPh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uGHqU2HPh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGHqU2HPh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGHqU2HPh5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uGHqU2HPh5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGHqU2HPh5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGHqU2HPh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGHqU2HPh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGHqU2HPh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHqU2HPh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGHqU2HPh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGHqU2HPh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHqU2HPh5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGHqU2HPh5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGHqU2HPh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGHqU2HPh5 .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uGHqU2HPh5 a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-uGHqU2HPh5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGHqU2HPh5 .navbar {
    height: 70px;
  }
  .cid-uGHqU2HPh5 .navbar.opened {
    height: auto;
  }
  .cid-uGHqU2HPh5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGHqU2HPh5 a {
  display: inline;
}
.cid-uGHqU2HPh5 img {
  display: inline;
  padding-right: 10px;
}
.cid-uGHqU2HPh5 .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-uGHqU2HPh5 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uGHqU2HPh5 .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-uGHqU2HPh5 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uGHqU2HPh5 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uGHqU2HPh5 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uGHqU2HPh5 .nav-item {
  margin-right: 32px;
}
.cid-uGHqU2HPh5 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uGHqU2HPh5 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uGHqU2HPh5 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uGHqU2HPh5 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uGHqU2HPh5 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uGHqU2HPh5 .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-uGHqU2HPh5 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uGHqU2HPh5 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-uGHqU2HPh5 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uGHqU2HPh5 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uGHqU2HPh5 .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-uGHqU2HPh5 .top {
    margin-top: 25px;
  }
}
.cid-uGHqU2HPh5 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uGHqU2HPh5 .container,
  .cid-uGHqU2HPh5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uGHqU2HPh5 li:last-child {
  margin-right: 0;
}
.cid-uGHqU2HPh5 ul.navbar-nav {
  padding-left: 0;
}
.cid-uGHqU2HPh5 .container,
.cid-uGHqU2HPh5 .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-uGHqU2HPh5 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uGHqU2HPh5 .icons-menu {
    min-width: initial !important;
  }
  .cid-uGHqU2HPh5 a.btn {
    margin-top: 10px;
  }
}
.cid-uGHqU2HPh5 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uGHqU2HPh5 a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uGHqU2HPh5 a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-uGHqU2HPh5 a.nav-link:hover {
  color: #ffffff !important;
}
.cid-uGHqU2HPh5 .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uGHqU2HPh5 .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uGHqU2HPh5 a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uGHqU2HPh5 a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uGHqU2HPh5 .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-uGHqU2HPh5 .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uGHqU5Jq5R {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uGHqU5Jq5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHqU5Jq5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHqU5Jq5R .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGHqU5Jq5R .container-fluid {
    padding: 0 20px;
  }
}
.cid-uGHqU5Jq5R .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGHqU5Jq5R .container {
    padding: 0 20px;
  }
}
.cid-uGHqU5Jq5R .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uGHqU5Jq5R .title-wrapper {
    padding: 0;
  }
}
.cid-uGHqU5Jq5R .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uGHqU5Jq5R .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uGHqU5Jq5R .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uGHqU5Jq5R .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uGHqU5Jq5R .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uGHqU5Jq5R .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uGHqU5Jq5R .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uGHqU5Jq5R .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGHqU5Jq5R .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uGHqU5Jq5R .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uGHqU5Jq5R .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGHqU5Jq5R .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uGHqU5Jq5R .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uGHqU5Jq5R .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uGHqU5Jq5R .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uGHqU5Jq5R .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uGHqU5Jq5R .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uGHqU5Jq5R .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uGHqU5Jq5R .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uGHqU5Jq5R .mbr-section-title {
  color: #ffffff;
}
.cid-uGHqU5Jq5R .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uGHqU5Jq5R .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGHqU5Jq5R .mbr-section-title,
.cid-uGHqU5Jq5R .mbr-section-btn,
.cid-uGHqU5Jq5R .logo-wrap {
  text-align: center;
}
.cid-uGHqU6qil9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uGHqU6qil9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uGHqU6qil9 .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGHqU6qil9 .col-auto {
    margin: auto;
  }
}
.cid-uGHqU6qil9 textarea {
  min-height: 200px;
}
.cid-uGHqU6qil9 .form-control,
.cid-uGHqU6qil9 .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uGHqU6qil9 .form-control::-webkit-input-placeholder,
.cid-uGHqU6qil9 .field-input::-webkit-input-placeholder,
.cid-uGHqU6qil9 .form-control::-webkit-input-placeholder,
.cid-uGHqU6qil9 .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uGHqU6qil9 .form-control:-moz-placeholder,
.cid-uGHqU6qil9 .field-input:-moz-placeholder,
.cid-uGHqU6qil9 .form-control:-moz-placeholder,
.cid-uGHqU6qil9 .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uGHqU6qil9 .form-control:hover,
.cid-uGHqU6qil9 .field-input:hover,
.cid-uGHqU6qil9 .form-control:focus,
.cid-uGHqU6qil9 .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uGHqU6qil9 .form-control:hover::-webkit-input-placeholder,
.cid-uGHqU6qil9 .field-input:hover::-webkit-input-placeholder,
.cid-uGHqU6qil9 .form-control:focus::-webkit-input-placeholder,
.cid-uGHqU6qil9 .field-input:focus::-webkit-input-placeholder,
.cid-uGHqU6qil9 .form-control:hover::-webkit-input-placeholder,
.cid-uGHqU6qil9 .field-input:hover::-webkit-input-placeholder,
.cid-uGHqU6qil9 .form-control:focus::-webkit-input-placeholder,
.cid-uGHqU6qil9 .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-uGHqU6qil9 .form-control:hover:-moz-placeholder,
.cid-uGHqU6qil9 .field-input:hover:-moz-placeholder,
.cid-uGHqU6qil9 .form-control:focus:-moz-placeholder,
.cid-uGHqU6qil9 .field-input:focus:-moz-placeholder,
.cid-uGHqU6qil9 .form-control:hover:-moz-placeholder,
.cid-uGHqU6qil9 .field-input:hover:-moz-placeholder,
.cid-uGHqU6qil9 .form-control:focus:-moz-placeholder,
.cid-uGHqU6qil9 .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-uGHqU6qil9 .jq-number__spin:hover,
.cid-uGHqU6qil9 .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uGHqU6qil9 .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uGHqU6qil9 .jq-selectbox li,
.cid-uGHqU6qil9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uGHqU6qil9 .jq-selectbox li:hover,
.cid-uGHqU6qil9 .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-uGHqU6qil9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uGHqU6qil9 .jq-number__spin.minus:hover:after,
.cid-uGHqU6qil9 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uGHqU6qil9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uGHqU6qil9 .jq-number__spin.minus:after,
.cid-uGHqU6qil9 .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-uGHqU6qil9 input::-webkit-clear-button {
  display: none;
}
.cid-uGHqU6qil9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uGHqU6qil9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uGHqU6qil9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uGHqU6qil9 H4 {
  color: #36187d;
}
.cid-uGHqU6qil9 .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-uGHqU6qil9 P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-uGHqU6qil9 .form-row {
    flex-direction: column;
  }
}
.cid-uGHqU6TtSI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uGHqU6TtSI .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uGHqU6TtSI .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uGHqU6TtSI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGHqU6TtSI .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uGHqU6TtSI .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uGHqU6TtSI .container {
    padding: 0 22px;
  }
}
.cid-uGHqU6TtSI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uGHqU6TtSI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGHqU6TtSI .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGHqU6TtSI .embla__slide .slide-content {
    display: block;
  }
}
.cid-uGHqU6TtSI .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGHqU6TtSI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uGHqU6TtSI .embla__button--next,
.cid-uGHqU6TtSI .embla__button--prev {
  display: flex;
}
.cid-uGHqU6TtSI .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGHqU6TtSI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGHqU6TtSI .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uGHqU6TtSI .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uGHqU6TtSI .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uGHqU6TtSI .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uGHqU6TtSI .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uGHqU6TtSI .embla {
  position: relative;
  width: 100%;
}
.cid-uGHqU6TtSI .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGHqU6TtSI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGHqU6TtSI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGHqU6TtSI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGHqU6TtSI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGHvfLlEwP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGHvfLlEwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHvfLlEwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHvfLlEwP .row {
  justify-content: center;
}
.cid-uGHvfLlEwP .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGHvfLlEwP .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGHvfLlEwP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGHvfLlEwP .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHvfLlEwP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGHvfLlEwP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGHvfLlEwP .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGHvfLlEwP .mbr-section-title {
  color: #ffffff;
}
.cid-uGHvfLlEwP .mbr-text {
  color: #ffffff;
}
.cid-uGHvfLlEwP .mbr-desc {
  color: #ffffff;
}
.cid-uGHF8JoZhq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uGHF8JoZhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHF8JoZhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHF8JoZhq .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHF8JoZhq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHF8JoZhq .container {
    padding: 0 26px;
  }
}
.cid-uGHF8JoZhq .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHF8JoZhq .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHF8JoZhq .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHF8JoZhq .mbr-section-title {
  color: #ffffff;
}
.cid-uGHF8JoZhq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHF8JoZhq .mbr-text {
  color: #cacaca;
}
.cid-uGHQMk6MMB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGHQMk6MMB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHQMk6MMB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHQMk6MMB .row {
  justify-content: center;
}
.cid-uGHQMk6MMB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGHQMk6MMB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGHQMk6MMB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGHQMk6MMB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHQMk6MMB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGHQMk6MMB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGHQMk6MMB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGHQMk6MMB .mbr-section-title {
  color: #ffffff;
}
.cid-uGHQMk6MMB .mbr-text {
  color: #ffffff;
}
.cid-uGHQMk6MMB .mbr-desc {
  color: #ffffff;
}
.cid-uGHFrQ9nTR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGHFrQ9nTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHFrQ9nTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHFrQ9nTR .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHFrQ9nTR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHFrQ9nTR .container {
    padding: 0 26px;
  }
}
.cid-uGHFrQ9nTR .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHFrQ9nTR .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHFrQ9nTR .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHFrQ9nTR .mbr-section-title {
  color: #ffffff;
}
.cid-uGHFrQ9nTR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHFrQ9nTR .mbr-text {
  color: #cacaca;
}
.cid-uGHSE4MBDm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGHSE4MBDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHSE4MBDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHSE4MBDm .row {
  justify-content: center;
}
.cid-uGHSE4MBDm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGHSE4MBDm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGHSE4MBDm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGHSE4MBDm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHSE4MBDm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGHSE4MBDm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGHSE4MBDm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGHSE4MBDm .mbr-section-title {
  color: #ffffff;
}
.cid-uGHSE4MBDm .mbr-text {
  color: #ffffff;
}
.cid-uGHSE4MBDm .mbr-desc {
  color: #ffffff;
}
.cid-uGHYtzrEHb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGHYtzrEHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHYtzrEHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHYtzrEHb .row {
  justify-content: center;
}
.cid-uGHYtzrEHb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGHYtzrEHb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGHYtzrEHb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGHYtzrEHb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHYtzrEHb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGHYtzrEHb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGHYtzrEHb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGHYtzrEHb .mbr-section-title {
  color: #ffffff;
}
.cid-uGHYtzrEHb .mbr-text {
  color: #ffffff;
}
.cid-uGHYtzrEHb .mbr-desc {
  color: #ffffff;
}
.cid-uGHqU9u2m4 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGHqU9u2m4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHqU9u2m4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHqU9u2m4 .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHqU9u2m4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHqU9u2m4 .container {
    padding: 0 26px;
  }
}
.cid-uGHqU9u2m4 .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHqU9u2m4 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHqU9u2m4 .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHqU9u2m4 .mbr-section-title {
  color: #ffffff;
}
.cid-uGHqU9u2m4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHqU9u2m4 .mbr-text {
  color: #cacaca;
}
.cid-uGHXDMQphr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGHXDMQphr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHXDMQphr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHXDMQphr .row {
  justify-content: center;
}
.cid-uGHXDMQphr .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGHXDMQphr .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGHXDMQphr .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGHXDMQphr .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHXDMQphr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGHXDMQphr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGHXDMQphr .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGHXDMQphr .mbr-section-title {
  color: #ffffff;
}
.cid-uGHXDMQphr .mbr-text {
  color: #ffffff;
}
.cid-uGHXDMQphr .mbr-desc {
  color: #ffffff;
}
.cid-uGHFC41hSD {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGHFC41hSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHFC41hSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHFC41hSD .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHFC41hSD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHFC41hSD .container {
    padding: 0 26px;
  }
}
.cid-uGHFC41hSD .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHFC41hSD .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHFC41hSD .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHFC41hSD .mbr-section-title {
  color: #ffffff;
}
.cid-uGHFC41hSD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHFC41hSD .mbr-text {
  color: #cacaca;
}
.cid-uGI0MmBRUi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGI0MmBRUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI0MmBRUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI0MmBRUi .row {
  justify-content: center;
}
.cid-uGI0MmBRUi .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGI0MmBRUi .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGI0MmBRUi .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGI0MmBRUi .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI0MmBRUi .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGI0MmBRUi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGI0MmBRUi .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGI0MmBRUi .mbr-section-title {
  color: #ffffff;
}
.cid-uGI0MmBRUi .mbr-text {
  color: #ffffff;
}
.cid-uGI0MmBRUi .mbr-desc {
  color: #ffffff;
}
.cid-uGI53fg6yd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGI53fg6yd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI53fg6yd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI53fg6yd .row {
  justify-content: center;
}
.cid-uGI53fg6yd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGI53fg6yd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGI53fg6yd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGI53fg6yd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI53fg6yd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGI53fg6yd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGI53fg6yd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGI53fg6yd .mbr-section-title {
  color: #ffffff;
}
.cid-uGI53fg6yd .mbr-text {
  color: #ffffff;
}
.cid-uGI53fg6yd .mbr-desc {
  color: #ffffff;
}
.cid-uGHFM0SImH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGHFM0SImH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHFM0SImH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHFM0SImH .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHFM0SImH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHFM0SImH .container {
    padding: 0 26px;
  }
}
.cid-uGHFM0SImH .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHFM0SImH .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHFM0SImH .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHFM0SImH .mbr-section-title {
  color: #ffffff;
}
.cid-uGHFM0SImH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHFM0SImH .mbr-text {
  color: #cacaca;
}
.cid-uGI0NesGMJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGI0NesGMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI0NesGMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI0NesGMJ .row {
  justify-content: center;
}
.cid-uGI0NesGMJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGI0NesGMJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGI0NesGMJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGI0NesGMJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI0NesGMJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGI0NesGMJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGI0NesGMJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGI0NesGMJ .mbr-section-title {
  color: #ffffff;
}
.cid-uGI0NesGMJ .mbr-text {
  color: #ffffff;
}
.cid-uGI0NesGMJ .mbr-desc {
  color: #ffffff;
}
.cid-uGHFUZtU3k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGHFUZtU3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHFUZtU3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHFUZtU3k .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHFUZtU3k .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHFUZtU3k .container {
    padding: 0 26px;
  }
}
.cid-uGHFUZtU3k .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHFUZtU3k .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHFUZtU3k .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHFUZtU3k .mbr-section-title {
  color: #ffffff;
}
.cid-uGHFUZtU3k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHFUZtU3k .mbr-text {
  color: #cacaca;
}
.cid-uGI0OgrsXH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGI0OgrsXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI0OgrsXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI0OgrsXH .row {
  justify-content: center;
}
.cid-uGI0OgrsXH .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGI0OgrsXH .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGI0OgrsXH .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGI0OgrsXH .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI0OgrsXH .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGI0OgrsXH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGI0OgrsXH .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGI0OgrsXH .mbr-section-title {
  color: #ffffff;
}
.cid-uGI0OgrsXH .mbr-text {
  color: #ffffff;
}
.cid-uGI0OgrsXH .mbr-desc {
  color: #ffffff;
}
.cid-uGHKdmljTl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGHKdmljTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHKdmljTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHKdmljTl .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHKdmljTl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHKdmljTl .container {
    padding: 0 26px;
  }
}
.cid-uGHKdmljTl .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHKdmljTl .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHKdmljTl .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHKdmljTl .mbr-section-title {
  color: #ffffff;
}
.cid-uGHKdmljTl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHKdmljTl .mbr-text {
  color: #cacaca;
}
.cid-uGI0Pjnh3i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGI0Pjnh3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI0Pjnh3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI0Pjnh3i .row {
  justify-content: center;
}
.cid-uGI0Pjnh3i .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGI0Pjnh3i .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGI0Pjnh3i .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGI0Pjnh3i .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI0Pjnh3i .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGI0Pjnh3i .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGI0Pjnh3i .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGI0Pjnh3i .mbr-section-title {
  color: #ffffff;
}
.cid-uGI0Pjnh3i .mbr-text {
  color: #ffffff;
}
.cid-uGI0Pjnh3i .mbr-desc {
  color: #ffffff;
}
.cid-uGJDcizKjf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGJDcizKjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJDcizKjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJDcizKjf .row {
  justify-content: center;
}
.cid-uGJDcizKjf .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGJDcizKjf .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGJDcizKjf .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGJDcizKjf .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGJDcizKjf .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGJDcizKjf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGJDcizKjf .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGJDcizKjf .mbr-section-title {
  color: #ffffff;
}
.cid-uGJDcizKjf .mbr-text {
  color: #ffffff;
}
.cid-uGJDcizKjf .mbr-desc {
  color: #ffffff;
}
.cid-uGHKmnBjtl {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGHKmnBjtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHKmnBjtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHKmnBjtl .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHKmnBjtl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHKmnBjtl .container {
    padding: 0 26px;
  }
}
.cid-uGHKmnBjtl .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHKmnBjtl .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHKmnBjtl .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHKmnBjtl .mbr-section-title {
  color: #ffffff;
}
.cid-uGHKmnBjtl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHKmnBjtl .mbr-text {
  color: #cacaca;
}
.cid-uGI0QaeKUX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGI0QaeKUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI0QaeKUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI0QaeKUX .row {
  justify-content: center;
}
.cid-uGI0QaeKUX .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGI0QaeKUX .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGI0QaeKUX .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGI0QaeKUX .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGI0QaeKUX .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGI0QaeKUX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGI0QaeKUX .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGI0QaeKUX .mbr-section-title {
  color: #ffffff;
}
.cid-uGI0QaeKUX .mbr-text {
  color: #ffffff;
}
.cid-uGI0QaeKUX .mbr-desc {
  color: #ffffff;
}
.cid-uGJFOVzhfo {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGJFOVzhfo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJFOVzhfo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJFOVzhfo .row {
  justify-content: center;
}
.cid-uGJFOVzhfo .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGJFOVzhfo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGJFOVzhfo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGJFOVzhfo .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGJFOVzhfo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGJFOVzhfo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGJFOVzhfo .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGJFOVzhfo .mbr-section-title {
  color: #ffffff;
}
.cid-uGJFOVzhfo .mbr-text {
  color: #ffffff;
}
.cid-uGJFOVzhfo .mbr-desc {
  color: #ffffff;
}
.cid-uGHKwbWvAk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGHKwbWvAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHKwbWvAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHKwbWvAk .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGHKwbWvAk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGHKwbWvAk .container {
    padding: 0 26px;
  }
}
.cid-uGHKwbWvAk .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGHKwbWvAk .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGHKwbWvAk .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGHKwbWvAk .mbr-section-title {
  color: #ffffff;
}
.cid-uGHKwbWvAk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGHKwbWvAk .mbr-text {
  color: #cacaca;
}
.cid-uGJH5scYRp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uGJH5scYRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGJH5scYRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGJH5scYRp .row {
  justify-content: center;
}
.cid-uGJH5scYRp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGJH5scYRp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGJH5scYRp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGJH5scYRp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGJH5scYRp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGJH5scYRp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGJH5scYRp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGJH5scYRp .mbr-section-title {
  color: #ffffff;
}
.cid-uGJH5scYRp .mbr-text {
  color: #ffffff;
}
.cid-uGJH5scYRp .mbr-desc {
  color: #ffffff;
}
.cid-uGHKIXoHqm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGHKIXoHqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHKIXoHqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHKIXoHqm .row {
  justify-content: center;
}
.cid-uGHKIXoHqm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGHKIXoHqm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGHKIXoHqm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGHKIXoHqm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGHKIXoHqm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGHKIXoHqm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGHKIXoHqm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGHKIXoHqm .mbr-section-title {
  color: #ffffff;
}
.cid-uGHKIXoHqm .mbr-text {
  color: #ffffff;
}
.cid-uGHKIXoHqm .mbr-desc {
  color: #ffffff;
}
.cid-uGI0Ukkm1U {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGI0Ukkm1U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI0Ukkm1U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI0Ukkm1U .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGI0Ukkm1U .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uGI0Ukkm1U .container {
    padding: 0 26px;
  }
}
.cid-uGI0Ukkm1U .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uGI0Ukkm1U .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uGI0Ukkm1U .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uGI0Ukkm1U .mbr-section-title {
  color: #ffffff;
}
.cid-uGI0Ukkm1U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGI0Ukkm1U .mbr-text {
  color: #cacaca;
}
.cid-uGHqU9UoUP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uGHqU9UoUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHqU9UoUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHqU9UoUP .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGHqU9UoUP .container-fluid {
    padding: 0;
  }
}
.cid-uGHqU9UoUP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGHqU9UoUP .container {
    padding: 0 20px;
  }
}
.cid-uGHqU9UoUP .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uGHqU9UoUP .row a {
  display: block;
  position: absolute;
  width: fit-content;
}
.cid-uGHqU9UoUP .row a .mbr-iconfont {
  width: 102px;
  height: 102px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6a6e71;
}
@media (max-width: 992px) {
  .cid-uGHqU9UoUP .row a .mbr-iconfont {
    width: 70px;
    height: 70px;
  }
}
.cid-uGHqU9UoUP .card {
  padding: 0;
}
.cid-uGHqU9UoUP .card img {
  height: 240px;
  object-fit: cover;
}
.cid-uGHqU9UoUP .line-gradient {
  background-image: linear-gradient(45deg, #b40e15, #424242, #000000);
  height: 10px;
}
.cid-uGHqU9UoUP .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGHqU9UoUP .mbr-emoji {
  color: #ffffff;
}
.cid-uGHqUap5mF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uGHqUap5mF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHqUap5mF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHqUap5mF .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGHqUap5mF .container-fluid {
    padding: 0 20px;
  }
}
.cid-uGHqUap5mF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGHqUap5mF .container {
    padding: 0 20px;
  }
}
.cid-uGHqUap5mF .row {
  justify-content: center;
}
.cid-uGHqUap5mF .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uGHqUap5mF .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uGHqUap5mF .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uGHqUap5mF .item {
    margin-bottom: 20px;
  }
}
.cid-uGHqUap5mF .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-uGHqUap5mF .item a .item-wrapper {
  overflow: visible;
}
.cid-uGHqUap5mF .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uGHqUap5mF .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uGHqUap5mF .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uGHqUap5mF .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uGHqUap5mF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGHqUap5mF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGHqUb0PpY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uGHqUb0PpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHqUb0PpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHqUb0PpY .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uGHqUb0PpY .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uGHqUb0PpY .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uGHqUb0PpY .mbr-section-title {
  color: #e3ebf3;
}
.cid-uGHqUb0PpY .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uGHqUb0PpY .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uGHqUb0PpY .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uGHqUb0PpY .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/rapper-drama-drama-rapper-terence-cook-left-right-left-mob-life-1024x1024.webp");
}
@media (max-width: 1399px) {
  .cid-uGHqUb0PpY .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uGHqUb0PpY .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uGHqUb0PpY .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uGHqUb0PpY .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uGHqUb0PpY .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uGHqUb0PpY .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uGHqUb0PpY .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uGHqUbzAN4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uGHqUbzAN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHqUbzAN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHqUbzAN4 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uGHqUbzAN4 .mbr-section-title {
  color: #24262b;
}
.cid-uGHqUbzAN4 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uGHqUbzAN4 .cards-row {
  row-gap: 32px;
}
.cid-uGHqUbzAN4 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uGHqUbzAN4 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uGHqUbzAN4 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uGHqUbzAN4 .card-subtitle {
  color: #24262b;
}
.cid-uGHqUbzAN4 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uGHqUbzAN4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGHqUbzAN4 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uGHqUbzAN4 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uGHqUbZQbC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uGHqUbZQbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHqUbZQbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHqUbZQbC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGHqUbZQbC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uGHqUbZQbC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGHqUbZQbC .container {
    padding: 0 20px;
  }
}
.cid-uGHqUbZQbC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uGHqUbZQbC .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uGHqUbZQbC .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uGHqUbZQbC .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uGHqUbZQbC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uGHqUbZQbC .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uGHqUbZQbC .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uGHqUbZQbC .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uGHqUbZQbC .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uGHqUbZQbC .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uGHqUbZQbC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .cid-uGHqUbZQbC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uGHqUbZQbC .embla__slide .card-wrap {
  display: flex;
  width: 100%;
}
.cid-uGHqUbZQbC .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-uGHqUbZQbC .embla__slide .card-wrap .item-wrapper .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-uGHqUbZQbC .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uGHqUbZQbC .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 140px;
    height: 105px;
  }
}
.cid-uGHqUbZQbC .embla__slide .card-wrap .content-wrap {
  padding-left: 30px;
  width: 70%;
}
.cid-uGHqUbZQbC .embla__slide .card-wrap .content-wrap .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uGHqUbZQbC .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uGHqUbZQbC .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uGHqUbZQbC .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uGHqUbZQbC .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uGHqUbZQbC .embla__button--next,
.cid-uGHqUbZQbC .embla__button--prev {
  display: flex;
}
.cid-uGHqUbZQbC .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #c8d814;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uGHqUbZQbC .embla__button {
    display: none;
  }
}
.cid-uGHqUbZQbC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uGHqUbZQbC .embla__button:hover {
  background: transparent;
  color: #c8d814;
  opacity: .7;
}
.cid-uGHqUbZQbC .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-uGHqUbZQbC .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-uGHqUbZQbC .embla__button {
    top: 0;
  }
}
.cid-uGHqUbZQbC .embla {
  position: relative;
  width: 100%;
}
.cid-uGHqUbZQbC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uGHqUbZQbC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGHqUbZQbC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGHqUbZQbC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGHqUbZQbC .mbr-section-subtitle {
  color: #000000;
}
.cid-uGHqUbZQbC .mbr-section-title {
  color: #000000;
}
.cid-uGHqUbZQbC .mbr-desc {
  color: #000000;
}
.cid-uGHqUbZQbC .mbr-date {
  color: #6a6e71;
}
.cid-uGHqUbZQbC .mbr-text {
  color: #000000;
}
.cid-uGHqUcwQmA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uGHqUcwQmA .mbr-section-title {
  margin-bottom: 0;
  color: #e2e7f8;
}
.cid-uGHqUcwQmA .mbr-text {
  margin: 25px 0 65px;
}
.cid-uGHqUcwQmA .form-group {
  margin-bottom: 0;
}
.cid-uGHqUcwQmA .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-uGHqUcwQmA .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uGHqUcwQmA .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-uGHqUcwQmA .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-uGHqUcwQmA .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-uGHqUcwQmA .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-uGHqUcwQmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGHqUcwQmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGHqUdKtqX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uGHqUdKtqX .twitter-wrapper,
.cid-uGHqUdKtqX iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-uGHqUdKtqX a.twitter-timeline {
  display: none;
}
.cid-uGHqUehvUy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-uGHqUehvUy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGHqUehvUy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uGHqUehvUy img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uGHqUehvUy .col-lg-3 {
    text-align: center;
  }
}
.cid-uGHqUehvUy .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uGHqUehvUy .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uGHqUehvUy .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uGHqUehvUy .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uGHqUehvUy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uGHqUehvUy .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uGHqUehvUy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGHqUehvUy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGHqUehvUy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGHqUehvUy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uGHqUehvUy .foot-menu-item {
  color: #bbbbbb;
}
.cid-uGHqUehvUy .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uGHqUehvUy .media-container-row .mbr-text {
  text-align: left;
}
.cid-uIh5ilFEY2 .navbar-dropdown {
  position: relative !important;
}
.cid-uIh5ilFEY2 .navbar-dropdown {
  position: absolute !important;
}
.cid-uIh5ilFEY2 .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-uIh5ilFEY2 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uIh5ilFEY2 .dropdown-item:hover,
.cid-uIh5ilFEY2 .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uIh5ilFEY2 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uIh5ilFEY2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-uIh5ilFEY2 .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-uIh5ilFEY2 .container {
  display: flex;
  margin: auto;
}
.cid-uIh5ilFEY2 .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-uIh5ilFEY2 .dropdown-menu,
.cid-uIh5ilFEY2 .navbar.opened {
  background: #000000 !important;
}
.cid-uIh5ilFEY2 .nav-item:focus,
.cid-uIh5ilFEY2 .nav-link:focus {
  outline: none;
}
.cid-uIh5ilFEY2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIh5ilFEY2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIh5ilFEY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uIh5ilFEY2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIh5ilFEY2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIh5ilFEY2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIh5ilFEY2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uIh5ilFEY2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIh5ilFEY2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIh5ilFEY2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIh5ilFEY2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uIh5ilFEY2 .navbar.collapsed {
  justify-content: center;
}
.cid-uIh5ilFEY2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIh5ilFEY2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIh5ilFEY2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIh5ilFEY2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIh5ilFEY2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIh5ilFEY2 .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-uIh5ilFEY2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIh5ilFEY2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIh5ilFEY2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIh5ilFEY2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIh5ilFEY2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIh5ilFEY2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIh5ilFEY2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIh5ilFEY2 .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-uIh5ilFEY2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIh5ilFEY2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIh5ilFEY2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIh5ilFEY2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIh5ilFEY2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIh5ilFEY2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIh5ilFEY2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIh5ilFEY2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIh5ilFEY2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIh5ilFEY2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIh5ilFEY2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIh5ilFEY2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIh5ilFEY2 .dropdown-item.active,
.cid-uIh5ilFEY2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIh5ilFEY2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIh5ilFEY2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIh5ilFEY2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIh5ilFEY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIh5ilFEY2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIh5ilFEY2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIh5ilFEY2 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uIh5ilFEY2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIh5ilFEY2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIh5ilFEY2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIh5ilFEY2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIh5ilFEY2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIh5ilFEY2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIh5ilFEY2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIh5ilFEY2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIh5ilFEY2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIh5ilFEY2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIh5ilFEY2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIh5ilFEY2 .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uIh5ilFEY2 a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-uIh5ilFEY2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIh5ilFEY2 .navbar {
    height: 70px;
  }
  .cid-uIh5ilFEY2 .navbar.opened {
    height: auto;
  }
  .cid-uIh5ilFEY2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIh5ilFEY2 a {
  display: inline;
}
.cid-uIh5ilFEY2 img {
  display: inline;
  padding-right: 10px;
}
.cid-uIh5ilFEY2 .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-uIh5ilFEY2 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uIh5ilFEY2 .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-uIh5ilFEY2 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uIh5ilFEY2 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uIh5ilFEY2 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uIh5ilFEY2 .nav-item {
  margin-right: 32px;
}
.cid-uIh5ilFEY2 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uIh5ilFEY2 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uIh5ilFEY2 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uIh5ilFEY2 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uIh5ilFEY2 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uIh5ilFEY2 .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-uIh5ilFEY2 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uIh5ilFEY2 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-uIh5ilFEY2 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uIh5ilFEY2 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uIh5ilFEY2 .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-uIh5ilFEY2 .top {
    margin-top: 25px;
  }
}
.cid-uIh5ilFEY2 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uIh5ilFEY2 .container,
  .cid-uIh5ilFEY2 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uIh5ilFEY2 li:last-child {
  margin-right: 0;
}
.cid-uIh5ilFEY2 ul.navbar-nav {
  padding-left: 0;
}
.cid-uIh5ilFEY2 .container,
.cid-uIh5ilFEY2 .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-uIh5ilFEY2 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uIh5ilFEY2 .icons-menu {
    min-width: initial !important;
  }
  .cid-uIh5ilFEY2 a.btn {
    margin-top: 10px;
  }
}
.cid-uIh5ilFEY2 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uIh5ilFEY2 a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uIh5ilFEY2 a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-uIh5ilFEY2 a.nav-link:hover {
  color: #ffffff !important;
}
.cid-uIh5ilFEY2 .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uIh5ilFEY2 .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uIh5ilFEY2 a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uIh5ilFEY2 a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uIh5ilFEY2 .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-uIh5ilFEY2 .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uIh5injbQw {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uIh5injbQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5injbQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5injbQw .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIh5injbQw .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIh5injbQw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uIh5injbQw .container {
    padding: 0 20px;
  }
}
.cid-uIh5injbQw .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uIh5injbQw .title-wrapper {
    padding: 0;
  }
}
.cid-uIh5injbQw .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uIh5injbQw .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uIh5injbQw .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uIh5injbQw .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uIh5injbQw .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uIh5injbQw .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uIh5injbQw .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uIh5injbQw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIh5injbQw .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uIh5injbQw .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uIh5injbQw .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIh5injbQw .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uIh5injbQw .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uIh5injbQw .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uIh5injbQw .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uIh5injbQw .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uIh5injbQw .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uIh5injbQw .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uIh5injbQw .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uIh5injbQw .mbr-section-title {
  color: #ffffff;
}
.cid-uIh5injbQw .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uIh5injbQw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIh5injbQw .mbr-section-title,
.cid-uIh5injbQw .mbr-section-btn,
.cid-uIh5injbQw .logo-wrap {
  text-align: center;
}
.cid-uIh5io2bqU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uIh5io2bqU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIh5io2bqU .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uIh5io2bqU .col-auto {
    margin: auto;
  }
}
.cid-uIh5io2bqU textarea {
  min-height: 200px;
}
.cid-uIh5io2bqU .form-control,
.cid-uIh5io2bqU .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uIh5io2bqU .form-control::-webkit-input-placeholder,
.cid-uIh5io2bqU .field-input::-webkit-input-placeholder,
.cid-uIh5io2bqU .form-control::-webkit-input-placeholder,
.cid-uIh5io2bqU .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uIh5io2bqU .form-control:-moz-placeholder,
.cid-uIh5io2bqU .field-input:-moz-placeholder,
.cid-uIh5io2bqU .form-control:-moz-placeholder,
.cid-uIh5io2bqU .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uIh5io2bqU .form-control:hover,
.cid-uIh5io2bqU .field-input:hover,
.cid-uIh5io2bqU .form-control:focus,
.cid-uIh5io2bqU .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uIh5io2bqU .form-control:hover::-webkit-input-placeholder,
.cid-uIh5io2bqU .field-input:hover::-webkit-input-placeholder,
.cid-uIh5io2bqU .form-control:focus::-webkit-input-placeholder,
.cid-uIh5io2bqU .field-input:focus::-webkit-input-placeholder,
.cid-uIh5io2bqU .form-control:hover::-webkit-input-placeholder,
.cid-uIh5io2bqU .field-input:hover::-webkit-input-placeholder,
.cid-uIh5io2bqU .form-control:focus::-webkit-input-placeholder,
.cid-uIh5io2bqU .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-uIh5io2bqU .form-control:hover:-moz-placeholder,
.cid-uIh5io2bqU .field-input:hover:-moz-placeholder,
.cid-uIh5io2bqU .form-control:focus:-moz-placeholder,
.cid-uIh5io2bqU .field-input:focus:-moz-placeholder,
.cid-uIh5io2bqU .form-control:hover:-moz-placeholder,
.cid-uIh5io2bqU .field-input:hover:-moz-placeholder,
.cid-uIh5io2bqU .form-control:focus:-moz-placeholder,
.cid-uIh5io2bqU .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-uIh5io2bqU .jq-number__spin:hover,
.cid-uIh5io2bqU .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIh5io2bqU .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIh5io2bqU .jq-selectbox li,
.cid-uIh5io2bqU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIh5io2bqU .jq-selectbox li:hover,
.cid-uIh5io2bqU .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-uIh5io2bqU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIh5io2bqU .jq-number__spin.minus:hover:after,
.cid-uIh5io2bqU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIh5io2bqU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIh5io2bqU .jq-number__spin.minus:after,
.cid-uIh5io2bqU .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-uIh5io2bqU input::-webkit-clear-button {
  display: none;
}
.cid-uIh5io2bqU input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIh5io2bqU input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIh5io2bqU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIh5io2bqU H4 {
  color: #36187d;
}
.cid-uIh5io2bqU .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-uIh5io2bqU P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-uIh5io2bqU .form-row {
    flex-direction: column;
  }
}
.cid-uIh5iozp9P {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uIh5iozp9P .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uIh5iozp9P .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uIh5iozp9P .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIh5iozp9P .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIh5iozp9P .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIh5iozp9P .container {
    padding: 0 22px;
  }
}
.cid-uIh5iozp9P .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uIh5iozp9P .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIh5iozp9P .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIh5iozp9P .embla__slide .slide-content {
    display: block;
  }
}
.cid-uIh5iozp9P .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIh5iozp9P .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIh5iozp9P .embla__button--next,
.cid-uIh5iozp9P .embla__button--prev {
  display: flex;
}
.cid-uIh5iozp9P .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIh5iozp9P .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIh5iozp9P .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uIh5iozp9P .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uIh5iozp9P .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uIh5iozp9P .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uIh5iozp9P .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uIh5iozp9P .embla {
  position: relative;
  width: 100%;
}
.cid-uIh5iozp9P .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uIh5iozp9P .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIh5iozp9P .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIh5iozp9P .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIh5iozp9P .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIh5ipiORR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uIh5ipiORR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5ipiORR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5ipiORR .row {
  justify-content: center;
}
.cid-uIh5ipiORR .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIh5ipiORR .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIh5ipiORR .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIh5ipiORR .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIh5ipiORR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIh5ipiORR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIh5ipiORR .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIh5ipiORR .mbr-section-title {
  color: #ffffff;
}
.cid-uIh5ipiORR .mbr-text {
  color: #ffffff;
}
.cid-uIh5ipiORR .mbr-desc {
  color: #ffffff;
}
.cid-uIh5iqjeQD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uIh5iqjeQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5iqjeQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5iqjeQD .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIh5iqjeQD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uIh5iqjeQD .container {
    padding: 0 26px;
  }
}
.cid-uIh5iqjeQD .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uIh5iqjeQD .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uIh5iqjeQD .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uIh5iqjeQD .mbr-section-title {
  color: #ffffff;
}
.cid-uIh5iqjeQD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIh5iqjeQD .mbr-text {
  color: #cacaca;
}
.cid-uIh5ir2ONZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uIh5ir2ONZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5ir2ONZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5ir2ONZ .row {
  justify-content: center;
}
.cid-uIh5ir2ONZ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIh5ir2ONZ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIh5ir2ONZ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIh5ir2ONZ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIh5ir2ONZ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIh5ir2ONZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIh5ir2ONZ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIh5ir2ONZ .mbr-section-title {
  color: #ffffff;
}
.cid-uIh5ir2ONZ .mbr-text {
  color: #ffffff;
}
.cid-uIh5ir2ONZ .mbr-desc {
  color: #ffffff;
}
#custom-html-az {
  /* Type valid CSS here */
}
#custom-html-az div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-az p {
  font-size: 60px;
  color: #777;
}
.cid-uIh5is9B0M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uIh5is9B0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5is9B0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5is9B0M .row {
  justify-content: center;
}
.cid-uIh5is9B0M .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIh5is9B0M .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIh5is9B0M .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIh5is9B0M .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIh5is9B0M .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIh5is9B0M .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIh5is9B0M .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIh5is9B0M .mbr-section-title {
  color: #ffffff;
}
.cid-uIh5is9B0M .mbr-text {
  color: #ffffff;
}
.cid-uIh5is9B0M .mbr-desc {
  color: #ffffff;
}
#custom-html-b0 {
  /* Type valid CSS here */
}
#custom-html-b0 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-b0 p {
  font-size: 60px;
  color: #777;
}
.cid-uIh5ityU0W {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uIh5ityU0W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5ityU0W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5ityU0W .row {
  justify-content: center;
}
.cid-uIh5ityU0W .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIh5ityU0W .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIh5ityU0W .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIh5ityU0W .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIh5ityU0W .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIh5ityU0W .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIh5ityU0W .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIh5ityU0W .mbr-section-title {
  color: #ffffff;
}
.cid-uIh5ityU0W .mbr-text {
  color: #ffffff;
}
.cid-uIh5ityU0W .mbr-desc {
  color: #ffffff;
}
.cid-uIh5iu4sMu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIh5iu4sMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5iu4sMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5iu4sMu .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIh5iu4sMu .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uIh5iu4sMu .container {
    padding: 0 26px;
  }
}
.cid-uIh5iu4sMu .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uIh5iu4sMu .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uIh5iu4sMu .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uIh5iu4sMu .mbr-section-title {
  color: #ffffff;
}
.cid-uIh5iu4sMu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIh5iu4sMu .mbr-text {
  color: #cacaca;
}
.cid-uIh5iCAUQJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIh5iCAUQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5iCAUQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5iCAUQJ .row {
  justify-content: center;
}
.cid-uIh5iCAUQJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIh5iCAUQJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIh5iCAUQJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIh5iCAUQJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIh5iCAUQJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIh5iCAUQJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIh5iCAUQJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIh5iCAUQJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIh5iCAUQJ .mbr-text {
  color: #ffffff;
}
.cid-uIh5iCAUQJ .mbr-desc {
  color: #ffffff;
}
#custom-html-b1 {
  /* Type valid CSS here */
}
#custom-html-b1 div {
  padding: 20px 0;
  color: #777;
  text-align: center;
}
#custom-html-b1 p {
  font-size: 60px;
  color: #777;
}
.cid-uIhLGvCeKp {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIhLGvCeKp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhLGvCeKp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhLGvCeKp .row {
  justify-content: center;
}
.cid-uIhLGvCeKp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIhLGvCeKp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIhLGvCeKp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIhLGvCeKp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIhLGvCeKp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIhLGvCeKp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIhLGvCeKp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIhLGvCeKp .mbr-section-title {
  color: #ffffff;
}
.cid-uIhLGvCeKp .mbr-text {
  color: #ffffff;
}
.cid-uIhLGvCeKp .mbr-desc {
  color: #ffffff;
}
.cid-uIhPxJibUX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #080813;
}
.cid-uIhPxJibUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhPxJibUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhPxJibUX .content-wrapper {
  padding: 24px;
  border: 1px solid #323046;
}
@media (max-width: 992px) {
  .cid-uIhPxJibUX .content-wrapper {
    padding: 14px;
  }
}
.cid-uIhPxJibUX .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #323046;
}
@media (max-width: 1200px) {
  .cid-uIhPxJibUX .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uIhPxJibUX .content-wrapper img {
    height: 350px;
  }
}
.cid-uIhWXUVf2w {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIhWXUVf2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhWXUVf2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhWXUVf2w .row {
  justify-content: center;
}
.cid-uIhWXUVf2w .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIhWXUVf2w .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIhWXUVf2w .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIhWXUVf2w .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIhWXUVf2w .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIhWXUVf2w .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIhWXUVf2w .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIhWXUVf2w .mbr-section-title {
  color: #ffffff;
}
.cid-uIhWXUVf2w .mbr-text {
  color: #ffffff;
}
.cid-uIhWXUVf2w .mbr-desc {
  color: #ffffff;
}
.cid-uIhRmUt7I7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uIhRmUt7I7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhRmUt7I7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhRmUt7I7 .content-wrapper {
  padding: 24px;
  border: 1px solid #323046;
}
@media (max-width: 992px) {
  .cid-uIhRmUt7I7 .content-wrapper {
    padding: 14px;
  }
}
.cid-uIhRmUt7I7 .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #323046;
}
@media (max-width: 1200px) {
  .cid-uIhRmUt7I7 .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uIhRmUt7I7 .content-wrapper img {
    height: 350px;
  }
}
.cid-uIhWZsKbz5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIhWZsKbz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhWZsKbz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhWZsKbz5 .row {
  justify-content: center;
}
.cid-uIhWZsKbz5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIhWZsKbz5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIhWZsKbz5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIhWZsKbz5 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIhWZsKbz5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIhWZsKbz5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIhWZsKbz5 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIhWZsKbz5 .mbr-section-title {
  color: #ffffff;
}
.cid-uIhWZsKbz5 .mbr-text {
  color: #ffffff;
}
.cid-uIhWZsKbz5 .mbr-desc {
  color: #ffffff;
}
.cid-uIhRoJeQ39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-uIhRoJeQ39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhRoJeQ39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhRoJeQ39 .content-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uIhRoJeQ39 .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uIhRoJeQ39 .content-wrapper img {
    height: 350px;
  }
}
.cid-uIhX0lkCrE {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIhX0lkCrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIhX0lkCrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIhX0lkCrE .row {
  justify-content: center;
}
.cid-uIhX0lkCrE .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIhX0lkCrE .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIhX0lkCrE .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIhX0lkCrE .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIhX0lkCrE .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIhX0lkCrE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIhX0lkCrE .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIhX0lkCrE .mbr-section-title {
  color: #ffffff;
}
.cid-uIhX0lkCrE .mbr-text {
  color: #ffffff;
}
.cid-uIhX0lkCrE .mbr-desc {
  color: #ffffff;
}
.cid-uIh5iFb8Nd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uIh5iFb8Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5iFb8Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5iFb8Nd .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIh5iFb8Nd .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIh5iFb8Nd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uIh5iFb8Nd .container {
    padding: 0 20px;
  }
}
.cid-uIh5iFb8Nd .row {
  justify-content: center;
}
.cid-uIh5iFb8Nd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uIh5iFb8Nd .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIh5iFb8Nd .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uIh5iFb8Nd .item {
    margin-bottom: 20px;
  }
}
.cid-uIh5iFb8Nd .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-uIh5iFb8Nd .item a .item-wrapper {
  overflow: visible;
}
.cid-uIh5iFb8Nd .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uIh5iFb8Nd .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uIh5iFb8Nd .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uIh5iFb8Nd .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uIh5iFb8Nd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIh5iFb8Nd .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIh5iG820b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uIh5iG820b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5iG820b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5iG820b .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uIh5iG820b .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uIh5iG820b .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uIh5iG820b .mbr-section-title {
  color: #e3ebf3;
}
.cid-uIh5iG820b .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uIh5iG820b .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uIh5iG820b .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uIh5iG820b .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/rapper-drama-drama-rapper-terence-cook-left-right-left-mob-life-1024x1024.webp");
}
@media (max-width: 1399px) {
  .cid-uIh5iG820b .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uIh5iG820b .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uIh5iG820b .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uIh5iG820b .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uIh5iG820b .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uIh5iG820b .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uIh5iG820b .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uIh5iH3zv0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIh5iH3zv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5iH3zv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5iH3zv0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uIh5iH3zv0 .mbr-section-title {
  color: #24262b;
}
.cid-uIh5iH3zv0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIh5iH3zv0 .cards-row {
  row-gap: 32px;
}
.cid-uIh5iH3zv0 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uIh5iH3zv0 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uIh5iH3zv0 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uIh5iH3zv0 .card-subtitle {
  color: #24262b;
}
.cid-uIh5iH3zv0 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uIh5iH3zv0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIh5iH3zv0 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uIh5iH3zv0 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uIh5iIrSCc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uIh5iIrSCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5iIrSCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5iIrSCc .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIh5iIrSCc .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIh5iIrSCc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uIh5iIrSCc .container {
    padding: 0 20px;
  }
}
.cid-uIh5iIrSCc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uIh5iIrSCc .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uIh5iIrSCc .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uIh5iIrSCc .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uIh5iIrSCc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uIh5iIrSCc .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uIh5iIrSCc .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uIh5iIrSCc .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uIh5iIrSCc .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uIh5iIrSCc .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uIh5iIrSCc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .cid-uIh5iIrSCc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uIh5iIrSCc .embla__slide .card-wrap {
  display: flex;
  width: 100%;
}
.cid-uIh5iIrSCc .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-uIh5iIrSCc .embla__slide .card-wrap .item-wrapper .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-uIh5iIrSCc .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uIh5iIrSCc .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 140px;
    height: 105px;
  }
}
.cid-uIh5iIrSCc .embla__slide .card-wrap .content-wrap {
  padding-left: 30px;
  width: 70%;
}
.cid-uIh5iIrSCc .embla__slide .card-wrap .content-wrap .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uIh5iIrSCc .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uIh5iIrSCc .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uIh5iIrSCc .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uIh5iIrSCc .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uIh5iIrSCc .embla__button--next,
.cid-uIh5iIrSCc .embla__button--prev {
  display: flex;
}
.cid-uIh5iIrSCc .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #c8d814;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uIh5iIrSCc .embla__button {
    display: none;
  }
}
.cid-uIh5iIrSCc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIh5iIrSCc .embla__button:hover {
  background: transparent;
  color: #c8d814;
  opacity: .7;
}
.cid-uIh5iIrSCc .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-uIh5iIrSCc .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-uIh5iIrSCc .embla__button {
    top: 0;
  }
}
.cid-uIh5iIrSCc .embla {
  position: relative;
  width: 100%;
}
.cid-uIh5iIrSCc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uIh5iIrSCc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIh5iIrSCc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIh5iIrSCc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIh5iIrSCc .mbr-section-subtitle {
  color: #000000;
}
.cid-uIh5iIrSCc .mbr-section-title {
  color: #000000;
}
.cid-uIh5iIrSCc .mbr-desc {
  color: #000000;
}
.cid-uIh5iIrSCc .mbr-date {
  color: #6a6e71;
}
.cid-uIh5iIrSCc .mbr-text {
  color: #000000;
}
.cid-uIh5iJpDKu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uIh5iJpDKu .mbr-section-title {
  margin-bottom: 0;
  color: #e2e7f8;
}
.cid-uIh5iJpDKu .mbr-text {
  margin: 25px 0 65px;
}
.cid-uIh5iJpDKu .form-group {
  margin-bottom: 0;
}
.cid-uIh5iJpDKu .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-uIh5iJpDKu .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uIh5iJpDKu .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-uIh5iJpDKu .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-uIh5iJpDKu .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-uIh5iJpDKu .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-uIh5iJpDKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh5iJpDKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh5iKMOzz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIh5iKMOzz .twitter-wrapper,
.cid-uIh5iKMOzz iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-uIh5iKMOzz a.twitter-timeline {
  display: none;
}
.cid-uIh5iLvsbM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-uIh5iLvsbM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIh5iLvsbM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uIh5iLvsbM img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uIh5iLvsbM .col-lg-3 {
    text-align: center;
  }
}
.cid-uIh5iLvsbM .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uIh5iLvsbM .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uIh5iLvsbM .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uIh5iLvsbM .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uIh5iLvsbM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uIh5iLvsbM .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uIh5iLvsbM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIh5iLvsbM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uIh5iLvsbM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uIh5iLvsbM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uIh5iLvsbM .foot-menu-item {
  color: #bbbbbb;
}
.cid-uIh5iLvsbM .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uIh5iLvsbM .media-container-row .mbr-text {
  text-align: left;
}
.cid-uIGyXrlPr5 .navbar-dropdown {
  position: relative !important;
}
.cid-uIGyXrlPr5 .navbar-dropdown {
  position: absolute !important;
}
.cid-uIGyXrlPr5 .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-uIGyXrlPr5 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uIGyXrlPr5 .dropdown-item:hover,
.cid-uIGyXrlPr5 .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uIGyXrlPr5 .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uIGyXrlPr5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-uIGyXrlPr5 .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-uIGyXrlPr5 .container {
  display: flex;
  margin: auto;
}
.cid-uIGyXrlPr5 .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-uIGyXrlPr5 .dropdown-menu,
.cid-uIGyXrlPr5 .navbar.opened {
  background: #000000 !important;
}
.cid-uIGyXrlPr5 .nav-item:focus,
.cid-uIGyXrlPr5 .nav-link:focus {
  outline: none;
}
.cid-uIGyXrlPr5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIGyXrlPr5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIGyXrlPr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uIGyXrlPr5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIGyXrlPr5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIGyXrlPr5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIGyXrlPr5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uIGyXrlPr5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIGyXrlPr5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIGyXrlPr5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIGyXrlPr5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uIGyXrlPr5 .navbar.collapsed {
  justify-content: center;
}
.cid-uIGyXrlPr5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIGyXrlPr5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIGyXrlPr5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIGyXrlPr5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIGyXrlPr5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIGyXrlPr5 .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-uIGyXrlPr5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIGyXrlPr5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIGyXrlPr5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIGyXrlPr5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIGyXrlPr5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIGyXrlPr5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIGyXrlPr5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIGyXrlPr5 .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-uIGyXrlPr5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIGyXrlPr5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIGyXrlPr5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIGyXrlPr5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIGyXrlPr5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIGyXrlPr5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIGyXrlPr5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIGyXrlPr5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIGyXrlPr5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIGyXrlPr5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIGyXrlPr5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIGyXrlPr5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIGyXrlPr5 .dropdown-item.active,
.cid-uIGyXrlPr5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIGyXrlPr5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIGyXrlPr5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIGyXrlPr5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIGyXrlPr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uIGyXrlPr5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIGyXrlPr5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIGyXrlPr5 ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uIGyXrlPr5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIGyXrlPr5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIGyXrlPr5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIGyXrlPr5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIGyXrlPr5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIGyXrlPr5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIGyXrlPr5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIGyXrlPr5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIGyXrlPr5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIGyXrlPr5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIGyXrlPr5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIGyXrlPr5 .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uIGyXrlPr5 a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-uIGyXrlPr5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIGyXrlPr5 .navbar {
    height: 70px;
  }
  .cid-uIGyXrlPr5 .navbar.opened {
    height: auto;
  }
  .cid-uIGyXrlPr5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIGyXrlPr5 a {
  display: inline;
}
.cid-uIGyXrlPr5 img {
  display: inline;
  padding-right: 10px;
}
.cid-uIGyXrlPr5 .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-uIGyXrlPr5 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uIGyXrlPr5 .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-uIGyXrlPr5 .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uIGyXrlPr5 .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uIGyXrlPr5 .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uIGyXrlPr5 .nav-item {
  margin-right: 32px;
}
.cid-uIGyXrlPr5 .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uIGyXrlPr5 ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uIGyXrlPr5 .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uIGyXrlPr5 .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uIGyXrlPr5 .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uIGyXrlPr5 .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-uIGyXrlPr5 .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uIGyXrlPr5 .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-uIGyXrlPr5 .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uIGyXrlPr5 .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uIGyXrlPr5 .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-uIGyXrlPr5 .top {
    margin-top: 25px;
  }
}
.cid-uIGyXrlPr5 .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uIGyXrlPr5 .container,
  .cid-uIGyXrlPr5 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uIGyXrlPr5 li:last-child {
  margin-right: 0;
}
.cid-uIGyXrlPr5 ul.navbar-nav {
  padding-left: 0;
}
.cid-uIGyXrlPr5 .container,
.cid-uIGyXrlPr5 .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-uIGyXrlPr5 ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uIGyXrlPr5 .icons-menu {
    min-width: initial !important;
  }
  .cid-uIGyXrlPr5 a.btn {
    margin-top: 10px;
  }
}
.cid-uIGyXrlPr5 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uIGyXrlPr5 a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uIGyXrlPr5 a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-uIGyXrlPr5 a.nav-link:hover {
  color: #ffffff !important;
}
.cid-uIGyXrlPr5 .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uIGyXrlPr5 .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uIGyXrlPr5 a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uIGyXrlPr5 a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uIGyXrlPr5 .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-uIGyXrlPr5 .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uIGAAUGAA8 {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uIGAAUGAA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIGAAUGAA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIGAAUGAA8 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIGAAUGAA8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIGAAUGAA8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uIGAAUGAA8 .container {
    padding: 0 20px;
  }
}
.cid-uIGAAUGAA8 .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uIGAAUGAA8 .title-wrapper {
    padding: 0;
  }
}
.cid-uIGAAUGAA8 .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uIGAAUGAA8 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uIGAAUGAA8 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uIGAAUGAA8 .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uIGAAUGAA8 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uIGAAUGAA8 .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uIGAAUGAA8 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uIGAAUGAA8 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIGAAUGAA8 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uIGAAUGAA8 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uIGAAUGAA8 .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIGAAUGAA8 .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uIGAAUGAA8 .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uIGAAUGAA8 .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uIGAAUGAA8 .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uIGAAUGAA8 .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uIGAAUGAA8 .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uIGAAUGAA8 .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uIGAAUGAA8 .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uIGAAUGAA8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIGAAUGAA8 .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uIGAAUGAA8 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIGAAUGAA8 .mbr-section-title,
.cid-uIGAAUGAA8 .mbr-section-btn,
.cid-uIGAAUGAA8 .logo-wrap {
  text-align: center;
}
.cid-uIGAGKCGWs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uIGAGKCGWs .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uIGAGKCGWs .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uIGAGKCGWs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIGAGKCGWs .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIGAGKCGWs .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIGAGKCGWs .container {
    padding: 0 22px;
  }
}
.cid-uIGAGKCGWs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uIGAGKCGWs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIGAGKCGWs .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIGAGKCGWs .embla__slide .slide-content {
    display: block;
  }
}
.cid-uIGAGKCGWs .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIGAGKCGWs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIGAGKCGWs .embla__button--next,
.cid-uIGAGKCGWs .embla__button--prev {
  display: flex;
}
.cid-uIGAGKCGWs .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIGAGKCGWs .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIGAGKCGWs .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uIGAGKCGWs .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uIGAGKCGWs .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uIGAGKCGWs .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uIGAGKCGWs .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uIGAGKCGWs .embla {
  position: relative;
  width: 100%;
}
.cid-uIGAGKCGWs .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uIGAGKCGWs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIGAGKCGWs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIGAGKCGWs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIGAGKCGWs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIGyXlC7KC {
  background-color: #000000;
}
.cid-uIGyXlC7KC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIGyXlC7KC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIGyXlC7KC .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIGyXlC7KC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uIGyXlC7KC .container {
    padding: 0 10px;
  }
}
.cid-uIGyXlC7KC .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uIGyXlC7KC .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uIGyXlC7KC .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uIGyXlC7KC .mbr-section-title {
  color: #ffffff;
}
.cid-uIGyXlC7KC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIGyXlC7KC .mbr-text {
  color: #cacaca;
}
.cid-uIGHxjB9s3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uIGHxjB9s3 .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uIGHxjB9s3 .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uIGHxjB9s3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIGHxjB9s3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIGHxjB9s3 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uIGHxjB9s3 .container {
    padding: 0 22px;
  }
}
.cid-uIGHxjB9s3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uIGHxjB9s3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIGHxjB9s3 .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uIGHxjB9s3 .embla__slide .slide-content {
    display: block;
  }
}
.cid-uIGHxjB9s3 .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIGHxjB9s3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIGHxjB9s3 .embla__button--next,
.cid-uIGHxjB9s3 .embla__button--prev {
  display: flex;
}
.cid-uIGHxjB9s3 .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uIGHxjB9s3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIGHxjB9s3 .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uIGHxjB9s3 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uIGHxjB9s3 .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uIGHxjB9s3 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uIGHxjB9s3 .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uIGHxjB9s3 .embla {
  position: relative;
  width: 100%;
}
.cid-uIGHxjB9s3 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uIGHxjB9s3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIGHxjB9s3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIGHxjB9s3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIGHxjB9s3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIGMx3LGvo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uIGMx3LGvo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #a28870, #323337);
}
.cid-uIGMx3LGvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIGMx3LGvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIGMx3LGvo .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uIGMx3LGvo .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uIGMx3LGvo .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uIGMx3LGvo .container {
    padding: 0 16px;
  }
}
.cid-uIGMx3LGvo .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uIGMx3LGvo .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uIGMx3LGvo .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIGMx3LGvo .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-uIGMx3LGvo .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uIGMx3LGvo .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-uIGMx3LGvo .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uIGMx3LGvo .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uIGMx3LGvo .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f4f4f4;
}
.cid-uIGMx3LGvo .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIGMx3LGvo .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIGMx3LGvo .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-uIGMx3LGvo .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-uIGMx3LGvo .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-uIGMx3LGvo .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-uIGMx3LGvo .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-uIGMx3LGvo .mbr-section-title {
  color: #ffffff;
}
.cid-uIGMx3LGvo .mbr-text {
  color: #f4f4f4;
}
.cid-uIGGxQxSfF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uIGGxQxSfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIGGxQxSfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIGGxQxSfF .row {
  justify-content: center;
}
.cid-uIGGxQxSfF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIGGxQxSfF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIGGxQxSfF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIGGxQxSfF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIGGxQxSfF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIGGxQxSfF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIGGxQxSfF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIGGxQxSfF .mbr-section-title {
  color: #ffffff;
}
.cid-uIGGxQxSfF .mbr-text {
  color: #ffffff;
}
.cid-uIGGxQxSfF .mbr-desc {
  color: #ffffff;
}
.cid-uIGOvUvvRm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #080813;
}
.cid-uIGOvUvvRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIGOvUvvRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIGOvUvvRm .content-wrapper {
  padding: 24px;
  border: 1px solid #323046;
}
@media (max-width: 992px) {
  .cid-uIGOvUvvRm .content-wrapper {
    padding: 14px;
  }
}
.cid-uIGOvUvvRm .content-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border: 1px solid #323046;
}
@media (max-width: 1200px) {
  .cid-uIGOvUvvRm .content-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-uIGOvUvvRm .content-wrapper img {
    height: 350px;
  }
}
.cid-uIGGBGfjpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uIGGBGfjpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIGGBGfjpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIGGBGfjpW .row {
  justify-content: center;
}
.cid-uIGGBGfjpW .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIGGBGfjpW .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIGGBGfjpW .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIGGBGfjpW .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIGGBGfjpW .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIGGBGfjpW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIGGBGfjpW .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIGGBGfjpW .mbr-section-title {
  color: #ffffff;
}
.cid-uIGGBGfjpW .mbr-text {
  color: #ffffff;
}
.cid-uIGGBGfjpW .mbr-desc {
  color: #ffffff;
}
.cid-uIGGBGfjpW .mbr-section-title,
.cid-uIGGBGfjpW .mbr-section-btn {
  text-align: center;
}
.cid-uIGGwokBZi {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uIGGwokBZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIGGwokBZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIGGwokBZi .row {
  justify-content: center;
}
.cid-uIGGwokBZi .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIGGwokBZi .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIGGwokBZi .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIGGwokBZi .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIGGwokBZi .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIGGwokBZi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIGGwokBZi .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIGGwokBZi .mbr-section-title {
  color: #ffffff;
}
.cid-uIGGwokBZi .mbr-text {
  color: #ffffff;
}
.cid-uIGGwokBZi .mbr-desc {
  color: #ffffff;
}
.cid-uIGQJn0pw8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uIGQJn0pw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIGQJn0pw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIGQJn0pw8 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIGQJn0pw8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uIGQJn0pw8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uIGQJn0pw8 .container {
    padding: 0 20px;
  }
}
.cid-uIGQJn0pw8 .row {
  justify-content: center;
}
.cid-uIGQJn0pw8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uIGQJn0pw8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uIGQJn0pw8 .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uIGQJn0pw8 .item {
    margin-bottom: 20px;
  }
}
.cid-uIGQJn0pw8 .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-uIGQJn0pw8 .item a .item-wrapper {
  overflow: visible;
}
.cid-uIGQJn0pw8 .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uIGQJn0pw8 .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uIGQJn0pw8 .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uIGQJn0pw8 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uIGQJn0pw8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIGQJn0pw8 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIGyXpB04Y {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uIGyXpB04Y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIGyXpB04Y .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uIGyXpB04Y .col-auto {
    margin: auto;
  }
}
.cid-uIGyXpB04Y textarea {
  min-height: 200px;
}
.cid-uIGyXpB04Y .form-control,
.cid-uIGyXpB04Y .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uIGyXpB04Y .form-control::-webkit-input-placeholder,
.cid-uIGyXpB04Y .field-input::-webkit-input-placeholder,
.cid-uIGyXpB04Y .form-control::-webkit-input-placeholder,
.cid-uIGyXpB04Y .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uIGyXpB04Y .form-control:-moz-placeholder,
.cid-uIGyXpB04Y .field-input:-moz-placeholder,
.cid-uIGyXpB04Y .form-control:-moz-placeholder,
.cid-uIGyXpB04Y .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uIGyXpB04Y .form-control:hover,
.cid-uIGyXpB04Y .field-input:hover,
.cid-uIGyXpB04Y .form-control:focus,
.cid-uIGyXpB04Y .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uIGyXpB04Y .form-control:hover::-webkit-input-placeholder,
.cid-uIGyXpB04Y .field-input:hover::-webkit-input-placeholder,
.cid-uIGyXpB04Y .form-control:focus::-webkit-input-placeholder,
.cid-uIGyXpB04Y .field-input:focus::-webkit-input-placeholder,
.cid-uIGyXpB04Y .form-control:hover::-webkit-input-placeholder,
.cid-uIGyXpB04Y .field-input:hover::-webkit-input-placeholder,
.cid-uIGyXpB04Y .form-control:focus::-webkit-input-placeholder,
.cid-uIGyXpB04Y .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-uIGyXpB04Y .form-control:hover:-moz-placeholder,
.cid-uIGyXpB04Y .field-input:hover:-moz-placeholder,
.cid-uIGyXpB04Y .form-control:focus:-moz-placeholder,
.cid-uIGyXpB04Y .field-input:focus:-moz-placeholder,
.cid-uIGyXpB04Y .form-control:hover:-moz-placeholder,
.cid-uIGyXpB04Y .field-input:hover:-moz-placeholder,
.cid-uIGyXpB04Y .form-control:focus:-moz-placeholder,
.cid-uIGyXpB04Y .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-uIGyXpB04Y .jq-number__spin:hover,
.cid-uIGyXpB04Y .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uIGyXpB04Y .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uIGyXpB04Y .jq-selectbox li,
.cid-uIGyXpB04Y .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uIGyXpB04Y .jq-selectbox li:hover,
.cid-uIGyXpB04Y .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-uIGyXpB04Y .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uIGyXpB04Y .jq-number__spin.minus:hover:after,
.cid-uIGyXpB04Y .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uIGyXpB04Y .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uIGyXpB04Y .jq-number__spin.minus:after,
.cid-uIGyXpB04Y .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-uIGyXpB04Y input::-webkit-clear-button {
  display: none;
}
.cid-uIGyXpB04Y input::-webkit-inner-spin-button {
  display: none;
}
.cid-uIGyXpB04Y input::-webkit-outer-spin-button {
  display: none;
}
.cid-uIGyXpB04Y input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uIGyXpB04Y H4 {
  color: #36187d;
}
.cid-uIGyXpB04Y .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-uIGyXpB04Y P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-uIGyXpB04Y .form-row {
    flex-direction: column;
  }
}
.cid-uIGyXqCyUg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-uIGyXqCyUg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIGyXqCyUg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uIGyXqCyUg img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uIGyXqCyUg .col-lg-3 {
    text-align: center;
  }
}
.cid-uIGyXqCyUg .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uIGyXqCyUg .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uIGyXqCyUg .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uIGyXqCyUg .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uIGyXqCyUg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uIGyXqCyUg .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uIGyXqCyUg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIGyXqCyUg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uIGyXqCyUg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uIGyXqCyUg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uIGyXqCyUg .foot-menu-item {
  color: #bbbbbb;
}
.cid-uIGyXqCyUg .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uIGyXqCyUg .media-container-row .mbr-text {
  text-align: left;
}
.cid-uJdVFrwzCg .navbar-dropdown {
  position: relative !important;
}
.cid-uJdVFrwzCg .navbar-dropdown {
  position: absolute !important;
}
.cid-uJdVFrwzCg .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-uJdVFrwzCg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uJdVFrwzCg .dropdown-item:hover,
.cid-uJdVFrwzCg .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uJdVFrwzCg .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uJdVFrwzCg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-uJdVFrwzCg .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-uJdVFrwzCg .container {
  display: flex;
  margin: auto;
}
.cid-uJdVFrwzCg .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-uJdVFrwzCg .dropdown-menu,
.cid-uJdVFrwzCg .navbar.opened {
  background: #000000 !important;
}
.cid-uJdVFrwzCg .nav-item:focus,
.cid-uJdVFrwzCg .nav-link:focus {
  outline: none;
}
.cid-uJdVFrwzCg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJdVFrwzCg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdVFrwzCg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uJdVFrwzCg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJdVFrwzCg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJdVFrwzCg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJdVFrwzCg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uJdVFrwzCg .navbar.opened {
  transition: all 0.3s;
}
.cid-uJdVFrwzCg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJdVFrwzCg .navbar .navbar-logo img {
  width: auto;
}
.cid-uJdVFrwzCg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uJdVFrwzCg .navbar.collapsed {
  justify-content: center;
}
.cid-uJdVFrwzCg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJdVFrwzCg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJdVFrwzCg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJdVFrwzCg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJdVFrwzCg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJdVFrwzCg .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-uJdVFrwzCg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJdVFrwzCg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJdVFrwzCg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJdVFrwzCg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJdVFrwzCg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJdVFrwzCg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJdVFrwzCg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJdVFrwzCg .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-uJdVFrwzCg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJdVFrwzCg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJdVFrwzCg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJdVFrwzCg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJdVFrwzCg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJdVFrwzCg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJdVFrwzCg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJdVFrwzCg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJdVFrwzCg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJdVFrwzCg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJdVFrwzCg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJdVFrwzCg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJdVFrwzCg .dropdown-item.active,
.cid-uJdVFrwzCg .dropdown-item:active {
  background-color: transparent;
}
.cid-uJdVFrwzCg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJdVFrwzCg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJdVFrwzCg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJdVFrwzCg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uJdVFrwzCg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJdVFrwzCg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdVFrwzCg ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uJdVFrwzCg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJdVFrwzCg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJdVFrwzCg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJdVFrwzCg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJdVFrwzCg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdVFrwzCg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJdVFrwzCg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJdVFrwzCg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdVFrwzCg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJdVFrwzCg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJdVFrwzCg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJdVFrwzCg .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uJdVFrwzCg a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-uJdVFrwzCg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJdVFrwzCg .navbar {
    height: 70px;
  }
  .cid-uJdVFrwzCg .navbar.opened {
    height: auto;
  }
  .cid-uJdVFrwzCg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJdVFrwzCg a {
  display: inline;
}
.cid-uJdVFrwzCg img {
  display: inline;
  padding-right: 10px;
}
.cid-uJdVFrwzCg .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-uJdVFrwzCg .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uJdVFrwzCg .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-uJdVFrwzCg .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uJdVFrwzCg .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uJdVFrwzCg .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uJdVFrwzCg .nav-item {
  margin-right: 32px;
}
.cid-uJdVFrwzCg .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uJdVFrwzCg ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uJdVFrwzCg .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uJdVFrwzCg .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uJdVFrwzCg .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uJdVFrwzCg .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-uJdVFrwzCg .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uJdVFrwzCg .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-uJdVFrwzCg .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uJdVFrwzCg .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uJdVFrwzCg .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-uJdVFrwzCg .top {
    margin-top: 25px;
  }
}
.cid-uJdVFrwzCg .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uJdVFrwzCg .container,
  .cid-uJdVFrwzCg .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uJdVFrwzCg li:last-child {
  margin-right: 0;
}
.cid-uJdVFrwzCg ul.navbar-nav {
  padding-left: 0;
}
.cid-uJdVFrwzCg .container,
.cid-uJdVFrwzCg .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-uJdVFrwzCg ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uJdVFrwzCg .icons-menu {
    min-width: initial !important;
  }
  .cid-uJdVFrwzCg a.btn {
    margin-top: 10px;
  }
}
.cid-uJdVFrwzCg a.btn > span {
  margin-left: 0.5rem;
}
.cid-uJdVFrwzCg a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uJdVFrwzCg a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-uJdVFrwzCg a.nav-link:hover {
  color: #ffffff !important;
}
.cid-uJdVFrwzCg .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uJdVFrwzCg .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uJdVFrwzCg a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uJdVFrwzCg a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uJdVFrwzCg .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-uJdVFrwzCg .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uJdVFtaGeo {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uJdVFtaGeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFtaGeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFtaGeo .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJdVFtaGeo .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJdVFtaGeo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJdVFtaGeo .container {
    padding: 0 20px;
  }
}
.cid-uJdVFtaGeo .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uJdVFtaGeo .title-wrapper {
    padding: 0;
  }
}
.cid-uJdVFtaGeo .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJdVFtaGeo .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uJdVFtaGeo .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uJdVFtaGeo .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uJdVFtaGeo .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJdVFtaGeo .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uJdVFtaGeo .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uJdVFtaGeo .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJdVFtaGeo .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uJdVFtaGeo .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJdVFtaGeo .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJdVFtaGeo .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uJdVFtaGeo .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uJdVFtaGeo .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uJdVFtaGeo .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uJdVFtaGeo .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uJdVFtaGeo .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uJdVFtaGeo .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uJdVFtaGeo .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uJdVFtaGeo .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFtaGeo .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uJdVFtaGeo .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJdVFtaGeo .mbr-section-title,
.cid-uJdVFtaGeo .mbr-section-btn,
.cid-uJdVFtaGeo .logo-wrap {
  text-align: center;
}
.cid-uJdVFufHES {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uJdVFufHES .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uJdVFufHES .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uJdVFufHES .col-auto {
    margin: auto;
  }
}
.cid-uJdVFufHES textarea {
  min-height: 200px;
}
.cid-uJdVFufHES .form-control,
.cid-uJdVFufHES .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uJdVFufHES .form-control::-webkit-input-placeholder,
.cid-uJdVFufHES .field-input::-webkit-input-placeholder,
.cid-uJdVFufHES .form-control::-webkit-input-placeholder,
.cid-uJdVFufHES .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uJdVFufHES .form-control:-moz-placeholder,
.cid-uJdVFufHES .field-input:-moz-placeholder,
.cid-uJdVFufHES .form-control:-moz-placeholder,
.cid-uJdVFufHES .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uJdVFufHES .form-control:hover,
.cid-uJdVFufHES .field-input:hover,
.cid-uJdVFufHES .form-control:focus,
.cid-uJdVFufHES .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uJdVFufHES .form-control:hover::-webkit-input-placeholder,
.cid-uJdVFufHES .field-input:hover::-webkit-input-placeholder,
.cid-uJdVFufHES .form-control:focus::-webkit-input-placeholder,
.cid-uJdVFufHES .field-input:focus::-webkit-input-placeholder,
.cid-uJdVFufHES .form-control:hover::-webkit-input-placeholder,
.cid-uJdVFufHES .field-input:hover::-webkit-input-placeholder,
.cid-uJdVFufHES .form-control:focus::-webkit-input-placeholder,
.cid-uJdVFufHES .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-uJdVFufHES .form-control:hover:-moz-placeholder,
.cid-uJdVFufHES .field-input:hover:-moz-placeholder,
.cid-uJdVFufHES .form-control:focus:-moz-placeholder,
.cid-uJdVFufHES .field-input:focus:-moz-placeholder,
.cid-uJdVFufHES .form-control:hover:-moz-placeholder,
.cid-uJdVFufHES .field-input:hover:-moz-placeholder,
.cid-uJdVFufHES .form-control:focus:-moz-placeholder,
.cid-uJdVFufHES .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-uJdVFufHES .jq-number__spin:hover,
.cid-uJdVFufHES .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uJdVFufHES .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJdVFufHES .jq-selectbox li,
.cid-uJdVFufHES .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uJdVFufHES .jq-selectbox li:hover,
.cid-uJdVFufHES .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-uJdVFufHES .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uJdVFufHES .jq-number__spin.minus:hover:after,
.cid-uJdVFufHES .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uJdVFufHES .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uJdVFufHES .jq-number__spin.minus:after,
.cid-uJdVFufHES .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-uJdVFufHES input::-webkit-clear-button {
  display: none;
}
.cid-uJdVFufHES input::-webkit-inner-spin-button {
  display: none;
}
.cid-uJdVFufHES input::-webkit-outer-spin-button {
  display: none;
}
.cid-uJdVFufHES input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uJdVFufHES H4 {
  color: #36187d;
}
.cid-uJdVFufHES .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-uJdVFufHES P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-uJdVFufHES .form-row {
    flex-direction: column;
  }
}
.cid-uJdVFv206Y {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uJdVFv206Y .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.2;
}
.cid-uJdVFv206Y .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uJdVFv206Y .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJdVFv206Y .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uJdVFv206Y .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uJdVFv206Y .container {
    padding: 0 22px;
  }
}
.cid-uJdVFv206Y .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uJdVFv206Y .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uJdVFv206Y .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uJdVFv206Y .embla__slide .slide-content {
    display: block;
  }
}
.cid-uJdVFv206Y .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJdVFv206Y .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uJdVFv206Y .embla__button--next,
.cid-uJdVFv206Y .embla__button--prev {
  display: flex;
}
.cid-uJdVFv206Y .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uJdVFv206Y .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJdVFv206Y .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uJdVFv206Y .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uJdVFv206Y .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uJdVFv206Y .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uJdVFv206Y .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uJdVFv206Y .embla {
  position: relative;
  width: 100%;
}
.cid-uJdVFv206Y .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uJdVFv206Y .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJdVFv206Y .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJdVFv206Y .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJdVFv206Y .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJvzyfv1uM {
  background-color: #000000;
}
.cid-uJvzyfv1uM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvzyfv1uM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uJvzyfv1uM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJvzyfv1uM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJvzyfv1uM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJvzyfv1uM .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJvzyfv1uM .container {
    padding: 0 24px;
  }
}
.cid-uJvzyfv1uM .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJvzyfv1uM .image-wrapper img {
    height: 700px;
  }
}
.cid-uJdVFwePRB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFwePRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFwePRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFwePRB .row {
  justify-content: center;
}
.cid-uJdVFwePRB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFwePRB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFwePRB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFwePRB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFwePRB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFwePRB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFwePRB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFwePRB .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFwePRB .mbr-text {
  color: #ffffff;
}
.cid-uJdVFwePRB .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFx4vdr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJdVFx4vdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFx4vdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFx4vdr .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFx4vdr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJdVFx4vdr .container {
    padding: 0 26px;
  }
}
.cid-uJdVFx4vdr .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJdVFx4vdr .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJdVFx4vdr .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJdVFx4vdr .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFx4vdr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJdVFx4vdr .mbr-text {
  color: #cacaca;
}
.cid-uJdVFxOSRT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFxOSRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFxOSRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFxOSRT .row {
  justify-content: center;
}
.cid-uJdVFxOSRT .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFxOSRT .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFxOSRT .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFxOSRT .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFxOSRT .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFxOSRT .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFxOSRT .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFxOSRT .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFxOSRT .mbr-text {
  color: #ffffff;
}
.cid-uJdVFxOSRT .mbr-desc {
  color: #ffffff;
}
.cid-uJvBgKyAcm {
  background-color: #000000;
}
.cid-uJvBgKyAcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvBgKyAcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uJvBgKyAcm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJvBgKyAcm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJvBgKyAcm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJvBgKyAcm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJvBgKyAcm .container {
    padding: 0 24px;
  }
}
.cid-uJvBgKyAcm .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJvBgKyAcm .image-wrapper img {
    height: 700px;
  }
}
.cid-uJdVFzzyqz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFzzyqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFzzyqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFzzyqz .row {
  justify-content: center;
}
.cid-uJdVFzzyqz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFzzyqz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFzzyqz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFzzyqz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFzzyqz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFzzyqz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFzzyqz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFzzyqz .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFzzyqz .mbr-text {
  color: #ffffff;
}
.cid-uJdVFzzyqz .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFAv6ZY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFAv6ZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFAv6ZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFAv6ZY .row {
  justify-content: center;
}
.cid-uJdVFAv6ZY .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFAv6ZY .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFAv6ZY .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFAv6ZY .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFAv6ZY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFAv6ZY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFAv6ZY .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFAv6ZY .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFAv6ZY .mbr-text {
  color: #ffffff;
}
.cid-uJdVFAv6ZY .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFBmFO3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJdVFBmFO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFBmFO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFBmFO3 .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFBmFO3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJdVFBmFO3 .container {
    padding: 0 26px;
  }
}
.cid-uJdVFBmFO3 .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJdVFBmFO3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJdVFBmFO3 .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJdVFBmFO3 .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFBmFO3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJdVFBmFO3 .mbr-text {
  color: #cacaca;
}
.cid-uJdVFC9qg8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFC9qg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFC9qg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFC9qg8 .row {
  justify-content: center;
}
.cid-uJdVFC9qg8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFC9qg8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFC9qg8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFC9qg8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFC9qg8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFC9qg8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFC9qg8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFC9qg8 .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFC9qg8 .mbr-text {
  color: #ffffff;
}
.cid-uJdVFC9qg8 .mbr-desc {
  color: #ffffff;
}
.cid-uJvSbd5AYS {
  background-color: #000000;
}
.cid-uJvSbd5AYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJvSbd5AYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-uJvSbd5AYS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJvSbd5AYS .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJvSbd5AYS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJvSbd5AYS .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJvSbd5AYS .container {
    padding: 0 24px;
  }
}
.cid-uJvSbd5AYS .image-wrapper img {
  border: 1px solid #edeceb;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJvSbd5AYS .image-wrapper img {
    height: 700px;
  }
}
.cid-uJdVFDKUUa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFDKUUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFDKUUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFDKUUa .row {
  justify-content: center;
}
.cid-uJdVFDKUUa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFDKUUa .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFDKUUa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFDKUUa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFDKUUa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFDKUUa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFDKUUa .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFDKUUa .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFDKUUa .mbr-text {
  color: #ffffff;
}
.cid-uJdVFDKUUa .mbr-desc {
  color: #ffffff;
}
.cid-uJw0zr0E4F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJw0zr0E4F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJw0zr0E4F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJw0zr0E4F .row {
  justify-content: center;
}
.cid-uJw0zr0E4F .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJw0zr0E4F .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJw0zr0E4F .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJw0zr0E4F .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJw0zr0E4F .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJw0zr0E4F .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJw0zr0E4F .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJw0zr0E4F .mbr-section-title {
  color: #ffffff;
}
.cid-uJw0zr0E4F .mbr-text {
  color: #ffffff;
}
.cid-uJw0zr0E4F .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFEBtUx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFEBtUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFEBtUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFEBtUx .row {
  justify-content: center;
}
.cid-uJdVFEBtUx .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFEBtUx .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFEBtUx .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFEBtUx .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFEBtUx .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFEBtUx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFEBtUx .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFEBtUx .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFEBtUx .mbr-text {
  color: #ffffff;
}
.cid-uJdVFEBtUx .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFyNMXj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJdVFyNMXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFyNMXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFyNMXj .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFyNMXj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJdVFyNMXj .container {
    padding: 0 26px;
  }
}
.cid-uJdVFyNMXj .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJdVFyNMXj .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJdVFyNMXj .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJdVFyNMXj .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFyNMXj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJdVFyNMXj .mbr-text {
  color: #cacaca;
}
.cid-uJdVFGlCpR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFGlCpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFGlCpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFGlCpR .row {
  justify-content: center;
}
.cid-uJdVFGlCpR .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFGlCpR .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFGlCpR .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFGlCpR .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFGlCpR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFGlCpR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFGlCpR .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFGlCpR .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFGlCpR .mbr-text {
  color: #ffffff;
}
.cid-uJdVFGlCpR .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFIcQaj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFIcQaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFIcQaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFIcQaj .row {
  justify-content: center;
}
.cid-uJdVFIcQaj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFIcQaj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFIcQaj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFIcQaj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFIcQaj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFIcQaj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFIcQaj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFIcQaj .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFIcQaj .mbr-text {
  color: #ffffff;
}
.cid-uJdVFIcQaj .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFCZjP2 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJdVFCZjP2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFCZjP2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFCZjP2 .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFCZjP2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJdVFCZjP2 .container {
    padding: 0 26px;
  }
}
.cid-uJdVFCZjP2 .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJdVFCZjP2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJdVFCZjP2 .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJdVFCZjP2 .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFCZjP2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJdVFCZjP2 .mbr-text {
  color: #cacaca;
}
.cid-uJdVFKUbAh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFKUbAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFKUbAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFKUbAh .row {
  justify-content: center;
}
.cid-uJdVFKUbAh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFKUbAh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFKUbAh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFKUbAh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFKUbAh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFKUbAh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFKUbAh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFKUbAh .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFKUbAh .mbr-text {
  color: #ffffff;
}
.cid-uJdVFKUbAh .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFLRvOh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJdVFLRvOh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFLRvOh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFLRvOh .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFLRvOh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJdVFLRvOh .container {
    padding: 0 26px;
  }
}
.cid-uJdVFLRvOh .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJdVFLRvOh .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJdVFLRvOh .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJdVFLRvOh .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFLRvOh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJdVFLRvOh .mbr-text {
  color: #cacaca;
}
.cid-uJdVFMLs49 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFMLs49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFMLs49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFMLs49 .row {
  justify-content: center;
}
.cid-uJdVFMLs49 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFMLs49 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFMLs49 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFMLs49 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFMLs49 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFMLs49 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFMLs49 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFMLs49 .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFMLs49 .mbr-text {
  color: #ffffff;
}
.cid-uJdVFMLs49 .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFNIzBT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFNIzBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFNIzBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFNIzBT .row {
  justify-content: center;
}
.cid-uJdVFNIzBT .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFNIzBT .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFNIzBT .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFNIzBT .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFNIzBT .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFNIzBT .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFNIzBT .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFNIzBT .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFNIzBT .mbr-text {
  color: #ffffff;
}
.cid-uJdVFNIzBT .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFOEcQQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJdVFOEcQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFOEcQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFOEcQQ .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFOEcQQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJdVFOEcQQ .container {
    padding: 0 26px;
  }
}
.cid-uJdVFOEcQQ .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJdVFOEcQQ .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJdVFOEcQQ .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJdVFOEcQQ .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFOEcQQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJdVFOEcQQ .mbr-text {
  color: #cacaca;
}
.cid-uJdVFPtWLz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJdVFPtWLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFPtWLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFPtWLz .row {
  justify-content: center;
}
.cid-uJdVFPtWLz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFPtWLz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFPtWLz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFPtWLz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFPtWLz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFPtWLz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFPtWLz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFPtWLz .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFPtWLz .mbr-text {
  color: #ffffff;
}
.cid-uJdVFPtWLz .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFFyrXJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJdVFFyrXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFFyrXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFFyrXJ .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFFyrXJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJdVFFyrXJ .container {
    padding: 0 26px;
  }
}
.cid-uJdVFFyrXJ .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJdVFFyrXJ .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJdVFFyrXJ .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJdVFFyrXJ .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFFyrXJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJdVFFyrXJ .mbr-text {
  color: #cacaca;
}
.cid-uJiJaCann5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJiJaCann5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiJaCann5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiJaCann5 .row {
  justify-content: center;
}
.cid-uJiJaCann5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJiJaCann5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJiJaCann5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJiJaCann5 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJiJaCann5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJiJaCann5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJiJaCann5 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJiJaCann5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJiJaCann5 .mbr-text {
  color: #ffffff;
}
.cid-uJiJaCann5 .mbr-desc {
  color: #ffffff;
}
.cid-uJzW2btb21 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJzW2btb21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzW2btb21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzW2btb21 .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJzW2btb21 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJzW2btb21 .container {
    padding: 0 26px;
  }
}
.cid-uJzW2btb21 .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJzW2btb21 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJzW2btb21 .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJzW2btb21 .mbr-section-title {
  color: #ffffff;
}
.cid-uJzW2btb21 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJzW2btb21 .mbr-text {
  color: #cacaca;
}
.cid-uJiLyGiCoX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJiLyGiCoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJiLyGiCoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJiLyGiCoX .row {
  justify-content: center;
}
.cid-uJiLyGiCoX .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJiLyGiCoX .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJiLyGiCoX .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJiLyGiCoX .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJiLyGiCoX .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJiLyGiCoX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJiLyGiCoX .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJiLyGiCoX .mbr-section-title {
  color: #ffffff;
}
.cid-uJiLyGiCoX .mbr-text {
  color: #ffffff;
}
.cid-uJiLyGiCoX .mbr-desc {
  color: #ffffff;
}
.cid-uJdVFQwvxc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJdVFQwvxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFQwvxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFQwvxc .row {
  justify-content: center;
}
.cid-uJdVFQwvxc .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJdVFQwvxc .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJdVFQwvxc .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJdVFQwvxc .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJdVFQwvxc .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJdVFQwvxc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJdVFQwvxc .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJdVFQwvxc .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFQwvxc .mbr-text {
  color: #ffffff;
}
.cid-uJdVFQwvxc .mbr-desc {
  color: #ffffff;
}
.cid-uJjm1vg7QJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #000000 110%);
}
.cid-uJjm1vg7QJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJjm1vg7QJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJjm1vg7QJ .row {
  justify-content: center;
}
.cid-uJjm1vg7QJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJjm1vg7QJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJjm1vg7QJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJjm1vg7QJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJjm1vg7QJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJjm1vg7QJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJjm1vg7QJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJjm1vg7QJ .mbr-section-title {
  color: #ffffff;
}
.cid-uJjm1vg7QJ .mbr-text {
  color: #ffffff;
}
.cid-uJjm1vg7QJ .mbr-desc {
  color: #424242;
}
.cid-uJdVFRF2cI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJdVFRF2cI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFRF2cI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFRF2cI .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFRF2cI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uJdVFRF2cI .container {
    padding: 0 26px;
  }
}
.cid-uJdVFRF2cI .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uJdVFRF2cI .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uJdVFRF2cI .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uJdVFRF2cI .mbr-section-title {
  color: #ffffff;
}
.cid-uJdVFRF2cI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJdVFRF2cI .mbr-text {
  color: #cacaca;
}
.cid-uJdVFSBwos {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #161616;
}
.cid-uJdVFSBwos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFSBwos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFSBwos .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJdVFSBwos .container-fluid {
    padding: 0;
  }
}
.cid-uJdVFSBwos .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJdVFSBwos .container {
    padding: 0 20px;
  }
}
.cid-uJdVFSBwos .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uJdVFSBwos .row a {
  display: block;
  position: absolute;
  width: fit-content;
}
.cid-uJdVFSBwos .row a .mbr-iconfont {
  width: 102px;
  height: 102px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6a6e71;
}
@media (max-width: 992px) {
  .cid-uJdVFSBwos .row a .mbr-iconfont {
    width: 70px;
    height: 70px;
  }
}
.cid-uJdVFSBwos .card {
  padding: 0;
}
.cid-uJdVFSBwos .card img {
  height: 240px;
  object-fit: cover;
}
.cid-uJdVFSBwos .line-gradient {
  background-image: linear-gradient(45deg, #b40e15, #424242, #000000);
  height: 10px;
}
.cid-uJdVFSBwos .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJdVFSBwos .mbr-emoji {
  color: #ffffff;
}
.cid-uJdVFTMnEA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uJdVFTMnEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFTMnEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFTMnEA .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJdVFTMnEA .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJdVFTMnEA .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJdVFTMnEA .container {
    padding: 0 20px;
  }
}
.cid-uJdVFTMnEA .row {
  justify-content: center;
}
.cid-uJdVFTMnEA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uJdVFTMnEA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uJdVFTMnEA .item {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uJdVFTMnEA .item {
    margin-bottom: 20px;
  }
}
.cid-uJdVFTMnEA .item a:hover .item-wrapper .item-img img {
  transform: translateY(-7px);
}
.cid-uJdVFTMnEA .item a .item-wrapper {
  overflow: visible;
}
.cid-uJdVFTMnEA .item a .item-wrapper .item-img img {
  border: 1px solid #000000;
  height: 250px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.cid-uJdVFTMnEA .item a .item-wrapper .item-content {
  margin-top: 26px;
}
@media (max-width: 992px) {
  .cid-uJdVFTMnEA .item a .item-wrapper .item-content {
    margin-top: 16px;
  }
}
.cid-uJdVFTMnEA .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uJdVFTMnEA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJdVFTMnEA .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJdVFUO7U1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uJdVFUO7U1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFUO7U1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFUO7U1 .mbr-section-head {
  margin-bottom: 110px;
}
@media (max-width: 1399px) {
  .cid-uJdVFUO7U1 .mbr-section-head {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-uJdVFUO7U1 .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uJdVFUO7U1 .mbr-section-title {
  color: #e3ebf3;
}
.cid-uJdVFUO7U1 .mbr-section-subtitle {
  margin-top: 30px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uJdVFUO7U1 .mbr-section-subtitle {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uJdVFUO7U1 .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-uJdVFUO7U1 .col-text {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 48vw;
  padding: 100px 120px 100px 100px !important;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/images/rapper-drama-drama-rapper-terence-cook-left-right-left-mob-life-1024x1024.webp");
}
@media (max-width: 1399px) {
  .cid-uJdVFUO7U1 .col-text {
    padding: 80px !important;
  }
}
@media (max-width: 1199px) {
  .cid-uJdVFUO7U1 .col-text {
    width: 100%;
    min-height: 500px;
    padding: 50px !important;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uJdVFUO7U1 .col-text {
    padding: 20px !important;
    min-height: 360px;
  }
}
.cid-uJdVFUO7U1 .col-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(10, 11, 13, 0) 0, rgba(10, 11, 13, 0.8) 100%);
}
.cid-uJdVFUO7U1 .card-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
}
.cid-uJdVFUO7U1 .card-subtitle {
  position: relative;
  margin-top: 16px;
  color: #e3ebf3;
}
.cid-uJdVFUO7U1 .mbr-section-btn {
  position: relative;
  margin-top: 16px;
}
.cid-uJdVFVVjKL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJdVFVVjKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFVVjKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFVVjKL .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uJdVFVVjKL .mbr-section-title {
  color: #24262b;
}
.cid-uJdVFVVjKL .mbr-section-subtitle {
  color: #24262b;
}
.cid-uJdVFVVjKL .cards-row {
  row-gap: 32px;
}
.cid-uJdVFVVjKL .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uJdVFVVjKL .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uJdVFVVjKL .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uJdVFVVjKL .card-subtitle {
  color: #24262b;
}
.cid-uJdVFVVjKL .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uJdVFVVjKL .mbr-section-btn {
  margin-top: 20px;
}
.cid-uJdVFVVjKL .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-uJdVFVVjKL .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-uJdVFX4MYc {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uJdVFX4MYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFX4MYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVFX4MYc .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJdVFX4MYc .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJdVFX4MYc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uJdVFX4MYc .container {
    padding: 0 20px;
  }
}
.cid-uJdVFX4MYc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-uJdVFX4MYc .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uJdVFX4MYc .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .cid-uJdVFX4MYc .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-uJdVFX4MYc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uJdVFX4MYc .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-uJdVFX4MYc .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-uJdVFX4MYc .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uJdVFX4MYc .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: .5;
}
.cid-uJdVFX4MYc .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-uJdVFX4MYc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .cid-uJdVFX4MYc .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uJdVFX4MYc .embla__slide .card-wrap {
  display: flex;
  width: 100%;
}
.cid-uJdVFX4MYc .embla__slide .card-wrap:hover .item-wrapper .image-wrap img {
  transform: scale(1.05);
}
.cid-uJdVFX4MYc .embla__slide .card-wrap .item-wrapper .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-uJdVFX4MYc .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 300px;
  height: 190px;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .cid-uJdVFX4MYc .embla__slide .card-wrap .item-wrapper .image-wrap img {
    width: 140px;
    height: 105px;
  }
}
.cid-uJdVFX4MYc .embla__slide .card-wrap .content-wrap {
  padding-left: 30px;
  width: 70%;
}
.cid-uJdVFX4MYc .embla__slide .card-wrap .content-wrap .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uJdVFX4MYc .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uJdVFX4MYc .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-right: 10px;
  margin-bottom: 0;
}
.cid-uJdVFX4MYc .embla__slide .card-wrap .content-wrap .desc-wrapper .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uJdVFX4MYc .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJdVFX4MYc .embla__button--next,
.cid-uJdVFX4MYc .embla__button--prev {
  display: flex;
}
.cid-uJdVFX4MYc .embla__button {
  top: -1rem;
  width: 22px;
  height: 22px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent;
  color: #c8d814;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uJdVFX4MYc .embla__button {
    display: none;
  }
}
.cid-uJdVFX4MYc .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uJdVFX4MYc .embla__button:hover {
  background: transparent;
  color: #c8d814;
  opacity: .7;
}
.cid-uJdVFX4MYc .embla__button.embla__button--prev {
  left: 3rem;
}
.cid-uJdVFX4MYc .embla__button.embla__button--next {
  right: 3rem;
}
@media (max-width: 767px) {
  .cid-uJdVFX4MYc .embla__button {
    top: 0;
  }
}
.cid-uJdVFX4MYc .embla {
  position: relative;
  width: 100%;
}
.cid-uJdVFX4MYc .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uJdVFX4MYc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uJdVFX4MYc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uJdVFX4MYc .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uJdVFX4MYc .mbr-section-subtitle {
  color: #000000;
}
.cid-uJdVFX4MYc .mbr-section-title {
  color: #000000;
}
.cid-uJdVFX4MYc .mbr-desc {
  color: #000000;
}
.cid-uJdVFX4MYc .mbr-date {
  color: #6a6e71;
}
.cid-uJdVFX4MYc .mbr-text {
  color: #000000;
}
.cid-uJdVFYgJpm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uJdVFYgJpm .mbr-section-title {
  margin-bottom: 0;
  color: #e2e7f8;
}
.cid-uJdVFYgJpm .mbr-text {
  margin: 25px 0 65px;
}
.cid-uJdVFYgJpm .form-group {
  margin-bottom: 0;
}
.cid-uJdVFYgJpm .dragArea .form-control {
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-uJdVFYgJpm .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-uJdVFYgJpm .dragArea input::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-uJdVFYgJpm .dragArea textarea::placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-uJdVFYgJpm .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-uJdVFYgJpm .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-uJdVFYgJpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJdVFYgJpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJdVG0fqka {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJdVG0fqka .twitter-wrapper,
.cid-uJdVG0fqka iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-uJdVG0fqka a.twitter-timeline {
  display: none;
}
.cid-uJdVG1gHTg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-uJdVG1gHTg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJdVG1gHTg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uJdVG1gHTg img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uJdVG1gHTg .col-lg-3 {
    text-align: center;
  }
}
.cid-uJdVG1gHTg .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uJdVG1gHTg .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uJdVG1gHTg .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uJdVG1gHTg .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdVG1gHTg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uJdVG1gHTg .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uJdVG1gHTg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJdVG1gHTg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uJdVG1gHTg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uJdVG1gHTg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uJdVG1gHTg .foot-menu-item {
  color: #bbbbbb;
}
.cid-uJdVG1gHTg .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uJdVG1gHTg .media-container-row .mbr-text {
  text-align: left;
}
.cid-uKkROWEG7h .navbar-dropdown {
  position: relative !important;
}
.cid-uKkROWEG7h .navbar-dropdown {
  position: absolute !important;
}
.cid-uKkROWEG7h .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-uKkROWEG7h .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uKkROWEG7h .dropdown-item:hover,
.cid-uKkROWEG7h .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uKkROWEG7h .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uKkROWEG7h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-uKkROWEG7h .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-uKkROWEG7h .container {
  display: flex;
  margin: auto;
}
.cid-uKkROWEG7h .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-uKkROWEG7h .dropdown-menu,
.cid-uKkROWEG7h .navbar.opened {
  background: #000000 !important;
}
.cid-uKkROWEG7h .nav-item:focus,
.cid-uKkROWEG7h .nav-link:focus {
  outline: none;
}
.cid-uKkROWEG7h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKkROWEG7h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKkROWEG7h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uKkROWEG7h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKkROWEG7h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKkROWEG7h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKkROWEG7h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uKkROWEG7h .navbar.opened {
  transition: all 0.3s;
}
.cid-uKkROWEG7h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKkROWEG7h .navbar .navbar-logo img {
  width: auto;
}
.cid-uKkROWEG7h .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKkROWEG7h .navbar.collapsed {
  justify-content: center;
}
.cid-uKkROWEG7h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKkROWEG7h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKkROWEG7h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uKkROWEG7h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKkROWEG7h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKkROWEG7h .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-uKkROWEG7h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKkROWEG7h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKkROWEG7h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKkROWEG7h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKkROWEG7h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKkROWEG7h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKkROWEG7h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKkROWEG7h .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-uKkROWEG7h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKkROWEG7h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKkROWEG7h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKkROWEG7h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKkROWEG7h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKkROWEG7h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKkROWEG7h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKkROWEG7h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKkROWEG7h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKkROWEG7h .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKkROWEG7h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKkROWEG7h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKkROWEG7h .dropdown-item.active,
.cid-uKkROWEG7h .dropdown-item:active {
  background-color: transparent;
}
.cid-uKkROWEG7h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKkROWEG7h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKkROWEG7h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKkROWEG7h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uKkROWEG7h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKkROWEG7h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKkROWEG7h ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uKkROWEG7h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKkROWEG7h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKkROWEG7h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKkROWEG7h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKkROWEG7h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKkROWEG7h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKkROWEG7h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKkROWEG7h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKkROWEG7h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKkROWEG7h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKkROWEG7h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKkROWEG7h .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uKkROWEG7h a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-uKkROWEG7h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKkROWEG7h .navbar {
    height: 70px;
  }
  .cid-uKkROWEG7h .navbar.opened {
    height: auto;
  }
  .cid-uKkROWEG7h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKkROWEG7h a {
  display: inline;
}
.cid-uKkROWEG7h img {
  display: inline;
  padding-right: 10px;
}
.cid-uKkROWEG7h .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-uKkROWEG7h .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uKkROWEG7h .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-uKkROWEG7h .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uKkROWEG7h .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uKkROWEG7h .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uKkROWEG7h .nav-item {
  margin-right: 32px;
}
.cid-uKkROWEG7h .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uKkROWEG7h ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uKkROWEG7h .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uKkROWEG7h .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uKkROWEG7h .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uKkROWEG7h .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-uKkROWEG7h .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uKkROWEG7h .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-uKkROWEG7h .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uKkROWEG7h .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uKkROWEG7h .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-uKkROWEG7h .top {
    margin-top: 25px;
  }
}
.cid-uKkROWEG7h .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uKkROWEG7h .container,
  .cid-uKkROWEG7h .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uKkROWEG7h li:last-child {
  margin-right: 0;
}
.cid-uKkROWEG7h ul.navbar-nav {
  padding-left: 0;
}
.cid-uKkROWEG7h .container,
.cid-uKkROWEG7h .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-uKkROWEG7h ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uKkROWEG7h .icons-menu {
    min-width: initial !important;
  }
  .cid-uKkROWEG7h a.btn {
    margin-top: 10px;
  }
}
.cid-uKkROWEG7h a.btn > span {
  margin-left: 0.5rem;
}
.cid-uKkROWEG7h a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uKkROWEG7h a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-uKkROWEG7h a.nav-link:hover {
  color: #ffffff !important;
}
.cid-uKkROWEG7h .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uKkROWEG7h .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uKkROWEG7h a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uKkROWEG7h a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uKkROWEG7h .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-uKkROWEG7h .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uKkROYh5Y0 {
  overflow: hidden;
  background-image: url("../../../assets/images/banner-drama-shooting-for-the-stars-left-right-left-amongst-the-stars-rapper-drama-jessica-n-abraham-terence-cook-bordered-amongst-the-stars-2000x1067.webp");
}
.cid-uKkROYh5Y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkROYh5Y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkROYh5Y0 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKkROYh5Y0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKkROYh5Y0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKkROYh5Y0 .container {
    padding: 0 20px;
  }
}
.cid-uKkROYh5Y0 .title-wrapper {
  position: relative;
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uKkROYh5Y0 .title-wrapper {
    padding: 0;
  }
}
.cid-uKkROYh5Y0 .title-wrapper .logo-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uKkROYh5Y0 .title-wrapper .logo-wrap {
    margin-bottom: 16px;
  }
}
.cid-uKkROYh5Y0 .title-wrapper .logo-wrap img {
  display: inline-flex;
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uKkROYh5Y0 .title-wrapper .logo-wrap img {
    width: 70px;
    height: 70px;
  }
}
.cid-uKkROYh5Y0 .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uKkROYh5Y0 .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-uKkROYh5Y0 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uKkROYh5Y0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKkROYh5Y0 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.cid-uKkROYh5Y0 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uKkROYh5Y0 .title-wrapper .image-wrap {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKkROYh5Y0 .title-wrapper .image-wrap {
    display: none;
  }
}
.cid-uKkROYh5Y0 .title-wrapper .image_1 {
  top: 0;
  left: -2rem;
}
.cid-uKkROYh5Y0 .title-wrapper .image_2 {
  top: -9rem;
  left: 15rem;
  height: 120px;
}
.cid-uKkROYh5Y0 .title-wrapper .image_3 {
  top: -3rem;
  right: -2rem;
}
.cid-uKkROYh5Y0 .title-wrapper .image_4 {
  right: -2rem;
  bottom: 0;
}
.cid-uKkROYh5Y0 .title-wrapper .image_5 {
  bottom: -8rem;
  right: 12rem;
  height: 120px;
}
.cid-uKkROYh5Y0 .title-wrapper .image_6 {
  bottom: -8rem;
  left: 14rem;
  height: 120px;
}
.cid-uKkROYh5Y0 .title-wrapper .image_7 {
  left: -3rem;
  bottom: 0;
}
.cid-uKkROYh5Y0 .mbr-section-title {
  color: #ffffff;
}
.cid-uKkROYh5Y0 .mbr-section-subtitle {
  color: #d0c2b5;
  text-align: center;
}
.cid-uKkROYh5Y0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKkROYh5Y0 .mbr-section-title,
.cid-uKkROYh5Y0 .mbr-section-btn,
.cid-uKkROYh5Y0 .logo-wrap {
  text-align: center;
}
.cid-uKkROYOViI {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uKkROYOViI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uKkROYOViI .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uKkROYOViI .col-auto {
    margin: auto;
  }
}
.cid-uKkROYOViI textarea {
  min-height: 200px;
}
.cid-uKkROYOViI .form-control,
.cid-uKkROYOViI .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uKkROYOViI .form-control::-webkit-input-placeholder,
.cid-uKkROYOViI .field-input::-webkit-input-placeholder,
.cid-uKkROYOViI .form-control::-webkit-input-placeholder,
.cid-uKkROYOViI .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uKkROYOViI .form-control:-moz-placeholder,
.cid-uKkROYOViI .field-input:-moz-placeholder,
.cid-uKkROYOViI .form-control:-moz-placeholder,
.cid-uKkROYOViI .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uKkROYOViI .form-control:hover,
.cid-uKkROYOViI .field-input:hover,
.cid-uKkROYOViI .form-control:focus,
.cid-uKkROYOViI .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uKkROYOViI .form-control:hover::-webkit-input-placeholder,
.cid-uKkROYOViI .field-input:hover::-webkit-input-placeholder,
.cid-uKkROYOViI .form-control:focus::-webkit-input-placeholder,
.cid-uKkROYOViI .field-input:focus::-webkit-input-placeholder,
.cid-uKkROYOViI .form-control:hover::-webkit-input-placeholder,
.cid-uKkROYOViI .field-input:hover::-webkit-input-placeholder,
.cid-uKkROYOViI .form-control:focus::-webkit-input-placeholder,
.cid-uKkROYOViI .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-uKkROYOViI .form-control:hover:-moz-placeholder,
.cid-uKkROYOViI .field-input:hover:-moz-placeholder,
.cid-uKkROYOViI .form-control:focus:-moz-placeholder,
.cid-uKkROYOViI .field-input:focus:-moz-placeholder,
.cid-uKkROYOViI .form-control:hover:-moz-placeholder,
.cid-uKkROYOViI .field-input:hover:-moz-placeholder,
.cid-uKkROYOViI .form-control:focus:-moz-placeholder,
.cid-uKkROYOViI .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-uKkROYOViI .jq-number__spin:hover,
.cid-uKkROYOViI .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uKkROYOViI .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uKkROYOViI .jq-selectbox li,
.cid-uKkROYOViI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uKkROYOViI .jq-selectbox li:hover,
.cid-uKkROYOViI .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-uKkROYOViI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uKkROYOViI .jq-number__spin.minus:hover:after,
.cid-uKkROYOViI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uKkROYOViI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uKkROYOViI .jq-number__spin.minus:after,
.cid-uKkROYOViI .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-uKkROYOViI input::-webkit-clear-button {
  display: none;
}
.cid-uKkROYOViI input::-webkit-inner-spin-button {
  display: none;
}
.cid-uKkROYOViI input::-webkit-outer-spin-button {
  display: none;
}
.cid-uKkROYOViI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uKkROYOViI H4 {
  color: #36187d;
}
.cid-uKkROYOViI .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-uKkROYOViI P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-uKkROYOViI .form-row {
    flex-direction: column;
  }
}
.cid-uKkROZaW1g {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/drama-rapper-rapper-drama-atlanta-rapper-drama-band-drama-tour-dates-2024-1900x1200.webp");
}
.cid-uKkROZaW1g .mbr-overlay {
  background: #4f6eb4;
  opacity: 0.3;
}
.cid-uKkROZaW1g .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uKkROZaW1g .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKkROZaW1g .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uKkROZaW1g .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uKkROZaW1g .container {
    padding: 0 22px;
  }
}
.cid-uKkROZaW1g .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uKkROZaW1g .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKkROZaW1g .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKkROZaW1g .embla__slide .slide-content {
    display: block;
  }
}
.cid-uKkROZaW1g .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKkROZaW1g .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uKkROZaW1g .embla__button--next,
.cid-uKkROZaW1g .embla__button--prev {
  display: flex;
}
.cid-uKkROZaW1g .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uKkROZaW1g .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKkROZaW1g .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uKkROZaW1g .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uKkROZaW1g .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uKkROZaW1g .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uKkROZaW1g .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uKkROZaW1g .embla {
  position: relative;
  width: 100%;
}
.cid-uKkROZaW1g .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uKkROZaW1g .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKkROZaW1g .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKkROZaW1g .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKkROZaW1g .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uKkRP02FbU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b40e15;
}
.cid-uKkRP02FbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkRP02FbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkRP02FbU .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKkRP02FbU .container-fluid {
    padding: 0;
  }
}
.cid-uKkRP02FbU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKkRP02FbU .container {
    padding: 0 20px;
  }
}
.cid-uKkRP02FbU .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uKkRP02FbU .row a {
  display: block;
  position: absolute;
  width: fit-content;
}
.cid-uKkRP02FbU .row a .mbr-iconfont {
  width: 102px;
  height: 102px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6a6e71;
}
@media (max-width: 992px) {
  .cid-uKkRP02FbU .row a .mbr-iconfont {
    width: 70px;
    height: 70px;
  }
}
.cid-uKkRP02FbU .card {
  padding: 0;
}
.cid-uKkRP02FbU .card img {
  height: 240px;
  object-fit: cover;
}
.cid-uKkRP02FbU .line-gradient {
  background-image: linear-gradient(45deg, #000000, #b40e15, #000000);
  height: 10px;
}
.cid-uKkRP02FbU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKkRP02FbU .mbr-emoji {
  color: #ffffff;
}
.cid-uKkRP0sXVI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKkRP0sXVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkRP0sXVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkRP0sXVI .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKkRP0sXVI .container-fluid {
    padding: 0;
  }
}
.cid-uKkRP0sXVI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKkRP0sXVI .container {
    padding: 0 20px;
  }
}
.cid-uKkRP0sXVI .row {
  justify-content: center;
}
.cid-uKkRP0sXVI .card {
  padding: 0;
}
.cid-uKkRP0sXVI .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKkRP0sXVI .card img {
    height: 300px;
  }
}
.cid-uKkRP0sXVI .row.cards {
  margin: 0;
}
.cid-uKkRP0sXVI .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKkRP0sXVI .row.cards img {
    height: 300px;
  }
}
.cid-uKkRP1DYrJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #b40e15;
}
.cid-uKkRP1DYrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkRP1DYrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkRP1DYrJ .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKkRP1DYrJ .container-fluid {
    padding: 0;
  }
}
.cid-uKkRP1DYrJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKkRP1DYrJ .container {
    padding: 0 20px;
  }
}
.cid-uKkRP1DYrJ .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uKkRP1DYrJ .row a {
  display: block;
  position: absolute;
  width: fit-content;
}
.cid-uKkRP1DYrJ .row a .mbr-iconfont {
  width: 102px;
  height: 102px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6a6e71;
}
@media (max-width: 992px) {
  .cid-uKkRP1DYrJ .row a .mbr-iconfont {
    width: 70px;
    height: 70px;
  }
}
.cid-uKkRP1DYrJ .card {
  padding: 0;
}
.cid-uKkRP1DYrJ .card img {
  height: 240px;
  object-fit: cover;
}
.cid-uKkRP1DYrJ .line-gradient {
  background-image: linear-gradient(45deg, #000000, #b40e15, #000000);
  height: 10px;
}
.cid-uKkRP1DYrJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKkRP1DYrJ .mbr-emoji {
  color: #ffffff;
}
.cid-uKkRP26ZqC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkRP26ZqC .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uKkRP26ZqC .row {
    padding: 0 12px;
  }
}
.cid-uKkRP26ZqC .card {
  padding: 0;
  height: 380px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uKkRP26ZqC .card {
    height: 280px;
  }
}
.cid-uKkRP26ZqC .card img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  padding: 0;
  transform: scale(1, 1);
  transition: all .4s ease;
}
.cid-uKkRP26ZqC .card:hover img {
  transform: scale(1.1, 1.1);
}
.cid-uKkRP26ZqC .card-link {
  position: relative;
  height: 100%;
  z-index: 1;
  transition: all .4s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKkRP26ZqC .card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #20232a;
  opacity: .3;
  z-index: 1;
  pointer-events: none;
}
.cid-uKkRP26ZqC .card-wrapper {
  padding: 44px 34px;
}
.cid-uKkRP26ZqC .card-wrapper .mbr-section-title {
  margin: 0;
  pointer-events: visible;
}
.cid-uKkRP26ZqC .card-wrapper .mbr-text {
  margin: 7px 0 0 0;
  pointer-events: visible;
  letter-spacing: 1px;
}
.cid-uKkRP26ZqC .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKkRP26ZqC .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKkRP2t7TW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKkRP2t7TW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkRP2t7TW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkRP2t7TW .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKkRP2t7TW .container-fluid {
    padding: 0;
  }
}
.cid-uKkRP2t7TW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKkRP2t7TW .container {
    padding: 0 20px;
  }
}
.cid-uKkRP2t7TW .row {
  justify-content: center;
}
.cid-uKkRP2t7TW .card {
  padding: 0;
}
.cid-uKkRP2t7TW .card img {
  height: 900px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKkRP2t7TW .card img {
    height: 300px;
  }
}
.cid-uKkRP2t7TW .row.cards {
  margin: 0;
}
.cid-uKkRP2t7TW .row.cards img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKkRP2t7TW .row.cards img {
    height: 300px;
  }
}
.cid-uKkRP2Oqms {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uKkRP2Oqms .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uKkRP2Oqms .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-uKkRP2Oqms .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-uKkRP2Oqms .btn-primary-outline:active {
  color: gray;
}
.cid-uKkRP2Oqms .btn-primary-outline:hover {
  color: white;
}
.cid-uKkRP2Oqms div {
  overflow: hidden;
}
.cid-uKkRP2Oqms li.active .btn-primary-outline {
  color: white;
}
.cid-uKkRP2Oqms .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKkRP2Oqms .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKkRP2Oqms .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uKkRP2Oqms .mbr-gallery-item {
  overflow: hidden;
}
.cid-uKkRP2Oqms .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uKkRP2Oqms .mbr-gallery-item img {
  transition: all 0.3s;
}
.cid-uKkRP2Oqms .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-uKkRP2Oqms .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #000000) !important;
}
.cid-uKkRP2Oqms .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uKkRP2Oqms .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-uKkRP2Oqms .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uKkRP2Oqms .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #000000) !important;
}
.cid-uKkRP3sp5G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKkRP3sp5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKkRP3sp5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKkRP3sp5G .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uKkRP3sp5G .mbr-section-title {
  color: #24262b;
}
.cid-uKkRP3sp5G .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uKkRP3sp5G .items-row {
  row-gap: 0;
  margin: 0 !important;
}
.cid-uKkRP3sp5G .item {
  padding: 0 !important;
}
.cid-uKkRP3sp5G .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uKkRP3sp5G .item-wrapper img {
  width: 100%;
  height: calc(50px * 11);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uKkRP3sp5G .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uKkRP3sp5G .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uKkRP3sp5G .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uKkRP3sp5G .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uKkRP3sp5G .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uKkRP3sp5G .carousel-control,
.cid-uKkRP3sp5G .close {
  background: #1b1b1b;
}
.cid-uKkRP3sp5G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uKkRP3sp5G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uKkRP3sp5G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uKkRP3sp5G .carousel-control-next span {
  margin-left: 5px;
}
.cid-uKkRP3sp5G .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-uKkRP3sp5G .close::before {
  content: '\e91a';
}
.cid-uKkRP3sp5G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uKkRP3sp5G .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-uKkRP3sp5G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKkRP3sp5G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uKkRP3sp5G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uKkRP3sp5G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uKkRP3sp5G .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-uKkRP3sp5G .carousel-indicators li.active,
.cid-uKkRP3sp5G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uKkRP3sp5G .carousel-indicators li::after,
.cid-uKkRP3sp5G .carousel-indicators li::before {
  content: none;
}
.cid-uKkRP3sp5G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uKkRP3sp5G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uKkRP3sp5G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uKkRP3sp5G .carousel-indicators {
    display: none;
  }
}
.cid-uKkRP3sp5G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uKkRP3sp5G .carousel-inner > .active {
  display: block;
}
.cid-uKkRP3sp5G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uKkRP3sp5G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uKkRP3sp5G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uKkRP3sp5G .carousel-control,
  .cid-uKkRP3sp5G .carousel-indicators,
  .cid-uKkRP3sp5G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uKkRP3sp5G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uKkRP3sp5G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uKkRP3sp5G .carousel-indicators .active,
.cid-uKkRP3sp5G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uKkRP3sp5G .carousel-indicators .active {
  background: #fff;
}
.cid-uKkRP3sp5G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uKkRP3sp5G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uKkRP3sp5G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uKkRP3sp5G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uKkRP3sp5G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uKkRP3sp5G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uKkRP3sp5G .carousel {
  width: 100%;
}
.cid-uKkRP3sp5G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uKkRP3sp5G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uKkRP3sp5G .modal.fade .modal-dialog,
.cid-uKkRP3sp5G .modal.in .modal-dialog {
  transform: none;
}
.cid-uKkRP3sp5G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uKkRP3sp5G H6 {
  text-align: center;
}
.cid-uKkRP4Ferd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uKkRP4Ferd .twitter-wrapper,
.cid-uKkRP4Ferd iframe {
  min-height: 460px;
  max-height: 460px;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 455.7 455.7'%3E%3Crect width='455.7' height='455.7' fill='%2350ABF1'/%3E%3Cpath d='M60.4 337.8c30.3 19.2 66.3 30.4 104.9 30.4 108.3 0 196.2-87.8 196.2-196.2 0-2.7-0.1-5.4-0.2-8.1 3.9-3.1 28.2-22.5 34.1-35 0 0-19.7 8.2-38.9 10.1 0 0-0.1 0-0.1 0 0 0 0 0 0.1-0.1 1.8-1.2 26.6-18.1 30-38.2 0 0-13.9 7.4-33.4 13.9 -3.2 1.1-6.6 2.1-10.1 3.1 -12.6-13.4-30.4-21.8-50.2-21.8 -38 0-68.8 30.8-68.8 68.8 0 5.4 0.6 10.6 1.8 15.6 -5.3-0.2-86.2-4.8-141.3-71.4 0 0-32.9 44.9 19.6 91.1 0 0-16-0.6-29.7-8.9 0 0-5.1 54.4 54.4 68.3 0 0-11.7 4.4-30.4 1.3 0 0 10.4 44 63.3 48.1 0 0-41.8 37.7-101.1 28.9L60.4 337.8z' fill='%23FFF'/%3E%3C/svg%3E");
}
.cid-uKkRP4Ferd a.twitter-timeline {
  display: none;
}
.cid-uKkRP5oDCx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-uKkRP5oDCx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKkRP5oDCx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKkRP5oDCx img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uKkRP5oDCx .col-lg-3 {
    text-align: center;
  }
}
.cid-uKkRP5oDCx .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uKkRP5oDCx .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uKkRP5oDCx .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uKkRP5oDCx .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uKkRP5oDCx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKkRP5oDCx .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uKkRP5oDCx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKkRP5oDCx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKkRP5oDCx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKkRP5oDCx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKkRP5oDCx .foot-menu-item {
  color: #bbbbbb;
}
.cid-uKkRP5oDCx .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uKkRP5oDCx .media-container-row .mbr-text {
  text-align: left;
}
.cid-uWy6VgqQ8E .navbar-dropdown {
  position: relative !important;
}
.cid-uWy6VgqQ8E .navbar-dropdown {
  position: absolute !important;
}
.cid-uWy6VgqQ8E .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-uWy6VgqQ8E .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uWy6VgqQ8E .dropdown-item:hover,
.cid-uWy6VgqQ8E .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uWy6VgqQ8E .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uWy6VgqQ8E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-uWy6VgqQ8E .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-uWy6VgqQ8E .container {
  display: flex;
  margin: auto;
}
.cid-uWy6VgqQ8E .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-uWy6VgqQ8E .dropdown-menu,
.cid-uWy6VgqQ8E .navbar.opened {
  background: #000000 !important;
}
.cid-uWy6VgqQ8E .nav-item:focus,
.cid-uWy6VgqQ8E .nav-link:focus {
  outline: none;
}
.cid-uWy6VgqQ8E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWy6VgqQ8E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWy6VgqQ8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uWy6VgqQ8E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWy6VgqQ8E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWy6VgqQ8E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWy6VgqQ8E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uWy6VgqQ8E .navbar.opened {
  transition: all 0.3s;
}
.cid-uWy6VgqQ8E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWy6VgqQ8E .navbar .navbar-logo img {
  width: auto;
}
.cid-uWy6VgqQ8E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uWy6VgqQ8E .navbar.collapsed {
  justify-content: center;
}
.cid-uWy6VgqQ8E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWy6VgqQ8E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWy6VgqQ8E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWy6VgqQ8E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWy6VgqQ8E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWy6VgqQ8E .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-uWy6VgqQ8E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWy6VgqQ8E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWy6VgqQ8E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWy6VgqQ8E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWy6VgqQ8E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWy6VgqQ8E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWy6VgqQ8E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWy6VgqQ8E .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-uWy6VgqQ8E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWy6VgqQ8E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWy6VgqQ8E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWy6VgqQ8E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWy6VgqQ8E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWy6VgqQ8E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWy6VgqQ8E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWy6VgqQ8E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWy6VgqQ8E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWy6VgqQ8E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWy6VgqQ8E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWy6VgqQ8E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWy6VgqQ8E .dropdown-item.active,
.cid-uWy6VgqQ8E .dropdown-item:active {
  background-color: transparent;
}
.cid-uWy6VgqQ8E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWy6VgqQ8E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWy6VgqQ8E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWy6VgqQ8E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uWy6VgqQ8E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWy6VgqQ8E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWy6VgqQ8E ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uWy6VgqQ8E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWy6VgqQ8E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWy6VgqQ8E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWy6VgqQ8E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWy6VgqQ8E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWy6VgqQ8E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWy6VgqQ8E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWy6VgqQ8E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWy6VgqQ8E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWy6VgqQ8E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWy6VgqQ8E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWy6VgqQ8E .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uWy6VgqQ8E a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-uWy6VgqQ8E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWy6VgqQ8E .navbar {
    height: 70px;
  }
  .cid-uWy6VgqQ8E .navbar.opened {
    height: auto;
  }
  .cid-uWy6VgqQ8E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWy6VgqQ8E a {
  display: inline;
}
.cid-uWy6VgqQ8E img {
  display: inline;
  padding-right: 10px;
}
.cid-uWy6VgqQ8E .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-uWy6VgqQ8E .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uWy6VgqQ8E .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-uWy6VgqQ8E .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uWy6VgqQ8E .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uWy6VgqQ8E .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uWy6VgqQ8E .nav-item {
  margin-right: 32px;
}
.cid-uWy6VgqQ8E .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uWy6VgqQ8E ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uWy6VgqQ8E .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uWy6VgqQ8E .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uWy6VgqQ8E .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uWy6VgqQ8E .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-uWy6VgqQ8E .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uWy6VgqQ8E .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-uWy6VgqQ8E .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uWy6VgqQ8E .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uWy6VgqQ8E .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-uWy6VgqQ8E .top {
    margin-top: 25px;
  }
}
.cid-uWy6VgqQ8E .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uWy6VgqQ8E .container,
  .cid-uWy6VgqQ8E .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uWy6VgqQ8E li:last-child {
  margin-right: 0;
}
.cid-uWy6VgqQ8E ul.navbar-nav {
  padding-left: 0;
}
.cid-uWy6VgqQ8E .container,
.cid-uWy6VgqQ8E .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-uWy6VgqQ8E ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uWy6VgqQ8E .icons-menu {
    min-width: initial !important;
  }
  .cid-uWy6VgqQ8E a.btn {
    margin-top: 10px;
  }
}
.cid-uWy6VgqQ8E a.btn > span {
  margin-left: 0.5rem;
}
.cid-uWy6VgqQ8E a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uWy6VgqQ8E a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-uWy6VgqQ8E a.nav-link:hover {
  color: #ffffff !important;
}
.cid-uWy6VgqQ8E .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uWy6VgqQ8E .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uWy6VgqQ8E a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uWy6VgqQ8E a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uWy6VgqQ8E .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-uWy6VgqQ8E .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uWy6VxdFWV {
  background-color: #000000;
}
.cid-uWy6VxdFWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWy6VxdFWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWy6VxdFWV .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uWy6VxdFWV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uWy6VxdFWV .container {
    padding: 0 10px;
  }
}
.cid-uWy6VxdFWV .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uWy6VxdFWV .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uWy6VxdFWV .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uWy6VxdFWV .mbr-section-title {
  color: #ffffff;
}
.cid-uWy6VxdFWV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWy6VxdFWV .mbr-text {
  color: #cacaca;
}
#custom-html-gp {
  /* Type valid CSS here */
}
#custom-html-gp div {
  padding: 80px 0;
  color: #000;
  text-align: center;
  background: #000;
}
#custom-html-gp p {
  font-size: 60px;
  color: #000;
}
.cid-uWyaQs0rpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uWyaQs0rpR::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #000000, #323337);
}
.cid-uWyaQs0rpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWyaQs0rpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWyaQs0rpR .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uWyaQs0rpR .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uWyaQs0rpR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uWyaQs0rpR .container {
    padding: 0 16px;
  }
}
.cid-uWyaQs0rpR .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uWyaQs0rpR .image-wrapper img {
  height: 630px;
  width: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWyaQs0rpR .image-wrapper img {
    height: 350px;
  }
}
.cid-uWyd9iLc5k {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWyd9iLc5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWyd9iLc5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWyd9iLc5k .row {
  justify-content: center;
}
.cid-uWyd9iLc5k .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uWyd9iLc5k .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWyd9iLc5k .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uWyd9iLc5k .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWyd9iLc5k .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uWyd9iLc5k .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWyd9iLc5k .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uWyd9iLc5k .mbr-section-title {
  color: #ffffff;
}
.cid-uWyd9iLc5k .mbr-text {
  color: #ffffff;
}
.cid-uWyd9iLc5k .mbr-desc {
  color: #ffffff;
}
.cid-uWy6VxZ2pt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1e-1900x1200.webp");
}
.cid-uWy6VxZ2pt .mbr-overlay {
  background: #000000;
  opacity: 0;
}
.cid-uWy6VxZ2pt .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uWy6VxZ2pt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWy6VxZ2pt .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uWy6VxZ2pt .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uWy6VxZ2pt .container {
    padding: 0 22px;
  }
}
.cid-uWy6VxZ2pt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uWy6VxZ2pt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWy6VxZ2pt .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWy6VxZ2pt .embla__slide .slide-content {
    display: block;
  }
}
.cid-uWy6VxZ2pt .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWy6VxZ2pt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uWy6VxZ2pt .embla__button--next,
.cid-uWy6VxZ2pt .embla__button--prev {
  display: flex;
}
.cid-uWy6VxZ2pt .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWy6VxZ2pt .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWy6VxZ2pt .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uWy6VxZ2pt .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uWy6VxZ2pt .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uWy6VxZ2pt .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uWy6VxZ2pt .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uWy6VxZ2pt .embla {
  position: relative;
  width: 100%;
}
.cid-uWy6VxZ2pt .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uWy6VxZ2pt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWy6VxZ2pt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWy6VxZ2pt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWy6VxZ2pt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWyd5dgtHS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWyd5dgtHS .item:focus,
.cid-uWyd5dgtHS span:focus {
  outline: none;
}
.cid-uWyd5dgtHS .item {
  cursor: pointer;
}
.cid-uWyd5dgtHS .grid-container {
  grid-row-gap: 0;
}
.cid-uWyd5dgtHS .grid-container-1,
.cid-uWyd5dgtHS .grid-container-2,
.cid-uWyd5dgtHS .grid-container-3 {
  gap: 0;
}
.cid-uWyd5dgtHS .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWyd5dgtHS .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWyd5dgtHS .content-head {
  max-width: 800px;
}
.cid-uWyd5dgtHS .container,
.cid-uWyd5dgtHS .container-fluid {
  overflow: hidden;
}
.cid-uWyd5dgtHS .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uWyd5dgtHS .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
.cid-uWyd5dgtHS .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: 0.2rem 0.2rem 1rem #000000 !important;
}
@media (max-width: 1200px) {
  .cid-uWyd5dgtHS .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uWyd5dgtHS .grid-item img {
    height: 150px;
  }
}
.cid-uWyd5dgtHS .grid-container-1,
.cid-uWyd5dgtHS .grid-container-2,
.cid-uWyd5dgtHS .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uWyd5dgtHS .grid-container-1 {
  align-items: flex-end;
}
.cid-uWyd5dgtHS .grid-container-2 {
  align-items: flex-start;
}
.cid-uWy6VDjmz4 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uWy6VDjmz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWy6VDjmz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWy6VDjmz4 .row {
  justify-content: center;
}
.cid-uWy6VDjmz4 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uWy6VDjmz4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWy6VDjmz4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uWy6VDjmz4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWy6VDjmz4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uWy6VDjmz4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWy6VDjmz4 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uWy6VDjmz4 .mbr-section-title {
  color: #ffffff;
}
.cid-uWy6VDjmz4 .mbr-text {
  color: #ffffff;
}
.cid-uWy6VDjmz4 .mbr-desc {
  color: #ffffff;
}
.cid-uWycTl93Cn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWycTl93Cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWycTl93Cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWycTl93Cn .row {
  justify-content: center;
}
.cid-uWycTl93Cn .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uWycTl93Cn .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWycTl93Cn .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uWycTl93Cn .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWycTl93Cn .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uWycTl93Cn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWycTl93Cn .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uWycTl93Cn .mbr-section-title {
  color: #ffffff;
}
.cid-uWycTl93Cn .mbr-text {
  color: #ffffff;
}
.cid-uWycTl93Cn .mbr-desc {
  color: #ffffff;
}
.cid-uWycWv8NUD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWycWv8NUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWycWv8NUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWycWv8NUD .row {
  justify-content: center;
}
.cid-uWycWv8NUD .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uWycWv8NUD .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWycWv8NUD .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uWycWv8NUD .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWycWv8NUD .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uWycWv8NUD .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uWycWv8NUD .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uWycWv8NUD .mbr-section-title {
  color: #ffffff;
}
.cid-uWycWv8NUD .mbr-text {
  color: #ffffff;
}
.cid-uWycWv8NUD .mbr-desc {
  color: #ffffff;
}
.cid-uWycYJcRrV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWycYJcRrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWycYJcRrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWycYJcRrV .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uWycYJcRrV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uWycYJcRrV .container {
    padding: 0 26px;
  }
}
.cid-uWycYJcRrV .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uWycYJcRrV .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uWycYJcRrV .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uWycYJcRrV .mbr-section-title {
  color: #ffffff;
}
.cid-uWycYJcRrV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWycYJcRrV .mbr-text {
  color: #cacaca;
}
.cid-uWy6VFAUIP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uWy6VFAUIP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWy6VFAUIP .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uWy6VFAUIP .col-auto {
    margin: auto;
  }
}
.cid-uWy6VFAUIP textarea {
  min-height: 200px;
}
.cid-uWy6VFAUIP .form-control,
.cid-uWy6VFAUIP .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uWy6VFAUIP .form-control::-webkit-input-placeholder,
.cid-uWy6VFAUIP .field-input::-webkit-input-placeholder,
.cid-uWy6VFAUIP .form-control::-webkit-input-placeholder,
.cid-uWy6VFAUIP .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uWy6VFAUIP .form-control:-moz-placeholder,
.cid-uWy6VFAUIP .field-input:-moz-placeholder,
.cid-uWy6VFAUIP .form-control:-moz-placeholder,
.cid-uWy6VFAUIP .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uWy6VFAUIP .form-control:hover,
.cid-uWy6VFAUIP .field-input:hover,
.cid-uWy6VFAUIP .form-control:focus,
.cid-uWy6VFAUIP .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uWy6VFAUIP .form-control:hover::-webkit-input-placeholder,
.cid-uWy6VFAUIP .field-input:hover::-webkit-input-placeholder,
.cid-uWy6VFAUIP .form-control:focus::-webkit-input-placeholder,
.cid-uWy6VFAUIP .field-input:focus::-webkit-input-placeholder,
.cid-uWy6VFAUIP .form-control:hover::-webkit-input-placeholder,
.cid-uWy6VFAUIP .field-input:hover::-webkit-input-placeholder,
.cid-uWy6VFAUIP .form-control:focus::-webkit-input-placeholder,
.cid-uWy6VFAUIP .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-uWy6VFAUIP .form-control:hover:-moz-placeholder,
.cid-uWy6VFAUIP .field-input:hover:-moz-placeholder,
.cid-uWy6VFAUIP .form-control:focus:-moz-placeholder,
.cid-uWy6VFAUIP .field-input:focus:-moz-placeholder,
.cid-uWy6VFAUIP .form-control:hover:-moz-placeholder,
.cid-uWy6VFAUIP .field-input:hover:-moz-placeholder,
.cid-uWy6VFAUIP .form-control:focus:-moz-placeholder,
.cid-uWy6VFAUIP .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-uWy6VFAUIP .jq-number__spin:hover,
.cid-uWy6VFAUIP .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWy6VFAUIP .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWy6VFAUIP .jq-selectbox li,
.cid-uWy6VFAUIP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uWy6VFAUIP .jq-selectbox li:hover,
.cid-uWy6VFAUIP .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-uWy6VFAUIP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWy6VFAUIP .jq-number__spin.minus:hover:after,
.cid-uWy6VFAUIP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uWy6VFAUIP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWy6VFAUIP .jq-number__spin.minus:after,
.cid-uWy6VFAUIP .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-uWy6VFAUIP input::-webkit-clear-button {
  display: none;
}
.cid-uWy6VFAUIP input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWy6VFAUIP input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWy6VFAUIP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWy6VFAUIP H4 {
  color: #36187d;
}
.cid-uWy6VFAUIP .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-uWy6VFAUIP P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-uWy6VFAUIP .form-row {
    flex-direction: column;
  }
}
.cid-uWy6VGBsvi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-uWy6VGBsvi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWy6VGBsvi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWy6VGBsvi img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uWy6VGBsvi .col-lg-3 {
    text-align: center;
  }
}
.cid-uWy6VGBsvi .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uWy6VGBsvi .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uWy6VGBsvi .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uWy6VGBsvi .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uWy6VGBsvi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWy6VGBsvi .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uWy6VGBsvi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWy6VGBsvi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWy6VGBsvi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWy6VGBsvi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWy6VGBsvi .foot-menu-item {
  color: #bbbbbb;
}
.cid-uWy6VGBsvi .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uWy6VGBsvi .media-container-row .mbr-text {
  text-align: left;
}
.cid-uX5aXXprJQ .navbar-dropdown {
  position: relative !important;
}
.cid-uX5aXXprJQ .navbar-dropdown {
  position: absolute !important;
}
.cid-uX5aXXprJQ .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-uX5aXXprJQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uX5aXXprJQ .dropdown-item:hover,
.cid-uX5aXXprJQ .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uX5aXXprJQ .nav-dropdown .link {
  padding: 0 0em !important;
  font-weight: 400;
}
.cid-uX5aXXprJQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0rem;
  margin-top: 0rem;
  height: 2px !important;
}
.cid-uX5aXXprJQ .nav-link {
  position: relative;
  padding: 0;
  font-weight: 600 !important;
  display: block !important;
}
.cid-uX5aXXprJQ .container {
  display: flex;
  margin: auto;
}
.cid-uX5aXXprJQ .iconfont-wrapper {
  font-size: 1.5rem;
}
.cid-uX5aXXprJQ .dropdown-menu,
.cid-uX5aXXprJQ .navbar.opened {
  background: #000000 !important;
}
.cid-uX5aXXprJQ .nav-item:focus,
.cid-uX5aXXprJQ .nav-link:focus {
  outline: none;
}
.cid-uX5aXXprJQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX5aXXprJQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX5aXXprJQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  vertical-align: sub;
}
.cid-uX5aXXprJQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX5aXXprJQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX5aXXprJQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX5aXXprJQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uX5aXXprJQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uX5aXXprJQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX5aXXprJQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uX5aXXprJQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uX5aXXprJQ .navbar.collapsed {
  justify-content: center;
}
.cid-uX5aXXprJQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX5aXXprJQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX5aXXprJQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uX5aXXprJQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX5aXXprJQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX5aXXprJQ .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-uX5aXXprJQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX5aXXprJQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX5aXXprJQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX5aXXprJQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX5aXXprJQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX5aXXprJQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX5aXXprJQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX5aXXprJQ .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-uX5aXXprJQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX5aXXprJQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX5aXXprJQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX5aXXprJQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX5aXXprJQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX5aXXprJQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX5aXXprJQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX5aXXprJQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX5aXXprJQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX5aXXprJQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 104px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX5aXXprJQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX5aXXprJQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX5aXXprJQ .dropdown-item.active,
.cid-uX5aXXprJQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uX5aXXprJQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX5aXXprJQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX5aXXprJQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX5aXXprJQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uX5aXXprJQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX5aXXprJQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX5aXXprJQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uX5aXXprJQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX5aXXprJQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX5aXXprJQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX5aXXprJQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX5aXXprJQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5aXXprJQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX5aXXprJQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX5aXXprJQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5aXXprJQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX5aXXprJQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX5aXXprJQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX5aXXprJQ .navbar-dropdown {
  padding: 19px 1rem;
}
.cid-uX5aXXprJQ a.nav-link {
  display: flex;
  flex-direction: column;
}
.cid-uX5aXXprJQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX5aXXprJQ .navbar {
    height: 70px;
  }
  .cid-uX5aXXprJQ .navbar.opened {
    height: auto;
  }
  .cid-uX5aXXprJQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX5aXXprJQ a {
  display: inline;
}
.cid-uX5aXXprJQ img {
  display: inline;
  padding-right: 10px;
}
.cid-uX5aXXprJQ .dropdown-toggle:after {
  display: block;
  border-top: initial !important;
}
.cid-uX5aXXprJQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uX5aXXprJQ .dropdown-item:hover {
  color: #000000 !important;
}
@media (max-width: 990px) {
  .cid-uX5aXXprJQ .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uX5aXXprJQ .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uX5aXXprJQ .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uX5aXXprJQ .nav-item {
  margin-right: 32px;
}
.cid-uX5aXXprJQ .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uX5aXXprJQ ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uX5aXXprJQ .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uX5aXXprJQ .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uX5aXXprJQ .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uX5aXXprJQ .mbr-iconfont {
  margin-left: 7px;
  margin-right: 7px;
  color: #ffffff;
}
.cid-uX5aXXprJQ .btn {
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
.cid-uX5aXXprJQ .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cid-uX5aXXprJQ .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uX5aXXprJQ .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uX5aXXprJQ .dropdown-item:focus {
  color: #000000 !important;
}
@media (max-width: 945px) {
  .cid-uX5aXXprJQ .top {
    margin-top: 25px;
  }
}
.cid-uX5aXXprJQ .btn:hover {
  transform: translate3d(0px, -4px, 0.01px) !important;
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
}
@media (min-width: 992px) {
  .cid-uX5aXXprJQ .container,
  .cid-uX5aXXprJQ .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uX5aXXprJQ li:last-child {
  margin-right: 0;
}
.cid-uX5aXXprJQ ul.navbar-nav {
  padding-left: 0;
}
.cid-uX5aXXprJQ .container,
.cid-uX5aXXprJQ .container-fluid {
  flex-wrap: inherit !important;
}
@media (max-width: 989px) {
  .cid-uX5aXXprJQ ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uX5aXXprJQ .icons-menu {
    min-width: initial !important;
  }
  .cid-uX5aXXprJQ a.btn {
    margin-top: 10px;
  }
}
.cid-uX5aXXprJQ a.btn > span {
  margin-left: 0.5rem;
}
.cid-uX5aXXprJQ a.nav-link::before {
  background-color: #ffffff;
  content: "" !important;
  display: block !important;
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uX5aXXprJQ a.nav-link:hover::before {
  opacity: 1;
  width: 100%;
}
.cid-uX5aXXprJQ a.nav-link:hover {
  color: #ffffff !important;
}
.cid-uX5aXXprJQ .dropdown-menu > a {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uX5aXXprJQ .dropdown-menu > a:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uX5aXXprJQ a.dropdown-item {
  color: #909190 !important;
  background-color: #111213 !important;
  font-size: 16px;
}
.cid-uX5aXXprJQ a.dropdown-item:hover {
  color: #ffffff !important;
  background-color: #111213 !important;
}
.cid-uX5aXXprJQ .nav-link > .mbr-iconfont {
  font-size: 19px !important;
}
.cid-uX5aXXprJQ .navbar-toggler:focus {
  box-shadow: none !important;
}
.cid-uX5aXZbjrl {
  background-color: #000000;
}
.cid-uX5aXZbjrl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5aXZbjrl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5aXZbjrl .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uX5aXZbjrl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uX5aXZbjrl .container {
    padding: 0 10px;
  }
}
.cid-uX5aXZbjrl .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uX5aXZbjrl .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uX5aXZbjrl .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uX5aXZbjrl .mbr-section-title {
  color: #ffffff;
}
.cid-uX5aXZbjrl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uX5aXZbjrl .mbr-text {
  color: #cacaca;
}
#custom-html-gs {
  /* Type valid CSS here */
}
#custom-html-gs div {
  padding: 80px 0;
  color: #000;
  text-align: center;
  background: #000;
}
#custom-html-gs p {
  font-size: 60px;
  color: #000;
}
.cid-uX5aXZSFST {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uX5aXZSFST::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #000000, #323337);
}
.cid-uX5aXZSFST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5aXZSFST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5aXZSFST .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uX5aXZSFST .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uX5aXZSFST .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uX5aXZSFST .container {
    padding: 0 16px;
  }
}
.cid-uX5aXZSFST .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uX5aXZSFST .image-wrapper img {
  height: 630px;
  width: 630px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uX5aXZSFST .image-wrapper img {
    height: 350px;
  }
}
.cid-uX5aY0eq71 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uX5aY0eq71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5aY0eq71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5aY0eq71 .row {
  justify-content: center;
}
.cid-uX5aY0eq71 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uX5aY0eq71 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX5aY0eq71 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uX5aY0eq71 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uX5aY0eq71 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uX5aY0eq71 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uX5aY0eq71 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uX5aY0eq71 .mbr-section-title {
  color: #ffffff;
}
.cid-uX5aY0eq71 .mbr-text {
  color: #ffffff;
}
.cid-uX5aY0eq71 .mbr-desc {
  color: #ffffff;
}
.cid-uX5aY0ScER {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1e-1900x1200.webp");
}
.cid-uX5aY0ScER .mbr-overlay {
  background: #000000;
  opacity: 0;
}
.cid-uX5aY0ScER .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uX5aY0ScER .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uX5aY0ScER .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uX5aY0ScER .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-uX5aY0ScER .container {
    padding: 0 22px;
  }
}
.cid-uX5aY0ScER .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uX5aY0ScER .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uX5aY0ScER .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uX5aY0ScER .embla__slide .slide-content {
    display: block;
  }
}
.cid-uX5aY0ScER .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX5aY0ScER .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uX5aY0ScER .embla__button--next,
.cid-uX5aY0ScER .embla__button--prev {
  display: flex;
}
.cid-uX5aY0ScER .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uX5aY0ScER .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uX5aY0ScER .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uX5aY0ScER .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uX5aY0ScER .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uX5aY0ScER .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uX5aY0ScER .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uX5aY0ScER .embla {
  position: relative;
  width: 100%;
}
.cid-uX5aY0ScER .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uX5aY0ScER .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX5aY0ScER .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX5aY0ScER .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX5aY0ScER .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uX5aY1yVnJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX5aY1yVnJ .item:focus,
.cid-uX5aY1yVnJ span:focus {
  outline: none;
}
.cid-uX5aY1yVnJ .item {
  cursor: pointer;
}
.cid-uX5aY1yVnJ .grid-container {
  grid-row-gap: 0;
}
.cid-uX5aY1yVnJ .grid-container-1,
.cid-uX5aY1yVnJ .grid-container-2,
.cid-uX5aY1yVnJ .grid-container-3 {
  gap: 0;
}
.cid-uX5aY1yVnJ .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uX5aY1yVnJ .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uX5aY1yVnJ .content-head {
  max-width: 800px;
}
.cid-uX5aY1yVnJ .container,
.cid-uX5aY1yVnJ .container-fluid {
  overflow: hidden;
}
.cid-uX5aY1yVnJ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uX5aY1yVnJ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
.cid-uX5aY1yVnJ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: 0.2rem 0.2rem 1rem #000000 !important;
}
@media (max-width: 1200px) {
  .cid-uX5aY1yVnJ .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uX5aY1yVnJ .grid-item img {
    height: 150px;
  }
}
.cid-uX5aY1yVnJ .grid-container-1,
.cid-uX5aY1yVnJ .grid-container-2,
.cid-uX5aY1yVnJ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uX5aY1yVnJ .grid-container-1 {
  align-items: flex-end;
}
.cid-uX5aY1yVnJ .grid-container-2 {
  align-items: flex-start;
}
.cid-uX9KF2rkJ7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX9KF2rkJ7 .item:focus,
.cid-uX9KF2rkJ7 span:focus {
  outline: none;
}
.cid-uX9KF2rkJ7 .item {
  cursor: pointer;
}
.cid-uX9KF2rkJ7 .grid-container {
  grid-row-gap: 0;
}
.cid-uX9KF2rkJ7 .grid-container-1,
.cid-uX9KF2rkJ7 .grid-container-2,
.cid-uX9KF2rkJ7 .grid-container-3 {
  gap: 0;
}
.cid-uX9KF2rkJ7 .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uX9KF2rkJ7 .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uX9KF2rkJ7 .content-head {
  max-width: 800px;
}
.cid-uX9KF2rkJ7 .container,
.cid-uX9KF2rkJ7 .container-fluid {
  overflow: hidden;
}
.cid-uX9KF2rkJ7 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uX9KF2rkJ7 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
.cid-uX9KF2rkJ7 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: 0.2rem 0.2rem 1rem #000000 !important;
}
@media (max-width: 1200px) {
  .cid-uX9KF2rkJ7 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uX9KF2rkJ7 .grid-item img {
    height: 150px;
  }
}
.cid-uX9KF2rkJ7 .grid-container-1,
.cid-uX9KF2rkJ7 .grid-container-2,
.cid-uX9KF2rkJ7 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uX9KF2rkJ7 .grid-container-1 {
  align-items: flex-end;
}
.cid-uX9KF2rkJ7 .grid-container-2 {
  align-items: flex-start;
}
.cid-uX5aY3d0De {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uX5aY3d0De .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5aY3d0De .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5aY3d0De .row {
  justify-content: center;
}
.cid-uX5aY3d0De .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uX5aY3d0De .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX5aY3d0De .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uX5aY3d0De .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uX5aY3d0De .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uX5aY3d0De .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uX5aY3d0De .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uX5aY3d0De .mbr-section-title {
  color: #ffffff;
}
.cid-uX5aY3d0De .mbr-text {
  color: #ffffff;
}
.cid-uX5aY3d0De .mbr-desc {
  color: #ffffff;
}
.cid-uX5aY3IzkJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uX5aY3IzkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5aY3IzkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5aY3IzkJ .row {
  justify-content: center;
}
.cid-uX5aY3IzkJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uX5aY3IzkJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX5aY3IzkJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uX5aY3IzkJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uX5aY3IzkJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uX5aY3IzkJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uX5aY3IzkJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uX5aY3IzkJ .mbr-section-title {
  color: #ffffff;
}
.cid-uX5aY3IzkJ .mbr-text {
  color: #ffffff;
}
.cid-uX5aY3IzkJ .mbr-desc {
  color: #ffffff;
}
.cid-uX5aY454ym {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uX5aY454ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5aY454ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5aY454ym .row {
  justify-content: center;
}
.cid-uX5aY454ym .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uX5aY454ym .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a28870, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uX5aY454ym .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uX5aY454ym .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uX5aY454ym .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uX5aY454ym .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uX5aY454ym .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uX5aY454ym .mbr-section-title {
  color: #ffffff;
}
.cid-uX5aY454ym .mbr-text {
  color: #ffffff;
}
.cid-uX5aY454ym .mbr-desc {
  color: #ffffff;
}
.cid-uX5aY4wRxH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uX5aY4wRxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX5aY4wRxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX5aY4wRxH .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uX5aY4wRxH .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uX5aY4wRxH .container {
    padding: 0 26px;
  }
}
.cid-uX5aY4wRxH .video-block .video-wrapper iframe {
  height: 450px !important;
  object-fit: cover;
}
.cid-uX5aY4wRxH .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  font-size: 85px;
  text-shadow: none;
}
.cid-uX5aY4wRxH .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uX5aY4wRxH .mbr-section-title {
  color: #ffffff;
}
.cid-uX5aY4wRxH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uX5aY4wRxH .mbr-text {
  color: #cacaca;
}
.cid-uX5aY52xzi {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-uX5aY52xzi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uX5aY52xzi .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uX5aY52xzi .col-auto {
    margin: auto;
  }
}
.cid-uX5aY52xzi textarea {
  min-height: 200px;
}
.cid-uX5aY52xzi .form-control,
.cid-uX5aY52xzi .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-uX5aY52xzi .form-control::-webkit-input-placeholder,
.cid-uX5aY52xzi .field-input::-webkit-input-placeholder,
.cid-uX5aY52xzi .form-control::-webkit-input-placeholder,
.cid-uX5aY52xzi .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-uX5aY52xzi .form-control:-moz-placeholder,
.cid-uX5aY52xzi .field-input:-moz-placeholder,
.cid-uX5aY52xzi .form-control:-moz-placeholder,
.cid-uX5aY52xzi .field-input:-moz-placeholder {
  color: #000000;
}
.cid-uX5aY52xzi .form-control:hover,
.cid-uX5aY52xzi .field-input:hover,
.cid-uX5aY52xzi .form-control:focus,
.cid-uX5aY52xzi .field-input:focus {
  background-color: #e2e2e4;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-uX5aY52xzi .form-control:hover::-webkit-input-placeholder,
.cid-uX5aY52xzi .field-input:hover::-webkit-input-placeholder,
.cid-uX5aY52xzi .form-control:focus::-webkit-input-placeholder,
.cid-uX5aY52xzi .field-input:focus::-webkit-input-placeholder,
.cid-uX5aY52xzi .form-control:hover::-webkit-input-placeholder,
.cid-uX5aY52xzi .field-input:hover::-webkit-input-placeholder,
.cid-uX5aY52xzi .form-control:focus::-webkit-input-placeholder,
.cid-uX5aY52xzi .field-input:focus::-webkit-input-placeholder {
  color: #9d102e;
}
.cid-uX5aY52xzi .form-control:hover:-moz-placeholder,
.cid-uX5aY52xzi .field-input:hover:-moz-placeholder,
.cid-uX5aY52xzi .form-control:focus:-moz-placeholder,
.cid-uX5aY52xzi .field-input:focus:-moz-placeholder,
.cid-uX5aY52xzi .form-control:hover:-moz-placeholder,
.cid-uX5aY52xzi .field-input:hover:-moz-placeholder,
.cid-uX5aY52xzi .form-control:focus:-moz-placeholder,
.cid-uX5aY52xzi .field-input:focus:-moz-placeholder {
  color: #9d102e;
}
.cid-uX5aY52xzi .jq-number__spin:hover,
.cid-uX5aY52xzi .jq-number__spin:focus {
  background-color: #e2e2e4;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uX5aY52xzi .jq-number__spin {
  background-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uX5aY52xzi .jq-selectbox li,
.cid-uX5aY52xzi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uX5aY52xzi .jq-selectbox li:hover,
.cid-uX5aY52xzi .jq-selectbox li.selected {
  background-color: #e2e2e4;
  color: #000000;
}
.cid-uX5aY52xzi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uX5aY52xzi .jq-number__spin.minus:hover:after,
.cid-uX5aY52xzi .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uX5aY52xzi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uX5aY52xzi .jq-number__spin.minus:after,
.cid-uX5aY52xzi .jq-number__spin.plus:after {
  border-top-color: #e2e2e4;
  border-bottom-color: #e2e2e4;
}
.cid-uX5aY52xzi input::-webkit-clear-button {
  display: none;
}
.cid-uX5aY52xzi input::-webkit-inner-spin-button {
  display: none;
}
.cid-uX5aY52xzi input::-webkit-outer-spin-button {
  display: none;
}
.cid-uX5aY52xzi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uX5aY52xzi H4 {
  color: #36187d;
}
.cid-uX5aY52xzi .mbr-section-title {
  text-align: center;
  color: #36187d;
}
.cid-uX5aY52xzi P {
  text-align: center;
  color: #6c758f;
}
@media (max-width: 767px) {
  .cid-uX5aY52xzi .form-row {
    flex-direction: column;
  }
}
.cid-uX5aY5DuZL {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #272523;
}
.cid-uX5aY5DuZL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX5aY5DuZL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uX5aY5DuZL img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uX5aY5DuZL .col-lg-3 {
    text-align: center;
  }
}
.cid-uX5aY5DuZL .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uX5aY5DuZL .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uX5aY5DuZL .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uX5aY5DuZL .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uX5aY5DuZL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uX5aY5DuZL .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uX5aY5DuZL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uX5aY5DuZL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uX5aY5DuZL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uX5aY5DuZL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uX5aY5DuZL .foot-menu-item {
  color: #bbbbbb;
}
.cid-uX5aY5DuZL .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uX5aY5DuZL .media-container-row .mbr-text {
  text-align: left;
}
