body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 10rem;
}
.display-1 > .mbr-iconfont {
  font-size: 16rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 6rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.66rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 8rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ff2d55 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e0002b !important;
  border-color: #e0002b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c60026;
  color: #c60026;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff2d55;
  border-color: #ff2d55;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2d55 !important;
  border-color: #ff2d55 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff2d55 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff93a8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2d55;
  border-color: #ff2d55;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2d55;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9fa;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ff2d55;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2d55;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2d55;
  border-bottom-color: #ff2d55;
}
.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: #ffffff !important;
  background-color: #ff2d55 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !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='%23ff2d55' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u39pR7GEcf .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39pR7GEcf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u39pR7GEcf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u39pR7GEcf .nav-link {
  position: relative;
}
.cid-u39pR7GEcf .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-u39pR7GEcf .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-u39pR7GEcf .container {
  display: flex;
  margin: auto;
}
.cid-u39pR7GEcf .navbar.navbar-short .nav-link,
.cid-u39pR7GEcf .navbar.navbar-short .navbar-caption,
.cid-u39pR7GEcf .navbar.navbar-short .mbr-iconfont,
.cid-u39pR7GEcf .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-u39pR7GEcf .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-u39pR7GEcf .navbar-caption {
  padding-right: 3rem;
}
.cid-u39pR7GEcf .dropdown-menu,
.cid-u39pR7GEcf .navbar.opened {
  background: #000000 !important;
}
.cid-u39pR7GEcf .nav-item:focus,
.cid-u39pR7GEcf .nav-link:focus {
  outline: none;
}
.cid-u39pR7GEcf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39pR7GEcf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u39pR7GEcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u39pR7GEcf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39pR7GEcf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u39pR7GEcf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u39pR7GEcf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u39pR7GEcf .navbar.opened {
  transition: all .3s;
}
.cid-u39pR7GEcf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u39pR7GEcf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u39pR7GEcf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u39pR7GEcf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u39pR7GEcf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-u39pR7GEcf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u39pR7GEcf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u39pR7GEcf .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: 55%;
}
.cid-u39pR7GEcf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u39pR7GEcf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u39pR7GEcf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u39pR7GEcf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u39pR7GEcf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u39pR7GEcf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u39pR7GEcf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u39pR7GEcf .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: 55%;
  }
  .cid-u39pR7GEcf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u39pR7GEcf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u39pR7GEcf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u39pR7GEcf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u39pR7GEcf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u39pR7GEcf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u39pR7GEcf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u39pR7GEcf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u39pR7GEcf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u39pR7GEcf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u39pR7GEcf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u39pR7GEcf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u39pR7GEcf .dropdown-item.active,
.cid-u39pR7GEcf .dropdown-item:active {
  background-color: transparent;
}
.cid-u39pR7GEcf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u39pR7GEcf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u39pR7GEcf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u39pR7GEcf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u39pR7GEcf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u39pR7GEcf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u39pR7GEcf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u39pR7GEcf .navbar-buttons {
  text-align: center;
}
.cid-u39pR7GEcf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u39pR7GEcf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u39pR7GEcf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u39pR7GEcf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u39pR7GEcf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u39pR7GEcf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u39pR7GEcf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39pR7GEcf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u39pR7GEcf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u39pR7GEcf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39pR7GEcf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u39pR7GEcf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u39pR7GEcf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u39pR7GEcf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u39pR7GEcf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u39pR7GEcf .navbar {
    height: 77px;
  }
  .cid-u39pR7GEcf .navbar.opened {
    height: auto;
  }
  .cid-u39pR7GEcf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0le3JtI7f {
  background-image: url("../../../assets/images/missy-cover-photo-jan-2024-main-.png-small-edit-1101x851.png");
}
.cid-t0le3JtI7f h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-t0le3JtI7f span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-t0le3JtI7f .mbr-section-title {
  color: #ffffff;
}
.cid-tMglgUcee0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-tMglgUcee0 h2,
.cid-tMglgUcee0 h3,
.cid-tMglgUcee0 h4,
.cid-tMglgUcee0 h5,
.cid-tMglgUcee0 p {
  margin: 0;
}
.cid-tMglgUcee0 .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-tMglgUcee0 .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-tMglgUcee0 .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-tMglgUcee0 .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-tMglgUcee0 .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-tMglgUcee0 .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-tMglgUcee0 .content {
    width: 296px;
  }
}
.cid-tMglgUcee0 .mbr-section-title {
  color: #000000;
}
.cid-tMglgUcee0 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tMglgUcee0 .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-tMglgUcee0 .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tMglgUcee0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMglgUcee0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMglgUcee0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMglgUcee0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-tMglgUcee0 .embla__slide {
  position: relative;
}
.cid-tMglgUcee0 .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-tMglgUcee0 .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-tMglgUcee0 .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-tMglgUcee0 .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-tMglgUcee0 .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-tMglgUcee0 .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-tMglgUcee0 .card-wrap {
    width: 296px;
  }
}
.cid-tMglgUcee0 .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tMglgUcee0 .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tMglgUcee0 .embla__button--next svg polygon,
.cid-tMglgUcee0 .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tMglgUcee0 .embla__button--next svg,
.cid-tMglgUcee0 .embla__button--prev svg {
  overflow: hidden;
}
.cid-tMglgUcee0 .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tMglgUcee0 .embla__button--prev:hover {
  color: #000;
}
.cid-tMglgUcee0 .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tMglgUcee0 .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tMglgUcee0 .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tMglgUcee0 .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tMglgUcee0 .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tMglgUcee0 .embla__button--next:hover {
  color: #000;
}
.cid-tMglgUcee0 .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tMglgUcee0 .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tMglgUcee0 .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tMglgUcee0 .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tUiaGlTcn9 {
  background-image: url("../../../assets/images/batman-missy-halloween-pic-2023-1645x999.png");
}
.cid-tUiaGlTcn9 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tUiaGlTcn9 span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tUiaGlTcn9 .mbr-section-title {
  color: #ffffff;
}
.cid-tlRwmvEVaS {
  background-image: url("../../../assets/images/missy-band-halloween-2022-1467x768.jpg");
}
.cid-tlRwmvEVaS h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tlRwmvEVaS span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tlRwmvEVaS .mbr-section-title {
  color: #ffffff;
}
.cid-tlRzHtlF8D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tlRzHtlF8D img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-tlRzHtlF8D .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-tlRzHtlF8D .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-tlRzHtlF8D .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tlRzHtlF8D .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-tlRzHtlF8D .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-tlRzHtlF8D .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-tlRzHtlF8D .first {
    max-height: 250px;
  }
  .cid-tlRzHtlF8D .second {
    max-height: 323px;
  }
  .cid-tlRzHtlF8D .third {
    max-height: 408px;
  }
  .cid-tlRzHtlF8D .fourth {
    max-height: 323px;
  }
  .cid-tlRzHtlF8D .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-tlRzHtlF8D .first {
    max-height: 200px;
  }
  .cid-tlRzHtlF8D .second {
    max-height: 270px;
  }
  .cid-tlRzHtlF8D .third {
    max-height: 350px;
  }
  .cid-tlRzHtlF8D .fourth {
    max-height: 270px;
  }
  .cid-tlRzHtlF8D .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-tlRzHtlF8D .first {
    display: none;
  }
  .cid-tlRzHtlF8D .second {
    max-height: 323px;
  }
  .cid-tlRzHtlF8D .third {
    max-height: 408px;
  }
  .cid-tlRzHtlF8D .fourth {
    max-height: 323px;
  }
  .cid-tlRzHtlF8D .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-tlRzHtlF8D .second {
    max-height: 250px;
  }
  .cid-tlRzHtlF8D .third {
    max-height: 340px;
  }
  .cid-tlRzHtlF8D .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-tlRzHtlF8D .second {
    max-height: 180px;
  }
  .cid-tlRzHtlF8D .third {
    max-height: 270px;
  }
  .cid-tlRzHtlF8D .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-tlRzHtlF8D .second {
    display: none;
  }
  .cid-tlRzHtlF8D .third {
    max-height: initial;
    width: 90%;
  }
  .cid-tlRzHtlF8D .fourth {
    display: none;
  }
}
.cid-u2A2VQ7WDK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-u2A2VQ7WDK .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-u2A2VQ7WDK img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2A2VQ7WDK .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-u2A2VQ7WDK .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-u2A2VQ7WDK .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u2A2VQ7WDK img {
    padding-bottom: 1rem;
  }
  .cid-u2A2VQ7WDK .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-u2A2VQ7WDK .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-t4fAhNk7Rl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-t4fAhNk7Rl .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-t4fAhNk7Rl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t4fAhNk7Rl .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-t4fAhNk7Rl .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-t4fAhNk7Rl .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-t4fAhNk7Rl img {
    padding-bottom: 1rem;
  }
  .cid-t4fAhNk7Rl .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-t4fAhNk7Rl .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-t8G0FcIsjD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8G0FcIsjD .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-t8G0FcIsjD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8G0FcIsjD .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-t8G0FcIsjD .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-t8G0FcIsjD .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-t8G0FcIsjD img {
    padding-bottom: 1rem;
  }
  .cid-t8G0FcIsjD .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-t8G0FcIsjD .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-t0Ww7xM5if.popup-builder {
  background-color: #ffffff;
}
.cid-t0Ww7xM5if.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t0Ww7xM5if.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t0Ww7xM5if .modal-content,
.cid-t0Ww7xM5if .modal-dialog {
  height: auto;
}
.cid-t0Ww7xM5if .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t0Ww7xM5if .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t0Ww7xM5if .form-wrapper .mbr-form .form-group,
  .cid-t0Ww7xM5if .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t0Ww7xM5if .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t0Ww7xM5if .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0Ww7xM5if .mbr-text {
  text-align: center;
}
.cid-t0Ww7xM5if .pt-0 {
  padding-top: 0 !important;
}
.cid-t0Ww7xM5if .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t0Ww7xM5if .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t0Ww7xM5if .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t0Ww7xM5if .modal-open {
  overflow: hidden;
}
.cid-t0Ww7xM5if .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t0Ww7xM5if .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t0Ww7xM5if .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t0Ww7xM5if .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t0Ww7xM5if .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t0Ww7xM5if .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t0Ww7xM5if .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t0Ww7xM5if .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t0Ww7xM5if .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t0Ww7xM5if .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t0Ww7xM5if .modal-backdrop.fade {
  opacity: 0;
}
.cid-t0Ww7xM5if .modal-backdrop.show {
  opacity: .5;
}
.cid-t0Ww7xM5if .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t0Ww7xM5if .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t0Ww7xM5if .modal-header {
    padding: 1rem;
  }
}
.cid-t0Ww7xM5if .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t0Ww7xM5if .modal-header .close svg {
  fill: #353535;
}
.cid-t0Ww7xM5if .modal-header .close:hover {
  opacity: 1;
}
.cid-t0Ww7xM5if .modal-header .close:focus {
  outline: none;
}
.cid-t0Ww7xM5if .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t0Ww7xM5if .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t0Ww7xM5if .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0Ww7xM5if .modal-body {
    padding: 1rem;
  }
}
.cid-t0Ww7xM5if .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t0Ww7xM5if .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t0Ww7xM5if .modal-footer {
    padding: 1rem;
  }
}
.cid-t0Ww7xM5if .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t0Ww7xM5if .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t0Ww7xM5if .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t0Ww7xM5if .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t0Ww7xM5if .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t0Ww7xM5if .modal-lg,
  .cid-t0Ww7xM5if .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t0Ww7xM5if .modal-xl {
    max-width: 1140px;
  }
}
.cid-t0Ww7xM5if .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t0Ww7xM5if .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t0Ww7xM5if .form-group {
  margin-bottom: 1rem;
}
.cid-t0Ww7xM5if .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t0Ww7xM5if .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t0Ww7xM5if .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t0Ww7xM5if .mbr-section-btn {
  margin: 0;
}
.cid-t0Ww7xM5if .mbr-section-btn .btn {
  margin: 0;
}
.cid-t0xie6Nuwp {
  background-image: url("../../../assets/images/missy-sings-1920x1280.png");
}
@media (min-width: 992px) {
  .cid-t0xie6Nuwp .display-1 {
    letter-spacing: -6px;
  }
}
.cid-t0xie6Nuwp p {
  margin: 0;
}
.cid-t0xie6Nuwp .display-1 {
  line-height: 1;
}
.cid-t0xim8jCLT {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0xim8jCLT h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-t0xim8jCLT h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t0xim8jCLT h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t0xim8jCLT .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-t0xim8jCLT H3 {
  color: #000000;
}
.cid-t0xoqw62ow {
  background-image: url("../../../assets/images/missy-home-page-bottom-of-page-update-min1-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-t0xoqw62ow .display-1 {
    letter-spacing: -6px;
  }
}
.cid-t0xoqw62ow p {
  margin: 0;
}
.cid-t0xoqw62ow .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-t0xoqw62ow .display-1 {
  line-height: 1;
}
.cid-t0xoqw62ow .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-t0xoqw62ow .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-t0xoqw62ow .btn:hover {
  transform: translateY(-10px);
}
.cid-t0xoqw62ow .btn-white-outline:hover,
.cid-t0xoqw62ow .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-t0D2PP14AC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t0D2PP14AC .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-t0D2PP14AC .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-t0D2PP14AC .margin {
  margin-bottom: 10px;
}
.cid-t0D2PP14AC .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-t0D2PP14AC .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-t0D2PP14AC .title {
  font-size: 24px;
}
.cid-t0D2PP14AC .form-heading {
  margin-bottom: 40px;
}
.cid-t0D2PP14AC label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-t0D2PP14AC input,
.cid-t0D2PP14AC textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-t0D2PP14AC .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-t0D2PP14AC .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-t0D2PP14AC .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-t0D2PP14AC .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-t0D2PP14AC .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-t0D2PP14AC .gray-button:hover {
  background-color: #5e6068;
}
.cid-t0D2PP14AC ::placeholder {
  color: #a3a6b2;
}
.cid-rJ1R7lUBYR {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-rJ1R7lUBYR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1R7lUBYR svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rJ1R7lUBYR g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rJ1R7lUBYR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rJ1R7lUBYR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rJ1R7lUBYR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJ1R7lUBYR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJ1R7lUBYR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u39q1u8NV1 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q1u8NV1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u39q1u8NV1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u39q1u8NV1 .nav-link {
  position: relative;
}
.cid-u39q1u8NV1 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-u39q1u8NV1 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-u39q1u8NV1 .container {
  display: flex;
  margin: auto;
}
.cid-u39q1u8NV1 .navbar.navbar-short .nav-link,
.cid-u39q1u8NV1 .navbar.navbar-short .navbar-caption,
.cid-u39q1u8NV1 .navbar.navbar-short .mbr-iconfont,
.cid-u39q1u8NV1 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-u39q1u8NV1 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-u39q1u8NV1 .navbar-caption {
  padding-right: 3rem;
}
.cid-u39q1u8NV1 .dropdown-menu,
.cid-u39q1u8NV1 .navbar.opened {
  background: #000000 !important;
}
.cid-u39q1u8NV1 .nav-item:focus,
.cid-u39q1u8NV1 .nav-link:focus {
  outline: none;
}
.cid-u39q1u8NV1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q1u8NV1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u39q1u8NV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u39q1u8NV1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q1u8NV1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u39q1u8NV1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u39q1u8NV1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u39q1u8NV1 .navbar.opened {
  transition: all .3s;
}
.cid-u39q1u8NV1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u39q1u8NV1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u39q1u8NV1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u39q1u8NV1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u39q1u8NV1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-u39q1u8NV1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u39q1u8NV1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u39q1u8NV1 .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: 55%;
}
.cid-u39q1u8NV1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u39q1u8NV1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u39q1u8NV1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u39q1u8NV1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u39q1u8NV1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u39q1u8NV1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u39q1u8NV1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u39q1u8NV1 .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: 55%;
  }
  .cid-u39q1u8NV1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u39q1u8NV1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u39q1u8NV1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u39q1u8NV1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u39q1u8NV1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u39q1u8NV1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u39q1u8NV1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u39q1u8NV1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u39q1u8NV1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u39q1u8NV1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u39q1u8NV1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u39q1u8NV1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u39q1u8NV1 .dropdown-item.active,
.cid-u39q1u8NV1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u39q1u8NV1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u39q1u8NV1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u39q1u8NV1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u39q1u8NV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u39q1u8NV1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u39q1u8NV1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u39q1u8NV1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u39q1u8NV1 .navbar-buttons {
  text-align: center;
}
.cid-u39q1u8NV1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u39q1u8NV1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u39q1u8NV1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u39q1u8NV1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u39q1u8NV1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u39q1u8NV1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u39q1u8NV1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39q1u8NV1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u39q1u8NV1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u39q1u8NV1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39q1u8NV1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u39q1u8NV1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u39q1u8NV1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u39q1u8NV1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u39q1u8NV1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u39q1u8NV1 .navbar {
    height: 77px;
  }
  .cid-u39q1u8NV1 .navbar.opened {
    height: auto;
  }
  .cid-u39q1u8NV1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0xqJF9xpL {
  background-image: url("../../../assets/images/facebook-groovy-little-band-with-title-2000x1327.jpg");
}
@media (min-width: 992px) {
  .cid-t0xqJF9xpL .display-1 {
    letter-spacing: -6px;
  }
}
.cid-t0xqJF9xpL p {
  margin: 0;
}
.cid-t0xqJF9xpL .display-1 {
  line-height: 1;
}
.cid-t0xrthkgPs {
  padding-top: 195px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0xrthkgPs h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t0xrthkgPs h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t0xrthkgPs .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-t0xs62xspV {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-t0xs62xspV h3 {
  position: relative;
}
.cid-t0xs62xspV h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t0EenTTUUw {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-t0EenTTUUw h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t0EenTTUUw h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t0EenTTUUw .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-t0EenTTUUw H1 {
  text-align: center;
}
.cid-t0EenTTUUw H2 {
  text-align: center;
}
.cid-rJ1R7lUBYR {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-rJ1R7lUBYR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1R7lUBYR svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rJ1R7lUBYR g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rJ1R7lUBYR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rJ1R7lUBYR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rJ1R7lUBYR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJ1R7lUBYR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJ1R7lUBYR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u39q9GYNu5 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q9GYNu5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u39q9GYNu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u39q9GYNu5 .nav-link {
  position: relative;
}
.cid-u39q9GYNu5 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-u39q9GYNu5 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-u39q9GYNu5 .container {
  display: flex;
  margin: auto;
}
.cid-u39q9GYNu5 .navbar.navbar-short .nav-link,
.cid-u39q9GYNu5 .navbar.navbar-short .navbar-caption,
.cid-u39q9GYNu5 .navbar.navbar-short .mbr-iconfont,
.cid-u39q9GYNu5 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-u39q9GYNu5 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-u39q9GYNu5 .navbar-caption {
  padding-right: 3rem;
}
.cid-u39q9GYNu5 .dropdown-menu,
.cid-u39q9GYNu5 .navbar.opened {
  background: #000000 !important;
}
.cid-u39q9GYNu5 .nav-item:focus,
.cid-u39q9GYNu5 .nav-link:focus {
  outline: none;
}
.cid-u39q9GYNu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q9GYNu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u39q9GYNu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u39q9GYNu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q9GYNu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u39q9GYNu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u39q9GYNu5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u39q9GYNu5 .navbar.opened {
  transition: all .3s;
}
.cid-u39q9GYNu5 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u39q9GYNu5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u39q9GYNu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u39q9GYNu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u39q9GYNu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-u39q9GYNu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u39q9GYNu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u39q9GYNu5 .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: 55%;
}
.cid-u39q9GYNu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u39q9GYNu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u39q9GYNu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u39q9GYNu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u39q9GYNu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u39q9GYNu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u39q9GYNu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u39q9GYNu5 .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: 55%;
  }
  .cid-u39q9GYNu5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u39q9GYNu5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u39q9GYNu5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u39q9GYNu5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u39q9GYNu5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u39q9GYNu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u39q9GYNu5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u39q9GYNu5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u39q9GYNu5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u39q9GYNu5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u39q9GYNu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u39q9GYNu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u39q9GYNu5 .dropdown-item.active,
.cid-u39q9GYNu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u39q9GYNu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u39q9GYNu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u39q9GYNu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u39q9GYNu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u39q9GYNu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u39q9GYNu5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u39q9GYNu5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u39q9GYNu5 .navbar-buttons {
  text-align: center;
}
.cid-u39q9GYNu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u39q9GYNu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u39q9GYNu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u39q9GYNu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u39q9GYNu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u39q9GYNu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u39q9GYNu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39q9GYNu5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u39q9GYNu5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u39q9GYNu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39q9GYNu5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u39q9GYNu5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u39q9GYNu5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u39q9GYNu5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u39q9GYNu5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u39q9GYNu5 .navbar {
    height: 77px;
  }
  .cid-u39q9GYNu5 .navbar.opened {
    height: auto;
  }
  .cid-u39q9GYNu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0xtAhfOS3 {
  background-image: url("../../../assets/images/setlist-header-photo-wayne-blue-min-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-t0xtAhfOS3 .display-1 {
    letter-spacing: -6px;
  }
}
.cid-t0xtAhfOS3 p {
  margin: 0;
}
.cid-t0xtAhfOS3 .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-t0xtAhfOS3 .display-1 {
  line-height: 1;
}
.cid-t0xwlQf8HR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x960.png");
}
.cid-t0xwlQf8HR .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
}
.cid-t0xwlQf8HR .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-t0xwlQf8HR .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-t0xwlQf8HR .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-t0xwlQf8HR .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-t0xwlQf8HR .space {
  height: 45px;
  width: 100%;
}
.cid-t0xwlQf8HR .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-t0xwlQf8HR .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-t0xwlQf8HR .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-t0xwlQf8HR .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-t0xwlQf8HR .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-t0yWhgX2A2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-t0yWhgX2A2 .carousel {
  z-index: 2;
  position: relative;
}
.cid-t0yWhgX2A2 .big-icon {
  position: absolute;
  top: 1rem;
  left: 50%;
  right: 50;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #808080;
  opacity: 0.5;
}
.cid-t0yWhgX2A2 .user {
  padding: 0!important;
}
.cid-t0yWhgX2A2 .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-t0yWhgX2A2 .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t0yWhgX2A2 .carousel-item.active,
.cid-t0yWhgX2A2 .carousel-item-next,
.cid-t0yWhgX2A2 .carousel-item-prev {
  display: flex;
}
.cid-t0yWhgX2A2 .user_name {
  margin: 0;
}
.cid-t0yWhgX2A2 .carousel-controls a {
  font-size: 2rem;
}
.cid-t0yWhgX2A2 .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-t0yWhgX2A2 .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-t0yWhgX2A2 ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-t0yWhgX2A2 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-t0yWhgX2A2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-t0yWhgX2A2 .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-t0yWhgX2A2 .user_desk {
  color: #767676;
}
.cid-rJ1R7lUBYR {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-rJ1R7lUBYR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1R7lUBYR svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rJ1R7lUBYR g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rJ1R7lUBYR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rJ1R7lUBYR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rJ1R7lUBYR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJ1R7lUBYR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJ1R7lUBYR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u39q5EzGON .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q5EzGON .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u39q5EzGON .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u39q5EzGON .nav-link {
  position: relative;
}
.cid-u39q5EzGON .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-u39q5EzGON .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-u39q5EzGON .container {
  display: flex;
  margin: auto;
}
.cid-u39q5EzGON .navbar.navbar-short .nav-link,
.cid-u39q5EzGON .navbar.navbar-short .navbar-caption,
.cid-u39q5EzGON .navbar.navbar-short .mbr-iconfont,
.cid-u39q5EzGON .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-u39q5EzGON .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-u39q5EzGON .navbar-caption {
  padding-right: 3rem;
}
.cid-u39q5EzGON .dropdown-menu,
.cid-u39q5EzGON .navbar.opened {
  background: #000000 !important;
}
.cid-u39q5EzGON .nav-item:focus,
.cid-u39q5EzGON .nav-link:focus {
  outline: none;
}
.cid-u39q5EzGON .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q5EzGON .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u39q5EzGON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u39q5EzGON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39q5EzGON .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u39q5EzGON .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u39q5EzGON .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u39q5EzGON .navbar.opened {
  transition: all .3s;
}
.cid-u39q5EzGON .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u39q5EzGON .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u39q5EzGON .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u39q5EzGON .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u39q5EzGON .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-u39q5EzGON .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u39q5EzGON .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u39q5EzGON .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: 55%;
}
.cid-u39q5EzGON .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u39q5EzGON .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u39q5EzGON .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u39q5EzGON .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u39q5EzGON .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u39q5EzGON .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u39q5EzGON .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u39q5EzGON .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: 55%;
  }
  .cid-u39q5EzGON .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u39q5EzGON .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u39q5EzGON .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u39q5EzGON .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u39q5EzGON .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u39q5EzGON .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u39q5EzGON .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u39q5EzGON .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u39q5EzGON .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u39q5EzGON .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u39q5EzGON .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u39q5EzGON .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u39q5EzGON .dropdown-item.active,
.cid-u39q5EzGON .dropdown-item:active {
  background-color: transparent;
}
.cid-u39q5EzGON .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u39q5EzGON .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u39q5EzGON .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u39q5EzGON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u39q5EzGON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u39q5EzGON .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u39q5EzGON ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u39q5EzGON .navbar-buttons {
  text-align: center;
}
.cid-u39q5EzGON button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u39q5EzGON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u39q5EzGON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u39q5EzGON button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u39q5EzGON button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u39q5EzGON button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u39q5EzGON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39q5EzGON nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u39q5EzGON nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u39q5EzGON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39q5EzGON .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u39q5EzGON a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u39q5EzGON .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u39q5EzGON .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u39q5EzGON .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u39q5EzGON .navbar {
    height: 77px;
  }
  .cid-u39q5EzGON .navbar.opened {
    height: auto;
  }
  .cid-u39q5EzGON .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0z1OfKbZK {
  background-image: url("../../../assets/images/happy-new-year-2022-missys-groovy-little-band-cropped-2000x1283.jpg");
}
@media (min-width: 992px) {
  .cid-t0z1OfKbZK .display-1 {
    letter-spacing: -6px;
  }
}
.cid-t0z1OfKbZK p {
  margin: 0;
}
.cid-t0z1OfKbZK .display-1 {
  line-height: 1;
}
.cid-t0z2fFPHfL {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t0z2fFPHfL .card-subtitle {
  margin: 0;
}
.cid-t0z2fFPHfL .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-t0z2fFPHfL .card {
  padding: 0.5rem;
}
.cid-t0z2fFPHfL img {
  object-fit: cover;
  height: 100%;
}
.cid-t0z2fFPHfL h4 {
  margin: 0;
}
.cid-t0z2fFPHfL .card-img {
  height: 550px;
}
.cid-t0z2fFPHfL h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t0z2fFPHfL h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-t0z2fFPHfL .card-img {
    height: 350px;
  }
}
.cid-t0QZL3tliH {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-t0QZL3tliH .card-subtitle {
  margin: 0;
}
.cid-t0QZL3tliH .row {
  padding: 0 0.5rem;
  justify-content: center;
}
.cid-t0QZL3tliH .card {
  padding: 0.5rem;
}
.cid-t0QZL3tliH img {
  object-fit: cover;
  height: 100%;
}
.cid-t0QZL3tliH h4 {
  margin: 0;
}
.cid-t0QZL3tliH .card-img {
  height: 550px;
}
.cid-t0QZL3tliH h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t0QZL3tliH h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
@media (max-width: 992px) {
  .cid-t0QZL3tliH .card-img {
    height: 350px;
  }
}
.cid-tMg9GSgQw2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-tMg9GSgQw2 h2,
.cid-tMg9GSgQw2 h3,
.cid-tMg9GSgQw2 h4,
.cid-tMg9GSgQw2 h5,
.cid-tMg9GSgQw2 p {
  margin: 0;
}
.cid-tMg9GSgQw2 .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-tMg9GSgQw2 .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-tMg9GSgQw2 .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-tMg9GSgQw2 .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-tMg9GSgQw2 .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-tMg9GSgQw2 .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-tMg9GSgQw2 .content {
    width: 296px;
  }
}
.cid-tMg9GSgQw2 .mbr-section-title {
  color: #000000;
}
.cid-tMg9GSgQw2 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tMg9GSgQw2 .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-tMg9GSgQw2 .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tMg9GSgQw2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMg9GSgQw2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMg9GSgQw2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMg9GSgQw2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-tMg9GSgQw2 .embla__slide {
  position: relative;
}
.cid-tMg9GSgQw2 .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-tMg9GSgQw2 .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-tMg9GSgQw2 .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-tMg9GSgQw2 .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-tMg9GSgQw2 .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-tMg9GSgQw2 .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-tMg9GSgQw2 .card-wrap {
    width: 296px;
  }
}
.cid-tMg9GSgQw2 .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tMg9GSgQw2 .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tMg9GSgQw2 .embla__button--next svg polygon,
.cid-tMg9GSgQw2 .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tMg9GSgQw2 .embla__button--next svg,
.cid-tMg9GSgQw2 .embla__button--prev svg {
  overflow: hidden;
}
.cid-tMg9GSgQw2 .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tMg9GSgQw2 .embla__button--prev:hover {
  color: #000;
}
.cid-tMg9GSgQw2 .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tMg9GSgQw2 .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tMg9GSgQw2 .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tMg9GSgQw2 .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tMg9GSgQw2 .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tMg9GSgQw2 .embla__button--next:hover {
  color: #000;
}
.cid-tMg9GSgQw2 .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tMg9GSgQw2 .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tMg9GSgQw2 .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tMg9GSgQw2 .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvk4j7D1Z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #efefef;
}
.cid-vbvk4j7D1Z h2,
.cid-vbvk4j7D1Z h3,
.cid-vbvk4j7D1Z h4,
.cid-vbvk4j7D1Z h5,
.cid-vbvk4j7D1Z p {
  margin: 0;
}
.cid-vbvk4j7D1Z .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-vbvk4j7D1Z .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvk4j7D1Z .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvk4j7D1Z .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvk4j7D1Z .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvk4j7D1Z .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvk4j7D1Z .content {
    width: 296px;
  }
}
.cid-vbvk4j7D1Z .mbr-section-title {
  color: #000000;
}
.cid-vbvk4j7D1Z .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-vbvk4j7D1Z .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-vbvk4j7D1Z .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-vbvk4j7D1Z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vbvk4j7D1Z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbvk4j7D1Z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbvk4j7D1Z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-vbvk4j7D1Z .embla__slide {
  position: relative;
}
.cid-vbvk4j7D1Z .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-vbvk4j7D1Z .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvk4j7D1Z .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvk4j7D1Z .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvk4j7D1Z .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvk4j7D1Z .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvk4j7D1Z .card-wrap {
    width: 296px;
  }
}
.cid-vbvk4j7D1Z .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-vbvk4j7D1Z .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-vbvk4j7D1Z .embla__button--next svg polygon,
.cid-vbvk4j7D1Z .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-vbvk4j7D1Z .embla__button--next svg,
.cid-vbvk4j7D1Z .embla__button--prev svg {
  overflow: hidden;
}
.cid-vbvk4j7D1Z .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvk4j7D1Z .embla__button--prev:hover {
  color: #000;
}
.cid-vbvk4j7D1Z .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvk4j7D1Z .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvk4j7D1Z .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvk4j7D1Z .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvk4j7D1Z .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvk4j7D1Z .embla__button--next:hover {
  color: #000;
}
.cid-vbvk4j7D1Z .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvk4j7D1Z .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvk4j7D1Z .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvk4j7D1Z .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvjMOvT55 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-vbvjMOvT55 h2,
.cid-vbvjMOvT55 h3,
.cid-vbvjMOvT55 h4,
.cid-vbvjMOvT55 h5,
.cid-vbvjMOvT55 p {
  margin: 0;
}
.cid-vbvjMOvT55 .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-vbvjMOvT55 .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvjMOvT55 .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvjMOvT55 .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvjMOvT55 .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvjMOvT55 .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvjMOvT55 .content {
    width: 296px;
  }
}
.cid-vbvjMOvT55 .mbr-section-title {
  color: #000000;
}
.cid-vbvjMOvT55 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-vbvjMOvT55 .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-vbvjMOvT55 .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-vbvjMOvT55 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vbvjMOvT55 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbvjMOvT55 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbvjMOvT55 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-vbvjMOvT55 .embla__slide {
  position: relative;
}
.cid-vbvjMOvT55 .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-vbvjMOvT55 .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvjMOvT55 .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvjMOvT55 .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvjMOvT55 .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvjMOvT55 .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvjMOvT55 .card-wrap {
    width: 296px;
  }
}
.cid-vbvjMOvT55 .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-vbvjMOvT55 .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-vbvjMOvT55 .embla__button--next svg polygon,
.cid-vbvjMOvT55 .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-vbvjMOvT55 .embla__button--next svg,
.cid-vbvjMOvT55 .embla__button--prev svg {
  overflow: hidden;
}
.cid-vbvjMOvT55 .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvjMOvT55 .embla__button--prev:hover {
  color: #000;
}
.cid-vbvjMOvT55 .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvjMOvT55 .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvjMOvT55 .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvjMOvT55 .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvjMOvT55 .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvjMOvT55 .embla__button--next:hover {
  color: #000;
}
.cid-vbvjMOvT55 .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvjMOvT55 .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvjMOvT55 .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvjMOvT55 .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvkDfnxqz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #efefef;
}
.cid-vbvkDfnxqz h2,
.cid-vbvkDfnxqz h3,
.cid-vbvkDfnxqz h4,
.cid-vbvkDfnxqz h5,
.cid-vbvkDfnxqz p {
  margin: 0;
}
.cid-vbvkDfnxqz .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-vbvkDfnxqz .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvkDfnxqz .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvkDfnxqz .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvkDfnxqz .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvkDfnxqz .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvkDfnxqz .content {
    width: 296px;
  }
}
.cid-vbvkDfnxqz .mbr-section-title {
  color: #000000;
}
.cid-vbvkDfnxqz .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-vbvkDfnxqz .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-vbvkDfnxqz .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-vbvkDfnxqz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vbvkDfnxqz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbvkDfnxqz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbvkDfnxqz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-vbvkDfnxqz .embla__slide {
  position: relative;
}
.cid-vbvkDfnxqz .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-vbvkDfnxqz .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvkDfnxqz .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvkDfnxqz .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvkDfnxqz .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvkDfnxqz .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvkDfnxqz .card-wrap {
    width: 296px;
  }
}
.cid-vbvkDfnxqz .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-vbvkDfnxqz .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-vbvkDfnxqz .embla__button--next svg polygon,
.cid-vbvkDfnxqz .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-vbvkDfnxqz .embla__button--next svg,
.cid-vbvkDfnxqz .embla__button--prev svg {
  overflow: hidden;
}
.cid-vbvkDfnxqz .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvkDfnxqz .embla__button--prev:hover {
  color: #000;
}
.cid-vbvkDfnxqz .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvkDfnxqz .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvkDfnxqz .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvkDfnxqz .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvkDfnxqz .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvkDfnxqz .embla__button--next:hover {
  color: #000;
}
.cid-vbvkDfnxqz .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvkDfnxqz .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvkDfnxqz .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvkDfnxqz .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvkWkZoTu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-vbvkWkZoTu h2,
.cid-vbvkWkZoTu h3,
.cid-vbvkWkZoTu h4,
.cid-vbvkWkZoTu h5,
.cid-vbvkWkZoTu p {
  margin: 0;
}
.cid-vbvkWkZoTu .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-vbvkWkZoTu .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvkWkZoTu .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvkWkZoTu .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvkWkZoTu .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvkWkZoTu .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvkWkZoTu .content {
    width: 296px;
  }
}
.cid-vbvkWkZoTu .mbr-section-title {
  color: #000000;
}
.cid-vbvkWkZoTu .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-vbvkWkZoTu .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-vbvkWkZoTu .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-vbvkWkZoTu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vbvkWkZoTu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbvkWkZoTu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbvkWkZoTu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-vbvkWkZoTu .embla__slide {
  position: relative;
}
.cid-vbvkWkZoTu .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-vbvkWkZoTu .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvkWkZoTu .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvkWkZoTu .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvkWkZoTu .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvkWkZoTu .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvkWkZoTu .card-wrap {
    width: 296px;
  }
}
.cid-vbvkWkZoTu .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-vbvkWkZoTu .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-vbvkWkZoTu .embla__button--next svg polygon,
.cid-vbvkWkZoTu .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-vbvkWkZoTu .embla__button--next svg,
.cid-vbvkWkZoTu .embla__button--prev svg {
  overflow: hidden;
}
.cid-vbvkWkZoTu .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvkWkZoTu .embla__button--prev:hover {
  color: #000;
}
.cid-vbvkWkZoTu .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvkWkZoTu .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvkWkZoTu .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvkWkZoTu .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvkWkZoTu .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvkWkZoTu .embla__button--next:hover {
  color: #000;
}
.cid-vbvkWkZoTu .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvkWkZoTu .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvkWkZoTu .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvkWkZoTu .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tfUetjyOkG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #efefef;
}
.cid-tfUetjyOkG h2,
.cid-tfUetjyOkG h3,
.cid-tfUetjyOkG h4,
.cid-tfUetjyOkG h5,
.cid-tfUetjyOkG p {
  margin: 0;
}
.cid-tfUetjyOkG .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-tfUetjyOkG .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-tfUetjyOkG .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-tfUetjyOkG .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-tfUetjyOkG .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-tfUetjyOkG .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-tfUetjyOkG .content {
    width: 296px;
  }
}
.cid-tfUetjyOkG .mbr-section-title {
  color: #000000;
}
.cid-tfUetjyOkG .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-tfUetjyOkG .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-tfUetjyOkG .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tfUetjyOkG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tfUetjyOkG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tfUetjyOkG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tfUetjyOkG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-tfUetjyOkG .embla__slide {
  position: relative;
}
.cid-tfUetjyOkG .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-tfUetjyOkG .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-tfUetjyOkG .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-tfUetjyOkG .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-tfUetjyOkG .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-tfUetjyOkG .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-tfUetjyOkG .card-wrap {
    width: 296px;
  }
}
.cid-tfUetjyOkG .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tfUetjyOkG .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tfUetjyOkG .embla__button--next svg polygon,
.cid-tfUetjyOkG .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tfUetjyOkG .embla__button--next svg,
.cid-tfUetjyOkG .embla__button--prev svg {
  overflow: hidden;
}
.cid-tfUetjyOkG .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tfUetjyOkG .embla__button--prev:hover {
  color: #000;
}
.cid-tfUetjyOkG .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tfUetjyOkG .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tfUetjyOkG .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tfUetjyOkG .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tfUetjyOkG .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-tfUetjyOkG .embla__button--next:hover {
  color: #000;
}
.cid-tfUetjyOkG .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tfUetjyOkG .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tfUetjyOkG .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tfUetjyOkG .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvlN0Y6iq {
  background-image: url("../../../assets/images/20241214-190925-1-2000x1252.jpg");
}
.cid-vbvlN0Y6iq h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vbvlN0Y6iq span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vbvlN0Y6iq .mbr-section-title {
  color: #ffffff;
}
.cid-vbvmqg7d28 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background: #efefef;
}
.cid-vbvmqg7d28 h2,
.cid-vbvmqg7d28 h3,
.cid-vbvmqg7d28 h4,
.cid-vbvmqg7d28 h5,
.cid-vbvmqg7d28 p {
  margin: 0;
}
.cid-vbvmqg7d28 .content {
  width: 1288px;
  max-width: 1288px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-vbvmqg7d28 .content {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvmqg7d28 .content {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvmqg7d28 .content {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvmqg7d28 .content {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvmqg7d28 .content {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvmqg7d28 .content {
    width: 296px;
  }
}
.cid-vbvmqg7d28 .mbr-section-title {
  color: #000000;
}
.cid-vbvmqg7d28 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-vbvmqg7d28 .controls {
  position: absolute;
  right: 0;
  bottom: -44px;
}
.cid-vbvmqg7d28 .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-vbvmqg7d28 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vbvmqg7d28 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vbvmqg7d28 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vbvmqg7d28 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 100%;
}
.cid-vbvmqg7d28 .embla__slide {
  position: relative;
}
.cid-vbvmqg7d28 .card-wrap {
  width: 1288px;
}
@media (max-width: 1440px) {
  .cid-vbvmqg7d28 .card-wrap {
    width: 1100px;
  }
}
@media (max-width: 1200px) {
  .cid-vbvmqg7d28 .card-wrap {
    width: 960px;
  }
}
@media (max-width: 1024px) {
  .cid-vbvmqg7d28 .card-wrap {
    width: 768px;
  }
}
@media (max-width: 800px) {
  .cid-vbvmqg7d28 .card-wrap {
    width: 696px;
  }
}
@media (max-width: 600px) {
  .cid-vbvmqg7d28 .card-wrap {
    width: 500px;
  }
}
@media (max-width: 400px) {
  .cid-vbvmqg7d28 .card-wrap {
    width: 296px;
  }
}
.cid-vbvmqg7d28 .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-vbvmqg7d28 .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-vbvmqg7d28 .embla__button--next svg polygon,
.cid-vbvmqg7d28 .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-vbvmqg7d28 .embla__button--next svg,
.cid-vbvmqg7d28 .embla__button--prev svg {
  overflow: hidden;
}
.cid-vbvmqg7d28 .embla__button--prev {
  vertical-align: super;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvmqg7d28 .embla__button--prev:hover {
  color: #000;
}
.cid-vbvmqg7d28 .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvmqg7d28 .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvmqg7d28 .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvmqg7d28 .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbvmqg7d28 .embla__button--next {
  vertical-align: sub;
  color: #000;
  transition: color 0.25s ease-out;
}
.cid-vbvmqg7d28 .embla__button--next:hover {
  color: #000;
}
.cid-vbvmqg7d28 .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-vbvmqg7d28 .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-vbvmqg7d28 .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-vbvmqg7d28 .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-vbzwBzQnWB {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbzwBzQnWB .mbr-text {
    text-align: center;
  }
}
.cid-vbzwBzQnWB img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-vbzwBzQnWB p {
  padding: 1rem;
}
.cid-vbzwBzQnWB .col2 {
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-vbzwBzQnWB .col2 {
    padding-top: 1rem;
  }
  .cid-vbzwBzQnWB p {
    padding: 1rem 0rem;
  }
  .cid-vbzwBzQnWB img {
    height: 500px;
  }
}
.cid-vbzwBzQnWB .mbr-text,
.cid-vbzwBzQnWB .mbr-section-btn {
  color: #232323;
}
.cid-vbzwBzQnWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbzwBzQnWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgvBmCaiT3 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/missy-watersedge-pub-restaurant-sep-2022-1077x787.jpg");
}
.cid-tgvBmCaiT3 h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tgvBmCaiT3 span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tgvBmCaiT3 .mbr-section-title {
  color: #ffffff;
}
.cid-tgvCq2Gztz {
  background-image: url("../../../assets/images/watersedge-pub-resyaurant-sep-2022-gore-bay-edit-1103x572.jpg");
}
.cid-tgvCq2Gztz h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-tgvCq2Gztz span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-tgvCq2Gztz .mbr-section-title {
  color: #ffffff;
}
.cid-vbAajub9Oy {
  background-image: url("../../../assets/images/st-pattys-day-2025-watersedge-edit-927x716.jpg");
}
.cid-vbAajub9Oy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAajub9Oy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAajub9Oy .image-wrap {
  height: 350px;
}
.cid-vbAboL2cNc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vbAboL2cNc .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbAboL2cNc .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vbAboL2cNc .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-vbAboL2cNc .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-vbAboL2cNc .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-vbAboL2cNc .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-vbAboL2cNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbAboL2cNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbAboL2cNc .mbr-description {
  text-align: left;
}
.cid-vbAboL2cNc .card-title,
.cid-vbAboL2cNc .iconfont-wrapper {
  color: #000000;
}
.cid-vbAboL2cNc .card-text {
  color: #000000;
}
.cid-vbAboL2cNc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vbAboL2cNc .mbr-number {
  color: #9fe870;
}
.cid-vbAboL2cNc .mbr-text,
.cid-vbAboL2cNc .mbr-section-btn {
  text-align: center;
}
.cid-vbAboL2cNc .card-text,
.cid-vbAboL2cNc .item .mbr-section-btn {
  text-align: left;
}
.cid-vbAboL2cNc .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbAboL2cNc .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vbAboL2cNc .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vbAboL2cNc .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-vbuXMDi2rT {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbuXMDi2rT .mbr-text {
    text-align: center;
  }
}
.cid-vbuXMDi2rT img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-vbuXMDi2rT p {
  padding: 1rem;
}
.cid-vbuXMDi2rT .col2 {
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-vbuXMDi2rT .col2 {
    padding-top: 1rem;
  }
  .cid-vbuXMDi2rT p {
    padding: 1rem 0rem;
  }
  .cid-vbuXMDi2rT img {
    height: 500px;
  }
}
.cid-vbuXMDi2rT .mbr-text,
.cid-vbuXMDi2rT .mbr-section-btn {
  color: #232323;
}
.cid-vbuXMDi2rT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbuXMDi2rT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t0z1r7oLfu {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-t0z1r7oLfu .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0z1r7oLfu svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-t0z1r7oLfu g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-t0z1r7oLfu .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t0z1r7oLfu .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-t0z1r7oLfu .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-t0z1r7oLfu .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0z1r7oLfu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t0z1r7oLfu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t0z1r7oLfu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t0z1r7oLfu .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t0z1r7oLfu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t0z1r7oLfu .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-t0z1r7oLfu .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t0z1r7oLfu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t0z1r7oLfu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t0z1r7oLfu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t0z1r7oLfu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u39qdIQXwQ .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qdIQXwQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u39qdIQXwQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u39qdIQXwQ .nav-link {
  position: relative;
}
.cid-u39qdIQXwQ .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-u39qdIQXwQ .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-u39qdIQXwQ .container {
  display: flex;
  margin: auto;
}
.cid-u39qdIQXwQ .navbar.navbar-short .nav-link,
.cid-u39qdIQXwQ .navbar.navbar-short .navbar-caption,
.cid-u39qdIQXwQ .navbar.navbar-short .mbr-iconfont,
.cid-u39qdIQXwQ .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-u39qdIQXwQ .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-u39qdIQXwQ .navbar-caption {
  padding-right: 3rem;
}
.cid-u39qdIQXwQ .dropdown-menu,
.cid-u39qdIQXwQ .navbar.opened {
  background: #000000 !important;
}
.cid-u39qdIQXwQ .nav-item:focus,
.cid-u39qdIQXwQ .nav-link:focus {
  outline: none;
}
.cid-u39qdIQXwQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qdIQXwQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u39qdIQXwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u39qdIQXwQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qdIQXwQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u39qdIQXwQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u39qdIQXwQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u39qdIQXwQ .navbar.opened {
  transition: all .3s;
}
.cid-u39qdIQXwQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u39qdIQXwQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u39qdIQXwQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u39qdIQXwQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u39qdIQXwQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-u39qdIQXwQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u39qdIQXwQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u39qdIQXwQ .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: 55%;
}
.cid-u39qdIQXwQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u39qdIQXwQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u39qdIQXwQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u39qdIQXwQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u39qdIQXwQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u39qdIQXwQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u39qdIQXwQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u39qdIQXwQ .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: 55%;
  }
  .cid-u39qdIQXwQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u39qdIQXwQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u39qdIQXwQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u39qdIQXwQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u39qdIQXwQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u39qdIQXwQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u39qdIQXwQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u39qdIQXwQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u39qdIQXwQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u39qdIQXwQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u39qdIQXwQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u39qdIQXwQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u39qdIQXwQ .dropdown-item.active,
.cid-u39qdIQXwQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u39qdIQXwQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u39qdIQXwQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u39qdIQXwQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u39qdIQXwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u39qdIQXwQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u39qdIQXwQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u39qdIQXwQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u39qdIQXwQ .navbar-buttons {
  text-align: center;
}
.cid-u39qdIQXwQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u39qdIQXwQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u39qdIQXwQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u39qdIQXwQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u39qdIQXwQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u39qdIQXwQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u39qdIQXwQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39qdIQXwQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u39qdIQXwQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u39qdIQXwQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39qdIQXwQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u39qdIQXwQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u39qdIQXwQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u39qdIQXwQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u39qdIQXwQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u39qdIQXwQ .navbar {
    height: 77px;
  }
  .cid-u39qdIQXwQ .navbar.opened {
    height: auto;
  }
  .cid-u39qdIQXwQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0COd8kD3F {
  background-image: url("../../../assets/images/missy-contact-header-1920x1280-1920x1280.jpg");
}
.cid-t0COd8kD3F h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-t0COd8kD3F span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-t0COd8kD3F .mbr-section-title {
  color: #ffffff;
}
.cid-t0D0keYCSR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #cccccc;
}
@media (max-width: 991px) {
  .cid-t0D0keYCSR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t0D0keYCSR .row {
  flex-direction: row-reverse;
}
.cid-t0D0keYCSR img {
  width: 100%;
}
.cid-t0COBieu1u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t0COBieu1u .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-t0COBieu1u .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-t0COBieu1u .margin {
  margin-bottom: 10px;
}
.cid-t0COBieu1u .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-t0COBieu1u .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-t0COBieu1u .title {
  font-size: 24px;
}
.cid-t0COBieu1u .form-heading {
  margin-bottom: 40px;
}
.cid-t0COBieu1u label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-t0COBieu1u input,
.cid-t0COBieu1u textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-t0COBieu1u .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-t0COBieu1u .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-t0COBieu1u .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-t0COBieu1u .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-t0COBieu1u .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-t0COBieu1u .gray-button:hover {
  background-color: #5e6068;
}
.cid-t0COBieu1u ::placeholder {
  color: #a3a6b2;
}
.cid-rJ1R7lUBYR {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-rJ1R7lUBYR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rJ1R7lUBYR svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-rJ1R7lUBYR g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-rJ1R7lUBYR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-rJ1R7lUBYR .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-rJ1R7lUBYR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rJ1R7lUBYR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rJ1R7lUBYR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-rJ1R7lUBYR .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rJ1R7lUBYR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rJ1R7lUBYR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rJ1R7lUBYR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u39qh4ZIKw .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qh4ZIKw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u39qh4ZIKw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u39qh4ZIKw .nav-link {
  position: relative;
}
.cid-u39qh4ZIKw .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-u39qh4ZIKw .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-u39qh4ZIKw .container {
  display: flex;
  margin: auto;
}
.cid-u39qh4ZIKw .navbar.navbar-short .nav-link,
.cid-u39qh4ZIKw .navbar.navbar-short .navbar-caption,
.cid-u39qh4ZIKw .navbar.navbar-short .mbr-iconfont,
.cid-u39qh4ZIKw .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-u39qh4ZIKw .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-u39qh4ZIKw .navbar-caption {
  padding-right: 3rem;
}
.cid-u39qh4ZIKw .dropdown-menu,
.cid-u39qh4ZIKw .navbar.opened {
  background: #000000 !important;
}
.cid-u39qh4ZIKw .nav-item:focus,
.cid-u39qh4ZIKw .nav-link:focus {
  outline: none;
}
.cid-u39qh4ZIKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qh4ZIKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u39qh4ZIKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u39qh4ZIKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qh4ZIKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u39qh4ZIKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u39qh4ZIKw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u39qh4ZIKw .navbar.opened {
  transition: all .3s;
}
.cid-u39qh4ZIKw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u39qh4ZIKw .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u39qh4ZIKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u39qh4ZIKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u39qh4ZIKw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-u39qh4ZIKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u39qh4ZIKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u39qh4ZIKw .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: 55%;
}
.cid-u39qh4ZIKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u39qh4ZIKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u39qh4ZIKw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u39qh4ZIKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u39qh4ZIKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u39qh4ZIKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u39qh4ZIKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u39qh4ZIKw .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: 55%;
  }
  .cid-u39qh4ZIKw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u39qh4ZIKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u39qh4ZIKw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u39qh4ZIKw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u39qh4ZIKw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u39qh4ZIKw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u39qh4ZIKw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u39qh4ZIKw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u39qh4ZIKw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u39qh4ZIKw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u39qh4ZIKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u39qh4ZIKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u39qh4ZIKw .dropdown-item.active,
.cid-u39qh4ZIKw .dropdown-item:active {
  background-color: transparent;
}
.cid-u39qh4ZIKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u39qh4ZIKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u39qh4ZIKw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u39qh4ZIKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u39qh4ZIKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u39qh4ZIKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u39qh4ZIKw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u39qh4ZIKw .navbar-buttons {
  text-align: center;
}
.cid-u39qh4ZIKw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u39qh4ZIKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u39qh4ZIKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u39qh4ZIKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u39qh4ZIKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u39qh4ZIKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u39qh4ZIKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39qh4ZIKw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u39qh4ZIKw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u39qh4ZIKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39qh4ZIKw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u39qh4ZIKw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u39qh4ZIKw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u39qh4ZIKw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u39qh4ZIKw .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u39qh4ZIKw .navbar {
    height: 77px;
  }
  .cid-u39qh4ZIKw .navbar.opened {
    height: auto;
  }
  .cid-u39qh4ZIKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t17qNQ1Zh5 {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-t17qNQ1Zh5 h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t17qNQ1Zh5 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t17qNQ1Zh5 .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-t17qNQ1Zh5 H1 {
  color: #ffffff;
}
.cid-t17rA4uPpI {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t17rA4uPpI h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t17rA4uPpI h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t17rA4uPpI .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-t17qNQOncb {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-t17qNQOncb .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t17qNQOncb svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-t17qNQOncb g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-t17qNQOncb .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t17qNQOncb .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-t17qNQOncb .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-t17qNQOncb .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t17qNQOncb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t17qNQOncb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t17qNQOncb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t17qNQOncb .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t17qNQOncb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t17qNQOncb .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-t17qNQOncb .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t17qNQOncb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t17qNQOncb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t17qNQOncb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t17qNQOncb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u39qmxMeuf .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qmxMeuf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u39qmxMeuf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u39qmxMeuf .nav-link {
  position: relative;
}
.cid-u39qmxMeuf .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-u39qmxMeuf .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-u39qmxMeuf .container {
  display: flex;
  margin: auto;
}
.cid-u39qmxMeuf .navbar.navbar-short .nav-link,
.cid-u39qmxMeuf .navbar.navbar-short .navbar-caption,
.cid-u39qmxMeuf .navbar.navbar-short .mbr-iconfont,
.cid-u39qmxMeuf .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-u39qmxMeuf .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-u39qmxMeuf .navbar-caption {
  padding-right: 3rem;
}
.cid-u39qmxMeuf .dropdown-menu,
.cid-u39qmxMeuf .navbar.opened {
  background: #000000 !important;
}
.cid-u39qmxMeuf .nav-item:focus,
.cid-u39qmxMeuf .nav-link:focus {
  outline: none;
}
.cid-u39qmxMeuf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qmxMeuf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u39qmxMeuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u39qmxMeuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u39qmxMeuf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u39qmxMeuf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u39qmxMeuf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u39qmxMeuf .navbar.opened {
  transition: all .3s;
}
.cid-u39qmxMeuf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u39qmxMeuf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u39qmxMeuf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u39qmxMeuf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u39qmxMeuf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-u39qmxMeuf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u39qmxMeuf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u39qmxMeuf .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: 55%;
}
.cid-u39qmxMeuf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u39qmxMeuf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u39qmxMeuf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u39qmxMeuf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u39qmxMeuf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u39qmxMeuf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u39qmxMeuf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u39qmxMeuf .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: 55%;
  }
  .cid-u39qmxMeuf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u39qmxMeuf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u39qmxMeuf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u39qmxMeuf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u39qmxMeuf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u39qmxMeuf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u39qmxMeuf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u39qmxMeuf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u39qmxMeuf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u39qmxMeuf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u39qmxMeuf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u39qmxMeuf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u39qmxMeuf .dropdown-item.active,
.cid-u39qmxMeuf .dropdown-item:active {
  background-color: transparent;
}
.cid-u39qmxMeuf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u39qmxMeuf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u39qmxMeuf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u39qmxMeuf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u39qmxMeuf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u39qmxMeuf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u39qmxMeuf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u39qmxMeuf .navbar-buttons {
  text-align: center;
}
.cid-u39qmxMeuf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u39qmxMeuf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u39qmxMeuf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u39qmxMeuf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u39qmxMeuf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u39qmxMeuf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u39qmxMeuf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39qmxMeuf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u39qmxMeuf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u39qmxMeuf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u39qmxMeuf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u39qmxMeuf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u39qmxMeuf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u39qmxMeuf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u39qmxMeuf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u39qmxMeuf .navbar {
    height: 77px;
  }
  .cid-u39qmxMeuf .navbar.opened {
    height: auto;
  }
  .cid-u39qmxMeuf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t17tsv9jqE {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-t17tsv9jqE h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t17tsv9jqE h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t17tsv9jqE .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-t17tsv9jqE H1 {
  color: #ffffff;
}
.cid-t17tsvOazi {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t17tsvOazi h3 {
  width: fit-content;
  display: inline-block;
  position: relative;
}
.cid-t17tsvOazi h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-t17tsvOazi .signature {
  filter: invert(0.8);
  display: inline-block;
  width: auto;
}
.cid-t17tswdMyq {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-t17tswdMyq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t17tswdMyq svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-t17tswdMyq g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-t17tswdMyq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-t17tswdMyq .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-t17tswdMyq .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-t17tswdMyq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t17tswdMyq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t17tswdMyq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t17tswdMyq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t17tswdMyq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t17tswdMyq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-t17tswdMyq .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-t17tswdMyq .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t17tswdMyq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t17tswdMyq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t17tswdMyq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t17tswdMyq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u38xib3gA8 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u38xib3gA8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u38xib3gA8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u38xib3gA8 .nav-link {
  position: relative;
}
.cid-u38xib3gA8 .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-u38xib3gA8 .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-u38xib3gA8 .container {
  display: flex;
  margin: auto;
}
.cid-u38xib3gA8 .navbar.navbar-short .nav-link,
.cid-u38xib3gA8 .navbar.navbar-short .navbar-caption,
.cid-u38xib3gA8 .navbar.navbar-short .mbr-iconfont,
.cid-u38xib3gA8 .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-u38xib3gA8 .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-u38xib3gA8 .navbar-caption {
  padding-right: 3rem;
}
.cid-u38xib3gA8 .dropdown-menu,
.cid-u38xib3gA8 .navbar.opened {
  background: #000000 !important;
}
.cid-u38xib3gA8 .nav-item:focus,
.cid-u38xib3gA8 .nav-link:focus {
  outline: none;
}
.cid-u38xib3gA8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u38xib3gA8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u38xib3gA8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u38xib3gA8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u38xib3gA8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u38xib3gA8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u38xib3gA8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-u38xib3gA8 .navbar.opened {
  transition: all .3s;
}
.cid-u38xib3gA8 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u38xib3gA8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u38xib3gA8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u38xib3gA8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u38xib3gA8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-u38xib3gA8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u38xib3gA8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u38xib3gA8 .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: 55%;
}
.cid-u38xib3gA8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u38xib3gA8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u38xib3gA8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u38xib3gA8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u38xib3gA8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u38xib3gA8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u38xib3gA8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u38xib3gA8 .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: 55%;
  }
  .cid-u38xib3gA8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u38xib3gA8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u38xib3gA8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u38xib3gA8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u38xib3gA8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u38xib3gA8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u38xib3gA8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-u38xib3gA8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u38xib3gA8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u38xib3gA8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u38xib3gA8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u38xib3gA8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u38xib3gA8 .dropdown-item.active,
.cid-u38xib3gA8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u38xib3gA8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u38xib3gA8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u38xib3gA8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u38xib3gA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u38xib3gA8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u38xib3gA8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u38xib3gA8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u38xib3gA8 .navbar-buttons {
  text-align: center;
}
.cid-u38xib3gA8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u38xib3gA8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u38xib3gA8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u38xib3gA8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u38xib3gA8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u38xib3gA8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u38xib3gA8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38xib3gA8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u38xib3gA8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u38xib3gA8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u38xib3gA8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u38xib3gA8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u38xib3gA8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u38xib3gA8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u38xib3gA8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u38xib3gA8 .navbar {
    height: 77px;
  }
  .cid-u38xib3gA8 .navbar.opened {
    height: auto;
  }
  .cid-u38xib3gA8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbAoKZwqJV .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vbAoKZwqJV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-vbAoKZwqJV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbAoKZwqJV .nav-link {
  position: relative;
}
.cid-vbAoKZwqJV .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-vbAoKZwqJV .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-vbAoKZwqJV .container {
  display: flex;
  margin: auto;
}
.cid-vbAoKZwqJV .navbar.navbar-short .nav-link,
.cid-vbAoKZwqJV .navbar.navbar-short .navbar-caption,
.cid-vbAoKZwqJV .navbar.navbar-short .mbr-iconfont,
.cid-vbAoKZwqJV .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-vbAoKZwqJV .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-vbAoKZwqJV .navbar-caption {
  padding-right: 3rem;
}
.cid-vbAoKZwqJV .dropdown-menu,
.cid-vbAoKZwqJV .navbar.opened {
  background: #000000 !important;
}
.cid-vbAoKZwqJV .nav-item:focus,
.cid-vbAoKZwqJV .nav-link:focus {
  outline: none;
}
.cid-vbAoKZwqJV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vbAoKZwqJV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbAoKZwqJV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vbAoKZwqJV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-vbAoKZwqJV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbAoKZwqJV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbAoKZwqJV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-vbAoKZwqJV .navbar.opened {
  transition: all .3s;
}
.cid-vbAoKZwqJV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-vbAoKZwqJV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-vbAoKZwqJV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbAoKZwqJV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbAoKZwqJV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-vbAoKZwqJV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbAoKZwqJV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbAoKZwqJV .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: 55%;
}
.cid-vbAoKZwqJV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbAoKZwqJV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vbAoKZwqJV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-vbAoKZwqJV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbAoKZwqJV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbAoKZwqJV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbAoKZwqJV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbAoKZwqJV .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: 55%;
  }
  .cid-vbAoKZwqJV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vbAoKZwqJV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbAoKZwqJV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbAoKZwqJV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vbAoKZwqJV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-vbAoKZwqJV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-vbAoKZwqJV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-vbAoKZwqJV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vbAoKZwqJV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vbAoKZwqJV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbAoKZwqJV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbAoKZwqJV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbAoKZwqJV .dropdown-item.active,
.cid-vbAoKZwqJV .dropdown-item:active {
  background-color: transparent;
}
.cid-vbAoKZwqJV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbAoKZwqJV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbAoKZwqJV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbAoKZwqJV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbAoKZwqJV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbAoKZwqJV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbAoKZwqJV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-vbAoKZwqJV .navbar-buttons {
  text-align: center;
}
.cid-vbAoKZwqJV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbAoKZwqJV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbAoKZwqJV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vbAoKZwqJV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vbAoKZwqJV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vbAoKZwqJV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vbAoKZwqJV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbAoKZwqJV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vbAoKZwqJV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vbAoKZwqJV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbAoKZwqJV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-vbAoKZwqJV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vbAoKZwqJV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vbAoKZwqJV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-vbAoKZwqJV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbAoKZwqJV .navbar {
    height: 77px;
  }
  .cid-vbAoKZwqJV .navbar.opened {
    height: auto;
  }
  .cid-vbAoKZwqJV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbAoL0kcHU {
  background-image: url("../../../assets/images/happy-new-year-2022-missys-groovy-little-band-cropped-2000x1283.jpg");
}
.cid-vbAoL0kcHU h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vbAoL0kcHU span {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vbAoL0kcHU .mbr-section-title {
  color: #ffffff;
}
.cid-vbAoL13Wsj {
  background-image: url("../../../assets/images/batman-missy-halloween-pic-2023-1645x999.png");
}
.cid-vbAoL13Wsj h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vbAoL13Wsj span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vbAoL13Wsj .mbr-section-title {
  color: #ffffff;
}
.cid-vbAoL1lpuR {
  background-image: url("../../../assets/images/missy-band-halloween-2022-1467x768.jpg");
}
.cid-vbAoL1lpuR h1 {
  background-color: transparent;
  overflow: hidden;
  display: inline-block;
  color: transparent;
  line-height: 1;
}
.cid-vbAoL1lpuR span {
  background-image: url("../../../assets/images/background2-1.jpg");
  background-size: 1920px 600px;
  background-position: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  animation: scroll 14s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-y: 0px;
  }
  99.999% {
    background-position-y: -600px;
  }
  100% {
    background-position-y: 0px;
  }
}
.cid-vbAoL1lpuR .mbr-section-title {
  color: #ffffff;
}
.cid-vbAoL1D2Ky {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbAoL1D2Ky img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-vbAoL1D2Ky .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-vbAoL1D2Ky .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-vbAoL1D2Ky .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-vbAoL1D2Ky .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-vbAoL1D2Ky .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-vbAoL1D2Ky .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-vbAoL1D2Ky .first {
    max-height: 250px;
  }
  .cid-vbAoL1D2Ky .second {
    max-height: 323px;
  }
  .cid-vbAoL1D2Ky .third {
    max-height: 408px;
  }
  .cid-vbAoL1D2Ky .fourth {
    max-height: 323px;
  }
  .cid-vbAoL1D2Ky .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-vbAoL1D2Ky .first {
    max-height: 200px;
  }
  .cid-vbAoL1D2Ky .second {
    max-height: 270px;
  }
  .cid-vbAoL1D2Ky .third {
    max-height: 350px;
  }
  .cid-vbAoL1D2Ky .fourth {
    max-height: 270px;
  }
  .cid-vbAoL1D2Ky .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-vbAoL1D2Ky .first {
    display: none;
  }
  .cid-vbAoL1D2Ky .second {
    max-height: 323px;
  }
  .cid-vbAoL1D2Ky .third {
    max-height: 408px;
  }
  .cid-vbAoL1D2Ky .fourth {
    max-height: 323px;
  }
  .cid-vbAoL1D2Ky .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-vbAoL1D2Ky .second {
    max-height: 250px;
  }
  .cid-vbAoL1D2Ky .third {
    max-height: 340px;
  }
  .cid-vbAoL1D2Ky .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-vbAoL1D2Ky .second {
    max-height: 180px;
  }
  .cid-vbAoL1D2Ky .third {
    max-height: 270px;
  }
  .cid-vbAoL1D2Ky .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-vbAoL1D2Ky .second {
    display: none;
  }
  .cid-vbAoL1D2Ky .third {
    max-height: initial;
    width: 90%;
  }
  .cid-vbAoL1D2Ky .fourth {
    display: none;
  }
}
.cid-vbAoL208cN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-vbAoL208cN .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-vbAoL208cN img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vbAoL208cN .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-vbAoL208cN .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-vbAoL208cN .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-vbAoL208cN img {
    padding-bottom: 1rem;
  }
  .cid-vbAoL208cN .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-vbAoL208cN .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-vbAoL2hRBp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-vbAoL2hRBp .block {
  width: 100%;
  height: 550px;
  display: block;
}
.cid-vbAoL2hRBp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vbAoL2hRBp .first img {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.cid-vbAoL2hRBp .last img {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
@media (max-width: 992px) {
  .cid-vbAoL2hRBp .block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-vbAoL2hRBp img {
    padding-bottom: 1rem;
  }
  .cid-vbAoL2hRBp .first img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .cid-vbAoL2hRBp .last img {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    padding-bottom: 0;
  }
}
.cid-vbAoL3jSlz {
  background-image: url("../../../assets/images/prov-bay-sunset-music-series-promo-photo-july-2022-2-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-vbAoL3jSlz .display-1 {
    letter-spacing: -6px;
  }
}
.cid-vbAoL3jSlz p {
  margin: 0;
}
.cid-vbAoL3jSlz .display-1 {
  line-height: 1;
}
.cid-vbAoL3AnM1 {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vbAoL3AnM1 h3 {
  line-height: 1;
  letter-spacing: -3px;
  position: relative;
}
.cid-vbAoL3AnM1 h3:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -120px;
  bottom: 0;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vbAoL3AnM1 h3:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -120px;
  width: 1px;
  height: 100px;
  background: currentColor;
}
.cid-vbAoL3AnM1 .mbr-iconfont {
  margin-top: 150px;
  display: block;
  font-size: 3rem;
  color: #000000;
}
.cid-vbAoL3AnM1 H3 {
  color: #000000;
}
.cid-vbAoL3TaLb {
  background-image: url("../../../assets/images/missy-home-page-bottom-of-page-update-min1-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-vbAoL3TaLb .display-1 {
    letter-spacing: -6px;
  }
}
.cid-vbAoL3TaLb p {
  margin: 0;
}
.cid-vbAoL3TaLb .container-fluid {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-vbAoL3TaLb .display-1 {
  line-height: 1;
}
.cid-vbAoL3TaLb .btn {
  border-radius: 0;
  padding: 1.3rem 2rem;
}
.cid-vbAoL3TaLb .btn .mbr-iconfont {
  font-size: 1rem;
}
.cid-vbAoL3TaLb .btn:hover {
  transform: translateY(-10px);
}
.cid-vbAoL3TaLb .btn-white-outline:hover,
.cid-vbAoL3TaLb .btn-white-outline:focus {
  color: white;
  background: black;
  border-color: black;
}
.cid-vbAoL4bKhU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vbAoL4bKhU .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-vbAoL4bKhU .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-vbAoL4bKhU .margin {
  margin-bottom: 10px;
}
.cid-vbAoL4bKhU .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-vbAoL4bKhU .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-vbAoL4bKhU .title {
  font-size: 24px;
}
.cid-vbAoL4bKhU .form-heading {
  margin-bottom: 40px;
}
.cid-vbAoL4bKhU label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-vbAoL4bKhU input,
.cid-vbAoL4bKhU textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-vbAoL4bKhU .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-vbAoL4bKhU .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-vbAoL4bKhU .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-vbAoL4bKhU .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-vbAoL4bKhU .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-vbAoL4bKhU .gray-button:hover {
  background-color: #5e6068;
}
.cid-vbAoL4bKhU ::placeholder {
  color: #a3a6b2;
}
.cid-vbAoL4zMR7 {
  padding-top: 150px;
  padding-bottom: 120px;
}
.cid-vbAoL4zMR7 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vbAoL4zMR7 svg {
  position: absolute;
  top: -30px;
  left: 0;
}
.cid-vbAoL4zMR7 g rect {
  fill: #ffffff;
}
@keyframes size {
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.cid-vbAoL4zMR7 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
}
.cid-vbAoL4zMR7 .soc-item {
  background: transparent;
  width: 45px;
  margin: auto;
  height: 45px;
  transition: all 0.3s;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-vbAoL4zMR7 .soc-item:hover {
  background: #ff2d55;
  animation-duration: 0.3s;
  animation-name: size;
}
.cid-vbAoL4zMR7 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vbAoL4zMR7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vbAoL4zMR7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vbAoL4zMR7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vbAoL4zMR7 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vbAoL4zMR7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
}
.cid-vbAoL4zMR7 .media-container-row .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-vbAoL4zMR7 .media-container-row .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-vbAoL4zMR7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vbAoL4zMR7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vbAoL4zMR7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vbAoL4zMR7 .media-container-row .row-copirayt p {
  width: 100%;
}
