body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Caveat', handwriting;
  font-size: 5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8rem;
}
.display-2 {
  font-family: 'Caveat', handwriting;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Caveat', handwriting;
  font-size: 1.8rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Patrick Hand', handwriting;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    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-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #be0aff !important;
}
.bg-success {
  background-color: #0adeff !important;
}
.bg-info {
  background-color: #00ffff !important;
}
.bg-warning {
  background-color: #1b0aff !important;
}
.bg-danger {
  background-color: #f487e1 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #00ffff !important;
  border-color: #00ffff !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #000000 !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0adeff !important;
  border-color: #0adeff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #f487e1 !important;
  border-color: #f487e1 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #be0aff;
  color: #be0aff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #be0aff;
  border-color: #be0aff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #be0aff;
  color: #be0aff !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #be0aff;
  border-color: #be0aff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #00ffff;
  color: #00ffff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #000000 !important;
  background-color: #00ffff;
  border-color: #00ffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #00ffff !important;
  border-color: #00ffff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #0adeff;
  color: #0adeff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #0adeff;
  border-color: #0adeff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0adeff !important;
  border-color: #0adeff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #1b0aff;
  color: #1b0aff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #1b0aff;
  border-color: #1b0aff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #f487e1;
  color: #f487e1 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #f487e1;
  border-color: #f487e1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f487e1 !important;
  border-color: #f487e1 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #be0aff !important;
}
.text-secondary {
  color: #be0aff !important;
}
.text-success {
  color: #0adeff !important;
}
.text-info {
  color: #00ffff !important;
}
.text-warning {
  color: #1b0aff !important;
}
.text-danger {
  color: #f487e1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #00ffff;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #be0aff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #1b0aff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0adeff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #1b0aff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1b0aff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f487e1 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00ffff;
}
.alert-warning {
  background-color: #1b0aff;
}
.alert-danger {
  background-color: #f487e1;
}
.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: #be0aff;
  border-color: #be0aff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f4d6ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d6f9ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9d6ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #be0aff;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #be0aff;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Patrick Hand', handwriting;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #be0aff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #be0aff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #be0aff;
  border-bottom-color: #be0aff;
}
.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: #be0aff !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: #be0aff !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(27, 10, 255, 0.5), rgba(27, 10, 255, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(190, 10, 255, 0.5), rgba(190, 10, 255, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rHd4LPs6LH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rHd4LPs6LH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHd4LPs6LH .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #66fff9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd4LPs6LH .navbar-dropdown.bg-color.transparent.opened {
  background: #66fff9;
}
.cid-rHd4LPs6LH a {
  font-style: normal;
}
.cid-rHd4LPs6LH .show {
  overflow: visible;
}
.cid-rHd4LPs6LH .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-rHd4LPs6LH .dropdown-item:active {
  background-color: transparent;
}
.cid-rHd4LPs6LH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rHd4LPs6LH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rHd4LPs6LH .nav-item:focus,
.cid-rHd4LPs6LH .nav-link:focus {
  outline: none;
}
.cid-rHd4LPs6LH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-rHd4LPs6LH .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rHd4LPs6LH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-rHd4LPs6LH button.navbar-toggler:focus {
  outline: none;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b0aff;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .btn {
  display: -webkit-flex;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-rHd4LPs6LH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rHd4LPs6LH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rHd4LPs6LH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rHd4LPs6LH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH img {
    height: 3.8rem !important;
  }
  .cid-rHd4LPs6LH .btn {
    display: -webkit-flex;
  }
  .cid-rHd4LPs6LH button.navbar-toggler {
    display: block;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing,
  .cid-rHd4LPs6LH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rHd4LPs6LH .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-rHd4LPs6LH .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-link {
    justify-content: start!important;
  }
  .cid-rHd4LPs6LH .navbar.opened {
    height: 100%;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rHd4LPs6LH .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-rHd4LPs6LH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rHd4LPs6LH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rHd4LPs6LH .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  transition: 0.4s;
}
.cid-rHd4LPs6LH .span-link {
  padding: 0 0.5rem;
}
.cid-rHd4LPs6LH .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #be0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #1b0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-rHd4LPs6LH .navbar-caption {
  color: #00ffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-rHd4LPs6LH .navbar-caption:hover {
  color: #1b0aff;
}
.cid-rHd4LPs6LH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-rHd4LPs6LH .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-rHd4LPs6LH .dropdown-item {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #fff;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .link:active {
    color: #fff !important;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 0.5rem;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    justify-content: center;
  }
  .cid-rHd4LPs6LH .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .navbar {
    height: 90px;
  }
  .cid-rHd4LPs6LH .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-rHd4LPs6LH .btn1 {
    display: none;
  }
  .cid-rHd4LPs6LH .mbr-section-title {
    color: #fff;
  }
  .cid-rHd4LPs6LH .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-rHd4LPs6LH .span-link {
    color: #fff;
  }
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .dropdown-item {
    color: #12265a;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #00ffff !important;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 2rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    justify-content: space-between;
  }
  .cid-rHd4LPs6LH .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rHd4LPs6LH .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHd4LPs6LH .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #1b0aff;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-rHd4LPs6LH .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #66fff9;
    z-index: -1;
  }
}
.cid-rHd4LPs6LH .mbr-section-title {
  font-weight: 900;
}
.cid-rHd4LPs6LH .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .mbr-section-btn {
  display: flex;
}
.cid-rHd4LPs6LH .dropdown-item:hover {
  color: #be0aff !important;
}
.cid-rHd4LPs6LH .btn-primary:hover {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-rHd4LPs6LH .btn-warning:hover {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-rHd4LPs6LH .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-rHd4LPs6LH .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-rHd4LPs6LH .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-rHd4LPs6LH .mbr-iconfont {
  margin: 0;
}
.cid-rHd4LPs6LH .btn-primary:focus {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-rHd4LPs6LH .btn-warning:focus {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-rHd4LPs6LH .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-rHd4LPs6LH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-rHd4LPs6LH H3 {
  color: #be0aff;
}
.cid-rGu1lE6miU {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.cid-rGu1lE6miU h3 {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-rGu1lE6miU .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGu1lE6miU p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-rGu1lE6miU .mbr-section-subtitle span {
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-rGu1lE6miU h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-rGu1lE6miU p {
  margin-bottom: 1.3rem;
}
.cid-rGu1lE6miU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rGu1lE6miU .svg-1 path {
  fill: #ffffff;
}
.cid-rGu1lE6miU .container-fluid {
  max-width: 1200px;
}
.cid-rGu1lE6miU .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-rGu1lE6miU H1 {
  text-align: right;
  color: #be0aff;
}
.cid-rGu1lE6miU .mbr-text,
.cid-rGu1lE6miU .mbr-section-btn {
  text-align: right;
  color: #1b0aff;
}
.cid-snp6OVnPvI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snp6OVnPvI {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-snp6OVnPvI .mbr-text {
  margin-top: 2rem;
  color: #be0aff;
}
.cid-snp6OVnPvI .container-fluid {
  max-width: 1200px;
}
.cid-snp6OVnPvI .row > div,
.cid-snp6OVnPvI .mbr-section-subtitle {
  color: #1b0aff;
}
.cid-rHBb1WT6Q1 {
  background-color: #66fff9;
}
.cid-rHBb1WT6Q1 .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-rHBb1WT6Q1 h4 {
  text-align: center;
}
.cid-rHBb1WT6Q1 p {
  text-align: center;
  margin: 0;
}
.cid-rHBb1WT6Q1 .row {
  justify-content: center;
}
.cid-rHBb1WT6Q1 .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-rHBb1WT6Q1 .mbr-fonts-style {
  color: #fff;
}
.cid-rHBb1WT6Q1 .card-inner {
  border-radius: 30px;
}
.cid-rHBb1WT6Q1 .card-inner1 {
  background: #1b0aff;
}
.cid-rHBb1WT6Q1 .card-inner2 {
  background: #be0aff;
}
.cid-rHBb1WT6Q1 .card-inner3 {
  background: #0adeff;
}
.cid-rHBb1WT6Q1 img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-rHBb1WT6Q1 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-rHBb1WT6Q1 .container-fluid {
  max-width: 1200px;
}
.cid-rHBb1WT6Q1 .btn {
  color: #fff;
}
.cid-rHBb1WT6Q1 .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-rHBb1WT6Q1 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-rHBb1WT6Q1 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cid-rHBb1WT6Q1 .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-rHBb1WT6Q1 .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-rHBb1WT6Q1 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb1WT6Q1 .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb1WT6Q1 svg {
  position: relative;
}
.cid-rHBb1WT6Q1 rect {
  position: absolute;
}
.cid-rHBb1WT6Q1 .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-rHBb1WT6Q1 .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-rHBb1WT6Q1 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb1WT6Q1 .card-box {
  width: 100%;
}
.cid-rHBb1WT6Q1 .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-rHBb1WT6Q1 .mbr-text,
.cid-rHBb1WT6Q1 mbr-selection-btn {
  color: #ffffff;
}
.cid-snpipBaKpo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-snpipBaKpo .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-snpipBaKpo h2,
.cid-snpipBaKpo h3,
.cid-snpipBaKpo h4,
.cid-snpipBaKpo p {
  color: #ffffff;
}
.cid-snpipBaKpo .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-snpipBaKpo .text-block {
  border-bottom: 1px solid #767676;
}
.cid-snpipBaKpo .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-snpipBaKpo .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #ffffff;
  border: 1px solid #be0aff;
  color: #1b0aff;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-snpipBaKpo .form-control:focus,
.cid-snpipBaKpo .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #66fff9;
}
.cid-snpipBaKpo .form-group {
  margin-bottom: 1rem;
}
.cid-snpipBaKpo input::-webkit-input-placeholder,
.cid-snpipBaKpo textarea::-webkit-input-placeholder {
  color: #be0aff;
}
.cid-snpipBaKpo input:-moz-placeholder,
.cid-snpipBaKpo textarea:-moz-placeholder {
  color: #be0aff;
}
.cid-snpipBaKpo .jq-selectbox li,
.cid-snpipBaKpo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-snpipBaKpo .jq-selectbox li:hover,
.cid-snpipBaKpo .jq-selectbox li.selected {
  background-color: #66fff9;
  color: #000000;
}
.cid-snpipBaKpo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-snpipBaKpo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #66fff9;
}
.cid-snpipBaKpo .mbr-text {
  color: #767676;
}
.cid-snpipBaKpo a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-snpipBaKpo .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-snpipBaKpo .input-group-btn {
  display: block;
  text-align: center;
}
.cid-snpipBaKpo textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-snpipBaKpo h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-snpipBaKpo .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-snpipBaKpo .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-snpipBaKpo .google-map {
    padding-bottom: 2rem;
  }
}
.cid-snpiJ8ZJUG {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snpiJ8ZJUG {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.cid-snpiJ8ZJUG img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-snpiJ8ZJUG .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-snpiJ8ZJUG .container-fluid {
    padding: 0 1rem;
  }
  .cid-snpiJ8ZJUG .mbr-section-btn {
    text-align: center;
  }
  .cid-snpiJ8ZJUG .mbr-section-title {
    text-align: center;
  }
  .cid-snpiJ8ZJUG .mbr-section-subtitle {
    text-align: center;
  }
  .cid-snpiJ8ZJUG .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-snpiJ8ZJUG .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-snpiJ8ZJUG .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-snpiJ8ZJUG .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-snpiJ8ZJUG .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-snpiJ8ZJUG img {
    width: 100%;
  }
  .cid-snpiJ8ZJUG .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-snpiJ8ZJUG .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-snpiJ8ZJUG .container-fluid {
  max-width: 1200px;
}
.cid-snpiJ8ZJUG .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-snpiJ8ZJUG .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-snpiJ8ZJUG .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #1b0aff;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-snpiJ8ZJUG .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-snpiJ8ZJUG .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #1b0aff;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-snpiJ8ZJUG .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-snpiJ8ZJUG .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-snpiJ8ZJUG .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-snpiJ8ZJUG .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-snpiJ8ZJUG .mbr-section-title {
  text-align: center;
}
.cid-snpiJ8ZJUG .mbr-section-subtitle {
  text-align: left;
}
.cid-snpiJ8ZJUG .mbr-text,
.cid-snpiJ8ZJUG .mbr-section-btn {
  color: #be0aff;
}
.cid-snp7SHlIwL {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #66fff9;
}
.cid-snp7SHlIwL svg {
  position: absolute;
  top: 0;
}
.cid-snp7SHlIwL .svg-1 {
  fill: #be0aff;
}
.cid-snp7SHlIwL .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-snp7SHlIwL {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-snp7SHlIwL .mbr-text {
  color: #be0aff;
}
.cid-snp7SHlIwL a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-snpmU9T3kf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-snpmU9T3kf .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-snpmU9T3kf .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #66fff9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-snpmU9T3kf .navbar-dropdown.bg-color.transparent.opened {
  background: #66fff9;
}
.cid-snpmU9T3kf a {
  font-style: normal;
}
.cid-snpmU9T3kf .show {
  overflow: visible;
}
.cid-snpmU9T3kf .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-snpmU9T3kf .dropdown-item:active {
  background-color: transparent;
}
.cid-snpmU9T3kf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snpmU9T3kf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snpmU9T3kf .nav-item:focus,
.cid-snpmU9T3kf .nav-link:focus {
  outline: none;
}
.cid-snpmU9T3kf .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-snpmU9T3kf .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-snpmU9T3kf .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snpmU9T3kf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snpmU9T3kf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snpmU9T3kf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snpmU9T3kf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snpmU9T3kf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snpmU9T3kf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snpmU9T3kf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snpmU9T3kf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snpmU9T3kf .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-snpmU9T3kf .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-snpmU9T3kf .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-snpmU9T3kf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snpmU9T3kf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snpmU9T3kf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snpmU9T3kf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-snpmU9T3kf button.navbar-toggler:focus {
  outline: none;
}
.cid-snpmU9T3kf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b0aff;
}
.cid-snpmU9T3kf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snpmU9T3kf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snpmU9T3kf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snpmU9T3kf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snpmU9T3kf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snpmU9T3kf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snpmU9T3kf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snpmU9T3kf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snpmU9T3kf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snpmU9T3kf .collapsed .btn {
  display: -webkit-flex;
}
.cid-snpmU9T3kf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snpmU9T3kf .collapsed .navbar-collapse.collapsing,
.cid-snpmU9T3kf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snpmU9T3kf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snpmU9T3kf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snpmU9T3kf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snpmU9T3kf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snpmU9T3kf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snpmU9T3kf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snpmU9T3kf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snpmU9T3kf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snpmU9T3kf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-snpmU9T3kf .collapsed button.navbar-toggler {
  display: block;
}
.cid-snpmU9T3kf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snpmU9T3kf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snpmU9T3kf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snpmU9T3kf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snpmU9T3kf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snpmU9T3kf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snpmU9T3kf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snpmU9T3kf img {
    height: 3.8rem !important;
  }
  .cid-snpmU9T3kf .btn {
    display: -webkit-flex;
  }
  .cid-snpmU9T3kf button.navbar-toggler {
    display: block;
  }
  .cid-snpmU9T3kf .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-snpmU9T3kf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snpmU9T3kf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snpmU9T3kf .navbar-collapse.collapsing,
  .cid-snpmU9T3kf .navbar-collapse.show {
    display: block !important;
  }
  .cid-snpmU9T3kf .navbar-collapse.collapsing .navbar-nav,
  .cid-snpmU9T3kf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snpmU9T3kf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snpmU9T3kf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snpmU9T3kf .navbar-collapse.collapsing .navbar-buttons,
  .cid-snpmU9T3kf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snpmU9T3kf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snpmU9T3kf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snpmU9T3kf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snpmU9T3kf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snpmU9T3kf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snpmU9T3kf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snpmU9T3kf .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-snpmU9T3kf .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-snpmU9T3kf .nav-link {
    justify-content: start!important;
  }
  .cid-snpmU9T3kf .navbar.opened {
    height: 100%;
  }
  .cid-snpmU9T3kf .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snpmU9T3kf .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-snpmU9T3kf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snpmU9T3kf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snpmU9T3kf .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  transition: 0.4s;
}
.cid-snpmU9T3kf .span-link {
  padding: 0 0.5rem;
}
.cid-snpmU9T3kf .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #be0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snpmU9T3kf .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #1b0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snpmU9T3kf .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-snpmU9T3kf .navbar-caption {
  color: #00ffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-snpmU9T3kf .navbar-caption:hover {
  color: #1b0aff;
}
.cid-snpmU9T3kf .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-snpmU9T3kf .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-snpmU9T3kf .dropdown-item {
    color: #fff;
  }
  .cid-snpmU9T3kf .nav-item.open .nav-link,
  .cid-snpmU9T3kf .link:hover {
    color: #fff;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snpmU9T3kf .link:active {
    color: #fff !important;
  }
  .cid-snpmU9T3kf .logo-name {
    margin-top: 0.5rem;
  }
  .cid-snpmU9T3kf .navbar-brand {
    justify-content: center;
  }
  .cid-snpmU9T3kf .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-snpmU9T3kf .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-snpmU9T3kf .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-snpmU9T3kf .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-snpmU9T3kf .navbar {
    height: 90px;
  }
  .cid-snpmU9T3kf .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-snpmU9T3kf .btn1 {
    display: none;
  }
  .cid-snpmU9T3kf .mbr-section-title {
    color: #fff;
  }
  .cid-snpmU9T3kf .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-snpmU9T3kf .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-snpmU9T3kf .span-link {
    color: #fff;
  }
  .cid-snpmU9T3kf .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-snpmU9T3kf .dropdown-item {
    color: #12265a;
  }
  .cid-snpmU9T3kf .nav-item.open .nav-link,
  .cid-snpmU9T3kf .link:hover {
    color: #00ffff !important;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snpmU9T3kf .logo-name {
    margin-top: 2rem;
  }
  .cid-snpmU9T3kf .navbar-collapse {
    justify-content: space-between;
  }
  .cid-snpmU9T3kf .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-snpmU9T3kf .container-fluid {
    padding: 0 1rem;
  }
  .cid-snpmU9T3kf .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #1b0aff;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-snpmU9T3kf .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #66fff9;
    z-index: -1;
  }
}
.cid-snpmU9T3kf .mbr-section-title {
  font-weight: 900;
}
.cid-snpmU9T3kf .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-snpmU9T3kf .mbr-section-btn {
  display: flex;
}
.cid-snpmU9T3kf .dropdown-item:hover {
  color: #be0aff !important;
}
.cid-snpmU9T3kf .btn-primary:hover {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snpmU9T3kf .btn-warning:hover {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snpmU9T3kf .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-snpmU9T3kf .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-snpmU9T3kf .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-snpmU9T3kf .mbr-iconfont {
  margin: 0;
}
.cid-snpmU9T3kf .btn-primary:focus {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snpmU9T3kf .btn-warning:focus {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snpmU9T3kf .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-snpmU9T3kf .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-snpmU9T3kf H3 {
  color: #be0aff;
}
.cid-snpmUd2b4D {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-snpmUd2b4D {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.cid-snpmUd2b4D h3 {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-snpmUd2b4D .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-snpmUd2b4D .container-fluid {
    padding: 0 1rem;
  }
  .cid-snpmUd2b4D p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-snpmUd2b4D .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-snpmUd2b4D .mbr-section-subtitle span {
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-snpmUd2b4D h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-snpmUd2b4D p {
  margin-bottom: 1.3rem;
}
.cid-snpmUd2b4D .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-snpmUd2b4D .svg-1 path {
  fill: #ffffff;
}
.cid-snpmUd2b4D .container-fluid {
  max-width: 1200px;
}
.cid-snpmUd2b4D .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-snpmUd2b4D H1 {
  text-align: right;
  color: #be0aff;
}
.cid-snpmUd2b4D .mbr-text,
.cid-snpmUd2b4D .mbr-section-btn {
  text-align: right;
  color: #1b0aff;
}
.cid-ssA52IQZ02 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-ssA52IQZ02 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-ssA52IQZ02 .mbr-text {
  margin-top: 2rem;
  color: #1b0aff;
}
.cid-ssA52IQZ02 .container-fluid {
  max-width: 1200px;
}
.cid-syH8epUNZR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-syH8epUNZR {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-syH8epUNZR .mbr-text {
  margin-top: 2rem;
  color: #be0aff;
}
.cid-syH8epUNZR .container-fluid {
  max-width: 1200px;
}
.cid-snpmUhdwla {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #66fff9;
}
.cid-snpmUhdwla svg {
  position: absolute;
  top: 0;
}
.cid-snpmUhdwla .svg-1 {
  fill: #be0aff;
}
.cid-snpmUhdwla .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-snpmUhdwla {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-snpmUhdwla .mbr-text {
  color: #be0aff;
}
.cid-snpmUhdwla a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-snpAhLtBj0 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-snpAhLtBj0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-snpAhLtBj0 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #66fff9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-snpAhLtBj0 .navbar-dropdown.bg-color.transparent.opened {
  background: #66fff9;
}
.cid-snpAhLtBj0 a {
  font-style: normal;
}
.cid-snpAhLtBj0 .show {
  overflow: visible;
}
.cid-snpAhLtBj0 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-snpAhLtBj0 .dropdown-item:active {
  background-color: transparent;
}
.cid-snpAhLtBj0 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snpAhLtBj0 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snpAhLtBj0 .nav-item:focus,
.cid-snpAhLtBj0 .nav-link:focus {
  outline: none;
}
.cid-snpAhLtBj0 .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-snpAhLtBj0 .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-snpAhLtBj0 .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snpAhLtBj0 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snpAhLtBj0 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snpAhLtBj0 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snpAhLtBj0 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snpAhLtBj0 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snpAhLtBj0 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snpAhLtBj0 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snpAhLtBj0 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snpAhLtBj0 .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-snpAhLtBj0 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-snpAhLtBj0 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-snpAhLtBj0 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snpAhLtBj0 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snpAhLtBj0 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snpAhLtBj0 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-snpAhLtBj0 button.navbar-toggler:focus {
  outline: none;
}
.cid-snpAhLtBj0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b0aff;
}
.cid-snpAhLtBj0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snpAhLtBj0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snpAhLtBj0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snpAhLtBj0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snpAhLtBj0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snpAhLtBj0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snpAhLtBj0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snpAhLtBj0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snpAhLtBj0 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snpAhLtBj0 .collapsed .btn {
  display: -webkit-flex;
}
.cid-snpAhLtBj0 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snpAhLtBj0 .collapsed .navbar-collapse.collapsing,
.cid-snpAhLtBj0 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snpAhLtBj0 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snpAhLtBj0 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snpAhLtBj0 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snpAhLtBj0 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snpAhLtBj0 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snpAhLtBj0 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snpAhLtBj0 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snpAhLtBj0 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snpAhLtBj0 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-snpAhLtBj0 .collapsed button.navbar-toggler {
  display: block;
}
.cid-snpAhLtBj0 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snpAhLtBj0 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snpAhLtBj0 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snpAhLtBj0 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snpAhLtBj0 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snpAhLtBj0 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snpAhLtBj0.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snpAhLtBj0 img {
    height: 3.8rem !important;
  }
  .cid-snpAhLtBj0 .btn {
    display: -webkit-flex;
  }
  .cid-snpAhLtBj0 button.navbar-toggler {
    display: block;
  }
  .cid-snpAhLtBj0 .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-snpAhLtBj0 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snpAhLtBj0 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snpAhLtBj0 .navbar-collapse.collapsing,
  .cid-snpAhLtBj0 .navbar-collapse.show {
    display: block !important;
  }
  .cid-snpAhLtBj0 .navbar-collapse.collapsing .navbar-nav,
  .cid-snpAhLtBj0 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snpAhLtBj0 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snpAhLtBj0 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snpAhLtBj0 .navbar-collapse.collapsing .navbar-buttons,
  .cid-snpAhLtBj0 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snpAhLtBj0 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snpAhLtBj0 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snpAhLtBj0 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snpAhLtBj0 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snpAhLtBj0 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snpAhLtBj0 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snpAhLtBj0 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-snpAhLtBj0 .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-snpAhLtBj0 .nav-link {
    justify-content: start!important;
  }
  .cid-snpAhLtBj0 .navbar.opened {
    height: 100%;
  }
  .cid-snpAhLtBj0 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snpAhLtBj0 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-snpAhLtBj0 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snpAhLtBj0 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snpAhLtBj0 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  transition: 0.4s;
}
.cid-snpAhLtBj0 .span-link {
  padding: 0 0.5rem;
}
.cid-snpAhLtBj0 .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #be0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snpAhLtBj0 .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #1b0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snpAhLtBj0 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-snpAhLtBj0 .navbar-caption {
  color: #00ffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-snpAhLtBj0 .navbar-caption:hover {
  color: #1b0aff;
}
.cid-snpAhLtBj0 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-snpAhLtBj0 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-snpAhLtBj0 .dropdown-item {
    color: #fff;
  }
  .cid-snpAhLtBj0 .nav-item.open .nav-link,
  .cid-snpAhLtBj0 .link:hover {
    color: #fff;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snpAhLtBj0 .link:active {
    color: #fff !important;
  }
  .cid-snpAhLtBj0 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-snpAhLtBj0 .navbar-brand {
    justify-content: center;
  }
  .cid-snpAhLtBj0 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-snpAhLtBj0 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-snpAhLtBj0 .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-snpAhLtBj0 .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-snpAhLtBj0 .navbar {
    height: 90px;
  }
  .cid-snpAhLtBj0 .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-snpAhLtBj0 .btn1 {
    display: none;
  }
  .cid-snpAhLtBj0 .mbr-section-title {
    color: #fff;
  }
  .cid-snpAhLtBj0 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-snpAhLtBj0 .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-snpAhLtBj0 .span-link {
    color: #fff;
  }
  .cid-snpAhLtBj0 .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-snpAhLtBj0 .dropdown-item {
    color: #12265a;
  }
  .cid-snpAhLtBj0 .nav-item.open .nav-link,
  .cid-snpAhLtBj0 .link:hover {
    color: #00ffff !important;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snpAhLtBj0 .logo-name {
    margin-top: 2rem;
  }
  .cid-snpAhLtBj0 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-snpAhLtBj0 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-snpAhLtBj0 .container-fluid {
    padding: 0 1rem;
  }
  .cid-snpAhLtBj0 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #1b0aff;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-snpAhLtBj0 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #66fff9;
    z-index: -1;
  }
}
.cid-snpAhLtBj0 .mbr-section-title {
  font-weight: 900;
}
.cid-snpAhLtBj0 .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-snpAhLtBj0 .mbr-section-btn {
  display: flex;
}
.cid-snpAhLtBj0 .dropdown-item:hover {
  color: #be0aff !important;
}
.cid-snpAhLtBj0 .btn-primary:hover {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snpAhLtBj0 .btn-warning:hover {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snpAhLtBj0 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-snpAhLtBj0 .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-snpAhLtBj0 .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-snpAhLtBj0 .mbr-iconfont {
  margin: 0;
}
.cid-snpAhLtBj0 .btn-primary:focus {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snpAhLtBj0 .btn-warning:focus {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snpAhLtBj0 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-snpAhLtBj0 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-snpAhLtBj0 H3 {
  color: #be0aff;
}
.cid-snpAhMOuWp {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-snpAhMOuWp {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.cid-snpAhMOuWp h3 {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-snpAhMOuWp .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-snpAhMOuWp .container-fluid {
    padding: 0 1rem;
  }
  .cid-snpAhMOuWp p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-snpAhMOuWp .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-snpAhMOuWp .mbr-section-subtitle span {
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-snpAhMOuWp h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-snpAhMOuWp p {
  margin-bottom: 1.3rem;
}
.cid-snpAhMOuWp .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-snpAhMOuWp .svg-1 path {
  fill: #ffffff;
}
.cid-snpAhMOuWp .container-fluid {
  max-width: 1200px;
}
.cid-snpAhMOuWp .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-snpAhMOuWp H1 {
  text-align: right;
  color: #be0aff;
}
.cid-snpAhMOuWp .mbr-text,
.cid-snpAhMOuWp .mbr-section-btn {
  text-align: right;
  color: #1b0aff;
}
.cid-snpKuRIJql {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-snpKuRIJql {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-snpKuRIJql .mbr-text {
  margin-top: 2rem;
  color: #be0aff;
}
.cid-snpKuRIJql .container-fluid {
  max-width: 1200px;
}
.cid-sHKVQuGAOW {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sHKVQuGAOW rect {
  width: 85%;
  height: 90%;
}
.cid-sHKVQuGAOW .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sHKVQuGAOW .mbr-text {
  margin: 0;
}
.cid-sHKVQuGAOW .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-sHKVQuGAOW .card-1 {
  margin-right: 2rem;
}
.cid-sHKVQuGAOW .card-3 {
  margin-left: 2rem;
}
.cid-sHKVQuGAOW .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-sHKVQuGAOW .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-sHKVQuGAOW .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-sHKVQuGAOW .media-container-row {
    margin: 0 2rem;
  }
}
.cid-sHKVQuGAOW .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sHKVQuGAOW .svg-1 path,
.cid-sHKVQuGAOW .svg-2 path {
  fill: #e09df8;
}
.cid-sHKVQuGAOW .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sHKVQuGAOW .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sHKVQuGAOW .dinosaur-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  margin-top: 1rem;
}
.cid-sHKVQuGAOW .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-sHKVQuGAOW .circle1 {
  background-color: #be0aff;
}
.cid-sHKVQuGAOW .circle2 {
  background-color: #1b0aff;
}
.cid-sHKVQuGAOW .circle3 {
  background-color: #be0aff;
}
.cid-sHKVQuGAOW .card:hover .circle {
  position: absolute;
  right: 37%;
  top: 38%;
  animation: Orbita 2s linear infinite;
}
@keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(93px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(93px) rotate(-360deg);
  }
}
@media (max-width: 991px) {
  .cid-sHKVQuGAOW {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cid-sHKVQuGAOW .card {
    margin-bottom: 1rem;
  }
  .cid-sHKVQuGAOW .media-container-row {
    margin: 0;
  }
  .cid-sHKVQuGAOW .card-1 {
    margin-right: 0;
  }
  .cid-sHKVQuGAOW .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sHKVQuGAOW {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-sHKVQuGAOW .mbr-text {
    padding: 0rem;
  }
}
.cid-sHKVQuGAOW .mbr-text,
.cid-sHKVQuGAOW .mbr-section-btn {
  color: #181818;
}
.cid-sHKVQuGAOW .card-title {
  color: #be0aff;
}
.cid-sHKWlROLZH {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sHKWlROLZH rect {
  width: 85%;
  height: 90%;
}
.cid-sHKWlROLZH .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sHKWlROLZH .mbr-text {
  margin: 0;
}
.cid-sHKWlROLZH .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-sHKWlROLZH .card-1 {
  margin-right: 2rem;
}
.cid-sHKWlROLZH .card-3 {
  margin-left: 2rem;
}
.cid-sHKWlROLZH .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-sHKWlROLZH .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-sHKWlROLZH .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-sHKWlROLZH .media-container-row {
    margin: 0 2rem;
  }
}
.cid-sHKWlROLZH .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sHKWlROLZH .svg-1 path,
.cid-sHKWlROLZH .svg-2 path {
  fill: #c1bcfe;
}
.cid-sHKWlROLZH .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sHKWlROLZH .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-sHKWlROLZH .dinosaur-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  margin-top: 1rem;
}
.cid-sHKWlROLZH .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-sHKWlROLZH .circle1 {
  background-color: #be0aff;
}
.cid-sHKWlROLZH .circle2 {
  background-color: #1b0aff;
}
.cid-sHKWlROLZH .circle3 {
  background-color: #be0aff;
}
.cid-sHKWlROLZH .card:hover .circle {
  position: absolute;
  right: 37%;
  top: 38%;
  animation: Orbita 2s linear infinite;
}
@keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(93px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(93px) rotate(-360deg);
  }
}
@media (max-width: 991px) {
  .cid-sHKWlROLZH {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cid-sHKWlROLZH .card {
    margin-bottom: 1rem;
  }
  .cid-sHKWlROLZH .media-container-row {
    margin: 0;
  }
  .cid-sHKWlROLZH .card-1 {
    margin-right: 0;
  }
  .cid-sHKWlROLZH .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-sHKWlROLZH {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .cid-sHKWlROLZH .mbr-text {
    padding: 0rem;
  }
}
.cid-sHKWlROLZH .mbr-text,
.cid-sHKWlROLZH .mbr-section-btn {
  color: #000000;
}
.cid-sHKWlROLZH .card-title {
  color: #be0aff;
}
.cid-snpAhOW7Cb {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #66fff9;
}
.cid-snpAhOW7Cb svg {
  position: absolute;
  top: 0;
}
.cid-snpAhOW7Cb .svg-1 {
  fill: #be0aff;
}
.cid-snpAhOW7Cb .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-snpAhOW7Cb {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-snpAhOW7Cb .mbr-text {
  color: #be0aff;
}
.cid-snpAhOW7Cb a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-snB5VpyADS {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-snB5VpyADS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-snB5VpyADS .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #66fff9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-snB5VpyADS .navbar-dropdown.bg-color.transparent.opened {
  background: #66fff9;
}
.cid-snB5VpyADS a {
  font-style: normal;
}
.cid-snB5VpyADS .show {
  overflow: visible;
}
.cid-snB5VpyADS .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-snB5VpyADS .dropdown-item:active {
  background-color: transparent;
}
.cid-snB5VpyADS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snB5VpyADS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snB5VpyADS .nav-item:focus,
.cid-snB5VpyADS .nav-link:focus {
  outline: none;
}
.cid-snB5VpyADS .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-snB5VpyADS .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-snB5VpyADS .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snB5VpyADS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snB5VpyADS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snB5VpyADS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snB5VpyADS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snB5VpyADS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snB5VpyADS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snB5VpyADS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snB5VpyADS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snB5VpyADS .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-snB5VpyADS .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-snB5VpyADS .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-snB5VpyADS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snB5VpyADS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snB5VpyADS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snB5VpyADS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-snB5VpyADS button.navbar-toggler:focus {
  outline: none;
}
.cid-snB5VpyADS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b0aff;
}
.cid-snB5VpyADS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snB5VpyADS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snB5VpyADS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snB5VpyADS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snB5VpyADS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snB5VpyADS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snB5VpyADS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snB5VpyADS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snB5VpyADS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snB5VpyADS .collapsed .btn {
  display: -webkit-flex;
}
.cid-snB5VpyADS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snB5VpyADS .collapsed .navbar-collapse.collapsing,
.cid-snB5VpyADS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snB5VpyADS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snB5VpyADS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snB5VpyADS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snB5VpyADS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snB5VpyADS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snB5VpyADS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snB5VpyADS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snB5VpyADS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snB5VpyADS .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-snB5VpyADS .collapsed button.navbar-toggler {
  display: block;
}
.cid-snB5VpyADS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snB5VpyADS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snB5VpyADS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snB5VpyADS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snB5VpyADS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snB5VpyADS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snB5VpyADS.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snB5VpyADS img {
    height: 3.8rem !important;
  }
  .cid-snB5VpyADS .btn {
    display: -webkit-flex;
  }
  .cid-snB5VpyADS button.navbar-toggler {
    display: block;
  }
  .cid-snB5VpyADS .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-snB5VpyADS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snB5VpyADS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snB5VpyADS .navbar-collapse.collapsing,
  .cid-snB5VpyADS .navbar-collapse.show {
    display: block !important;
  }
  .cid-snB5VpyADS .navbar-collapse.collapsing .navbar-nav,
  .cid-snB5VpyADS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snB5VpyADS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snB5VpyADS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snB5VpyADS .navbar-collapse.collapsing .navbar-buttons,
  .cid-snB5VpyADS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snB5VpyADS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snB5VpyADS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snB5VpyADS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snB5VpyADS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snB5VpyADS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snB5VpyADS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snB5VpyADS .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-snB5VpyADS .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-snB5VpyADS .nav-link {
    justify-content: start!important;
  }
  .cid-snB5VpyADS .navbar.opened {
    height: 100%;
  }
  .cid-snB5VpyADS .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snB5VpyADS .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-snB5VpyADS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snB5VpyADS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snB5VpyADS .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  transition: 0.4s;
}
.cid-snB5VpyADS .span-link {
  padding: 0 0.5rem;
}
.cid-snB5VpyADS .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #be0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snB5VpyADS .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #1b0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snB5VpyADS .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-snB5VpyADS .navbar-caption {
  color: #00ffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-snB5VpyADS .navbar-caption:hover {
  color: #1b0aff;
}
.cid-snB5VpyADS .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-snB5VpyADS .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-snB5VpyADS .dropdown-item {
    color: #fff;
  }
  .cid-snB5VpyADS .nav-item.open .nav-link,
  .cid-snB5VpyADS .link:hover {
    color: #fff;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snB5VpyADS .link:active {
    color: #fff !important;
  }
  .cid-snB5VpyADS .logo-name {
    margin-top: 0.5rem;
  }
  .cid-snB5VpyADS .navbar-brand {
    justify-content: center;
  }
  .cid-snB5VpyADS .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-snB5VpyADS .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-snB5VpyADS .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-snB5VpyADS .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-snB5VpyADS .navbar {
    height: 90px;
  }
  .cid-snB5VpyADS .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-snB5VpyADS .btn1 {
    display: none;
  }
  .cid-snB5VpyADS .mbr-section-title {
    color: #fff;
  }
  .cid-snB5VpyADS .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-snB5VpyADS .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-snB5VpyADS .span-link {
    color: #fff;
  }
  .cid-snB5VpyADS .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-snB5VpyADS .dropdown-item {
    color: #12265a;
  }
  .cid-snB5VpyADS .nav-item.open .nav-link,
  .cid-snB5VpyADS .link:hover {
    color: #00ffff !important;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snB5VpyADS .logo-name {
    margin-top: 2rem;
  }
  .cid-snB5VpyADS .navbar-collapse {
    justify-content: space-between;
  }
  .cid-snB5VpyADS .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-snB5VpyADS .container-fluid {
    padding: 0 1rem;
  }
  .cid-snB5VpyADS .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #1b0aff;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-snB5VpyADS .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #66fff9;
    z-index: -1;
  }
}
.cid-snB5VpyADS .mbr-section-title {
  font-weight: 900;
}
.cid-snB5VpyADS .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-snB5VpyADS .mbr-section-btn {
  display: flex;
}
.cid-snB5VpyADS .dropdown-item:hover {
  color: #be0aff !important;
}
.cid-snB5VpyADS .btn-primary:hover {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snB5VpyADS .btn-warning:hover {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snB5VpyADS .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-snB5VpyADS .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-snB5VpyADS .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-snB5VpyADS .mbr-iconfont {
  margin: 0;
}
.cid-snB5VpyADS .btn-primary:focus {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snB5VpyADS .btn-warning:focus {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snB5VpyADS .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-snB5VpyADS .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-snB5VpyADS H3 {
  color: #be0aff;
}
.cid-snB5VrasJb {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-snB5VrasJb {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.cid-snB5VrasJb h3 {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-snB5VrasJb .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-snB5VrasJb .container-fluid {
    padding: 0 1rem;
  }
  .cid-snB5VrasJb p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-snB5VrasJb .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-snB5VrasJb .mbr-section-subtitle span {
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-snB5VrasJb h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-snB5VrasJb p {
  margin-bottom: 1.3rem;
}
.cid-snB5VrasJb .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-snB5VrasJb .svg-1 path {
  fill: #ffffff;
}
.cid-snB5VrasJb .container-fluid {
  max-width: 1200px;
}
.cid-snB5VrasJb .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-snB5VrasJb H1 {
  text-align: right;
  color: #ffffff;
}
.cid-snB5VrasJb .mbr-text,
.cid-snB5VrasJb .mbr-section-btn {
  text-align: right;
  color: #1b0aff;
}
.cid-snB5Vurmr8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snB5Vurmr8 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-snB6yvSH5f {
  padding-top: 0px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-snB6yvSH5f .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snB6yvSH5f .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snB6yvSH5f .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snB6yvSH5f .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snB6yvSH5f .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-snB6yvSH5f .icon-focus {
  display: none;
}
.cid-snB6yvSH5f .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-snB6yvSH5f ul {
  font-size: 0;
}
.cid-snB6yvSH5f .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-snB6yvSH5f .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-snB6yvSH5f .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #be0aff, #be0aff);
}
.cid-snB6yvSH5f .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-snB6yvSH5f .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-snB6yvSH5f .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-snB6yvSH5f .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-snB6yvSH5f .btn:hover {
  background: transparent !important;
}
.cid-snB6yvSH5f .btn:hover:before {
  background: transparent !important;
}
.cid-snB6yvSH5f .btn:before {
  background-color: transparent !important;
}
.cid-snB6yvSH5f .btn:focus {
  box-shadow: none;
}
.cid-snB6yvSH5f .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-snB5VMAOEa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #66fff9;
}
.cid-snB5VMAOEa svg {
  position: absolute;
  top: 0;
}
.cid-snB5VMAOEa .svg-1 {
  fill: #be0aff;
}
.cid-snB5VMAOEa .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-snB5VMAOEa {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-snB5VMAOEa .mbr-text {
  color: #be0aff;
}
.cid-snB5VMAOEa a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-snB66pHmtz {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-snB66pHmtz .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-snB66pHmtz .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #66fff9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-snB66pHmtz .navbar-dropdown.bg-color.transparent.opened {
  background: #66fff9;
}
.cid-snB66pHmtz a {
  font-style: normal;
}
.cid-snB66pHmtz .show {
  overflow: visible;
}
.cid-snB66pHmtz .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-snB66pHmtz .dropdown-item:active {
  background-color: transparent;
}
.cid-snB66pHmtz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snB66pHmtz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snB66pHmtz .nav-item:focus,
.cid-snB66pHmtz .nav-link:focus {
  outline: none;
}
.cid-snB66pHmtz .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-snB66pHmtz .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-snB66pHmtz .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snB66pHmtz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snB66pHmtz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snB66pHmtz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snB66pHmtz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snB66pHmtz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snB66pHmtz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snB66pHmtz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snB66pHmtz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snB66pHmtz .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-snB66pHmtz .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-snB66pHmtz .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-snB66pHmtz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snB66pHmtz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snB66pHmtz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snB66pHmtz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-snB66pHmtz button.navbar-toggler:focus {
  outline: none;
}
.cid-snB66pHmtz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b0aff;
}
.cid-snB66pHmtz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snB66pHmtz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snB66pHmtz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snB66pHmtz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snB66pHmtz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snB66pHmtz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snB66pHmtz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snB66pHmtz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snB66pHmtz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snB66pHmtz .collapsed .btn {
  display: -webkit-flex;
}
.cid-snB66pHmtz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snB66pHmtz .collapsed .navbar-collapse.collapsing,
.cid-snB66pHmtz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snB66pHmtz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snB66pHmtz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snB66pHmtz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snB66pHmtz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snB66pHmtz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snB66pHmtz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snB66pHmtz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snB66pHmtz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snB66pHmtz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-snB66pHmtz .collapsed button.navbar-toggler {
  display: block;
}
.cid-snB66pHmtz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snB66pHmtz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snB66pHmtz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snB66pHmtz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snB66pHmtz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snB66pHmtz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snB66pHmtz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snB66pHmtz img {
    height: 3.8rem !important;
  }
  .cid-snB66pHmtz .btn {
    display: -webkit-flex;
  }
  .cid-snB66pHmtz button.navbar-toggler {
    display: block;
  }
  .cid-snB66pHmtz .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-snB66pHmtz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snB66pHmtz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snB66pHmtz .navbar-collapse.collapsing,
  .cid-snB66pHmtz .navbar-collapse.show {
    display: block !important;
  }
  .cid-snB66pHmtz .navbar-collapse.collapsing .navbar-nav,
  .cid-snB66pHmtz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snB66pHmtz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snB66pHmtz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snB66pHmtz .navbar-collapse.collapsing .navbar-buttons,
  .cid-snB66pHmtz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snB66pHmtz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snB66pHmtz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snB66pHmtz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snB66pHmtz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snB66pHmtz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snB66pHmtz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snB66pHmtz .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-snB66pHmtz .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-snB66pHmtz .nav-link {
    justify-content: start!important;
  }
  .cid-snB66pHmtz .navbar.opened {
    height: 100%;
  }
  .cid-snB66pHmtz .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snB66pHmtz .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-snB66pHmtz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snB66pHmtz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snB66pHmtz .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  transition: 0.4s;
}
.cid-snB66pHmtz .span-link {
  padding: 0 0.5rem;
}
.cid-snB66pHmtz .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #be0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snB66pHmtz .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #1b0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snB66pHmtz .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-snB66pHmtz .navbar-caption {
  color: #00ffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-snB66pHmtz .navbar-caption:hover {
  color: #1b0aff;
}
.cid-snB66pHmtz .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-snB66pHmtz .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-snB66pHmtz .dropdown-item {
    color: #fff;
  }
  .cid-snB66pHmtz .nav-item.open .nav-link,
  .cid-snB66pHmtz .link:hover {
    color: #fff;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snB66pHmtz .link:active {
    color: #fff !important;
  }
  .cid-snB66pHmtz .logo-name {
    margin-top: 0.5rem;
  }
  .cid-snB66pHmtz .navbar-brand {
    justify-content: center;
  }
  .cid-snB66pHmtz .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-snB66pHmtz .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-snB66pHmtz .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-snB66pHmtz .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-snB66pHmtz .navbar {
    height: 90px;
  }
  .cid-snB66pHmtz .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-snB66pHmtz .btn1 {
    display: none;
  }
  .cid-snB66pHmtz .mbr-section-title {
    color: #fff;
  }
  .cid-snB66pHmtz .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-snB66pHmtz .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-snB66pHmtz .span-link {
    color: #fff;
  }
  .cid-snB66pHmtz .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-snB66pHmtz .dropdown-item {
    color: #12265a;
  }
  .cid-snB66pHmtz .nav-item.open .nav-link,
  .cid-snB66pHmtz .link:hover {
    color: #00ffff !important;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snB66pHmtz .logo-name {
    margin-top: 2rem;
  }
  .cid-snB66pHmtz .navbar-collapse {
    justify-content: space-between;
  }
  .cid-snB66pHmtz .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-snB66pHmtz .container-fluid {
    padding: 0 1rem;
  }
  .cid-snB66pHmtz .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #1b0aff;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-snB66pHmtz .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #66fff9;
    z-index: -1;
  }
}
.cid-snB66pHmtz .mbr-section-title {
  font-weight: 900;
}
.cid-snB66pHmtz .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-snB66pHmtz .mbr-section-btn {
  display: flex;
}
.cid-snB66pHmtz .dropdown-item:hover {
  color: #be0aff !important;
}
.cid-snB66pHmtz .btn-primary:hover {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snB66pHmtz .btn-warning:hover {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snB66pHmtz .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-snB66pHmtz .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-snB66pHmtz .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-snB66pHmtz .mbr-iconfont {
  margin: 0;
}
.cid-snB66pHmtz .btn-primary:focus {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snB66pHmtz .btn-warning:focus {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snB66pHmtz .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-snB66pHmtz .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-snB66pHmtz H3 {
  color: #be0aff;
}
.cid-snB66sSDa5 {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-snB66sSDa5 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.cid-snB66sSDa5 h3 {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-snB66sSDa5 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-snB66sSDa5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-snB66sSDa5 p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-snB66sSDa5 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-snB66sSDa5 .mbr-section-subtitle span {
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-snB66sSDa5 h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-snB66sSDa5 p {
  margin-bottom: 1.3rem;
}
.cid-snB66sSDa5 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-snB66sSDa5 .svg-1 path {
  fill: #ffffff;
}
.cid-snB66sSDa5 .container-fluid {
  max-width: 1200px;
}
.cid-snB66sSDa5 .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-snB66sSDa5 H1 {
  text-align: right;
  color: #1b0aff;
}
.cid-snB66sSDa5 .mbr-text,
.cid-snB66sSDa5 .mbr-section-btn {
  text-align: right;
  color: #be0aff;
}
.cid-tGpjLc30kj {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tGpjLc30kj .mbr-section-subtitle {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-tGpjLc30kj .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-tGpjLc30kj .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tGpjLc30kj .svg-1 path {
  fill: #ffffff;
}
.cid-tGpjLc30kj .container-fluid {
  max-width: 1200px;
}
.cid-tGpjLc30kj .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tGpjLc30kj {
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .cid-tGpjLc30kj .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGpjLc30kj .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-tGpjLc30kj .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-tGpjLc30kj .mbr-section-title {
  color: #1b0aff;
}
.cid-tGpjLc30kj .mbr-text,
.cid-tGpjLc30kj .mbr-section-btn {
  color: #be0aff;
}
.cid-snB66uj10V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snB66uj10V {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-snB66EWzol {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #66fff9;
}
.cid-snB66EWzol svg {
  position: absolute;
  top: 0;
}
.cid-snB66EWzol .svg-1 {
  fill: #be0aff;
}
.cid-snB66EWzol .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-snB66EWzol {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-snB66EWzol .mbr-text {
  color: #be0aff;
}
.cid-snB66EWzol a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-snpKc75JPH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-snpKc75JPH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-snpKc75JPH .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #66fff9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-snpKc75JPH .navbar-dropdown.bg-color.transparent.opened {
  background: #66fff9;
}
.cid-snpKc75JPH a {
  font-style: normal;
}
.cid-snpKc75JPH .show {
  overflow: visible;
}
.cid-snpKc75JPH .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-snpKc75JPH .dropdown-item:active {
  background-color: transparent;
}
.cid-snpKc75JPH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snpKc75JPH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snpKc75JPH .nav-item:focus,
.cid-snpKc75JPH .nav-link:focus {
  outline: none;
}
.cid-snpKc75JPH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-snpKc75JPH .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-snpKc75JPH .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snpKc75JPH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snpKc75JPH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snpKc75JPH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snpKc75JPH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snpKc75JPH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snpKc75JPH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snpKc75JPH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snpKc75JPH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snpKc75JPH .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-snpKc75JPH .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-snpKc75JPH .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-snpKc75JPH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snpKc75JPH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snpKc75JPH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snpKc75JPH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-snpKc75JPH button.navbar-toggler:focus {
  outline: none;
}
.cid-snpKc75JPH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b0aff;
}
.cid-snpKc75JPH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snpKc75JPH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snpKc75JPH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snpKc75JPH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snpKc75JPH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snpKc75JPH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snpKc75JPH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snpKc75JPH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snpKc75JPH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snpKc75JPH .collapsed .btn {
  display: -webkit-flex;
}
.cid-snpKc75JPH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snpKc75JPH .collapsed .navbar-collapse.collapsing,
.cid-snpKc75JPH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snpKc75JPH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snpKc75JPH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snpKc75JPH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snpKc75JPH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snpKc75JPH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snpKc75JPH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snpKc75JPH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snpKc75JPH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snpKc75JPH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-snpKc75JPH .collapsed button.navbar-toggler {
  display: block;
}
.cid-snpKc75JPH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snpKc75JPH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snpKc75JPH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snpKc75JPH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snpKc75JPH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snpKc75JPH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snpKc75JPH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snpKc75JPH img {
    height: 3.8rem !important;
  }
  .cid-snpKc75JPH .btn {
    display: -webkit-flex;
  }
  .cid-snpKc75JPH button.navbar-toggler {
    display: block;
  }
  .cid-snpKc75JPH .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-snpKc75JPH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snpKc75JPH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snpKc75JPH .navbar-collapse.collapsing,
  .cid-snpKc75JPH .navbar-collapse.show {
    display: block !important;
  }
  .cid-snpKc75JPH .navbar-collapse.collapsing .navbar-nav,
  .cid-snpKc75JPH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snpKc75JPH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snpKc75JPH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snpKc75JPH .navbar-collapse.collapsing .navbar-buttons,
  .cid-snpKc75JPH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snpKc75JPH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snpKc75JPH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snpKc75JPH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snpKc75JPH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snpKc75JPH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snpKc75JPH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snpKc75JPH .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-snpKc75JPH .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-snpKc75JPH .nav-link {
    justify-content: start!important;
  }
  .cid-snpKc75JPH .navbar.opened {
    height: 100%;
  }
  .cid-snpKc75JPH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snpKc75JPH .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-snpKc75JPH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snpKc75JPH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snpKc75JPH .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  transition: 0.4s;
}
.cid-snpKc75JPH .span-link {
  padding: 0 0.5rem;
}
.cid-snpKc75JPH .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #be0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snpKc75JPH .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #1b0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snpKc75JPH .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-snpKc75JPH .navbar-caption {
  color: #00ffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-snpKc75JPH .navbar-caption:hover {
  color: #1b0aff;
}
.cid-snpKc75JPH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-snpKc75JPH .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-snpKc75JPH .dropdown-item {
    color: #fff;
  }
  .cid-snpKc75JPH .nav-item.open .nav-link,
  .cid-snpKc75JPH .link:hover {
    color: #fff;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snpKc75JPH .link:active {
    color: #fff !important;
  }
  .cid-snpKc75JPH .logo-name {
    margin-top: 0.5rem;
  }
  .cid-snpKc75JPH .navbar-brand {
    justify-content: center;
  }
  .cid-snpKc75JPH .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-snpKc75JPH .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-snpKc75JPH .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-snpKc75JPH .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-snpKc75JPH .navbar {
    height: 90px;
  }
  .cid-snpKc75JPH .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-snpKc75JPH .btn1 {
    display: none;
  }
  .cid-snpKc75JPH .mbr-section-title {
    color: #fff;
  }
  .cid-snpKc75JPH .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-snpKc75JPH .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-snpKc75JPH .span-link {
    color: #fff;
  }
  .cid-snpKc75JPH .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-snpKc75JPH .dropdown-item {
    color: #12265a;
  }
  .cid-snpKc75JPH .nav-item.open .nav-link,
  .cid-snpKc75JPH .link:hover {
    color: #00ffff !important;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snpKc75JPH .logo-name {
    margin-top: 2rem;
  }
  .cid-snpKc75JPH .navbar-collapse {
    justify-content: space-between;
  }
  .cid-snpKc75JPH .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-snpKc75JPH .container-fluid {
    padding: 0 1rem;
  }
  .cid-snpKc75JPH .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #1b0aff;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-snpKc75JPH .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #66fff9;
    z-index: -1;
  }
}
.cid-snpKc75JPH .mbr-section-title {
  font-weight: 900;
}
.cid-snpKc75JPH .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-snpKc75JPH .mbr-section-btn {
  display: flex;
}
.cid-snpKc75JPH .dropdown-item:hover {
  color: #be0aff !important;
}
.cid-snpKc75JPH .btn-primary:hover {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snpKc75JPH .btn-warning:hover {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snpKc75JPH .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-snpKc75JPH .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-snpKc75JPH .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-snpKc75JPH .mbr-iconfont {
  margin: 0;
}
.cid-snpKc75JPH .btn-primary:focus {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snpKc75JPH .btn-warning:focus {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snpKc75JPH .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-snpKc75JPH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-snpKc75JPH H3 {
  color: #be0aff;
}
.cid-snpKc8eN45 {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-snpKc8eN45 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.cid-snpKc8eN45 h3 {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-snpKc8eN45 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-snpKc8eN45 .container-fluid {
    padding: 0 1rem;
  }
  .cid-snpKc8eN45 p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-snpKc8eN45 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-snpKc8eN45 .mbr-section-subtitle span {
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-snpKc8eN45 h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-snpKc8eN45 p {
  margin-bottom: 1.3rem;
}
.cid-snpKc8eN45 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-snpKc8eN45 .svg-1 path {
  fill: #ffffff;
}
.cid-snpKc8eN45 .container-fluid {
  max-width: 1200px;
}
.cid-snpKc8eN45 .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-snpKc8eN45 H1 {
  text-align: right;
  color: #be0aff;
}
.cid-snpKc8eN45 .mbr-text,
.cid-snpKc8eN45 .mbr-section-btn {
  text-align: right;
  color: #1b0aff;
}
.cid-snpKc9nIA8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snpKc9nIA8 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-snuihLRrVV {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-snuihLRrVV .mbr-section-subtitle {
  color: #767676;
}
.cid-snuihLRrVV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-snuihLRrVV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-snuihLRrVV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-snuihLRrVV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-snuihLRrVV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #be0aff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #be0aff, #0adeff);
}
.cid-snuihLRrVV .icon-focus,
.cid-snuihLRrVV .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-snuihLRrVV .icon-focus:before,
.cid-snuihLRrVV .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snuihLRrVV .icon-video {
  font-size: 1.5rem !important;
}
.cid-snuihLRrVV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-snuihLRrVV ul {
  font-size: 0;
}
.cid-snuihLRrVV .mbr-gallery-filter ul {
  text-align: left;
}
.cid-snuihLRrVV .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-snuihLRrVV .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #be0aff !important;
}
.cid-snuihLRrVV .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-snuihLRrVV .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-snuihLRrVV .mbr-gallery-filter ul li.active .btn:after {
  border-color: #be0aff;
}
.cid-snuihLRrVV .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-snuihLRrVV .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-snuihLRrVV .mbr-gallery-filter ul li:first-child,
.cid-snuihLRrVV .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-snuihLRrVV .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-snuihLRrVV .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-snuihLRrVV .mbr-gallery-item > div > span {
  color: #181818;
}
.cid-snpKcaZWwW {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #66fff9;
}
.cid-snpKcaZWwW svg {
  position: absolute;
  top: 0;
}
.cid-snpKcaZWwW .svg-1 {
  fill: #be0aff;
}
.cid-snpKcaZWwW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-snpKcaZWwW {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-snpKcaZWwW .mbr-text {
  color: #be0aff;
}
.cid-snpKcaZWwW a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-snL9hoQHOT {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-snL9hoQHOT {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.cid-snL9hoQHOT h3 {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-snL9hoQHOT .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-snL9hoQHOT .container-fluid {
    padding: 0 1rem;
  }
  .cid-snL9hoQHOT p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-snL9hoQHOT .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-snL9hoQHOT .mbr-section-subtitle span {
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-snL9hoQHOT h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-snL9hoQHOT p {
  margin-bottom: 1.3rem;
}
.cid-snL9hoQHOT .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-snL9hoQHOT .svg-1 path {
  fill: #ffffff;
}
.cid-snL9hoQHOT .container-fluid {
  max-width: 1200px;
}
.cid-snL9hoQHOT .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-snL9hoQHOT H1 {
  text-align: right;
  color: #be0aff;
}
.cid-snL9hoQHOT .mbr-text,
.cid-snL9hoQHOT .mbr-section-btn {
  text-align: right;
  color: #1b0aff;
}
.cid-snL9hnMKVd {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-snL9hnMKVd .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-snL9hnMKVd .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #66fff9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-snL9hnMKVd .navbar-dropdown.bg-color.transparent.opened {
  background: #66fff9;
}
.cid-snL9hnMKVd a {
  font-style: normal;
}
.cid-snL9hnMKVd .show {
  overflow: visible;
}
.cid-snL9hnMKVd .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-snL9hnMKVd .dropdown-item:active {
  background-color: transparent;
}
.cid-snL9hnMKVd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-snL9hnMKVd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-snL9hnMKVd .nav-item:focus,
.cid-snL9hnMKVd .nav-link:focus {
  outline: none;
}
.cid-snL9hnMKVd .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-snL9hnMKVd .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-snL9hnMKVd .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snL9hnMKVd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-snL9hnMKVd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snL9hnMKVd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snL9hnMKVd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snL9hnMKVd .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-snL9hnMKVd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-snL9hnMKVd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snL9hnMKVd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snL9hnMKVd .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-snL9hnMKVd .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-snL9hnMKVd .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-snL9hnMKVd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snL9hnMKVd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snL9hnMKVd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-snL9hnMKVd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-snL9hnMKVd button.navbar-toggler:focus {
  outline: none;
}
.cid-snL9hnMKVd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b0aff;
}
.cid-snL9hnMKVd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-snL9hnMKVd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-snL9hnMKVd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-snL9hnMKVd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-snL9hnMKVd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snL9hnMKVd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-snL9hnMKVd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-snL9hnMKVd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-snL9hnMKVd .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snL9hnMKVd .collapsed .btn {
  display: -webkit-flex;
}
.cid-snL9hnMKVd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snL9hnMKVd .collapsed .navbar-collapse.collapsing,
.cid-snL9hnMKVd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snL9hnMKVd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snL9hnMKVd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snL9hnMKVd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snL9hnMKVd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snL9hnMKVd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snL9hnMKVd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-snL9hnMKVd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snL9hnMKVd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snL9hnMKVd .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-snL9hnMKVd .collapsed button.navbar-toggler {
  display: block;
}
.cid-snL9hnMKVd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-snL9hnMKVd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-snL9hnMKVd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-snL9hnMKVd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snL9hnMKVd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snL9hnMKVd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-snL9hnMKVd.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snL9hnMKVd img {
    height: 3.8rem !important;
  }
  .cid-snL9hnMKVd .btn {
    display: -webkit-flex;
  }
  .cid-snL9hnMKVd button.navbar-toggler {
    display: block;
  }
  .cid-snL9hnMKVd .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-snL9hnMKVd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-snL9hnMKVd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snL9hnMKVd .navbar-collapse.collapsing,
  .cid-snL9hnMKVd .navbar-collapse.show {
    display: block !important;
  }
  .cid-snL9hnMKVd .navbar-collapse.collapsing .navbar-nav,
  .cid-snL9hnMKVd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snL9hnMKVd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snL9hnMKVd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snL9hnMKVd .navbar-collapse.collapsing .navbar-buttons,
  .cid-snL9hnMKVd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-snL9hnMKVd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snL9hnMKVd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snL9hnMKVd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-snL9hnMKVd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snL9hnMKVd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snL9hnMKVd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-snL9hnMKVd .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-snL9hnMKVd .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-snL9hnMKVd .nav-link {
    justify-content: start!important;
  }
  .cid-snL9hnMKVd .navbar.opened {
    height: 100%;
  }
  .cid-snL9hnMKVd .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-snL9hnMKVd .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-snL9hnMKVd .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-snL9hnMKVd .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-snL9hnMKVd .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  transition: 0.4s;
}
.cid-snL9hnMKVd .span-link {
  padding: 0 0.5rem;
}
.cid-snL9hnMKVd .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #be0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snL9hnMKVd .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #1b0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-snL9hnMKVd .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-snL9hnMKVd .navbar-caption {
  color: #00ffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-snL9hnMKVd .navbar-caption:hover {
  color: #1b0aff;
}
.cid-snL9hnMKVd .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-snL9hnMKVd .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-snL9hnMKVd .dropdown-item {
    color: #fff;
  }
  .cid-snL9hnMKVd .nav-item.open .nav-link,
  .cid-snL9hnMKVd .link:hover {
    color: #fff;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snL9hnMKVd .link:active {
    color: #fff !important;
  }
  .cid-snL9hnMKVd .logo-name {
    margin-top: 0.5rem;
  }
  .cid-snL9hnMKVd .navbar-brand {
    justify-content: center;
  }
  .cid-snL9hnMKVd .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-snL9hnMKVd .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-snL9hnMKVd .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-snL9hnMKVd .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-snL9hnMKVd .navbar {
    height: 90px;
  }
  .cid-snL9hnMKVd .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-snL9hnMKVd .btn1 {
    display: none;
  }
  .cid-snL9hnMKVd .mbr-section-title {
    color: #fff;
  }
  .cid-snL9hnMKVd .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-snL9hnMKVd .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-snL9hnMKVd .span-link {
    color: #fff;
  }
  .cid-snL9hnMKVd .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-snL9hnMKVd .dropdown-item {
    color: #12265a;
  }
  .cid-snL9hnMKVd .nav-item.open .nav-link,
  .cid-snL9hnMKVd .link:hover {
    color: #00ffff !important;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-snL9hnMKVd .logo-name {
    margin-top: 2rem;
  }
  .cid-snL9hnMKVd .navbar-collapse {
    justify-content: space-between;
  }
  .cid-snL9hnMKVd .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-snL9hnMKVd .container-fluid {
    padding: 0 1rem;
  }
  .cid-snL9hnMKVd .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #1b0aff;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-snL9hnMKVd .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #66fff9;
    z-index: -1;
  }
}
.cid-snL9hnMKVd .mbr-section-title {
  font-weight: 900;
}
.cid-snL9hnMKVd .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-snL9hnMKVd .mbr-section-btn {
  display: flex;
}
.cid-snL9hnMKVd .dropdown-item:hover {
  color: #be0aff !important;
}
.cid-snL9hnMKVd .btn-primary:hover {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snL9hnMKVd .btn-warning:hover {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snL9hnMKVd .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-snL9hnMKVd .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-snL9hnMKVd .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-snL9hnMKVd .mbr-iconfont {
  margin: 0;
}
.cid-snL9hnMKVd .btn-primary:focus {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-snL9hnMKVd .btn-warning:focus {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-snL9hnMKVd .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-snL9hnMKVd .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-snL9hnMKVd H3 {
  color: #be0aff;
}
.cid-susCjxkZSY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-susCjxkZSY .container-fluid {
  padding: 0 3rem;
}
.cid-susCjxkZSY .mbr-section-subtitle {
  color: #767676;
}
.cid-susCjxkZSY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-susCjxkZSY .table-wrapper {
  margin: 0 auto;
}
.cid-susCjxkZSY table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-susCjxkZSY table thead tr {
  border: none !important;
}
.cid-susCjxkZSY table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-susCjxkZSY table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-susCjxkZSY table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-susCjxkZSY tr:hover {
  background-color: #00ffff !important;
}
.cid-susCjxkZSY .head-item:after,
.cid-susCjxkZSY .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-susCjxkZSY table th,
  .cid-susCjxkZSY table td {
    padding: .75rem;
  }
}
.cid-susCjxkZSY .body-item {
  text-align: center;
  color: #1b0aff;
}
.cid-susCjxkZSY .mbr-text {
  color: #767676;
}
.cid-susCjxkZSY .head-item {
  color: #be0aff;
}
.cid-susCjxkZSY .mbr-section-subtitle,
.cid-susCjxkZSY .body-item {
  color: #1b0aff;
}
.cid-sJPsQPfZwC {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sJPsQPfZwC .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-sJPsQPfZwC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sJPsQPfZwC p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sJPsQPfZwC .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sJPsQPfZwC .mbr-section-btn a {
  margin: 0;
}
.cid-sJPsQPfZwC .mbr-text {
  color: #767676;
}
.cid-sJPsQPfZwC .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sJPsQPfZwC .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sJPsQPfZwC .card-title {
  color: #be0aff;
}
.cid-sJPsQPfZwC .mbr-text,
.cid-sJPsQPfZwC .mbr-section-btn {
  color: #000000;
}
.cid-sJPsQPfZwC H2 {
  text-align: center;
  color: #be0aff;
}
.cid-sJPGm9QCgJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sJPGm9QCgJ .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-sJPGm9QCgJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sJPGm9QCgJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sJPGm9QCgJ .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sJPGm9QCgJ .mbr-section-btn a {
  margin: 0;
}
.cid-sJPGm9QCgJ .mbr-text {
  color: #767676;
}
.cid-sJPGm9QCgJ .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sJPGm9QCgJ .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sJPGm9QCgJ .card-title {
  color: #be0aff;
}
.cid-sJPGm9QCgJ .mbr-text,
.cid-sJPGm9QCgJ .mbr-section-btn {
  color: #000000;
}
.cid-sJPGm9QCgJ H2 {
  text-align: center;
  color: #be0aff;
}
.cid-sJPV8oteGO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sJPV8oteGO .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-sJPV8oteGO h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sJPV8oteGO p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sJPV8oteGO .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sJPV8oteGO .mbr-section-btn a {
  margin: 0;
}
.cid-sJPV8oteGO .mbr-text {
  color: #767676;
}
.cid-sJPV8oteGO .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sJPV8oteGO .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sJPV8oteGO .card-title {
  color: #be0aff;
}
.cid-sJPV8oteGO .mbr-text,
.cid-sJPV8oteGO .mbr-section-btn {
  color: #000000;
}
.cid-sJPV8oteGO H2 {
  text-align: center;
  color: #be0aff;
}
.cid-sJQ2AvLnVi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sJQ2AvLnVi .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-sJQ2AvLnVi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sJQ2AvLnVi p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sJQ2AvLnVi .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sJQ2AvLnVi .mbr-section-btn a {
  margin: 0;
}
.cid-sJQ2AvLnVi .mbr-text {
  color: #767676;
}
.cid-sJQ2AvLnVi .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sJQ2AvLnVi .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sJQ2AvLnVi .card-title {
  color: #be0aff;
}
.cid-sJQ2AvLnVi .mbr-text,
.cid-sJQ2AvLnVi .mbr-section-btn {
  color: #000000;
}
.cid-sJQ2AvLnVi H2 {
  text-align: center;
  color: #be0aff;
}
.cid-sKcEXhRf6Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sKcEXhRf6Z .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-sKcEXhRf6Z h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sKcEXhRf6Z p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sKcEXhRf6Z .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sKcEXhRf6Z .mbr-section-btn a {
  margin: 0;
}
.cid-sKcEXhRf6Z .mbr-text {
  color: #767676;
}
.cid-sKcEXhRf6Z .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sKcEXhRf6Z .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sKcEXhRf6Z .card-title {
  color: #be0aff;
}
.cid-sKcEXhRf6Z .mbr-text,
.cid-sKcEXhRf6Z .mbr-section-btn {
  color: #000000;
}
.cid-sKcEXhRf6Z H2 {
  text-align: center;
  color: #be0aff;
}
.cid-sISKR3oPBC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sISKR3oPBC .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-sISKR3oPBC img,
.cid-sISKR3oPBC .item-img {
  width: 100%;
}
.cid-sISKR3oPBC .item:focus,
.cid-sISKR3oPBC span:focus {
  outline: none;
}
.cid-sISKR3oPBC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sISKR3oPBC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sISKR3oPBC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sISKR3oPBC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sISKR3oPBC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sISKR3oPBC .mbr-section-title {
  color: #1b0aff;
}
.cid-sISKR3oPBC .mbr-text,
.cid-sISKR3oPBC .mbr-section-btn {
  text-align: left;
  color: #be0aff;
}
.cid-sISKR3oPBC .item-title {
  text-align: left;
  color: #1b0aff;
}
.cid-sISKR3oPBC .item-subtitle {
  text-align: center;
}
.cid-sISKR3oPBC .mbr-section-subtitle {
  color: #be0aff;
}
.cid-sJxFxpxq1n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sJxFxpxq1n .mbr-overlay {
  background: #f2f6ff;
  opacity: 0.1;
}
.cid-sJxFxpxq1n img,
.cid-sJxFxpxq1n .item-img {
  width: 100%;
}
.cid-sJxFxpxq1n .item:focus,
.cid-sJxFxpxq1n span:focus {
  outline: none;
}
.cid-sJxFxpxq1n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sJxFxpxq1n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #66fff9;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sJxFxpxq1n .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sJxFxpxq1n .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sJxFxpxq1n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sJxFxpxq1n .mbr-section-title {
  color: #1b0aff;
}
.cid-sJxFxpxq1n .mbr-text,
.cid-sJxFxpxq1n .mbr-section-btn {
  text-align: left;
  color: #be0aff;
}
.cid-sJxFxpxq1n .item-title {
  text-align: left;
  color: #1b0aff;
}
.cid-sJxFxpxq1n .item-subtitle {
  text-align: center;
}
.cid-sJxFxpxq1n .mbr-section-subtitle {
  color: #be0aff;
}
.cid-sJDntOAiFv {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-sJDntOAiFv .item {
  padding-bottom: 2rem;
}
.cid-sJDntOAiFv .item-wrapper {
  position: relative;
}
.cid-sJDntOAiFv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJDntOAiFv .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJDntOAiFv .carousel-control,
.cid-sJDntOAiFv .close {
  background: #1b1b1b;
}
.cid-sJDntOAiFv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJDntOAiFv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJDntOAiFv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJDntOAiFv .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJDntOAiFv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJDntOAiFv .close::before {
  content: '\e91a';
}
.cid-sJDntOAiFv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJDntOAiFv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJDntOAiFv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJDntOAiFv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJDntOAiFv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJDntOAiFv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJDntOAiFv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sJDntOAiFv .carousel-indicators li.active,
.cid-sJDntOAiFv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJDntOAiFv .carousel-indicators li::after,
.cid-sJDntOAiFv .carousel-indicators li::before {
  content: none;
}
.cid-sJDntOAiFv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJDntOAiFv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJDntOAiFv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJDntOAiFv .carousel-indicators {
    display: none;
  }
}
.cid-sJDntOAiFv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJDntOAiFv .carousel-inner > .active {
  display: block;
}
.cid-sJDntOAiFv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJDntOAiFv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJDntOAiFv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJDntOAiFv .carousel-control,
  .cid-sJDntOAiFv .carousel-indicators,
  .cid-sJDntOAiFv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJDntOAiFv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJDntOAiFv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJDntOAiFv .carousel-indicators .active,
.cid-sJDntOAiFv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJDntOAiFv .carousel-indicators .active {
  background: #fff;
}
.cid-sJDntOAiFv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJDntOAiFv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJDntOAiFv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJDntOAiFv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJDntOAiFv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJDntOAiFv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJDntOAiFv .carousel {
  width: 100%;
}
.cid-sJDntOAiFv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJDntOAiFv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJDntOAiFv .modal.fade .modal-dialog,
.cid-sJDntOAiFv .modal.in .modal-dialog {
  transform: none;
}
.cid-sJDntOAiFv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJDntOAiFv H6 {
  text-align: center;
  color: #be0aff;
}
.cid-sJDntOAiFv H4 {
  color: #f487e1;
}
.cid-sJDntOAiFv H3 {
  color: #be0aff;
}
.cid-sJJJhVSwk1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sJJJhVSwk1 .item {
  padding-bottom: 2rem;
}
.cid-sJJJhVSwk1 .item-wrapper {
  position: relative;
}
.cid-sJJJhVSwk1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sJJJhVSwk1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sJJJhVSwk1 .carousel-control,
.cid-sJJJhVSwk1 .close {
  background: #1b1b1b;
}
.cid-sJJJhVSwk1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sJJJhVSwk1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sJJJhVSwk1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sJJJhVSwk1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sJJJhVSwk1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sJJJhVSwk1 .close::before {
  content: '\e91a';
}
.cid-sJJJhVSwk1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sJJJhVSwk1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sJJJhVSwk1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJJJhVSwk1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sJJJhVSwk1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sJJJhVSwk1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sJJJhVSwk1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sJJJhVSwk1 .carousel-indicators li.active,
.cid-sJJJhVSwk1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sJJJhVSwk1 .carousel-indicators li::after,
.cid-sJJJhVSwk1 .carousel-indicators li::before {
  content: none;
}
.cid-sJJJhVSwk1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sJJJhVSwk1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sJJJhVSwk1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sJJJhVSwk1 .carousel-indicators {
    display: none;
  }
}
.cid-sJJJhVSwk1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sJJJhVSwk1 .carousel-inner > .active {
  display: block;
}
.cid-sJJJhVSwk1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sJJJhVSwk1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sJJJhVSwk1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sJJJhVSwk1 .carousel-control,
  .cid-sJJJhVSwk1 .carousel-indicators,
  .cid-sJJJhVSwk1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sJJJhVSwk1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sJJJhVSwk1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sJJJhVSwk1 .carousel-indicators .active,
.cid-sJJJhVSwk1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sJJJhVSwk1 .carousel-indicators .active {
  background: #fff;
}
.cid-sJJJhVSwk1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sJJJhVSwk1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sJJJhVSwk1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJJJhVSwk1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sJJJhVSwk1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sJJJhVSwk1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sJJJhVSwk1 .carousel {
  width: 100%;
}
.cid-sJJJhVSwk1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sJJJhVSwk1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sJJJhVSwk1 .modal.fade .modal-dialog,
.cid-sJJJhVSwk1 .modal.in .modal-dialog {
  transform: none;
}
.cid-sJJJhVSwk1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sJJJhVSwk1 H6 {
  text-align: center;
  color: #be0aff;
}
.cid-sJJJhVSwk1 H4 {
  color: #f487e1;
}
.cid-sJJJhVSwk1 H3 {
  color: #be0aff;
}
.cid-sKjwo9ULH8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-sKjwo9ULH8 .item {
  padding-bottom: 2rem;
}
.cid-sKjwo9ULH8 .item-wrapper {
  position: relative;
}
.cid-sKjwo9ULH8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sKjwo9ULH8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sKjwo9ULH8 .carousel-control,
.cid-sKjwo9ULH8 .close {
  background: #1b1b1b;
}
.cid-sKjwo9ULH8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sKjwo9ULH8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sKjwo9ULH8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sKjwo9ULH8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sKjwo9ULH8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sKjwo9ULH8 .close::before {
  content: '\e91a';
}
.cid-sKjwo9ULH8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sKjwo9ULH8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sKjwo9ULH8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKjwo9ULH8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sKjwo9ULH8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sKjwo9ULH8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sKjwo9ULH8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sKjwo9ULH8 .carousel-indicators li.active,
.cid-sKjwo9ULH8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sKjwo9ULH8 .carousel-indicators li::after,
.cid-sKjwo9ULH8 .carousel-indicators li::before {
  content: none;
}
.cid-sKjwo9ULH8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sKjwo9ULH8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sKjwo9ULH8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sKjwo9ULH8 .carousel-indicators {
    display: none;
  }
}
.cid-sKjwo9ULH8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sKjwo9ULH8 .carousel-inner > .active {
  display: block;
}
.cid-sKjwo9ULH8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKjwo9ULH8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKjwo9ULH8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sKjwo9ULH8 .carousel-control,
  .cid-sKjwo9ULH8 .carousel-indicators,
  .cid-sKjwo9ULH8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sKjwo9ULH8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sKjwo9ULH8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sKjwo9ULH8 .carousel-indicators .active,
.cid-sKjwo9ULH8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sKjwo9ULH8 .carousel-indicators .active {
  background: #fff;
}
.cid-sKjwo9ULH8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sKjwo9ULH8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sKjwo9ULH8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sKjwo9ULH8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sKjwo9ULH8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sKjwo9ULH8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sKjwo9ULH8 .carousel {
  width: 100%;
}
.cid-sKjwo9ULH8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sKjwo9ULH8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sKjwo9ULH8 .modal.fade .modal-dialog,
.cid-sKjwo9ULH8 .modal.in .modal-dialog {
  transform: none;
}
.cid-sKjwo9ULH8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sKjwo9ULH8 H6 {
  text-align: center;
  color: #be0aff;
}
.cid-sKjwo9ULH8 H4 {
  color: #f487e1;
}
.cid-sKjwo9ULH8 H3 {
  color: #be0aff;
}
.cid-snRHTLa4kP {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #66fff9;
}
@media (max-width: 767px) {
  .cid-snRHTLa4kP {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
.cid-snRHTLa4kP .mbr-text {
  margin-top: 2rem;
  color: #232323;
}
.cid-snRHTLa4kP .container-fluid {
  max-width: 1200px;
}
.cid-snL9hreXKu {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #66fff9;
}
.cid-snL9hreXKu svg {
  position: absolute;
  top: 0;
}
.cid-snL9hreXKu .svg-1 {
  fill: #be0aff;
}
.cid-snL9hreXKu .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-snL9hreXKu {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-snL9hreXKu .mbr-text {
  color: #be0aff;
}
.cid-snL9hreXKu a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-tGpt24oQjm {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-tGpt24oQjm .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tGpt24oQjm .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #66fff9;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tGpt24oQjm .navbar-dropdown.bg-color.transparent.opened {
  background: #66fff9;
}
.cid-tGpt24oQjm a {
  font-style: normal;
}
.cid-tGpt24oQjm .show {
  overflow: visible;
}
.cid-tGpt24oQjm .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-tGpt24oQjm .dropdown-item:active {
  background-color: transparent;
}
.cid-tGpt24oQjm .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tGpt24oQjm .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-tGpt24oQjm .nav-item:focus,
.cid-tGpt24oQjm .nav-link:focus {
  outline: none;
}
.cid-tGpt24oQjm .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-tGpt24oQjm .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-tGpt24oQjm .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tGpt24oQjm .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tGpt24oQjm .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tGpt24oQjm .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tGpt24oQjm .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tGpt24oQjm .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tGpt24oQjm .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tGpt24oQjm .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tGpt24oQjm .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tGpt24oQjm .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-tGpt24oQjm .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-tGpt24oQjm .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-tGpt24oQjm .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tGpt24oQjm .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGpt24oQjm .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tGpt24oQjm button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-tGpt24oQjm button.navbar-toggler:focus {
  outline: none;
}
.cid-tGpt24oQjm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1b0aff;
}
.cid-tGpt24oQjm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGpt24oQjm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGpt24oQjm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGpt24oQjm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGpt24oQjm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGpt24oQjm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGpt24oQjm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGpt24oQjm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGpt24oQjm .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGpt24oQjm .collapsed .btn {
  display: -webkit-flex;
}
.cid-tGpt24oQjm .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tGpt24oQjm .collapsed .navbar-collapse.collapsing,
.cid-tGpt24oQjm .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tGpt24oQjm .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tGpt24oQjm .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tGpt24oQjm .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tGpt24oQjm .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tGpt24oQjm .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tGpt24oQjm .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tGpt24oQjm .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tGpt24oQjm .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tGpt24oQjm .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-tGpt24oQjm .collapsed button.navbar-toggler {
  display: block;
}
.cid-tGpt24oQjm .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tGpt24oQjm .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tGpt24oQjm .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tGpt24oQjm .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tGpt24oQjm .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tGpt24oQjm .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tGpt24oQjm.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGpt24oQjm img {
    height: 3.8rem !important;
  }
  .cid-tGpt24oQjm .btn {
    display: -webkit-flex;
  }
  .cid-tGpt24oQjm button.navbar-toggler {
    display: block;
  }
  .cid-tGpt24oQjm .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-tGpt24oQjm .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tGpt24oQjm .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tGpt24oQjm .navbar-collapse.collapsing,
  .cid-tGpt24oQjm .navbar-collapse.show {
    display: block !important;
  }
  .cid-tGpt24oQjm .navbar-collapse.collapsing .navbar-nav,
  .cid-tGpt24oQjm .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tGpt24oQjm .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tGpt24oQjm .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tGpt24oQjm .navbar-collapse.collapsing .navbar-buttons,
  .cid-tGpt24oQjm .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tGpt24oQjm .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tGpt24oQjm .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tGpt24oQjm .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tGpt24oQjm .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tGpt24oQjm .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tGpt24oQjm .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-tGpt24oQjm .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-tGpt24oQjm .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-tGpt24oQjm .nav-link {
    justify-content: start!important;
  }
  .cid-tGpt24oQjm .navbar.opened {
    height: 100%;
  }
  .cid-tGpt24oQjm .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-tGpt24oQjm .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-tGpt24oQjm .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tGpt24oQjm .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tGpt24oQjm .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Caveat', handwriting;
  transition: 0.4s;
}
.cid-tGpt24oQjm .span-link {
  padding: 0 0.5rem;
}
.cid-tGpt24oQjm .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #be0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-tGpt24oQjm .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #1b0aff;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-tGpt24oQjm .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-tGpt24oQjm .navbar-caption {
  color: #00ffff;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-tGpt24oQjm .navbar-caption:hover {
  color: #1b0aff;
}
.cid-tGpt24oQjm .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-tGpt24oQjm .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-tGpt24oQjm .dropdown-item {
    color: #fff;
  }
  .cid-tGpt24oQjm .nav-item.open .nav-link,
  .cid-tGpt24oQjm .link:hover {
    color: #fff;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-tGpt24oQjm .link:active {
    color: #fff !important;
  }
  .cid-tGpt24oQjm .logo-name {
    margin-top: 0.5rem;
  }
  .cid-tGpt24oQjm .navbar-brand {
    justify-content: center;
  }
  .cid-tGpt24oQjm .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-tGpt24oQjm .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-tGpt24oQjm .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-tGpt24oQjm .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tGpt24oQjm .navbar {
    height: 90px;
  }
  .cid-tGpt24oQjm .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-tGpt24oQjm .btn1 {
    display: none;
  }
  .cid-tGpt24oQjm .mbr-section-title {
    color: #fff;
  }
  .cid-tGpt24oQjm .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-tGpt24oQjm .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-tGpt24oQjm .span-link {
    color: #fff;
  }
  .cid-tGpt24oQjm .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-tGpt24oQjm .dropdown-item {
    color: #12265a;
  }
  .cid-tGpt24oQjm .nav-item.open .nav-link,
  .cid-tGpt24oQjm .link:hover {
    color: #00ffff !important;
    background: #be0aff;
    border-radius: 5px;
  }
  .cid-tGpt24oQjm .logo-name {
    margin-top: 2rem;
  }
  .cid-tGpt24oQjm .navbar-collapse {
    justify-content: space-between;
  }
  .cid-tGpt24oQjm .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-tGpt24oQjm .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGpt24oQjm .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #1b0aff;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-tGpt24oQjm .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #66fff9;
    z-index: -1;
  }
}
.cid-tGpt24oQjm .mbr-section-title {
  font-weight: 900;
}
.cid-tGpt24oQjm .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-tGpt24oQjm .mbr-section-btn {
  display: flex;
}
.cid-tGpt24oQjm .dropdown-item:hover {
  color: #be0aff !important;
}
.cid-tGpt24oQjm .btn-primary:hover {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-tGpt24oQjm .btn-warning:hover {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-tGpt24oQjm .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-tGpt24oQjm .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-tGpt24oQjm .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-tGpt24oQjm .mbr-iconfont {
  margin: 0;
}
.cid-tGpt24oQjm .btn-primary:focus {
  background-color: #be0aff !important;
  border-color: #be0aff !important;
}
.cid-tGpt24oQjm .btn-warning:focus {
  background-color: #1b0aff !important;
  border-color: #1b0aff !important;
}
.cid-tGpt24oQjm .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-tGpt24oQjm .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tGpt24oQjm H3 {
  color: #be0aff;
}
.cid-tGpt25ifM8 {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-tGpt25ifM8 {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.cid-tGpt25ifM8 h3 {
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-tGpt25ifM8 .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-tGpt25ifM8 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGpt25ifM8 p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-tGpt25ifM8 .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-tGpt25ifM8 .mbr-section-subtitle span {
  background-color: #ce47ff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-tGpt25ifM8 h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-tGpt25ifM8 p {
  margin-bottom: 1.3rem;
}
.cid-tGpt25ifM8 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tGpt25ifM8 .svg-1 path {
  fill: #ffffff;
}
.cid-tGpt25ifM8 .container-fluid {
  max-width: 1200px;
}
.cid-tGpt25ifM8 .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-tGpt25ifM8 H1 {
  text-align: right;
  color: #1b0aff;
}
.cid-tGpt25ifM8 .mbr-text,
.cid-tGpt25ifM8 .mbr-section-btn {
  text-align: right;
  color: #be0aff;
}
.cid-tGptc5oNgU {
  padding-top: 30px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
@media (max-width: 767px) {
  .cid-tGptc5oNgU {
    padding-top: 10px;
    padding-bottom: 35px;
  }
}
.cid-tGptc5oNgU img {
  width: 100%;
  border-radius: 30px;
}
.cid-tGptc5oNgU .mbr-section-title {
  color: #ffffff;
}
.cid-tGptc5oNgU .mbr-section-subtitle {
  background-color: #be0aff;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Caveat', handwriting;
  font-weight: 900;
  color: #ffffff;
}
.cid-tGptc5oNgU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tGptc5oNgU .svg-1 path {
  fill: #be0aff;
}
.cid-tGptc5oNgU .container-fluid {
  max-width: 1200px;
}
.cid-tGptc5oNgU .mbr-arrow {
  z-index: 1;
}
.cid-tGptc5oNgU .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tGptc5oNgU .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tGptc5oNgU .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGptc5oNgU .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGptc5oNgU .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-tGptc5oNgU .row > div,
.cid-tGptc5oNgU .mbr-section-title {
  color: #df1995;
  text-align: center;
}
.cid-tGpt26R1V9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGpt26R1V9 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-tGpt27MYMr {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #66fff9;
}
.cid-tGpt27MYMr svg {
  position: absolute;
  top: 0;
}
.cid-tGpt27MYMr .svg-1 {
  fill: #be0aff;
}
.cid-tGpt27MYMr .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tGpt27MYMr {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-tGpt27MYMr .mbr-text {
  color: #be0aff;
}
.cid-tGpt27MYMr a {
  text-decoration: underline;
  font-weight: 400 !important;
}
