body {
  font-family: Jost;
}
.display-1 {
  font-family: 'space_bd_bt_bold';
  font-size: 5.5rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 8.8rem;
}
.display-2 {
  font-family: 'space_bd_bt_bold';
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'space_bd_bt_bold';
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #53ff00 !important;
}
.bg-success {
  background-color: #0077ff !important;
}
.bg-info {
  background-color: #0077ff !important;
}
.bg-warning {
  background-color: #0077ff !important;
}
.bg-danger {
  background-color: #0095ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #3ab300 !important;
  border-color: #3ab300 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #3ab300 !important;
  border-color: #3ab300 !important;
}
.btn-primary:hover {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #ffcc00, #53ff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-secondary:hover {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #ffcc00, #ffcc00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-info:hover {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #ffcc00, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-success:hover {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #ffcc00, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-warning:hover {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #ffcc00, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-danger:hover {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #ffcc00, #0095ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #ffcc00, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #ffcc00, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #53ff00;
  color: #53ff00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000;
  background-color: #53ff00;
  border-color: #53ff00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #53ff00 !important;
  border-color: #53ff00 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #ffcc00, #53ff00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffcc00;
  color: #ffcc00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #ffcc00, #ffcc00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #ffcc00, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #ffcc00, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #ffcc00, #0077ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #ffcc00, #0095ff);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #ffcc00, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #ffcc00, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #53ff00 !important;
}
.text-secondary {
  color: #ffcc00 !important;
}
.text-success {
  color: #0077ff !important;
}
.text-info {
  color: #0077ff !important;
}
.text-warning {
  color: #0077ff !important;
}
.text-danger {
  color: #0095ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #98ff66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffe066 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #66adff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #66adff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66adff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #66bfff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0077ff;
}
.alert-warning {
  background-color: #0077ff;
}
.alert-danger {
  background-color: #0095ff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #53ff00;
  border-color: #53ff00;
  color: #081900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #53ff00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ddffcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cce4ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cce4ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cce4ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cceaff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #53ff00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #53ff00;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #53ff00;
  border-bottom-color: #53ff00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #53ff00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffcc00 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2353ff00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uU2D1NtOIu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uU2D1NtOIu .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uU2D1NtOIu .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uU2D1NtOIu .card_topic,
.cid-uU2D1NtOIu .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uU2D1NtOIu .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uU2D1NtOIu .image {
  position: relative;
}
.cid-uU2D1NtOIu .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uU2D1NtOIu .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uU2D1NtOIu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uU2D1NtOIu .mbr-section-btn .btn-secondary-outline:hover,
.cid-uU2D1NtOIu .mbr-section-btn .btn-secondary-outline .active,
.cid-uU2D1NtOIu .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uU2D1NtOIu .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uU2D1NtOIu .content_block {
    padding: 30px 15px;
  }
  .cid-uU2D1NtOIu .mbr-figure {
    padding: 0;
  }
  .cid-uU2D1NtOIu .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uU2D1NtOIu .mbr-section-title {
  color: #ffcc00;
  text-align: center;
}
.cid-uU2D1NtOIu .mbr-text,
.cid-uU2D1NtOIu .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-uU2D1NtOIu .category_estimate,
.cid-uU2D1NtOIu .card_topic {
  color: #ffc800;
}
.cid-uU2D1NtOIu .category_content,
.cid-uU2D1NtOIu .card_topic {
  text-align: left;
  color: #0095ff;
}
.cid-uU2NPzHn2z {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #000000;
}
.cid-uU2NPzHn2z .container-fluid {
  padding: 0 2rem;
}
.cid-uU2NPzHn2z .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uU2NPzHn2z .mbr-title {
  padding: 0 1rem;
}
.cid-uU2NPzHn2z .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uU2NPzHn2z .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uU2NPzHn2z .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uU2NPzHn2z .image-wrap {
  width: 100%;
}
.cid-uU2NPzHn2z .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uU2NPzHn2z .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uU2NPzHn2z .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uU2NPzHn2z .container-fluid {
    padding: 0rem;
  }
}
.cid-uU2NPzHn2z .mbr-text,
.cid-uU2NPzHn2z .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUtlMjM8WF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtlMjM8WF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtlMjM8WF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtlMjM8WF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtlMjM8WF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtlMjM8WF .container {
    padding: 0 26px;
  }
}
.cid-uUtlMjM8WF .row {
  justify-content: center;
}
.cid-uUtlMjM8WF .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtlMjM8WF .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtlMjM8WF .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtlMjM8WF .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtlMjM8WF .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtlMjM8WF .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtlMjM8WF .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtlMjM8WF .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtlMjM8WF .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtlMjM8WF .item-title {
  color: #ffcc00;
}
.cid-uUtlMjM8WF .mbr-date {
  color: #cacaca;
}
.cid-uUtlMjM8WF .mbr-desc {
  color: #cacaca;
}
.cid-uTNhYvnj5q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNhYvnj5q .container-fluid {
  padding: 0 2rem;
}
.cid-uTNhYvnj5q .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNhYvnj5q .mbr-title {
  padding: 0 1rem;
}
.cid-uTNhYvnj5q .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNhYvnj5q .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNhYvnj5q .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNhYvnj5q .image-wrap {
  width: 100%;
}
.cid-uTNhYvnj5q .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNhYvnj5q .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNhYvnj5q .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNhYvnj5q .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNhYvnj5q .mbr-text,
.cid-uTNhYvnj5q .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uTNhUVEX0P {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTNhUVEX0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNhUVEX0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNhUVEX0P .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uTNhUVEX0P .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uTNhUVEX0P .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uTNhUVEX0P .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uTNhUVEX0P .mbr-section-title {
    text-align: center;
  }
}
.cid-uTNhUVEX0P .mbr-section-subtitle {
  color: #04d5ff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uTNhUVEX0P .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uTNhUVEX0P .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-uTNhUVEX0P .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #123700, #3a341c);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uTNhUVEX0P .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uTNhUVEX0P .item-wrapper {
    padding: 20px;
  }
}
.cid-uTNhUVEX0P .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNhUVEX0P .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uTNhUVEX0P .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-uTNhUVEX0P .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNhUVEX0P .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-uTNhUVEX0P .item-right {
    flex-basis: 100%;
  }
}
.cid-uTNhUVEX0P .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uTNhUVEX0P .item-img {
    max-width: 250px;
  }
}
.cid-uTNhUVEX0P .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTNhUVEX0P .item-img:hover img {
  transform: scale(1.05);
}
.cid-uTNhUVEX0P .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-uTNhUVEX0P .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uTNhUVEX0P .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-uTNhUVEX0P .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-uTNhUVEX0P .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uTNhUVEX0P .card-title {
  color: #ffd600;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uTNhUVEX0P .card-title {
    margin-bottom: 10px;
  }
}
.cid-uTNhUVEX0P .card-subtitle {
  color: #04d5ff;
  margin-bottom: 7px;
  text-align: center;
}
.cid-uTNhUVEX0P .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTNhUVEX0P .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-uTNhWE4nZB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNhWE4nZB .container-fluid {
  padding: 0 2rem;
}
.cid-uTNhWE4nZB .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNhWE4nZB .mbr-title {
  padding: 0 1rem;
}
.cid-uTNhWE4nZB .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNhWE4nZB .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNhWE4nZB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNhWE4nZB .image-wrap {
  width: 100%;
}
.cid-uTNhWE4nZB .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNhWE4nZB .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNhWE4nZB .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNhWE4nZB .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNhWE4nZB .mbr-text,
.cid-uTNhWE4nZB .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUg2qJONxE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUg2qJONxE .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUg2qJONxE .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUg2qJONxE .card_topic,
.cid-uUg2qJONxE .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUg2qJONxE .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUg2qJONxE .image {
  position: relative;
}
.cid-uUg2qJONxE .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUg2qJONxE .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUg2qJONxE .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUg2qJONxE .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUg2qJONxE .mbr-section-btn .btn-secondary-outline .active,
.cid-uUg2qJONxE .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUg2qJONxE .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUg2qJONxE .content_block {
    padding: 30px 15px;
  }
  .cid-uUg2qJONxE .mbr-figure {
    padding: 0;
  }
  .cid-uUg2qJONxE .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUg2qJONxE .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUg2qJONxE .mbr-text,
.cid-uUg2qJONxE .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUg2qJONxE .category_content,
.cid-uUg2qJONxE .card_topic {
  color: #e53712;
}
.cid-uTNi08uSBU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNi08uSBU .container-fluid {
  padding: 0 2rem;
}
.cid-uTNi08uSBU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNi08uSBU .mbr-title {
  padding: 0 1rem;
}
.cid-uTNi08uSBU .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNi08uSBU .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNi08uSBU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNi08uSBU .image-wrap {
  width: 100%;
}
.cid-uTNi08uSBU .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNi08uSBU .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNi08uSBU .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNi08uSBU .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNi08uSBU .mbr-text,
.cid-uTNi08uSBU .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8POsNdBs.popup-builder {
  background-color: #ffffff;
}
.cid-up8POsNdBs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8POsNdBs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8POsNdBs .modal-content,
.cid-up8POsNdBs .modal-dialog {
  height: auto;
}
.cid-up8POsNdBs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8POsNdBs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8POsNdBs .form-wrapper .mbr-form .form-group,
  .cid-up8POsNdBs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8POsNdBs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8POsNdBs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8POsNdBs .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8POsNdBs .pt-0 {
  padding-top: 0 !important;
}
.cid-up8POsNdBs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8POsNdBs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8POsNdBs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8POsNdBs .modal-open {
  overflow: hidden;
}
.cid-up8POsNdBs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8POsNdBs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8POsNdBs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8POsNdBs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8POsNdBs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8POsNdBs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8POsNdBs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8POsNdBs .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8POsNdBs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8POsNdBs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8POsNdBs .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8POsNdBs .modal-backdrop.show {
  opacity: .5;
}
.cid-up8POsNdBs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8POsNdBs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8POsNdBs .modal-header {
    padding: 1rem;
  }
}
.cid-up8POsNdBs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8POsNdBs .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8POsNdBs .modal-header .close:hover {
  opacity: 1;
}
.cid-up8POsNdBs .modal-header .close:focus {
  outline: none;
}
.cid-up8POsNdBs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8POsNdBs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8POsNdBs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8POsNdBs .modal-body {
    padding: 1rem;
  }
}
.cid-up8POsNdBs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8POsNdBs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8POsNdBs .modal-footer {
    padding: 1rem;
  }
}
.cid-up8POsNdBs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8POsNdBs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8POsNdBs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8POsNdBs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8POsNdBs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8POsNdBs .modal-lg,
  .cid-up8POsNdBs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8POsNdBs .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8POsNdBs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8POsNdBs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8POsNdBs .form-group {
  margin-bottom: 1rem;
}
.cid-up8POsNdBs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8POsNdBs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8POsNdBs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8POsNdBs .mbr-section-btn {
  margin: 0;
}
.cid-up8POsNdBs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tT61Ifb6QB {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tT61Ifb6QB H1 {
  color: #e2090d;
  text-align: center;
}
.cid-tT61Ifb6QB h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tT61Ifb6QB img {
  width: 100%;
}
.cid-tT61Ifb6QB .mbr-text,
.cid-tT61Ifb6QB .mbr-section-btn {
  color: #999999;
  text-align: center;
}
.cid-uUtmxwKTC4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtmxwKTC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtmxwKTC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtmxwKTC4 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtmxwKTC4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtmxwKTC4 .container {
    padding: 0 26px;
  }
}
.cid-uUtmxwKTC4 .row {
  justify-content: center;
}
.cid-uUtmxwKTC4 .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtmxwKTC4 .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtmxwKTC4 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtmxwKTC4 .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmxwKTC4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtmxwKTC4 .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtmxwKTC4 .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtmxwKTC4 .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtmxwKTC4 .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmxwKTC4 .item-title {
  color: #ffcc00;
}
.cid-uUtmxwKTC4 .mbr-date {
  color: #cacaca;
}
.cid-uUtmxwKTC4 .mbr-desc {
  color: #cacaca;
}
.cid-uUtmBeJI8z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtmBeJI8z .container-fluid {
  padding: 0 2rem;
}
.cid-uUtmBeJI8z .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtmBeJI8z .mbr-title {
  padding: 0 1rem;
}
.cid-uUtmBeJI8z .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtmBeJI8z .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtmBeJI8z .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtmBeJI8z .image-wrap {
  width: 100%;
}
.cid-uUtmBeJI8z .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtmBeJI8z .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtmBeJI8z .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtmBeJI8z .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtmBeJI8z .mbr-text,
.cid-uUtmBeJI8z .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uTNlWKNhym {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTNlWKNhym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNlWKNhym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNlWKNhym .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uTNlWKNhym .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uTNlWKNhym .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uTNlWKNhym .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uTNlWKNhym .mbr-section-title {
    text-align: center;
  }
}
.cid-uTNlWKNhym .mbr-section-subtitle {
  color: #04d5ff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uTNlWKNhym .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uTNlWKNhym .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-uTNlWKNhym .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #123700, #3a341c);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uTNlWKNhym .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uTNlWKNhym .item-wrapper {
    padding: 20px;
  }
}
.cid-uTNlWKNhym .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNlWKNhym .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uTNlWKNhym .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-uTNlWKNhym .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNlWKNhym .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-uTNlWKNhym .item-right {
    flex-basis: 100%;
  }
}
.cid-uTNlWKNhym .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uTNlWKNhym .item-img {
    max-width: 250px;
  }
}
.cid-uTNlWKNhym .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTNlWKNhym .item-img:hover img {
  transform: scale(1.05);
}
.cid-uTNlWKNhym .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-uTNlWKNhym .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uTNlWKNhym .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-uTNlWKNhym .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-uTNlWKNhym .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uTNlWKNhym .card-title {
  color: #ffd600;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uTNlWKNhym .card-title {
    margin-bottom: 10px;
  }
}
.cid-uTNlWKNhym .card-subtitle {
  color: #04d5ff;
  margin-bottom: 7px;
  text-align: center;
}
.cid-uTNlWKNhym .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTNlWKNhym .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-uTNlY7KeoC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNlY7KeoC .container-fluid {
  padding: 0 2rem;
}
.cid-uTNlY7KeoC .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNlY7KeoC .mbr-title {
  padding: 0 1rem;
}
.cid-uTNlY7KeoC .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNlY7KeoC .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNlY7KeoC .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNlY7KeoC .image-wrap {
  width: 100%;
}
.cid-uTNlY7KeoC .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNlY7KeoC .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNlY7KeoC .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNlY7KeoC .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNlY7KeoC .mbr-text,
.cid-uTNlY7KeoC .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uUndr7q0xk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUndr7q0xk .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUndr7q0xk .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUndr7q0xk .card_topic,
.cid-uUndr7q0xk .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUndr7q0xk .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUndr7q0xk .image {
  position: relative;
}
.cid-uUndr7q0xk .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUndr7q0xk .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUndr7q0xk .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUndr7q0xk .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUndr7q0xk .mbr-section-btn .btn-secondary-outline .active,
.cid-uUndr7q0xk .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUndr7q0xk .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUndr7q0xk .content_block {
    padding: 30px 15px;
  }
  .cid-uUndr7q0xk .mbr-figure {
    padding: 0;
  }
  .cid-uUndr7q0xk .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUndr7q0xk .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUndr7q0xk .mbr-text,
.cid-uUndr7q0xk .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUndr7q0xk .category_content,
.cid-uUndr7q0xk .card_topic {
  color: #e53712;
}
.cid-uTNm2d61ea {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNm2d61ea .container-fluid {
  padding: 0 2rem;
}
.cid-uTNm2d61ea .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNm2d61ea .mbr-title {
  padding: 0 1rem;
}
.cid-uTNm2d61ea .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNm2d61ea .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNm2d61ea .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNm2d61ea .image-wrap {
  width: 100%;
}
.cid-uTNm2d61ea .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNm2d61ea .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNm2d61ea .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNm2d61ea .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNm2d61ea .mbr-text,
.cid-uTNm2d61ea .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-up8Q2yzl1R.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yzl1R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yzl1R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yzl1R .modal-content,
.cid-up8Q2yzl1R .modal-dialog {
  height: auto;
}
.cid-up8Q2yzl1R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yzl1R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yzl1R .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yzl1R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yzl1R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yzl1R .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yzl1R .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yzl1R .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yzl1R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yzl1R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yzl1R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yzl1R .modal-open {
  overflow: hidden;
}
.cid-up8Q2yzl1R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yzl1R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yzl1R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yzl1R .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yzl1R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yzl1R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yzl1R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yzl1R .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yzl1R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yzl1R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yzl1R .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yzl1R .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yzl1R .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yzl1R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzl1R .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yzl1R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yzl1R .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yzl1R .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yzl1R .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yzl1R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yzl1R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yzl1R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzl1R .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yzl1R .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yzl1R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzl1R .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yzl1R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yzl1R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yzl1R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yzl1R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yzl1R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yzl1R .modal-lg,
  .cid-up8Q2yzl1R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yzl1R .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yzl1R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yzl1R .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yzl1R .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yzl1R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yzl1R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yzl1R .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yzl1R .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yzl1R .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfLzL42vs {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tTfLzL42vs H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tTfLzL42vs h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfLzL42vs img {
  width: 100%;
}
.cid-tTfLzL42vs .mbr-text,
.cid-tTfLzL42vs .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tUd4eb5ANl {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tUd4eb5ANl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUd4eb5ANl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUd4eb5ANl .row {
  justify-content: left;
}
.cid-tUd4eb5ANl .main-col {
  display: flex;
}
.cid-tUd4eb5ANl .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tUd4eb5ANl .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tUd4eb5ANl .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tUd4eb5ANl .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tUd4eb5ANl .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5CI0hgqEN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CI0hgqEN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CI0hgqEN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CI0hgqEN .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CI0hgqEN .container {
    padding: 0 24px;
  }
}
.cid-u5CI0hgqEN .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CI0hgqEN .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .row {
    border: none;
  }
}
.cid-u5CI0hgqEN .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .row .item {
    padding: 0 16px;
  }
}
.cid-u5CI0hgqEN .item-wrapper {
  height: 100%;
}
.cid-u5CI0hgqEN .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CI0hgqEN .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .subtitle-wrap {
    display: block;
  }
}
.cid-u5CI0hgqEN .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CI0hgqEN .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CI0hgqEN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CI0hgqEN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CI0hgqEN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CI0hgqEN .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CI0hgqEN .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CI0hgqEN .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CI0hgqEN .mbr-text {
  color: #F9F6E0;
}
.cid-uUtm0loUhs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtm0loUhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtm0loUhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtm0loUhs .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtm0loUhs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtm0loUhs .container {
    padding: 0 26px;
  }
}
.cid-uUtm0loUhs .row {
  justify-content: center;
}
.cid-uUtm0loUhs .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtm0loUhs .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtm0loUhs .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtm0loUhs .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtm0loUhs .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtm0loUhs .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtm0loUhs .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtm0loUhs .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtm0loUhs .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtm0loUhs .item-title {
  color: #ffcc00;
}
.cid-uUtm0loUhs .mbr-date {
  color: #cacaca;
}
.cid-uUtm0loUhs .mbr-desc {
  color: #cacaca;
}
.cid-uUsQSyBrPd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsQSyBrPd .container-fluid {
  padding: 0 2rem;
}
.cid-uUsQSyBrPd .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsQSyBrPd .mbr-title {
  padding: 0 1rem;
}
.cid-uUsQSyBrPd .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsQSyBrPd .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsQSyBrPd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsQSyBrPd .image-wrap {
  width: 100%;
}
.cid-uUsQSyBrPd .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsQSyBrPd .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsQSyBrPd .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsQSyBrPd .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsQSyBrPd .mbr-text,
.cid-uUsQSyBrPd .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsQOWiXcH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsQOWiXcH .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsQOWiXcH .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsQOWiXcH .card_topic,
.cid-uUsQOWiXcH .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsQOWiXcH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsQOWiXcH .image {
  position: relative;
}
.cid-uUsQOWiXcH .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsQOWiXcH .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsQOWiXcH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsQOWiXcH .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsQOWiXcH .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsQOWiXcH .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsQOWiXcH .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsQOWiXcH .content_block {
    padding: 30px 15px;
  }
  .cid-uUsQOWiXcH .mbr-figure {
    padding: 0;
  }
  .cid-uUsQOWiXcH .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsQOWiXcH .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsQOWiXcH .mbr-text,
.cid-uUsQOWiXcH .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsQOWiXcH .category_content,
.cid-uUsQOWiXcH .card_topic {
  color: #e53712;
}
.cid-uUsQTnKTSn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsQTnKTSn .container-fluid {
  padding: 0 2rem;
}
.cid-uUsQTnKTSn .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsQTnKTSn .mbr-title {
  padding: 0 1rem;
}
.cid-uUsQTnKTSn .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsQTnKTSn .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsQTnKTSn .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsQTnKTSn .image-wrap {
  width: 100%;
}
.cid-uUsQTnKTSn .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsQTnKTSn .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsQTnKTSn .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsQTnKTSn .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsQTnKTSn .mbr-text,
.cid-uUsQTnKTSn .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yzioJ.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yzioJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yzioJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yzioJ .modal-content,
.cid-up8Q2yzioJ .modal-dialog {
  height: auto;
}
.cid-up8Q2yzioJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yzioJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yzioJ .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yzioJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yzioJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yzioJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yzioJ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yzioJ .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yzioJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yzioJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yzioJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yzioJ .modal-open {
  overflow: hidden;
}
.cid-up8Q2yzioJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yzioJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yzioJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yzioJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yzioJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yzioJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yzioJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yzioJ .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yzioJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yzioJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yzioJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yzioJ .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yzioJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yzioJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzioJ .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yzioJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yzioJ .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yzioJ .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yzioJ .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yzioJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yzioJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yzioJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzioJ .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yzioJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yzioJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzioJ .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yzioJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yzioJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yzioJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yzioJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yzioJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yzioJ .modal-lg,
  .cid-up8Q2yzioJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yzioJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yzioJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yzioJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yzioJ .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yzioJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yzioJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yzioJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yzioJ .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yzioJ .mbr-section-btn .btn {
  margin: 0;
}
#custom-html-9o {
  /* Type valid CSS here */
}
#custom-html-9o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9o p {
  font-size: 60px;
  color: #777;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfL3368S0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTfL3368S0 H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tTfL3368S0 h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfL3368S0 img {
  width: 100%;
}
.cid-tTfL3368S0 .mbr-text,
.cid-tTfL3368S0 .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tTWFz4uZsP {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tTWFz4uZsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTWFz4uZsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTWFz4uZsP .row {
  justify-content: left;
}
.cid-tTWFz4uZsP .main-col {
  display: flex;
}
.cid-tTWFz4uZsP .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tTWFz4uZsP .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tTWFz4uZsP .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tTWFz4uZsP .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tTWFz4uZsP .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5CIxNn6lS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CIxNn6lS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CIxNn6lS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CIxNn6lS .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CIxNn6lS .container {
    padding: 0 24px;
  }
}
.cid-u5CIxNn6lS .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CIxNn6lS .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .row {
    border: none;
  }
}
.cid-u5CIxNn6lS .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .row .item {
    padding: 0 16px;
  }
}
.cid-u5CIxNn6lS .item-wrapper {
  height: 100%;
}
.cid-u5CIxNn6lS .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CIxNn6lS .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .subtitle-wrap {
    display: block;
  }
}
.cid-u5CIxNn6lS .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CIxNn6lS .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CIxNn6lS .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CIxNn6lS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CIxNn6lS .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CIxNn6lS .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CIxNn6lS .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CIxNn6lS .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CIxNn6lS .mbr-text {
  color: #F9F6E0;
}
.cid-uUtm6Oyw4o {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtm6Oyw4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtm6Oyw4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtm6Oyw4o .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtm6Oyw4o .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtm6Oyw4o .container {
    padding: 0 26px;
  }
}
.cid-uUtm6Oyw4o .row {
  justify-content: center;
}
.cid-uUtm6Oyw4o .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtm6Oyw4o .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtm6Oyw4o .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtm6Oyw4o .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtm6Oyw4o .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtm6Oyw4o .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtm6Oyw4o .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtm6Oyw4o .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtm6Oyw4o .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtm6Oyw4o .item-title {
  color: #ffcc00;
}
.cid-uUtm6Oyw4o .mbr-date {
  color: #cacaca;
}
.cid-uUtm6Oyw4o .mbr-desc {
  color: #cacaca;
}
.cid-uUsQY6wZbI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsQY6wZbI .container-fluid {
  padding: 0 2rem;
}
.cid-uUsQY6wZbI .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsQY6wZbI .mbr-title {
  padding: 0 1rem;
}
.cid-uUsQY6wZbI .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsQY6wZbI .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsQY6wZbI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsQY6wZbI .image-wrap {
  width: 100%;
}
.cid-uUsQY6wZbI .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsQY6wZbI .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsQY6wZbI .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsQY6wZbI .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsQY6wZbI .mbr-text,
.cid-uUsQY6wZbI .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsQFO82sz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsQFO82sz .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsQFO82sz .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsQFO82sz .card_topic,
.cid-uUsQFO82sz .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsQFO82sz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsQFO82sz .image {
  position: relative;
}
.cid-uUsQFO82sz .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsQFO82sz .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsQFO82sz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsQFO82sz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsQFO82sz .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsQFO82sz .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsQFO82sz .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsQFO82sz .content_block {
    padding: 30px 15px;
  }
  .cid-uUsQFO82sz .mbr-figure {
    padding: 0;
  }
  .cid-uUsQFO82sz .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsQFO82sz .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsQFO82sz .mbr-text,
.cid-uUsQFO82sz .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsQFO82sz .category_content,
.cid-uUsQFO82sz .card_topic {
  color: #e53712;
}
.cid-uUsQYZowAI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsQYZowAI .container-fluid {
  padding: 0 2rem;
}
.cid-uUsQYZowAI .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsQYZowAI .mbr-title {
  padding: 0 1rem;
}
.cid-uUsQYZowAI .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsQYZowAI .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsQYZowAI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsQYZowAI .image-wrap {
  width: 100%;
}
.cid-uUsQYZowAI .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsQYZowAI .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsQYZowAI .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsQYZowAI .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsQYZowAI .mbr-text,
.cid-uUsQYZowAI .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yzbMc.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yzbMc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yzbMc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yzbMc .modal-content,
.cid-up8Q2yzbMc .modal-dialog {
  height: auto;
}
.cid-up8Q2yzbMc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yzbMc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yzbMc .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yzbMc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yzbMc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yzbMc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yzbMc .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yzbMc .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yzbMc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yzbMc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yzbMc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yzbMc .modal-open {
  overflow: hidden;
}
.cid-up8Q2yzbMc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yzbMc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yzbMc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yzbMc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yzbMc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yzbMc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yzbMc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yzbMc .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yzbMc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yzbMc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yzbMc .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yzbMc .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yzbMc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yzbMc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzbMc .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yzbMc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yzbMc .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yzbMc .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yzbMc .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yzbMc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yzbMc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yzbMc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzbMc .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yzbMc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yzbMc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yzbMc .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yzbMc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yzbMc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yzbMc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yzbMc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yzbMc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yzbMc .modal-lg,
  .cid-up8Q2yzbMc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yzbMc .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yzbMc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yzbMc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yzbMc .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yzbMc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yzbMc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yzbMc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yzbMc .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yzbMc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfL7pWheD {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tTfL7pWheD H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tTfL7pWheD h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfL7pWheD img {
  width: 100%;
}
.cid-tTfL7pWheD .mbr-text,
.cid-tTfL7pWheD .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tU16saIWW3 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tU16saIWW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU16saIWW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU16saIWW3 .row {
  justify-content: left;
}
.cid-tU16saIWW3 .main-col {
  display: flex;
}
.cid-tU16saIWW3 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tU16saIWW3 .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tU16saIWW3 .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tU16saIWW3 .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tU16saIWW3 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5CK025Wp9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CK025Wp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CK025Wp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CK025Wp9 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CK025Wp9 .container {
    padding: 0 24px;
  }
}
.cid-u5CK025Wp9 .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CK025Wp9 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .row {
    border: none;
  }
}
.cid-u5CK025Wp9 .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .row .item {
    padding: 0 16px;
  }
}
.cid-u5CK025Wp9 .item-wrapper {
  height: 100%;
}
.cid-u5CK025Wp9 .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CK025Wp9 .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .subtitle-wrap {
    display: block;
  }
}
.cid-u5CK025Wp9 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CK025Wp9 .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CK025Wp9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CK025Wp9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CK025Wp9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CK025Wp9 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CK025Wp9 .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CK025Wp9 .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CK025Wp9 .mbr-text {
  color: #F9F6E0;
}
.cid-uUtmc6f7Rs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtmc6f7Rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtmc6f7Rs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtmc6f7Rs .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtmc6f7Rs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtmc6f7Rs .container {
    padding: 0 26px;
  }
}
.cid-uUtmc6f7Rs .row {
  justify-content: center;
}
.cid-uUtmc6f7Rs .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtmc6f7Rs .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtmc6f7Rs .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtmc6f7Rs .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmc6f7Rs .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtmc6f7Rs .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtmc6f7Rs .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtmc6f7Rs .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtmc6f7Rs .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmc6f7Rs .item-title {
  color: #ffcc00;
}
.cid-uUtmc6f7Rs .mbr-date {
  color: #cacaca;
}
.cid-uUtmc6f7Rs .mbr-desc {
  color: #cacaca;
}
.cid-uUsR4JoKiV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsR4JoKiV .container-fluid {
  padding: 0 2rem;
}
.cid-uUsR4JoKiV .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsR4JoKiV .mbr-title {
  padding: 0 1rem;
}
.cid-uUsR4JoKiV .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsR4JoKiV .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsR4JoKiV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsR4JoKiV .image-wrap {
  width: 100%;
}
.cid-uUsR4JoKiV .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsR4JoKiV .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsR4JoKiV .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsR4JoKiV .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsR4JoKiV .mbr-text,
.cid-uUsR4JoKiV .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsR3WGhLa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsR3WGhLa .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsR3WGhLa .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsR3WGhLa .card_topic,
.cid-uUsR3WGhLa .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsR3WGhLa .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsR3WGhLa .image {
  position: relative;
}
.cid-uUsR3WGhLa .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsR3WGhLa .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsR3WGhLa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsR3WGhLa .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsR3WGhLa .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsR3WGhLa .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsR3WGhLa .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsR3WGhLa .content_block {
    padding: 30px 15px;
  }
  .cid-uUsR3WGhLa .mbr-figure {
    padding: 0;
  }
  .cid-uUsR3WGhLa .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsR3WGhLa .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsR3WGhLa .mbr-text,
.cid-uUsR3WGhLa .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsR3WGhLa .category_content,
.cid-uUsR3WGhLa .card_topic {
  color: #e53712;
}
.cid-uUsR5Emlcm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsR5Emlcm .container-fluid {
  padding: 0 2rem;
}
.cid-uUsR5Emlcm .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsR5Emlcm .mbr-title {
  padding: 0 1rem;
}
.cid-uUsR5Emlcm .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsR5Emlcm .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsR5Emlcm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsR5Emlcm .image-wrap {
  width: 100%;
}
.cid-uUsR5Emlcm .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsR5Emlcm .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsR5Emlcm .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsR5Emlcm .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsR5Emlcm .mbr-text,
.cid-uUsR5Emlcm .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yA93v.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yA93v.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yA93v.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yA93v .modal-content,
.cid-up8Q2yA93v .modal-dialog {
  height: auto;
}
.cid-up8Q2yA93v .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yA93v .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yA93v .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yA93v .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yA93v .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yA93v .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yA93v .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yA93v .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yA93v .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yA93v .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yA93v .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yA93v .modal-open {
  overflow: hidden;
}
.cid-up8Q2yA93v .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yA93v .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yA93v .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yA93v .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yA93v .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yA93v .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yA93v .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yA93v .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yA93v .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yA93v .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yA93v .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yA93v .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yA93v .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yA93v .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yA93v .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yA93v .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yA93v .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yA93v .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yA93v .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yA93v .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yA93v .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yA93v .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yA93v .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yA93v .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yA93v .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yA93v .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yA93v .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yA93v .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yA93v .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yA93v .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yA93v .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yA93v .modal-lg,
  .cid-up8Q2yA93v .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yA93v .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yA93v .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yA93v .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yA93v .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yA93v .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yA93v .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yA93v .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yA93v .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yA93v .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfL9xb28e {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tTfL9xb28e H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tTfL9xb28e h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfL9xb28e img {
  width: 100%;
}
.cid-tTfL9xb28e .mbr-text,
.cid-tTfL9xb28e .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tUcMOxZE6s {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tUcMOxZE6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUcMOxZE6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUcMOxZE6s .row {
  justify-content: left;
}
.cid-tUcMOxZE6s .main-col {
  display: flex;
}
.cid-tUcMOxZE6s .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tUcMOxZE6s .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tUcMOxZE6s .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tUcMOxZE6s .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tUcMOxZE6s .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5CKuIGviH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CKuIGviH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CKuIGviH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CKuIGviH .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CKuIGviH .container {
    padding: 0 24px;
  }
}
.cid-u5CKuIGviH .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CKuIGviH .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .row {
    border: none;
  }
}
.cid-u5CKuIGviH .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .row .item {
    padding: 0 16px;
  }
}
.cid-u5CKuIGviH .item-wrapper {
  height: 100%;
}
.cid-u5CKuIGviH .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CKuIGviH .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .subtitle-wrap {
    display: block;
  }
}
.cid-u5CKuIGviH .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CKuIGviH .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CKuIGviH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CKuIGviH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CKuIGviH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CKuIGviH .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CKuIGviH .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CKuIGviH .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CKuIGviH .mbr-text {
  color: #F9F6E0;
}
.cid-uUtmiwwaQv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtmiwwaQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtmiwwaQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtmiwwaQv .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtmiwwaQv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtmiwwaQv .container {
    padding: 0 26px;
  }
}
.cid-uUtmiwwaQv .row {
  justify-content: center;
}
.cid-uUtmiwwaQv .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtmiwwaQv .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtmiwwaQv .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtmiwwaQv .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmiwwaQv .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtmiwwaQv .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtmiwwaQv .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtmiwwaQv .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtmiwwaQv .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmiwwaQv .item-title {
  color: #ffcc00;
}
.cid-uUtmiwwaQv .mbr-date {
  color: #cacaca;
}
.cid-uUtmiwwaQv .mbr-desc {
  color: #cacaca;
}
.cid-uUsRd9r2ON {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRd9r2ON .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRd9r2ON .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRd9r2ON .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRd9r2ON .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRd9r2ON .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRd9r2ON .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRd9r2ON .image-wrap {
  width: 100%;
}
.cid-uUsRd9r2ON .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRd9r2ON .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRd9r2ON .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRd9r2ON .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRd9r2ON .mbr-text,
.cid-uUsRd9r2ON .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsRcddtV7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsRcddtV7 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsRcddtV7 .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsRcddtV7 .card_topic,
.cid-uUsRcddtV7 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsRcddtV7 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsRcddtV7 .image {
  position: relative;
}
.cid-uUsRcddtV7 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsRcddtV7 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsRcddtV7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsRcddtV7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsRcddtV7 .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsRcddtV7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsRcddtV7 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsRcddtV7 .content_block {
    padding: 30px 15px;
  }
  .cid-uUsRcddtV7 .mbr-figure {
    padding: 0;
  }
  .cid-uUsRcddtV7 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsRcddtV7 .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsRcddtV7 .mbr-text,
.cid-uUsRcddtV7 .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsRcddtV7 .category_content,
.cid-uUsRcddtV7 .card_topic {
  color: #e53712;
}
.cid-uUsRdNI1UT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRdNI1UT .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRdNI1UT .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRdNI1UT .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRdNI1UT .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRdNI1UT .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRdNI1UT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRdNI1UT .image-wrap {
  width: 100%;
}
.cid-uUsRdNI1UT .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRdNI1UT .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRdNI1UT .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRdNI1UT .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRdNI1UT .mbr-text,
.cid-uUsRdNI1UT .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yASLh.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yASLh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yASLh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yASLh .modal-content,
.cid-up8Q2yASLh .modal-dialog {
  height: auto;
}
.cid-up8Q2yASLh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yASLh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yASLh .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yASLh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yASLh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yASLh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yASLh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yASLh .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yASLh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yASLh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yASLh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yASLh .modal-open {
  overflow: hidden;
}
.cid-up8Q2yASLh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yASLh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yASLh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yASLh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yASLh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yASLh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yASLh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yASLh .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yASLh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yASLh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yASLh .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yASLh .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yASLh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yASLh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yASLh .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yASLh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yASLh .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yASLh .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yASLh .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yASLh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yASLh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yASLh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yASLh .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yASLh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yASLh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yASLh .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yASLh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yASLh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yASLh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yASLh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yASLh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yASLh .modal-lg,
  .cid-up8Q2yASLh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yASLh .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yASLh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yASLh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yASLh .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yASLh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yASLh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yASLh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yASLh .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yASLh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfLaTc6Tc {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tTfLaTc6Tc H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tTfLaTc6Tc h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfLaTc6Tc img {
  width: 100%;
}
.cid-tTfLaTc6Tc .mbr-text,
.cid-tTfLaTc6Tc .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tUd1tPemww {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tUd1tPemww .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUd1tPemww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUd1tPemww .row {
  justify-content: left;
}
.cid-tUd1tPemww .main-col {
  display: flex;
}
.cid-tUd1tPemww .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tUd1tPemww .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tUd1tPemww .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tUd1tPemww .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tUd1tPemww .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5CLciMNp2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CLciMNp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CLciMNp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CLciMNp2 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CLciMNp2 .container {
    padding: 0 24px;
  }
}
.cid-u5CLciMNp2 .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CLciMNp2 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .row {
    border: none;
  }
}
.cid-u5CLciMNp2 .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .row .item {
    padding: 0 16px;
  }
}
.cid-u5CLciMNp2 .item-wrapper {
  height: 100%;
}
.cid-u5CLciMNp2 .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CLciMNp2 .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .subtitle-wrap {
    display: block;
  }
}
.cid-u5CLciMNp2 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CLciMNp2 .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CLciMNp2 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CLciMNp2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CLciMNp2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CLciMNp2 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CLciMNp2 .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CLciMNp2 .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CLciMNp2 .mbr-text {
  color: #F9F6E0;
}
.cid-uUtmokWtdS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtmokWtdS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtmokWtdS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtmokWtdS .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtmokWtdS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtmokWtdS .container {
    padding: 0 26px;
  }
}
.cid-uUtmokWtdS .row {
  justify-content: center;
}
.cid-uUtmokWtdS .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtmokWtdS .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtmokWtdS .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtmokWtdS .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmokWtdS .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtmokWtdS .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtmokWtdS .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtmokWtdS .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtmokWtdS .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmokWtdS .item-title {
  color: #ffcc00;
}
.cid-uUtmokWtdS .mbr-date {
  color: #cacaca;
}
.cid-uUtmokWtdS .mbr-desc {
  color: #cacaca;
}
.cid-uUsRjYJJ4k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRjYJJ4k .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRjYJJ4k .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRjYJJ4k .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRjYJJ4k .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRjYJJ4k .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRjYJJ4k .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRjYJJ4k .image-wrap {
  width: 100%;
}
.cid-uUsRjYJJ4k .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRjYJJ4k .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRjYJJ4k .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRjYJJ4k .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRjYJJ4k .mbr-text,
.cid-uUsRjYJJ4k .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsRj7og85 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsRj7og85 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsRj7og85 .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsRj7og85 .card_topic,
.cid-uUsRj7og85 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsRj7og85 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsRj7og85 .image {
  position: relative;
}
.cid-uUsRj7og85 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsRj7og85 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsRj7og85 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsRj7og85 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsRj7og85 .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsRj7og85 .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsRj7og85 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsRj7og85 .content_block {
    padding: 30px 15px;
  }
  .cid-uUsRj7og85 .mbr-figure {
    padding: 0;
  }
  .cid-uUsRj7og85 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsRj7og85 .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsRj7og85 .mbr-text,
.cid-uUsRj7og85 .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsRj7og85 .category_content,
.cid-uUsRj7og85 .card_topic {
  color: #e53712;
}
.cid-uUsRkO2eOZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRkO2eOZ .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRkO2eOZ .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRkO2eOZ .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRkO2eOZ .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRkO2eOZ .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRkO2eOZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRkO2eOZ .image-wrap {
  width: 100%;
}
.cid-uUsRkO2eOZ .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRkO2eOZ .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRkO2eOZ .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRkO2eOZ .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRkO2eOZ .mbr-text,
.cid-uUsRkO2eOZ .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yAISI.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yAISI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yAISI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yAISI .modal-content,
.cid-up8Q2yAISI .modal-dialog {
  height: auto;
}
.cid-up8Q2yAISI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yAISI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yAISI .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yAISI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yAISI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yAISI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yAISI .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yAISI .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yAISI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yAISI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yAISI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yAISI .modal-open {
  overflow: hidden;
}
.cid-up8Q2yAISI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yAISI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yAISI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yAISI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yAISI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yAISI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yAISI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yAISI .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yAISI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yAISI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yAISI .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yAISI .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yAISI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yAISI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yAISI .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yAISI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yAISI .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yAISI .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yAISI .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yAISI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yAISI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yAISI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yAISI .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yAISI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yAISI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yAISI .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yAISI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yAISI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yAISI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yAISI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yAISI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yAISI .modal-lg,
  .cid-up8Q2yAISI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yAISI .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yAISI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yAISI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yAISI .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yAISI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yAISI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yAISI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yAISI .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yAISI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfLh9vNNy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tTfLh9vNNy H1 {
  color: #53ff00;
  text-align: center;
}
.cid-tTfLh9vNNy h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfLh9vNNy img {
  width: 100%;
}
.cid-tTfLh9vNNy .mbr-text,
.cid-tTfLh9vNNy .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tUHfPATgFg {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tUHfPATgFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUHfPATgFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUHfPATgFg .row {
  justify-content: left;
}
.cid-tUHfPATgFg .main-col {
  display: flex;
}
.cid-tUHfPATgFg .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tUHfPATgFg .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tUHfPATgFg .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tUHfPATgFg .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tUHfPATgFg .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5CMl3qDv8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CMl3qDv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CMl3qDv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CMl3qDv8 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CMl3qDv8 .container {
    padding: 0 24px;
  }
}
.cid-u5CMl3qDv8 .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CMl3qDv8 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .row {
    border: none;
  }
}
.cid-u5CMl3qDv8 .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .row .item {
    padding: 0 16px;
  }
}
.cid-u5CMl3qDv8 .item-wrapper {
  height: 100%;
}
.cid-u5CMl3qDv8 .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CMl3qDv8 .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .subtitle-wrap {
    display: block;
  }
}
.cid-u5CMl3qDv8 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CMl3qDv8 .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CMl3qDv8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CMl3qDv8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CMl3qDv8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CMl3qDv8 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CMl3qDv8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CMl3qDv8 .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CMl3qDv8 .mbr-text {
  color: #F9F6E0;
}
.cid-uUtmIG7FVw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtmIG7FVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtmIG7FVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtmIG7FVw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtmIG7FVw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtmIG7FVw .container {
    padding: 0 26px;
  }
}
.cid-uUtmIG7FVw .row {
  justify-content: center;
}
.cid-uUtmIG7FVw .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtmIG7FVw .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtmIG7FVw .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtmIG7FVw .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmIG7FVw .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtmIG7FVw .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtmIG7FVw .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtmIG7FVw .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtmIG7FVw .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmIG7FVw .item-title {
  color: #ffcc00;
}
.cid-uUtmIG7FVw .mbr-date {
  color: #cacaca;
}
.cid-uUtmIG7FVw .mbr-desc {
  color: #cacaca;
}
.cid-uUsRuqmXri {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRuqmXri .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRuqmXri .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRuqmXri .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRuqmXri .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRuqmXri .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRuqmXri .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRuqmXri .image-wrap {
  width: 100%;
}
.cid-uUsRuqmXri .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRuqmXri .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRuqmXri .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRuqmXri .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRuqmXri .mbr-text,
.cid-uUsRuqmXri .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsRtrrFKb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsRtrrFKb .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsRtrrFKb .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsRtrrFKb .card_topic,
.cid-uUsRtrrFKb .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsRtrrFKb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsRtrrFKb .image {
  position: relative;
}
.cid-uUsRtrrFKb .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsRtrrFKb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsRtrrFKb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsRtrrFKb .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsRtrrFKb .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsRtrrFKb .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsRtrrFKb .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsRtrrFKb .content_block {
    padding: 30px 15px;
  }
  .cid-uUsRtrrFKb .mbr-figure {
    padding: 0;
  }
  .cid-uUsRtrrFKb .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsRtrrFKb .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsRtrrFKb .mbr-text,
.cid-uUsRtrrFKb .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsRtrrFKb .category_content,
.cid-uUsRtrrFKb .card_topic {
  color: #e53712;
}
.cid-uUsRvhH9Nr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRvhH9Nr .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRvhH9Nr .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRvhH9Nr .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRvhH9Nr .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRvhH9Nr .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRvhH9Nr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRvhH9Nr .image-wrap {
  width: 100%;
}
.cid-uUsRvhH9Nr .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRvhH9Nr .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRvhH9Nr .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRvhH9Nr .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRvhH9Nr .mbr-text,
.cid-uUsRvhH9Nr .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yAdjV.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yAdjV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yAdjV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yAdjV .modal-content,
.cid-up8Q2yAdjV .modal-dialog {
  height: auto;
}
.cid-up8Q2yAdjV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yAdjV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yAdjV .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yAdjV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yAdjV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yAdjV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yAdjV .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yAdjV .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yAdjV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yAdjV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yAdjV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yAdjV .modal-open {
  overflow: hidden;
}
.cid-up8Q2yAdjV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yAdjV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yAdjV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yAdjV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yAdjV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yAdjV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yAdjV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yAdjV .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yAdjV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yAdjV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yAdjV .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yAdjV .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yAdjV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yAdjV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yAdjV .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yAdjV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yAdjV .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yAdjV .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yAdjV .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yAdjV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yAdjV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yAdjV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yAdjV .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yAdjV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yAdjV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yAdjV .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yAdjV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yAdjV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yAdjV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yAdjV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yAdjV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yAdjV .modal-lg,
  .cid-up8Q2yAdjV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yAdjV .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yAdjV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yAdjV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yAdjV .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yAdjV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yAdjV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yAdjV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yAdjV .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yAdjV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfLv0vCpr {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tTfLv0vCpr H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tTfLv0vCpr h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfLv0vCpr img {
  width: 100%;
}
.cid-tTfLv0vCpr .mbr-text,
.cid-tTfLv0vCpr .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVf6MDTxBX {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVf6MDTxBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVf6MDTxBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVf6MDTxBX .row {
  justify-content: left;
}
.cid-tVf6MDTxBX .main-col {
  display: flex;
}
.cid-tVf6MDTxBX .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVf6MDTxBX .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVf6MDTxBX .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVf6MDTxBX .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVf6MDTxBX .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5CMLbvatb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CMLbvatb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CMLbvatb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CMLbvatb .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CMLbvatb .container {
    padding: 0 24px;
  }
}
.cid-u5CMLbvatb .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CMLbvatb .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .row {
    border: none;
  }
}
.cid-u5CMLbvatb .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .row .item {
    padding: 0 16px;
  }
}
.cid-u5CMLbvatb .item-wrapper {
  height: 100%;
}
.cid-u5CMLbvatb .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CMLbvatb .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .subtitle-wrap {
    display: block;
  }
}
.cid-u5CMLbvatb .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CMLbvatb .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CMLbvatb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CMLbvatb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CMLbvatb .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CMLbvatb .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CMLbvatb .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CMLbvatb .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CMLbvatb .mbr-text {
  color: #F9F6E0;
}
.cid-uUtmUuz8Il {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtmUuz8Il .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtmUuz8Il .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtmUuz8Il .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtmUuz8Il .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtmUuz8Il .container {
    padding: 0 26px;
  }
}
.cid-uUtmUuz8Il .row {
  justify-content: center;
}
.cid-uUtmUuz8Il .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtmUuz8Il .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtmUuz8Il .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtmUuz8Il .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmUuz8Il .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtmUuz8Il .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtmUuz8Il .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtmUuz8Il .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtmUuz8Il .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtmUuz8Il .item-title {
  color: #ffcc00;
}
.cid-uUtmUuz8Il .mbr-date {
  color: #cacaca;
}
.cid-uUtmUuz8Il .mbr-desc {
  color: #cacaca;
}
.cid-uUsRDPmkYo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRDPmkYo .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRDPmkYo .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRDPmkYo .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRDPmkYo .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRDPmkYo .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRDPmkYo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRDPmkYo .image-wrap {
  width: 100%;
}
.cid-uUsRDPmkYo .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRDPmkYo .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRDPmkYo .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRDPmkYo .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRDPmkYo .mbr-text,
.cid-uUsRDPmkYo .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsRD3Mi3f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsRD3Mi3f .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsRD3Mi3f .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsRD3Mi3f .card_topic,
.cid-uUsRD3Mi3f .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsRD3Mi3f .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsRD3Mi3f .image {
  position: relative;
}
.cid-uUsRD3Mi3f .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsRD3Mi3f .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsRD3Mi3f .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsRD3Mi3f .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsRD3Mi3f .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsRD3Mi3f .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsRD3Mi3f .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsRD3Mi3f .content_block {
    padding: 30px 15px;
  }
  .cid-uUsRD3Mi3f .mbr-figure {
    padding: 0;
  }
  .cid-uUsRD3Mi3f .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsRD3Mi3f .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsRD3Mi3f .mbr-text,
.cid-uUsRD3Mi3f .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsRD3Mi3f .category_content,
.cid-uUsRD3Mi3f .card_topic {
  color: #e53712;
}
.cid-uUsREws7Wy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsREws7Wy .container-fluid {
  padding: 0 2rem;
}
.cid-uUsREws7Wy .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsREws7Wy .mbr-title {
  padding: 0 1rem;
}
.cid-uUsREws7Wy .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsREws7Wy .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsREws7Wy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsREws7Wy .image-wrap {
  width: 100%;
}
.cid-uUsREws7Wy .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsREws7Wy .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsREws7Wy .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsREws7Wy .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsREws7Wy .mbr-text,
.cid-uUsREws7Wy .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yApxO.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yApxO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yApxO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yApxO .modal-content,
.cid-up8Q2yApxO .modal-dialog {
  height: auto;
}
.cid-up8Q2yApxO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yApxO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yApxO .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yApxO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yApxO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yApxO .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yApxO .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yApxO .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yApxO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yApxO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yApxO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yApxO .modal-open {
  overflow: hidden;
}
.cid-up8Q2yApxO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yApxO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yApxO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yApxO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yApxO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yApxO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yApxO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yApxO .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yApxO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yApxO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yApxO .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yApxO .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yApxO .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yApxO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yApxO .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yApxO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yApxO .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yApxO .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yApxO .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yApxO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yApxO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yApxO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yApxO .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yApxO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yApxO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yApxO .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yApxO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yApxO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yApxO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yApxO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yApxO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yApxO .modal-lg,
  .cid-up8Q2yApxO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yApxO .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yApxO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yApxO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yApxO .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yApxO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yApxO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yApxO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yApxO .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yApxO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfLcksus1 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tTfLcksus1 H1 {
  color: #0077ff;
  text-align: center;
}
.cid-tTfLcksus1 h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfLcksus1 img {
  width: 100%;
}
.cid-tTfLcksus1 .mbr-text,
.cid-tTfLcksus1 .mbr-section-btn {
  color: #55b4d4;
  text-align: center;
}
.cid-tTfLcksus1 H2 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVfdCU97d6 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVfdCU97d6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVfdCU97d6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVfdCU97d6 .row {
  justify-content: left;
}
.cid-tVfdCU97d6 .main-col {
  display: flex;
}
.cid-tVfdCU97d6 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVfdCU97d6 .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVfdCU97d6 .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVfdCU97d6 .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVfdCU97d6 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5Dyzcdu85 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5Dyzcdu85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Dyzcdu85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Dyzcdu85 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5Dyzcdu85 .container {
    padding: 0 24px;
  }
}
.cid-u5Dyzcdu85 .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5Dyzcdu85 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .row {
    border: none;
  }
}
.cid-u5Dyzcdu85 .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .row .item {
    padding: 0 16px;
  }
}
.cid-u5Dyzcdu85 .item-wrapper {
  height: 100%;
}
.cid-u5Dyzcdu85 .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5Dyzcdu85 .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .subtitle-wrap {
    display: block;
  }
}
.cid-u5Dyzcdu85 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5Dyzcdu85 .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5Dyzcdu85 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5Dyzcdu85 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5Dyzcdu85 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5Dyzcdu85 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5Dyzcdu85 .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5Dyzcdu85 .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5Dyzcdu85 .mbr-text {
  color: #F9F6E0;
}
.cid-uUtoX6mQI3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtoX6mQI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtoX6mQI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtoX6mQI3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtoX6mQI3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtoX6mQI3 .container {
    padding: 0 26px;
  }
}
.cid-uUtoX6mQI3 .row {
  justify-content: center;
}
.cid-uUtoX6mQI3 .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtoX6mQI3 .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtoX6mQI3 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtoX6mQI3 .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtoX6mQI3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtoX6mQI3 .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtoX6mQI3 .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtoX6mQI3 .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtoX6mQI3 .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtoX6mQI3 .item-title {
  color: #ffcc00;
}
.cid-uUtoX6mQI3 .mbr-date {
  color: #cacaca;
}
.cid-uUtoX6mQI3 .mbr-desc {
  color: #cacaca;
}
.cid-uUtoYgAMDl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtoYgAMDl .container-fluid {
  padding: 0 2rem;
}
.cid-uUtoYgAMDl .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtoYgAMDl .mbr-title {
  padding: 0 1rem;
}
.cid-uUtoYgAMDl .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtoYgAMDl .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtoYgAMDl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtoYgAMDl .image-wrap {
  width: 100%;
}
.cid-uUtoYgAMDl .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtoYgAMDl .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtoYgAMDl .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtoYgAMDl .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtoYgAMDl .mbr-text,
.cid-uUtoYgAMDl .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yATFK.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yATFK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yATFK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yATFK .modal-content,
.cid-up8Q2yATFK .modal-dialog {
  height: auto;
}
.cid-up8Q2yATFK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yATFK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yATFK .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yATFK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yATFK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yATFK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yATFK .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yATFK .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yATFK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yATFK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yATFK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yATFK .modal-open {
  overflow: hidden;
}
.cid-up8Q2yATFK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yATFK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yATFK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yATFK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yATFK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yATFK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yATFK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yATFK .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yATFK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yATFK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yATFK .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yATFK .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yATFK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yATFK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yATFK .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yATFK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yATFK .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yATFK .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yATFK .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yATFK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yATFK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yATFK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yATFK .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yATFK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yATFK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yATFK .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yATFK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yATFK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yATFK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yATFK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yATFK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yATFK .modal-lg,
  .cid-up8Q2yATFK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yATFK .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yATFK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yATFK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yATFK .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yATFK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yATFK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yATFK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yATFK .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yATFK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfLBn5e74 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tTfLBn5e74 H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tTfLBn5e74 h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfLBn5e74 img {
  width: 100%;
}
.cid-tTfLBn5e74 .mbr-text,
.cid-tTfLBn5e74 .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tTfLBnf0zJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tTfLBnf0zJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTfLBnf0zJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTfLBnf0zJ .row {
  justify-content: left;
}
.cid-tTfLBnf0zJ .main-col {
  display: flex;
}
.cid-tTfLBnf0zJ .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tTfLBnf0zJ .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tTfLBnf0zJ .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tTfLBnf0zJ .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tTfLBnf0zJ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u60oSudhz6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u60oSudhz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u60oSudhz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u60oSudhz6 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u60oSudhz6 .container {
    padding: 0 24px;
  }
}
.cid-u60oSudhz6 .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u60oSudhz6 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .row {
    border: none;
  }
}
.cid-u60oSudhz6 .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .row .item {
    padding: 0 16px;
  }
}
.cid-u60oSudhz6 .item-wrapper {
  height: 100%;
}
.cid-u60oSudhz6 .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .item-wrapper .card-box {
    display: block;
  }
}
.cid-u60oSudhz6 .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .subtitle-wrap {
    display: block;
  }
}
.cid-u60oSudhz6 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u60oSudhz6 .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u60oSudhz6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u60oSudhz6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u60oSudhz6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u60oSudhz6 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u60oSudhz6 .mbr-section-title {
  color: #F9F6E0;
}
.cid-u60oSudhz6 .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u60oSudhz6 .mbr-text {
  color: #F9F6E0;
}
.cid-uUtpcnoFhH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtpcnoFhH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtpcnoFhH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtpcnoFhH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtpcnoFhH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtpcnoFhH .container {
    padding: 0 26px;
  }
}
.cid-uUtpcnoFhH .row {
  justify-content: center;
}
.cid-uUtpcnoFhH .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtpcnoFhH .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtpcnoFhH .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtpcnoFhH .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpcnoFhH .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtpcnoFhH .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtpcnoFhH .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtpcnoFhH .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtpcnoFhH .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpcnoFhH .item-title {
  color: #ffcc00;
}
.cid-uUtpcnoFhH .mbr-date {
  color: #cacaca;
}
.cid-uUtpcnoFhH .mbr-desc {
  color: #cacaca;
}
.cid-uUtpdseD3b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtpdseD3b .container-fluid {
  padding: 0 2rem;
}
.cid-uUtpdseD3b .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtpdseD3b .mbr-title {
  padding: 0 1rem;
}
.cid-uUtpdseD3b .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtpdseD3b .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtpdseD3b .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtpdseD3b .image-wrap {
  width: 100%;
}
.cid-uUtpdseD3b .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtpdseD3b .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtpdseD3b .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtpdseD3b .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtpdseD3b .mbr-text,
.cid-uUtpdseD3b .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yBATh.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBATh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBATh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBATh .modal-content,
.cid-up8Q2yBATh .modal-dialog {
  height: auto;
}
.cid-up8Q2yBATh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBATh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBATh .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBATh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBATh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBATh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBATh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBATh .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBATh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBATh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBATh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBATh .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBATh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBATh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBATh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBATh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBATh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBATh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBATh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBATh .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBATh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBATh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBATh .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBATh .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBATh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBATh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBATh .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBATh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBATh .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBATh .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBATh .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBATh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBATh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBATh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBATh .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBATh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBATh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBATh .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBATh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBATh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBATh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBATh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBATh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBATh .modal-lg,
  .cid-up8Q2yBATh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBATh .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBATh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBATh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBATh .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBATh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBATh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBATh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBATh .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBATh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTfLwOLcBd {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTfLwOLcBd H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tTfLwOLcBd h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTfLwOLcBd img {
  width: 100%;
}
.cid-tTfLwOLcBd .mbr-text,
.cid-tTfLwOLcBd .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVDDhG4sk2 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVDDhG4sk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVDDhG4sk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVDDhG4sk2 .row {
  justify-content: left;
}
.cid-tVDDhG4sk2 .main-col {
  display: flex;
}
.cid-tVDDhG4sk2 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVDDhG4sk2 .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVDDhG4sk2 .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
  text-align: justify;
}
.cid-tVDDhG4sk2 .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u5CMZ4QPcm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CMZ4QPcm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CMZ4QPcm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CMZ4QPcm .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CMZ4QPcm .container {
    padding: 0 24px;
  }
}
.cid-u5CMZ4QPcm .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CMZ4QPcm .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .row {
    border: none;
  }
}
.cid-u5CMZ4QPcm .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .row .item {
    padding: 0 16px;
  }
}
.cid-u5CMZ4QPcm .item-wrapper {
  height: 100%;
}
.cid-u5CMZ4QPcm .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CMZ4QPcm .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .subtitle-wrap {
    display: block;
  }
}
.cid-u5CMZ4QPcm .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CMZ4QPcm .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CMZ4QPcm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CMZ4QPcm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CMZ4QPcm .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CMZ4QPcm .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CMZ4QPcm .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CMZ4QPcm .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CMZ4QPcm .mbr-text {
  color: #F9F6E0;
}
.cid-uUtn0kLfLW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtn0kLfLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtn0kLfLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtn0kLfLW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtn0kLfLW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtn0kLfLW .container {
    padding: 0 26px;
  }
}
.cid-uUtn0kLfLW .row {
  justify-content: center;
}
.cid-uUtn0kLfLW .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtn0kLfLW .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtn0kLfLW .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtn0kLfLW .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtn0kLfLW .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtn0kLfLW .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtn0kLfLW .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtn0kLfLW .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtn0kLfLW .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtn0kLfLW .item-title {
  color: #ffcc00;
}
.cid-uUtn0kLfLW .mbr-date {
  color: #cacaca;
}
.cid-uUtn0kLfLW .mbr-desc {
  color: #cacaca;
}
.cid-uUtn1f0NGj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtn1f0NGj .container-fluid {
  padding: 0 2rem;
}
.cid-uUtn1f0NGj .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtn1f0NGj .mbr-title {
  padding: 0 1rem;
}
.cid-uUtn1f0NGj .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtn1f0NGj .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtn1f0NGj .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtn1f0NGj .image-wrap {
  width: 100%;
}
.cid-uUtn1f0NGj .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtn1f0NGj .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtn1f0NGj .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtn1f0NGj .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtn1f0NGj .mbr-text,
.cid-uUtn1f0NGj .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yBGX0.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBGX0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBGX0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBGX0 .modal-content,
.cid-up8Q2yBGX0 .modal-dialog {
  height: auto;
}
.cid-up8Q2yBGX0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBGX0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBGX0 .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBGX0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBGX0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBGX0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBGX0 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBGX0 .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBGX0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBGX0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBGX0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBGX0 .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBGX0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBGX0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBGX0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBGX0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBGX0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBGX0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBGX0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBGX0 .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBGX0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBGX0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBGX0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBGX0 .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBGX0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBGX0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBGX0 .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBGX0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBGX0 .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBGX0 .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBGX0 .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBGX0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBGX0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBGX0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBGX0 .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBGX0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBGX0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBGX0 .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBGX0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBGX0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBGX0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBGX0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBGX0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBGX0 .modal-lg,
  .cid-up8Q2yBGX0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBGX0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBGX0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBGX0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBGX0 .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBGX0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBGX0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBGX0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBGX0 .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBGX0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tT61mv3fRI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tT61mv3fRI H1 {
  color: #e2090d;
  text-align: center;
}
.cid-tT61mv3fRI h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tT61mv3fRI img {
  width: 100%;
}
.cid-tT61mv3fRI .mbr-text,
.cid-tT61mv3fRI .mbr-section-btn {
  color: #999999;
  text-align: center;
}
.cid-u5CLF9IsZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5CLF9IsZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CLF9IsZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CLF9IsZb .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5CLF9IsZb .container {
    padding: 0 24px;
  }
}
.cid-u5CLF9IsZb .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5CLF9IsZb .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .row {
    border: none;
  }
}
.cid-u5CLF9IsZb .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .row .item {
    padding: 0 16px;
  }
}
.cid-u5CLF9IsZb .item-wrapper {
  height: 100%;
}
.cid-u5CLF9IsZb .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5CLF9IsZb .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .subtitle-wrap {
    display: block;
  }
}
.cid-u5CLF9IsZb .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5CLF9IsZb .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5CLF9IsZb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5CLF9IsZb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5CLF9IsZb .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5CLF9IsZb .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5CLF9IsZb .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5CLF9IsZb .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5CLF9IsZb .mbr-text {
  color: #F9F6E0;
}
.cid-uUtlU9zgWV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtlU9zgWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtlU9zgWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtlU9zgWV .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtlU9zgWV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtlU9zgWV .container {
    padding: 0 26px;
  }
}
.cid-uUtlU9zgWV .row {
  justify-content: center;
}
.cid-uUtlU9zgWV .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtlU9zgWV .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtlU9zgWV .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtlU9zgWV .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtlU9zgWV .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtlU9zgWV .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtlU9zgWV .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtlU9zgWV .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtlU9zgWV .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtlU9zgWV .item-title {
  color: #ffcc00;
}
.cid-uUtlU9zgWV .mbr-date {
  color: #cacaca;
}
.cid-uUtlU9zgWV .mbr-desc {
  color: #cacaca;
}
.cid-uTNlgK9vvM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNlgK9vvM .container-fluid {
  padding: 0 2rem;
}
.cid-uTNlgK9vvM .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNlgK9vvM .mbr-title {
  padding: 0 1rem;
}
.cid-uTNlgK9vvM .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNlgK9vvM .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNlgK9vvM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNlgK9vvM .image-wrap {
  width: 100%;
}
.cid-uTNlgK9vvM .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNlgK9vvM .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNlgK9vvM .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNlgK9vvM .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNlgK9vvM .mbr-text,
.cid-uTNlgK9vvM .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uTNlf7GOCs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTNlf7GOCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNlf7GOCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNlf7GOCs .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uTNlf7GOCs .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uTNlf7GOCs .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uTNlf7GOCs .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uTNlf7GOCs .mbr-section-title {
    text-align: center;
  }
}
.cid-uTNlf7GOCs .mbr-section-subtitle {
  color: #04d5ff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uTNlf7GOCs .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uTNlf7GOCs .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-uTNlf7GOCs .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #123700, #3a341c);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uTNlf7GOCs .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uTNlf7GOCs .item-wrapper {
    padding: 20px;
  }
}
.cid-uTNlf7GOCs .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNlf7GOCs .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uTNlf7GOCs .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-uTNlf7GOCs .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNlf7GOCs .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-uTNlf7GOCs .item-right {
    flex-basis: 100%;
  }
}
.cid-uTNlf7GOCs .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uTNlf7GOCs .item-img {
    max-width: 250px;
  }
}
.cid-uTNlf7GOCs .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTNlf7GOCs .item-img:hover img {
  transform: scale(1.05);
}
.cid-uTNlf7GOCs .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-uTNlf7GOCs .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uTNlf7GOCs .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-uTNlf7GOCs .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-uTNlf7GOCs .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uTNlf7GOCs .card-title {
  color: #ffd600;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uTNlf7GOCs .card-title {
    margin-bottom: 10px;
  }
}
.cid-uTNlf7GOCs .card-subtitle {
  color: #04d5ff;
  margin-bottom: 7px;
  text-align: center;
}
.cid-uTNlf7GOCs .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTNlf7GOCs .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-uTNlhTfk8z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNlhTfk8z .container-fluid {
  padding: 0 2rem;
}
.cid-uTNlhTfk8z .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNlhTfk8z .mbr-title {
  padding: 0 1rem;
}
.cid-uTNlhTfk8z .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNlhTfk8z .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNlhTfk8z .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNlhTfk8z .image-wrap {
  width: 100%;
}
.cid-uTNlhTfk8z .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNlhTfk8z .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNlhTfk8z .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNlhTfk8z .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNlhTfk8z .mbr-text,
.cid-uTNlhTfk8z .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uUndklSqZN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUndklSqZN .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUndklSqZN .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUndklSqZN .card_topic,
.cid-uUndklSqZN .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUndklSqZN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUndklSqZN .image {
  position: relative;
}
.cid-uUndklSqZN .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUndklSqZN .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUndklSqZN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUndklSqZN .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUndklSqZN .mbr-section-btn .btn-secondary-outline .active,
.cid-uUndklSqZN .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUndklSqZN .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUndklSqZN .content_block {
    padding: 30px 15px;
  }
  .cid-uUndklSqZN .mbr-figure {
    padding: 0;
  }
  .cid-uUndklSqZN .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUndklSqZN .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUndklSqZN .mbr-text,
.cid-uUndklSqZN .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUndklSqZN .category_content,
.cid-uUndklSqZN .card_topic {
  color: #e53712;
}
.cid-uTNlj3DASM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNlj3DASM .container-fluid {
  padding: 0 2rem;
}
.cid-uTNlj3DASM .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNlj3DASM .mbr-title {
  padding: 0 1rem;
}
.cid-uTNlj3DASM .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNlj3DASM .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNlj3DASM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNlj3DASM .image-wrap {
  width: 100%;
}
.cid-uTNlj3DASM .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNlj3DASM .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNlj3DASM .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNlj3DASM .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNlj3DASM .mbr-text,
.cid-uTNlj3DASM .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-up8Q2yBodR.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBodR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBodR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBodR .modal-content,
.cid-up8Q2yBodR .modal-dialog {
  height: auto;
}
.cid-up8Q2yBodR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBodR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBodR .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBodR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBodR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBodR .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBodR .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBodR .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBodR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBodR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBodR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBodR .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBodR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBodR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBodR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBodR .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBodR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBodR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBodR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBodR .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBodR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBodR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBodR .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBodR .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBodR .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBodR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBodR .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBodR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBodR .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBodR .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBodR .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBodR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBodR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBodR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBodR .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBodR .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBodR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBodR .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBodR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBodR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBodR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBodR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBodR .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBodR .modal-lg,
  .cid-up8Q2yBodR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBodR .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBodR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBodR .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBodR .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBodR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBodR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBodR .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBodR .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBodR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPb4kOfaw {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVPb4kOfaw H1 {
  color: #0077ff;
  text-align: center;
}
.cid-tVPb4kOfaw h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPb4kOfaw img {
  width: 100%;
}
.cid-tVPb4kOfaw .mbr-text,
.cid-tVPb4kOfaw .mbr-section-btn {
  color: #55b4d4;
  text-align: center;
}
.cid-tVPb4kOfaw H2 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPb4l20zY {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPb4l20zY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPb4l20zY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPb4l20zY .row {
  justify-content: left;
}
.cid-tVPb4l20zY .main-col {
  display: flex;
}
.cid-tVPb4l20zY .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPb4l20zY .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPb4l20zY .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPb4l20zY .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPb4l20zY .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5DC1JQdWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5DC1JQdWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DC1JQdWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DC1JQdWZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5DC1JQdWZ .container {
    padding: 0 24px;
  }
}
.cid-u5DC1JQdWZ .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5DC1JQdWZ .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .row {
    border: none;
  }
}
.cid-u5DC1JQdWZ .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .row .item {
    padding: 0 16px;
  }
}
.cid-u5DC1JQdWZ .item-wrapper {
  height: 100%;
}
.cid-u5DC1JQdWZ .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5DC1JQdWZ .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .subtitle-wrap {
    display: block;
  }
}
.cid-u5DC1JQdWZ .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5DC1JQdWZ .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5DC1JQdWZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5DC1JQdWZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5DC1JQdWZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5DC1JQdWZ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5DC1JQdWZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5DC1JQdWZ .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5DC1JQdWZ .mbr-text {
  color: #F9F6E0;
}
.cid-uUtp79GIZ9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtp79GIZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtp79GIZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtp79GIZ9 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtp79GIZ9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtp79GIZ9 .container {
    padding: 0 26px;
  }
}
.cid-uUtp79GIZ9 .row {
  justify-content: center;
}
.cid-uUtp79GIZ9 .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtp79GIZ9 .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtp79GIZ9 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtp79GIZ9 .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtp79GIZ9 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtp79GIZ9 .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtp79GIZ9 .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtp79GIZ9 .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtp79GIZ9 .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtp79GIZ9 .item-title {
  color: #ffcc00;
}
.cid-uUtp79GIZ9 .mbr-date {
  color: #cacaca;
}
.cid-uUtp79GIZ9 .mbr-desc {
  color: #cacaca;
}
.cid-uUsRSIUKYP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRSIUKYP .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRSIUKYP .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRSIUKYP .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRSIUKYP .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRSIUKYP .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRSIUKYP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRSIUKYP .image-wrap {
  width: 100%;
}
.cid-uUsRSIUKYP .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRSIUKYP .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRSIUKYP .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRSIUKYP .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRSIUKYP .mbr-text,
.cid-uUsRSIUKYP .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsRS24Svf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsRS24Svf .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsRS24Svf .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsRS24Svf .card_topic,
.cid-uUsRS24Svf .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsRS24Svf .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsRS24Svf .image {
  position: relative;
}
.cid-uUsRS24Svf .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsRS24Svf .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsRS24Svf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsRS24Svf .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsRS24Svf .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsRS24Svf .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsRS24Svf .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsRS24Svf .content_block {
    padding: 30px 15px;
  }
  .cid-uUsRS24Svf .mbr-figure {
    padding: 0;
  }
  .cid-uUsRS24Svf .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsRS24Svf .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsRS24Svf .mbr-text,
.cid-uUsRS24Svf .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsRS24Svf .category_content,
.cid-uUsRS24Svf .card_topic {
  color: #e53712;
}
.cid-uUsRTnB1Sp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRTnB1Sp .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRTnB1Sp .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRTnB1Sp .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRTnB1Sp .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRTnB1Sp .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRTnB1Sp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRTnB1Sp .image-wrap {
  width: 100%;
}
.cid-uUsRTnB1Sp .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRTnB1Sp .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRTnB1Sp .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRTnB1Sp .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRTnB1Sp .mbr-text,
.cid-uUsRTnB1Sp .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yBrrN.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBrrN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBrrN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBrrN .modal-content,
.cid-up8Q2yBrrN .modal-dialog {
  height: auto;
}
.cid-up8Q2yBrrN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBrrN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBrrN .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBrrN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBrrN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBrrN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBrrN .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBrrN .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBrrN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBrrN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBrrN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBrrN .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBrrN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBrrN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBrrN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBrrN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBrrN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBrrN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBrrN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBrrN .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBrrN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBrrN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBrrN .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBrrN .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBrrN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBrrN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBrrN .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBrrN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBrrN .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBrrN .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBrrN .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBrrN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBrrN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBrrN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBrrN .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBrrN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBrrN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBrrN .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBrrN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBrrN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBrrN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBrrN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBrrN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBrrN .modal-lg,
  .cid-up8Q2yBrrN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBrrN .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBrrN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBrrN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBrrN .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBrrN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBrrN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBrrN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBrrN .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBrrN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tTsHSBxuQS {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tTsHSBxuQS H1 {
  color: #e2090d;
  text-align: center;
}
.cid-tTsHSBxuQS h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tTsHSBxuQS img {
  width: 100%;
}
.cid-tTsHSBxuQS .mbr-text,
.cid-tTsHSBxuQS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uUtqaLRxT5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtqaLRxT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtqaLRxT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtqaLRxT5 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtqaLRxT5 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtqaLRxT5 .container {
    padding: 0 26px;
  }
}
.cid-uUtqaLRxT5 .row {
  justify-content: center;
}
.cid-uUtqaLRxT5 .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtqaLRxT5 .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtqaLRxT5 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtqaLRxT5 .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtqaLRxT5 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtqaLRxT5 .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtqaLRxT5 .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtqaLRxT5 .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtqaLRxT5 .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtqaLRxT5 .item-title {
  color: #ffcc00;
}
.cid-uUtqaLRxT5 .mbr-date {
  color: #cacaca;
}
.cid-uUtqaLRxT5 .mbr-desc {
  color: #cacaca;
}
.cid-u5rlNx9pRI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u5rlNx9pRI .container-fluid {
  padding: 0 2rem;
}
.cid-u5rlNx9pRI .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u5rlNx9pRI .mbr-title {
  padding: 0 1rem;
}
.cid-u5rlNx9pRI .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u5rlNx9pRI .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u5rlNx9pRI .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-u5rlNx9pRI .image-wrap {
  width: 100%;
}
.cid-u5rlNx9pRI .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u5rlNx9pRI .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u5rlNx9pRI .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u5rlNx9pRI .container-fluid {
    padding: 0rem;
  }
}
.cid-u5rlNx9pRI .mbr-text,
.cid-u5rlNx9pRI .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uTNn9wOCpR {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTNn9wOCpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNn9wOCpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNn9wOCpR .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uTNn9wOCpR .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uTNn9wOCpR .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uTNn9wOCpR .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uTNn9wOCpR .mbr-section-title {
    text-align: center;
  }
}
.cid-uTNn9wOCpR .mbr-section-subtitle {
  color: #04d5ff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uTNn9wOCpR .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uTNn9wOCpR .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-uTNn9wOCpR .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #123700, #3a341c);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uTNn9wOCpR .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uTNn9wOCpR .item-wrapper {
    padding: 20px;
  }
}
.cid-uTNn9wOCpR .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNn9wOCpR .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uTNn9wOCpR .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-uTNn9wOCpR .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNn9wOCpR .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-uTNn9wOCpR .item-right {
    flex-basis: 100%;
  }
}
.cid-uTNn9wOCpR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uTNn9wOCpR .item-img {
    max-width: 250px;
  }
}
.cid-uTNn9wOCpR .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTNn9wOCpR .item-img:hover img {
  transform: scale(1.05);
}
.cid-uTNn9wOCpR .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-uTNn9wOCpR .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uTNn9wOCpR .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-uTNn9wOCpR .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-uTNn9wOCpR .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uTNn9wOCpR .card-title {
  color: #ffd600;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uTNn9wOCpR .card-title {
    margin-bottom: 10px;
  }
}
.cid-uTNn9wOCpR .card-subtitle {
  color: #04d5ff;
  margin-bottom: 7px;
  text-align: center;
}
.cid-uTNn9wOCpR .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTNn9wOCpR .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-uTNnCzDtUR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNnCzDtUR .container-fluid {
  padding: 0 2rem;
}
.cid-uTNnCzDtUR .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNnCzDtUR .mbr-title {
  padding: 0 1rem;
}
.cid-uTNnCzDtUR .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNnCzDtUR .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNnCzDtUR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNnCzDtUR .image-wrap {
  width: 100%;
}
.cid-uTNnCzDtUR .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNnCzDtUR .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNnCzDtUR .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNnCzDtUR .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNnCzDtUR .mbr-text,
.cid-uTNnCzDtUR .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uUndFhSyc6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUndFhSyc6 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUndFhSyc6 .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUndFhSyc6 .card_topic,
.cid-uUndFhSyc6 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUndFhSyc6 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUndFhSyc6 .image {
  position: relative;
}
.cid-uUndFhSyc6 .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUndFhSyc6 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUndFhSyc6 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUndFhSyc6 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUndFhSyc6 .mbr-section-btn .btn-secondary-outline .active,
.cid-uUndFhSyc6 .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUndFhSyc6 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUndFhSyc6 .content_block {
    padding: 30px 15px;
  }
  .cid-uUndFhSyc6 .mbr-figure {
    padding: 0;
  }
  .cid-uUndFhSyc6 .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUndFhSyc6 .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUndFhSyc6 .mbr-text,
.cid-uUndFhSyc6 .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUndFhSyc6 .category_content,
.cid-uUndFhSyc6 .card_topic {
  color: #e53712;
}
.cid-uTNnDB3Pg9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNnDB3Pg9 .container-fluid {
  padding: 0 2rem;
}
.cid-uTNnDB3Pg9 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNnDB3Pg9 .mbr-title {
  padding: 0 1rem;
}
.cid-uTNnDB3Pg9 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNnDB3Pg9 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNnDB3Pg9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNnDB3Pg9 .image-wrap {
  width: 100%;
}
.cid-uTNnDB3Pg9 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNnDB3Pg9 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNnDB3Pg9 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNnDB3Pg9 .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNnDB3Pg9 .mbr-text,
.cid-uTNnDB3Pg9 .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-up8Q2yBxoQ.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBxoQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBxoQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBxoQ .modal-content,
.cid-up8Q2yBxoQ .modal-dialog {
  height: auto;
}
.cid-up8Q2yBxoQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBxoQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBxoQ .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBxoQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBxoQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBxoQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBxoQ .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBxoQ .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBxoQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBxoQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBxoQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBxoQ .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBxoQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBxoQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBxoQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBxoQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBxoQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBxoQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBxoQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBxoQ .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBxoQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBxoQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBxoQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBxoQ .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBxoQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBxoQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBxoQ .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBxoQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBxoQ .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBxoQ .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBxoQ .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBxoQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBxoQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBxoQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBxoQ .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBxoQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBxoQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBxoQ .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBxoQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBxoQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBxoQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBxoQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBxoQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBxoQ .modal-lg,
  .cid-up8Q2yBxoQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBxoQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBxoQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBxoQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBxoQ .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBxoQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBxoQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBxoQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBxoQ .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBxoQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkClnDyL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkClnDyL H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkClnDyL h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkClnDyL img {
  width: 100%;
}
.cid-tVPkClnDyL .mbr-text,
.cid-tVPkClnDyL .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkClxJIb {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkClxJIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkClxJIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkClxJIb .row {
  justify-content: left;
}
.cid-tVPkClxJIb .main-col {
  display: flex;
}
.cid-tVPkClxJIb .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkClxJIb .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkClxJIb .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkClxJIb .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkClxJIb .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5COEi3XxU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5COEi3XxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5COEi3XxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5COEi3XxU .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5COEi3XxU .container {
    padding: 0 24px;
  }
}
.cid-u5COEi3XxU .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5COEi3XxU .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .row {
    border: none;
  }
}
.cid-u5COEi3XxU .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .row .item {
    padding: 0 16px;
  }
}
.cid-u5COEi3XxU .item-wrapper {
  height: 100%;
}
.cid-u5COEi3XxU .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5COEi3XxU .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .subtitle-wrap {
    display: block;
  }
}
.cid-u5COEi3XxU .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5COEi3XxU .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5COEi3XxU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5COEi3XxU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5COEi3XxU .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5COEi3XxU .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5COEi3XxU .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5COEi3XxU .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5COEi3XxU .mbr-text {
  color: #F9F6E0;
}
.cid-uUtn6uIjYP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtn6uIjYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtn6uIjYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtn6uIjYP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtn6uIjYP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtn6uIjYP .container {
    padding: 0 26px;
  }
}
.cid-uUtn6uIjYP .row {
  justify-content: center;
}
.cid-uUtn6uIjYP .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtn6uIjYP .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtn6uIjYP .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtn6uIjYP .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtn6uIjYP .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtn6uIjYP .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtn6uIjYP .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtn6uIjYP .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtn6uIjYP .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtn6uIjYP .item-title {
  color: #ffcc00;
}
.cid-uUtn6uIjYP .mbr-date {
  color: #cacaca;
}
.cid-uUtn6uIjYP .mbr-desc {
  color: #cacaca;
}
.cid-uUtn7i1xDx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtn7i1xDx .container-fluid {
  padding: 0 2rem;
}
.cid-uUtn7i1xDx .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtn7i1xDx .mbr-title {
  padding: 0 1rem;
}
.cid-uUtn7i1xDx .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtn7i1xDx .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtn7i1xDx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtn7i1xDx .image-wrap {
  width: 100%;
}
.cid-uUtn7i1xDx .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtn7i1xDx .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtn7i1xDx .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtn7i1xDx .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtn7i1xDx .mbr-text,
.cid-uUtn7i1xDx .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yBffN.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBffN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBffN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBffN .modal-content,
.cid-up8Q2yBffN .modal-dialog {
  height: auto;
}
.cid-up8Q2yBffN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBffN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBffN .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBffN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBffN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBffN .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBffN .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBffN .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBffN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBffN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBffN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBffN .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBffN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBffN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBffN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBffN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBffN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBffN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBffN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBffN .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBffN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBffN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBffN .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBffN .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBffN .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBffN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBffN .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBffN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBffN .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBffN .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBffN .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBffN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBffN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBffN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBffN .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBffN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBffN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBffN .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBffN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBffN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBffN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBffN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBffN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBffN .modal-lg,
  .cid-up8Q2yBffN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBffN .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBffN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBffN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBffN .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBffN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBffN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBffN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBffN .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBffN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkE4JDNE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkE4JDNE H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkE4JDNE h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkE4JDNE img {
  width: 100%;
}
.cid-tVPkE4JDNE .mbr-text,
.cid-tVPkE4JDNE .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkE4VWvQ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkE4VWvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkE4VWvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkE4VWvQ .row {
  justify-content: left;
}
.cid-tVPkE4VWvQ .main-col {
  display: flex;
}
.cid-tVPkE4VWvQ .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkE4VWvQ .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkE4VWvQ .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkE4VWvQ .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkE4VWvQ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5D1n5OFBZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5D1n5OFBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5D1n5OFBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5D1n5OFBZ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5D1n5OFBZ .container {
    padding: 0 24px;
  }
}
.cid-u5D1n5OFBZ .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5D1n5OFBZ .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .row {
    border: none;
  }
}
.cid-u5D1n5OFBZ .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .row .item {
    padding: 0 16px;
  }
}
.cid-u5D1n5OFBZ .item-wrapper {
  height: 100%;
}
.cid-u5D1n5OFBZ .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5D1n5OFBZ .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .subtitle-wrap {
    display: block;
  }
}
.cid-u5D1n5OFBZ .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5D1n5OFBZ .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5D1n5OFBZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5D1n5OFBZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5D1n5OFBZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5D1n5OFBZ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5D1n5OFBZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5D1n5OFBZ .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5D1n5OFBZ .mbr-text {
  color: #F9F6E0;
}
.cid-uUtndz74g5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtndz74g5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtndz74g5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtndz74g5 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtndz74g5 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtndz74g5 .container {
    padding: 0 26px;
  }
}
.cid-uUtndz74g5 .row {
  justify-content: center;
}
.cid-uUtndz74g5 .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtndz74g5 .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtndz74g5 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtndz74g5 .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtndz74g5 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtndz74g5 .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtndz74g5 .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtndz74g5 .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtndz74g5 .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtndz74g5 .item-title {
  color: #ffcc00;
}
.cid-uUtndz74g5 .mbr-date {
  color: #cacaca;
}
.cid-uUtndz74g5 .mbr-desc {
  color: #cacaca;
}
.cid-uUtnejJte1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtnejJte1 .container-fluid {
  padding: 0 2rem;
}
.cid-uUtnejJte1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtnejJte1 .mbr-title {
  padding: 0 1rem;
}
.cid-uUtnejJte1 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtnejJte1 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtnejJte1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtnejJte1 .image-wrap {
  width: 100%;
}
.cid-uUtnejJte1 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtnejJte1 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtnejJte1 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtnejJte1 .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtnejJte1 .mbr-text,
.cid-uUtnejJte1 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yBChk.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBChk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBChk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBChk .modal-content,
.cid-up8Q2yBChk .modal-dialog {
  height: auto;
}
.cid-up8Q2yBChk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBChk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBChk .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBChk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBChk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBChk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBChk .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBChk .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBChk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBChk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBChk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBChk .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBChk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBChk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBChk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBChk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBChk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBChk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBChk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBChk .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBChk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBChk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBChk .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBChk .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBChk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBChk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBChk .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBChk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBChk .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBChk .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBChk .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBChk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBChk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBChk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBChk .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBChk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBChk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBChk .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBChk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBChk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBChk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBChk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBChk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBChk .modal-lg,
  .cid-up8Q2yBChk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBChk .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBChk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBChk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBChk .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBChk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBChk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBChk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBChk .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBChk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkEOsFxd {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkEOsFxd H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkEOsFxd h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkEOsFxd img {
  width: 100%;
}
.cid-tVPkEOsFxd .mbr-text,
.cid-tVPkEOsFxd .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkEODktk {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkEODktk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkEODktk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkEODktk .row {
  justify-content: left;
}
.cid-tVPkEODktk .main-col {
  display: flex;
}
.cid-tVPkEODktk .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkEODktk .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkEODktk .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkEODktk .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkEODktk .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5D65jiVYo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5D65jiVYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5D65jiVYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5D65jiVYo .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5D65jiVYo .container {
    padding: 0 24px;
  }
}
.cid-u5D65jiVYo .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5D65jiVYo .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .row {
    border: none;
  }
}
.cid-u5D65jiVYo .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .row .item {
    padding: 0 16px;
  }
}
.cid-u5D65jiVYo .item-wrapper {
  height: 100%;
}
.cid-u5D65jiVYo .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5D65jiVYo .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .subtitle-wrap {
    display: block;
  }
}
.cid-u5D65jiVYo .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5D65jiVYo .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5D65jiVYo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5D65jiVYo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5D65jiVYo .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5D65jiVYo .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5D65jiVYo .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5D65jiVYo .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5D65jiVYo .mbr-text {
  color: #F9F6E0;
}
.cid-uUtnlXUWSY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtnlXUWSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtnlXUWSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtnlXUWSY .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtnlXUWSY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtnlXUWSY .container {
    padding: 0 26px;
  }
}
.cid-uUtnlXUWSY .row {
  justify-content: center;
}
.cid-uUtnlXUWSY .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtnlXUWSY .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtnlXUWSY .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtnlXUWSY .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtnlXUWSY .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtnlXUWSY .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtnlXUWSY .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtnlXUWSY .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtnlXUWSY .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtnlXUWSY .item-title {
  color: #ffcc00;
}
.cid-uUtnlXUWSY .mbr-date {
  color: #cacaca;
}
.cid-uUtnlXUWSY .mbr-desc {
  color: #cacaca;
}
.cid-uUtnoNm7e3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtnoNm7e3 .container-fluid {
  padding: 0 2rem;
}
.cid-uUtnoNm7e3 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtnoNm7e3 .mbr-title {
  padding: 0 1rem;
}
.cid-uUtnoNm7e3 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtnoNm7e3 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtnoNm7e3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtnoNm7e3 .image-wrap {
  width: 100%;
}
.cid-uUtnoNm7e3 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtnoNm7e3 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtnoNm7e3 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtnoNm7e3 .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtnoNm7e3 .mbr-text,
.cid-uUtnoNm7e3 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yBCp0.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBCp0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBCp0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBCp0 .modal-content,
.cid-up8Q2yBCp0 .modal-dialog {
  height: auto;
}
.cid-up8Q2yBCp0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBCp0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBCp0 .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBCp0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBCp0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBCp0 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBCp0 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBCp0 .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBCp0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBCp0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBCp0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBCp0 .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBCp0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBCp0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBCp0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBCp0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBCp0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBCp0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBCp0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBCp0 .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBCp0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBCp0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBCp0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBCp0 .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBCp0 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBCp0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBCp0 .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBCp0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBCp0 .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBCp0 .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBCp0 .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBCp0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBCp0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBCp0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBCp0 .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBCp0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBCp0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBCp0 .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBCp0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBCp0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBCp0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBCp0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBCp0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBCp0 .modal-lg,
  .cid-up8Q2yBCp0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBCp0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBCp0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBCp0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBCp0 .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBCp0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBCp0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBCp0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBCp0 .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBCp0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkGEL3Fq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkGEL3Fq H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkGEL3Fq h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkGEL3Fq img {
  width: 100%;
}
.cid-tVPkGEL3Fq .mbr-text,
.cid-tVPkGEL3Fq .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkGEWeBp {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkGEWeBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkGEWeBp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkGEWeBp .row {
  justify-content: left;
}
.cid-tVPkGEWeBp .main-col {
  display: flex;
}
.cid-tVPkGEWeBp .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkGEWeBp .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkGEWeBp .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkGEWeBp .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkGEWeBp .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5Dh1iAKQV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5Dh1iAKQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Dh1iAKQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Dh1iAKQV .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5Dh1iAKQV .container {
    padding: 0 24px;
  }
}
.cid-u5Dh1iAKQV .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5Dh1iAKQV .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .row {
    border: none;
  }
}
.cid-u5Dh1iAKQV .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .row .item {
    padding: 0 16px;
  }
}
.cid-u5Dh1iAKQV .item-wrapper {
  height: 100%;
}
.cid-u5Dh1iAKQV .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5Dh1iAKQV .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .subtitle-wrap {
    display: block;
  }
}
.cid-u5Dh1iAKQV .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5Dh1iAKQV .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5Dh1iAKQV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5Dh1iAKQV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5Dh1iAKQV .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5Dh1iAKQV .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5Dh1iAKQV .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5Dh1iAKQV .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5Dh1iAKQV .mbr-text {
  color: #F9F6E0;
}
.cid-uUtntJjSDu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtntJjSDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtntJjSDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtntJjSDu .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtntJjSDu .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtntJjSDu .container {
    padding: 0 26px;
  }
}
.cid-uUtntJjSDu .row {
  justify-content: center;
}
.cid-uUtntJjSDu .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtntJjSDu .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtntJjSDu .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtntJjSDu .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtntJjSDu .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtntJjSDu .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtntJjSDu .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtntJjSDu .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtntJjSDu .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtntJjSDu .item-title {
  color: #ffcc00;
}
.cid-uUtntJjSDu .mbr-date {
  color: #cacaca;
}
.cid-uUtntJjSDu .mbr-desc {
  color: #cacaca;
}
.cid-uUtnunt7NN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtnunt7NN .container-fluid {
  padding: 0 2rem;
}
.cid-uUtnunt7NN .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtnunt7NN .mbr-title {
  padding: 0 1rem;
}
.cid-uUtnunt7NN .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtnunt7NN .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtnunt7NN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtnunt7NN .image-wrap {
  width: 100%;
}
.cid-uUtnunt7NN .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtnunt7NN .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtnunt7NN .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtnunt7NN .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtnunt7NN .mbr-text,
.cid-uUtnunt7NN .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yBLFh.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yBLFh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yBLFh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yBLFh .modal-content,
.cid-up8Q2yBLFh .modal-dialog {
  height: auto;
}
.cid-up8Q2yBLFh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yBLFh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yBLFh .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yBLFh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yBLFh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yBLFh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yBLFh .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yBLFh .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yBLFh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yBLFh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yBLFh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yBLFh .modal-open {
  overflow: hidden;
}
.cid-up8Q2yBLFh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yBLFh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yBLFh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yBLFh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yBLFh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yBLFh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yBLFh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yBLFh .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yBLFh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yBLFh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yBLFh .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yBLFh .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yBLFh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yBLFh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBLFh .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yBLFh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yBLFh .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yBLFh .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yBLFh .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yBLFh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yBLFh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yBLFh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBLFh .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yBLFh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yBLFh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yBLFh .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yBLFh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yBLFh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yBLFh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yBLFh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yBLFh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yBLFh .modal-lg,
  .cid-up8Q2yBLFh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yBLFh .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yBLFh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yBLFh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yBLFh .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yBLFh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yBLFh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yBLFh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yBLFh .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yBLFh .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkHAsNpE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkHAsNpE H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkHAsNpE h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkHAsNpE img {
  width: 100%;
}
.cid-tVPkHAsNpE .mbr-text,
.cid-tVPkHAsNpE .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkHAETBZ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkHAETBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkHAETBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkHAETBZ .row {
  justify-content: left;
}
.cid-tVPkHAETBZ .main-col {
  display: flex;
}
.cid-tVPkHAETBZ .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkHAETBZ .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkHAETBZ .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkHAETBZ .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkHAETBZ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5DksiXzW9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5DksiXzW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DksiXzW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DksiXzW9 .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5DksiXzW9 .container {
    padding: 0 24px;
  }
}
.cid-u5DksiXzW9 .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5DksiXzW9 .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .row {
    border: none;
  }
}
.cid-u5DksiXzW9 .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .row .item {
    padding: 0 16px;
  }
}
.cid-u5DksiXzW9 .item-wrapper {
  height: 100%;
}
.cid-u5DksiXzW9 .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5DksiXzW9 .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .subtitle-wrap {
    display: block;
  }
}
.cid-u5DksiXzW9 .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5DksiXzW9 .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5DksiXzW9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5DksiXzW9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5DksiXzW9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5DksiXzW9 .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5DksiXzW9 .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5DksiXzW9 .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5DksiXzW9 .mbr-text {
  color: #F9F6E0;
}
.cid-uUtnBAEKlk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtnBAEKlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtnBAEKlk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtnBAEKlk .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtnBAEKlk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtnBAEKlk .container {
    padding: 0 26px;
  }
}
.cid-uUtnBAEKlk .row {
  justify-content: center;
}
.cid-uUtnBAEKlk .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtnBAEKlk .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtnBAEKlk .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtnBAEKlk .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtnBAEKlk .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtnBAEKlk .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtnBAEKlk .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtnBAEKlk .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtnBAEKlk .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtnBAEKlk .item-title {
  color: #ffcc00;
}
.cid-uUtnBAEKlk .mbr-date {
  color: #cacaca;
}
.cid-uUtnBAEKlk .mbr-desc {
  color: #cacaca;
}
.cid-uUtnDfOZXM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtnDfOZXM .container-fluid {
  padding: 0 2rem;
}
.cid-uUtnDfOZXM .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtnDfOZXM .mbr-title {
  padding: 0 1rem;
}
.cid-uUtnDfOZXM .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtnDfOZXM .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtnDfOZXM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtnDfOZXM .image-wrap {
  width: 100%;
}
.cid-uUtnDfOZXM .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtnDfOZXM .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtnDfOZXM .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtnDfOZXM .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtnDfOZXM .mbr-text,
.cid-uUtnDfOZXM .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yCIhe.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yCIhe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yCIhe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yCIhe .modal-content,
.cid-up8Q2yCIhe .modal-dialog {
  height: auto;
}
.cid-up8Q2yCIhe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yCIhe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yCIhe .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yCIhe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yCIhe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yCIhe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yCIhe .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yCIhe .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yCIhe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yCIhe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yCIhe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yCIhe .modal-open {
  overflow: hidden;
}
.cid-up8Q2yCIhe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yCIhe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yCIhe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yCIhe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yCIhe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yCIhe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yCIhe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yCIhe .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yCIhe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yCIhe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yCIhe .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yCIhe .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yCIhe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yCIhe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCIhe .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yCIhe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yCIhe .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yCIhe .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yCIhe .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yCIhe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yCIhe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yCIhe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCIhe .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yCIhe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yCIhe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCIhe .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yCIhe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yCIhe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yCIhe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yCIhe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yCIhe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yCIhe .modal-lg,
  .cid-up8Q2yCIhe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yCIhe .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yCIhe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yCIhe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yCIhe .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yCIhe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yCIhe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yCIhe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yCIhe .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yCIhe .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkIhIhQ5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkIhIhQ5 H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkIhIhQ5 h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkIhIhQ5 img {
  width: 100%;
}
.cid-tVPkIhIhQ5 .mbr-text,
.cid-tVPkIhIhQ5 .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkIhRv8C {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkIhRv8C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkIhRv8C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkIhRv8C .row {
  justify-content: left;
}
.cid-tVPkIhRv8C .main-col {
  display: flex;
}
.cid-tVPkIhRv8C .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkIhRv8C .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkIhRv8C .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkIhRv8C .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkIhRv8C .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5DlsU97mh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5DlsU97mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DlsU97mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DlsU97mh .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5DlsU97mh .container {
    padding: 0 24px;
  }
}
.cid-u5DlsU97mh .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5DlsU97mh .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .row {
    border: none;
  }
}
.cid-u5DlsU97mh .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .row .item {
    padding: 0 16px;
  }
}
.cid-u5DlsU97mh .item-wrapper {
  height: 100%;
}
.cid-u5DlsU97mh .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5DlsU97mh .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .subtitle-wrap {
    display: block;
  }
}
.cid-u5DlsU97mh .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5DlsU97mh .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5DlsU97mh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5DlsU97mh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5DlsU97mh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5DlsU97mh .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5DlsU97mh .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5DlsU97mh .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5DlsU97mh .mbr-text {
  color: #F9F6E0;
}
.cid-uUtnRwQiL3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtnRwQiL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtnRwQiL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtnRwQiL3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtnRwQiL3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtnRwQiL3 .container {
    padding: 0 26px;
  }
}
.cid-uUtnRwQiL3 .row {
  justify-content: center;
}
.cid-uUtnRwQiL3 .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtnRwQiL3 .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtnRwQiL3 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtnRwQiL3 .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtnRwQiL3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtnRwQiL3 .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtnRwQiL3 .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtnRwQiL3 .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtnRwQiL3 .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtnRwQiL3 .item-title {
  color: #ffcc00;
}
.cid-uUtnRwQiL3 .mbr-date {
  color: #cacaca;
}
.cid-uUtnRwQiL3 .mbr-desc {
  color: #cacaca;
}
.cid-uUtnK05j61 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtnK05j61 .container-fluid {
  padding: 0 2rem;
}
.cid-uUtnK05j61 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtnK05j61 .mbr-title {
  padding: 0 1rem;
}
.cid-uUtnK05j61 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtnK05j61 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtnK05j61 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtnK05j61 .image-wrap {
  width: 100%;
}
.cid-uUtnK05j61 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtnK05j61 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtnK05j61 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtnK05j61 .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtnK05j61 .mbr-text,
.cid-uUtnK05j61 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yCi2e.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yCi2e.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yCi2e.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yCi2e .modal-content,
.cid-up8Q2yCi2e .modal-dialog {
  height: auto;
}
.cid-up8Q2yCi2e .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yCi2e .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yCi2e .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yCi2e .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yCi2e .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yCi2e .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yCi2e .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yCi2e .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yCi2e .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yCi2e .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yCi2e .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yCi2e .modal-open {
  overflow: hidden;
}
.cid-up8Q2yCi2e .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yCi2e .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yCi2e .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yCi2e .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yCi2e .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yCi2e .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yCi2e .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yCi2e .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yCi2e .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yCi2e .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yCi2e .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yCi2e .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yCi2e .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yCi2e .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCi2e .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yCi2e .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yCi2e .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yCi2e .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yCi2e .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yCi2e .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yCi2e .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yCi2e .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCi2e .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yCi2e .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yCi2e .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCi2e .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yCi2e .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yCi2e .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yCi2e .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yCi2e .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yCi2e .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yCi2e .modal-lg,
  .cid-up8Q2yCi2e .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yCi2e .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yCi2e .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yCi2e .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yCi2e .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yCi2e .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yCi2e .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yCi2e .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yCi2e .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yCi2e .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkJ8PAE8 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkJ8PAE8 H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkJ8PAE8 h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkJ8PAE8 img {
  width: 100%;
}
.cid-tVPkJ8PAE8 .mbr-text,
.cid-tVPkJ8PAE8 .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkJ8ZDaw {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkJ8ZDaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkJ8ZDaw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkJ8ZDaw .row {
  justify-content: left;
}
.cid-tVPkJ8ZDaw .main-col {
  display: flex;
}
.cid-tVPkJ8ZDaw .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkJ8ZDaw .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkJ8ZDaw .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkJ8ZDaw .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkJ8ZDaw .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5DoKGUJtO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5DoKGUJtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DoKGUJtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DoKGUJtO .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5DoKGUJtO .container {
    padding: 0 24px;
  }
}
.cid-u5DoKGUJtO .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5DoKGUJtO .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .row {
    border: none;
  }
}
.cid-u5DoKGUJtO .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .row .item {
    padding: 0 16px;
  }
}
.cid-u5DoKGUJtO .item-wrapper {
  height: 100%;
}
.cid-u5DoKGUJtO .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5DoKGUJtO .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .subtitle-wrap {
    display: block;
  }
}
.cid-u5DoKGUJtO .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5DoKGUJtO .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5DoKGUJtO .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5DoKGUJtO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5DoKGUJtO .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5DoKGUJtO .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5DoKGUJtO .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5DoKGUJtO .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5DoKGUJtO .mbr-text {
  color: #F9F6E0;
}
.cid-uUto7AyDAA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUto7AyDAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUto7AyDAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUto7AyDAA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUto7AyDAA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUto7AyDAA .container {
    padding: 0 26px;
  }
}
.cid-uUto7AyDAA .row {
  justify-content: center;
}
.cid-uUto7AyDAA .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUto7AyDAA .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUto7AyDAA .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUto7AyDAA .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUto7AyDAA .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUto7AyDAA .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUto7AyDAA .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUto7AyDAA .item .item-wrapper .item-content a .mbr-desc,
.cid-uUto7AyDAA .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUto7AyDAA .item-title {
  color: #ffcc00;
}
.cid-uUto7AyDAA .mbr-date {
  color: #cacaca;
}
.cid-uUto7AyDAA .mbr-desc {
  color: #cacaca;
}
.cid-uUto8jh4OE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUto8jh4OE .container-fluid {
  padding: 0 2rem;
}
.cid-uUto8jh4OE .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUto8jh4OE .mbr-title {
  padding: 0 1rem;
}
.cid-uUto8jh4OE .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUto8jh4OE .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUto8jh4OE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUto8jh4OE .image-wrap {
  width: 100%;
}
.cid-uUto8jh4OE .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUto8jh4OE .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUto8jh4OE .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUto8jh4OE .container-fluid {
    padding: 0rem;
  }
}
.cid-uUto8jh4OE .mbr-text,
.cid-uUto8jh4OE .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yC4jM.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yC4jM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yC4jM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yC4jM .modal-content,
.cid-up8Q2yC4jM .modal-dialog {
  height: auto;
}
.cid-up8Q2yC4jM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yC4jM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yC4jM .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yC4jM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yC4jM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yC4jM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yC4jM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yC4jM .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yC4jM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yC4jM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yC4jM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yC4jM .modal-open {
  overflow: hidden;
}
.cid-up8Q2yC4jM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yC4jM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yC4jM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yC4jM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yC4jM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yC4jM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yC4jM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yC4jM .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yC4jM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yC4jM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yC4jM .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yC4jM .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yC4jM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yC4jM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yC4jM .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yC4jM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yC4jM .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yC4jM .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yC4jM .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yC4jM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yC4jM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yC4jM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yC4jM .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yC4jM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yC4jM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yC4jM .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yC4jM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yC4jM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yC4jM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yC4jM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yC4jM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yC4jM .modal-lg,
  .cid-up8Q2yC4jM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yC4jM .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yC4jM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yC4jM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yC4jM .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yC4jM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yC4jM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yC4jM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yC4jM .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yC4jM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkLTwj70 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkLTwj70 H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkLTwj70 h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkLTwj70 img {
  width: 100%;
}
.cid-tVPkLTwj70 .mbr-text,
.cid-tVPkLTwj70 .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkLTFfwh {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkLTFfwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkLTFfwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkLTFfwh .row {
  justify-content: left;
}
.cid-tVPkLTFfwh .main-col {
  display: flex;
}
.cid-tVPkLTFfwh .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkLTFfwh .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkLTFfwh .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkLTFfwh .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkLTFfwh .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5DsrC4CqQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5DsrC4CqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DsrC4CqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DsrC4CqQ .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5DsrC4CqQ .container {
    padding: 0 24px;
  }
}
.cid-u5DsrC4CqQ .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5DsrC4CqQ .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .row {
    border: none;
  }
}
.cid-u5DsrC4CqQ .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .row .item {
    padding: 0 16px;
  }
}
.cid-u5DsrC4CqQ .item-wrapper {
  height: 100%;
}
.cid-u5DsrC4CqQ .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5DsrC4CqQ .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .subtitle-wrap {
    display: block;
  }
}
.cid-u5DsrC4CqQ .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5DsrC4CqQ .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5DsrC4CqQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5DsrC4CqQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5DsrC4CqQ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5DsrC4CqQ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5DsrC4CqQ .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5DsrC4CqQ .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5DsrC4CqQ .mbr-text {
  color: #F9F6E0;
}
.cid-uUtoed5N4Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtoed5N4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtoed5N4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtoed5N4Q .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtoed5N4Q .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtoed5N4Q .container {
    padding: 0 26px;
  }
}
.cid-uUtoed5N4Q .row {
  justify-content: center;
}
.cid-uUtoed5N4Q .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtoed5N4Q .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtoed5N4Q .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtoed5N4Q .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtoed5N4Q .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtoed5N4Q .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtoed5N4Q .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtoed5N4Q .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtoed5N4Q .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtoed5N4Q .item-title {
  color: #ffcc00;
}
.cid-uUtoed5N4Q .mbr-date {
  color: #cacaca;
}
.cid-uUtoed5N4Q .mbr-desc {
  color: #cacaca;
}
.cid-uUtoeRxoIb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtoeRxoIb .container-fluid {
  padding: 0 2rem;
}
.cid-uUtoeRxoIb .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtoeRxoIb .mbr-title {
  padding: 0 1rem;
}
.cid-uUtoeRxoIb .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtoeRxoIb .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtoeRxoIb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtoeRxoIb .image-wrap {
  width: 100%;
}
.cid-uUtoeRxoIb .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtoeRxoIb .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtoeRxoIb .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtoeRxoIb .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtoeRxoIb .mbr-text,
.cid-uUtoeRxoIb .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yCq7q.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yCq7q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yCq7q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yCq7q .modal-content,
.cid-up8Q2yCq7q .modal-dialog {
  height: auto;
}
.cid-up8Q2yCq7q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yCq7q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yCq7q .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yCq7q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yCq7q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yCq7q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yCq7q .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yCq7q .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yCq7q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yCq7q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yCq7q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yCq7q .modal-open {
  overflow: hidden;
}
.cid-up8Q2yCq7q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yCq7q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yCq7q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yCq7q .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yCq7q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yCq7q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yCq7q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yCq7q .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yCq7q .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yCq7q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yCq7q .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yCq7q .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yCq7q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yCq7q .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCq7q .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yCq7q .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yCq7q .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yCq7q .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yCq7q .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yCq7q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yCq7q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yCq7q .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCq7q .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yCq7q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yCq7q .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCq7q .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yCq7q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yCq7q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yCq7q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yCq7q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yCq7q .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yCq7q .modal-lg,
  .cid-up8Q2yCq7q .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yCq7q .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yCq7q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yCq7q .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yCq7q .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yCq7q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yCq7q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yCq7q .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yCq7q .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yCq7q .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkMF9Vzs {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkMF9Vzs H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkMF9Vzs h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkMF9Vzs img {
  width: 100%;
}
.cid-tVPkMF9Vzs .mbr-text,
.cid-tVPkMF9Vzs .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkMFi12N {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkMFi12N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkMFi12N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkMFi12N .row {
  justify-content: left;
}
.cid-tVPkMFi12N .main-col {
  display: flex;
}
.cid-tVPkMFi12N .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkMFi12N .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkMFi12N .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkMFi12N .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkMFi12N .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5DtAnvlUx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5DtAnvlUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DtAnvlUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DtAnvlUx .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5DtAnvlUx .container {
    padding: 0 24px;
  }
}
.cid-u5DtAnvlUx .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5DtAnvlUx .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .row {
    border: none;
  }
}
.cid-u5DtAnvlUx .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .row .item {
    padding: 0 16px;
  }
}
.cid-u5DtAnvlUx .item-wrapper {
  height: 100%;
}
.cid-u5DtAnvlUx .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5DtAnvlUx .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .subtitle-wrap {
    display: block;
  }
}
.cid-u5DtAnvlUx .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5DtAnvlUx .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5DtAnvlUx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5DtAnvlUx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5DtAnvlUx .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5DtAnvlUx .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5DtAnvlUx .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5DtAnvlUx .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5DtAnvlUx .mbr-text {
  color: #F9F6E0;
}
.cid-uUtokJQi1c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtokJQi1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtokJQi1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtokJQi1c .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtokJQi1c .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtokJQi1c .container {
    padding: 0 26px;
  }
}
.cid-uUtokJQi1c .row {
  justify-content: center;
}
.cid-uUtokJQi1c .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtokJQi1c .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtokJQi1c .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtokJQi1c .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtokJQi1c .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtokJQi1c .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtokJQi1c .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtokJQi1c .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtokJQi1c .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtokJQi1c .item-title {
  color: #ffcc00;
}
.cid-uUtokJQi1c .mbr-date {
  color: #cacaca;
}
.cid-uUtokJQi1c .mbr-desc {
  color: #cacaca;
}
.cid-uUtonSxTdA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtonSxTdA .container-fluid {
  padding: 0 2rem;
}
.cid-uUtonSxTdA .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtonSxTdA .mbr-title {
  padding: 0 1rem;
}
.cid-uUtonSxTdA .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtonSxTdA .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtonSxTdA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtonSxTdA .image-wrap {
  width: 100%;
}
.cid-uUtonSxTdA .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtonSxTdA .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtonSxTdA .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtonSxTdA .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtonSxTdA .mbr-text,
.cid-uUtonSxTdA .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yCMBF.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yCMBF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yCMBF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yCMBF .modal-content,
.cid-up8Q2yCMBF .modal-dialog {
  height: auto;
}
.cid-up8Q2yCMBF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yCMBF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yCMBF .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yCMBF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yCMBF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yCMBF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yCMBF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yCMBF .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yCMBF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yCMBF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yCMBF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yCMBF .modal-open {
  overflow: hidden;
}
.cid-up8Q2yCMBF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yCMBF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yCMBF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yCMBF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yCMBF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yCMBF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yCMBF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yCMBF .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yCMBF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yCMBF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yCMBF .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yCMBF .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yCMBF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yCMBF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCMBF .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yCMBF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yCMBF .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yCMBF .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yCMBF .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yCMBF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yCMBF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yCMBF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCMBF .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yCMBF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yCMBF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCMBF .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yCMBF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yCMBF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yCMBF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yCMBF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yCMBF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yCMBF .modal-lg,
  .cid-up8Q2yCMBF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yCMBF .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yCMBF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yCMBF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yCMBF .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yCMBF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yCMBF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yCMBF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yCMBF .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yCMBF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkNtTRP3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkNtTRP3 H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkNtTRP3 h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkNtTRP3 img {
  width: 100%;
}
.cid-tVPkNtTRP3 .mbr-text,
.cid-tVPkNtTRP3 .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkNu3idC {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkNu3idC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkNu3idC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkNu3idC .row {
  justify-content: left;
}
.cid-tVPkNu3idC .main-col {
  display: flex;
}
.cid-tVPkNu3idC .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkNu3idC .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkNu3idC .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkNu3idC .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkNu3idC .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5DuQthHHn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5DuQthHHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DuQthHHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DuQthHHn .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5DuQthHHn .container {
    padding: 0 24px;
  }
}
.cid-u5DuQthHHn .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5DuQthHHn .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .row {
    border: none;
  }
}
.cid-u5DuQthHHn .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .row .item {
    padding: 0 16px;
  }
}
.cid-u5DuQthHHn .item-wrapper {
  height: 100%;
}
.cid-u5DuQthHHn .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5DuQthHHn .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .subtitle-wrap {
    display: block;
  }
}
.cid-u5DuQthHHn .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5DuQthHHn .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5DuQthHHn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5DuQthHHn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5DuQthHHn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5DuQthHHn .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5DuQthHHn .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5DuQthHHn .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5DuQthHHn .mbr-text {
  color: #F9F6E0;
}
.cid-uUtotpNeBh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtotpNeBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtotpNeBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtotpNeBh .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtotpNeBh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtotpNeBh .container {
    padding: 0 26px;
  }
}
.cid-uUtotpNeBh .row {
  justify-content: center;
}
.cid-uUtotpNeBh .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtotpNeBh .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtotpNeBh .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtotpNeBh .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtotpNeBh .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtotpNeBh .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtotpNeBh .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtotpNeBh .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtotpNeBh .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtotpNeBh .item-title {
  color: #ffcc00;
}
.cid-uUtotpNeBh .mbr-date {
  color: #cacaca;
}
.cid-uUtotpNeBh .mbr-desc {
  color: #cacaca;
}
.cid-uUtoug0YYv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtoug0YYv .container-fluid {
  padding: 0 2rem;
}
.cid-uUtoug0YYv .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtoug0YYv .mbr-title {
  padding: 0 1rem;
}
.cid-uUtoug0YYv .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtoug0YYv .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtoug0YYv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtoug0YYv .image-wrap {
  width: 100%;
}
.cid-uUtoug0YYv .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtoug0YYv .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtoug0YYv .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtoug0YYv .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtoug0YYv .mbr-text,
.cid-uUtoug0YYv .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yCrbF.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yCrbF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yCrbF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yCrbF .modal-content,
.cid-up8Q2yCrbF .modal-dialog {
  height: auto;
}
.cid-up8Q2yCrbF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yCrbF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yCrbF .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yCrbF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yCrbF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yCrbF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yCrbF .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yCrbF .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yCrbF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yCrbF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yCrbF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yCrbF .modal-open {
  overflow: hidden;
}
.cid-up8Q2yCrbF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yCrbF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yCrbF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yCrbF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yCrbF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yCrbF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yCrbF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yCrbF .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yCrbF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yCrbF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yCrbF .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yCrbF .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yCrbF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yCrbF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCrbF .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yCrbF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yCrbF .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yCrbF .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yCrbF .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yCrbF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yCrbF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yCrbF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCrbF .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yCrbF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yCrbF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCrbF .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yCrbF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yCrbF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yCrbF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yCrbF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yCrbF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yCrbF .modal-lg,
  .cid-up8Q2yCrbF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yCrbF .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yCrbF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yCrbF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yCrbF .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yCrbF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yCrbF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yCrbF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yCrbF .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yCrbF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPkOmErkO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tVPkOmErkO H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPkOmErkO h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPkOmErkO img {
  width: 100%;
}
.cid-tVPkOmErkO .mbr-text,
.cid-tVPkOmErkO .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPkOmOuYo {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tVPkOmOuYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPkOmOuYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPkOmOuYo .row {
  justify-content: left;
}
.cid-tVPkOmOuYo .main-col {
  display: flex;
}
.cid-tVPkOmOuYo .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPkOmOuYo .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPkOmOuYo .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPkOmOuYo .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPkOmOuYo .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u5DvvQNyTd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u5DvvQNyTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DvvQNyTd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DvvQNyTd .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u5DvvQNyTd .container {
    padding: 0 24px;
  }
}
.cid-u5DvvQNyTd .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u5DvvQNyTd .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .row {
    border: none;
  }
}
.cid-u5DvvQNyTd .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .row .item {
    padding: 0 16px;
  }
}
.cid-u5DvvQNyTd .item-wrapper {
  height: 100%;
}
.cid-u5DvvQNyTd .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .item-wrapper .card-box {
    display: block;
  }
}
.cid-u5DvvQNyTd .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .subtitle-wrap {
    display: block;
  }
}
.cid-u5DvvQNyTd .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u5DvvQNyTd .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u5DvvQNyTd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u5DvvQNyTd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u5DvvQNyTd .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u5DvvQNyTd .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u5DvvQNyTd .mbr-section-title {
  color: #F9F6E0;
}
.cid-u5DvvQNyTd .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u5DvvQNyTd .mbr-text {
  color: #F9F6E0;
}
.cid-uUtoBPpCJw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtoBPpCJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtoBPpCJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtoBPpCJw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtoBPpCJw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtoBPpCJw .container {
    padding: 0 26px;
  }
}
.cid-uUtoBPpCJw .row {
  justify-content: center;
}
.cid-uUtoBPpCJw .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtoBPpCJw .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtoBPpCJw .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtoBPpCJw .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtoBPpCJw .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtoBPpCJw .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtoBPpCJw .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtoBPpCJw .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtoBPpCJw .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtoBPpCJw .item-title {
  color: #ffcc00;
}
.cid-uUtoBPpCJw .mbr-date {
  color: #cacaca;
}
.cid-uUtoBPpCJw .mbr-desc {
  color: #cacaca;
}
.cid-uUsRL2fF9o {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRL2fF9o .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRL2fF9o .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRL2fF9o .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRL2fF9o .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRL2fF9o .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRL2fF9o .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRL2fF9o .image-wrap {
  width: 100%;
}
.cid-uUsRL2fF9o .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRL2fF9o .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRL2fF9o .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRL2fF9o .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRL2fF9o .mbr-text,
.cid-uUsRL2fF9o .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUsRK8eBFt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUsRK8eBFt .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUsRK8eBFt .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUsRK8eBFt .card_topic,
.cid-uUsRK8eBFt .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUsRK8eBFt .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUsRK8eBFt .image {
  position: relative;
}
.cid-uUsRK8eBFt .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUsRK8eBFt .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUsRK8eBFt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUsRK8eBFt .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUsRK8eBFt .mbr-section-btn .btn-secondary-outline .active,
.cid-uUsRK8eBFt .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUsRK8eBFt .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUsRK8eBFt .content_block {
    padding: 30px 15px;
  }
  .cid-uUsRK8eBFt .mbr-figure {
    padding: 0;
  }
  .cid-uUsRK8eBFt .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUsRK8eBFt .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUsRK8eBFt .mbr-text,
.cid-uUsRK8eBFt .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUsRK8eBFt .category_content,
.cid-uUsRK8eBFt .card_topic {
  color: #e53712;
}
.cid-uUsRLVqNMm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsRLVqNMm .container-fluid {
  padding: 0 2rem;
}
.cid-uUsRLVqNMm .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsRLVqNMm .mbr-title {
  padding: 0 1rem;
}
.cid-uUsRLVqNMm .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsRLVqNMm .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsRLVqNMm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsRLVqNMm .image-wrap {
  width: 100%;
}
.cid-uUsRLVqNMm .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsRLVqNMm .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsRLVqNMm .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsRLVqNMm .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsRLVqNMm .mbr-text,
.cid-uUsRLVqNMm .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yClog.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yClog.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yClog.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yClog .modal-content,
.cid-up8Q2yClog .modal-dialog {
  height: auto;
}
.cid-up8Q2yClog .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yClog .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yClog .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yClog .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yClog .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yClog .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yClog .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yClog .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yClog .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yClog .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yClog .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yClog .modal-open {
  overflow: hidden;
}
.cid-up8Q2yClog .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yClog .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yClog .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yClog .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yClog .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yClog .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yClog .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yClog .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yClog .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yClog .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yClog .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yClog .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yClog .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yClog .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yClog .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yClog .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yClog .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yClog .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yClog .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yClog .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yClog .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yClog .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yClog .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yClog .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yClog .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yClog .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yClog .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yClog .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yClog .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yClog .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yClog .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yClog .modal-lg,
  .cid-up8Q2yClog .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yClog .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yClog .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yClog .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yClog .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yClog .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yClog .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yClog .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yClog .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yClog .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uUthfizukC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uUthfizukC H1 {
  color: #e2090d;
  text-align: center;
}
.cid-uUthfizukC h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uUthfizukC img {
  width: 100%;
}
.cid-uUthfizukC .mbr-text,
.cid-uUthfizukC .mbr-section-btn {
  color: #999999;
  text-align: center;
}
.cid-uUthfizukC H2 {
  text-align: center;
  color: #fc5130;
}
.cid-uUtipuSzEY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uUtipuSzEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtipuSzEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtipuSzEY .row {
  justify-content: left;
}
.cid-uUtipuSzEY .main-col {
  display: flex;
}
.cid-uUtipuSzEY .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-uUtipuSzEY .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-uUtipuSzEY .mbr-section-subtitle {
  color: #55b4d4;
  width: 100%;
  margin-top: 20px;
}
.cid-uUtipuSzEY .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-uUtipuSzEY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUtoHFNhqy {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtoHFNhqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtoHFNhqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtoHFNhqy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtoHFNhqy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtoHFNhqy .container {
    padding: 0 26px;
  }
}
.cid-uUtoHFNhqy .row {
  justify-content: center;
}
.cid-uUtoHFNhqy .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtoHFNhqy .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtoHFNhqy .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtoHFNhqy .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtoHFNhqy .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtoHFNhqy .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtoHFNhqy .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtoHFNhqy .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtoHFNhqy .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtoHFNhqy .item-title {
  color: #ffcc00;
}
.cid-uUtoHFNhqy .mbr-date {
  color: #cacaca;
}
.cid-uUtoHFNhqy .mbr-desc {
  color: #cacaca;
}
.cid-uUtsdXcMRo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtsdXcMRo .container-fluid {
  padding: 0 2rem;
}
.cid-uUtsdXcMRo .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtsdXcMRo .mbr-title {
  padding: 0 1rem;
}
.cid-uUtsdXcMRo .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtsdXcMRo .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtsdXcMRo .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtsdXcMRo .image-wrap {
  width: 100%;
}
.cid-uUtsdXcMRo .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtsdXcMRo .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtsdXcMRo .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtsdXcMRo .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtsdXcMRo .mbr-text,
.cid-uUtsdXcMRo .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uTNmy04hHW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTNmy04hHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTNmy04hHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTNmy04hHW .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uTNmy04hHW .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uTNmy04hHW .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uTNmy04hHW .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uTNmy04hHW .mbr-section-title {
    text-align: center;
  }
}
.cid-uTNmy04hHW .mbr-section-subtitle {
  color: #04d5ff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uTNmy04hHW .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uTNmy04hHW .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-uTNmy04hHW .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #123700, #3a341c);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uTNmy04hHW .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uTNmy04hHW .item-wrapper {
    padding: 20px;
  }
}
.cid-uTNmy04hHW .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNmy04hHW .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uTNmy04hHW .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-uTNmy04hHW .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTNmy04hHW .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-uTNmy04hHW .item-right {
    flex-basis: 100%;
  }
}
.cid-uTNmy04hHW .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uTNmy04hHW .item-img {
    max-width: 250px;
  }
}
.cid-uTNmy04hHW .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTNmy04hHW .item-img:hover img {
  transform: scale(1.05);
}
.cid-uTNmy04hHW .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-uTNmy04hHW .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uTNmy04hHW .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-uTNmy04hHW .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-uTNmy04hHW .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uTNmy04hHW .card-title {
  color: #ffd600;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uTNmy04hHW .card-title {
    margin-bottom: 10px;
  }
}
.cid-uTNmy04hHW .card-subtitle {
  color: #04d5ff;
  margin-bottom: 7px;
  text-align: center;
}
.cid-uTNmy04hHW .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTNmy04hHW .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-uTNmCcaDkW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNmCcaDkW .container-fluid {
  padding: 0 2rem;
}
.cid-uTNmCcaDkW .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNmCcaDkW .mbr-title {
  padding: 0 1rem;
}
.cid-uTNmCcaDkW .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNmCcaDkW .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNmCcaDkW .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNmCcaDkW .image-wrap {
  width: 100%;
}
.cid-uTNmCcaDkW .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNmCcaDkW .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNmCcaDkW .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNmCcaDkW .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNmCcaDkW .mbr-text,
.cid-uTNmCcaDkW .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uUndyggTdX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUndyggTdX .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUndyggTdX .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUndyggTdX .card_topic,
.cid-uUndyggTdX .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUndyggTdX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUndyggTdX .image {
  position: relative;
}
.cid-uUndyggTdX .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUndyggTdX .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUndyggTdX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUndyggTdX .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUndyggTdX .mbr-section-btn .btn-secondary-outline .active,
.cid-uUndyggTdX .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUndyggTdX .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUndyggTdX .content_block {
    padding: 30px 15px;
  }
  .cid-uUndyggTdX .mbr-figure {
    padding: 0;
  }
  .cid-uUndyggTdX .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUndyggTdX .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUndyggTdX .mbr-text,
.cid-uUndyggTdX .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUndyggTdX .category_content,
.cid-uUndyggTdX .card_topic {
  color: #e53712;
}
.cid-uTNmDjk8bU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTNmDjk8bU .container-fluid {
  padding: 0 2rem;
}
.cid-uTNmDjk8bU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTNmDjk8bU .mbr-title {
  padding: 0 1rem;
}
.cid-uTNmDjk8bU .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTNmDjk8bU .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTNmDjk8bU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTNmDjk8bU .image-wrap {
  width: 100%;
}
.cid-uTNmDjk8bU .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTNmDjk8bU .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTNmDjk8bU .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTNmDjk8bU .container-fluid {
    padding: 0rem;
  }
}
.cid-uTNmDjk8bU .mbr-text,
.cid-uTNmDjk8bU .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-up8Q2yCDzy.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yCDzy.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yCDzy.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yCDzy .modal-content,
.cid-up8Q2yCDzy .modal-dialog {
  height: auto;
}
.cid-up8Q2yCDzy .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yCDzy .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yCDzy .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yCDzy .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yCDzy .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yCDzy .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yCDzy .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yCDzy .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yCDzy .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yCDzy .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yCDzy .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yCDzy .modal-open {
  overflow: hidden;
}
.cid-up8Q2yCDzy .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yCDzy .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yCDzy .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yCDzy .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yCDzy .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yCDzy .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yCDzy .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yCDzy .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yCDzy .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yCDzy .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yCDzy .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yCDzy .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yCDzy .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yCDzy .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCDzy .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yCDzy .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yCDzy .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yCDzy .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yCDzy .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yCDzy .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yCDzy .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yCDzy .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCDzy .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yCDzy .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yCDzy .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCDzy .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yCDzy .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yCDzy .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yCDzy .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yCDzy .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yCDzy .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yCDzy .modal-lg,
  .cid-up8Q2yCDzy .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yCDzy .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yCDzy .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yCDzy .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yCDzy .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yCDzy .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yCDzy .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yCDzy .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yCDzy .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yCDzy .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPbqEC0UZ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVPbqEC0UZ H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPbqEC0UZ h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPbqEC0UZ img {
  width: 100%;
}
.cid-tVPbqEC0UZ .mbr-text,
.cid-tVPbqEC0UZ .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPbqEQsVv {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tVPbqEQsVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPbqEQsVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPbqEQsVv .row {
  justify-content: left;
}
.cid-tVPbqEQsVv .main-col {
  display: flex;
}
.cid-tVPbqEQsVv .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPbqEQsVv .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPbqEQsVv .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPbqEQsVv .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPbqEQsVv .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u60p2knMTY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u60p2knMTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u60p2knMTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u60p2knMTY .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u60p2knMTY .container {
    padding: 0 24px;
  }
}
.cid-u60p2knMTY .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u60p2knMTY .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .row {
    border: none;
  }
}
.cid-u60p2knMTY .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .row .item {
    padding: 0 16px;
  }
}
.cid-u60p2knMTY .item-wrapper {
  height: 100%;
}
.cid-u60p2knMTY .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .item-wrapper .card-box {
    display: block;
  }
}
.cid-u60p2knMTY .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .subtitle-wrap {
    display: block;
  }
}
.cid-u60p2knMTY .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u60p2knMTY .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u60p2knMTY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u60p2knMTY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u60p2knMTY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u60p2knMTY .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u60p2knMTY .mbr-section-title {
  color: #F9F6E0;
}
.cid-u60p2knMTY .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u60p2knMTY .mbr-text {
  color: #F9F6E0;
}
.cid-uUtpiuFqd3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtpiuFqd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtpiuFqd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtpiuFqd3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtpiuFqd3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtpiuFqd3 .container {
    padding: 0 26px;
  }
}
.cid-uUtpiuFqd3 .row {
  justify-content: center;
}
.cid-uUtpiuFqd3 .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtpiuFqd3 .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtpiuFqd3 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtpiuFqd3 .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpiuFqd3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtpiuFqd3 .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtpiuFqd3 .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtpiuFqd3 .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtpiuFqd3 .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpiuFqd3 .item-title {
  color: #ffcc00;
}
.cid-uUtpiuFqd3 .mbr-date {
  color: #cacaca;
}
.cid-uUtpiuFqd3 .mbr-desc {
  color: #cacaca;
}
.cid-uUtpjvfnUD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtpjvfnUD .container-fluid {
  padding: 0 2rem;
}
.cid-uUtpjvfnUD .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtpjvfnUD .mbr-title {
  padding: 0 1rem;
}
.cid-uUtpjvfnUD .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtpjvfnUD .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtpjvfnUD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtpjvfnUD .image-wrap {
  width: 100%;
}
.cid-uUtpjvfnUD .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtpjvfnUD .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtpjvfnUD .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtpjvfnUD .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtpjvfnUD .mbr-text,
.cid-uUtpjvfnUD .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yCctY.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yCctY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yCctY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yCctY .modal-content,
.cid-up8Q2yCctY .modal-dialog {
  height: auto;
}
.cid-up8Q2yCctY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yCctY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yCctY .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yCctY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yCctY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yCctY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yCctY .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yCctY .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yCctY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yCctY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yCctY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yCctY .modal-open {
  overflow: hidden;
}
.cid-up8Q2yCctY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yCctY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yCctY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yCctY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yCctY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yCctY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yCctY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yCctY .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yCctY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yCctY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yCctY .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yCctY .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yCctY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yCctY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCctY .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yCctY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yCctY .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yCctY .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yCctY .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yCctY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yCctY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yCctY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCctY .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yCctY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yCctY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yCctY .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yCctY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yCctY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yCctY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yCctY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yCctY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yCctY .modal-lg,
  .cid-up8Q2yCctY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yCctY .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yCctY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yCctY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yCctY .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yCctY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yCctY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yCctY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yCctY .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yCctY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPbssnHWw {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVPbssnHWw H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPbssnHWw h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPbssnHWw img {
  width: 100%;
}
.cid-tVPbssnHWw .mbr-text,
.cid-tVPbssnHWw .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPbsszpoa {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tVPbsszpoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPbsszpoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPbsszpoa .row {
  justify-content: left;
}
.cid-tVPbsszpoa .main-col {
  display: flex;
}
.cid-tVPbsszpoa .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPbsszpoa .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPbsszpoa .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPbsszpoa .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPbsszpoa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u60paTV0lv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u60paTV0lv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u60paTV0lv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u60paTV0lv .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u60paTV0lv .container {
    padding: 0 24px;
  }
}
.cid-u60paTV0lv .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u60paTV0lv .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .row {
    border: none;
  }
}
.cid-u60paTV0lv .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .row .item {
    padding: 0 16px;
  }
}
.cid-u60paTV0lv .item-wrapper {
  height: 100%;
}
.cid-u60paTV0lv .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .item-wrapper .card-box {
    display: block;
  }
}
.cid-u60paTV0lv .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .subtitle-wrap {
    display: block;
  }
}
.cid-u60paTV0lv .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u60paTV0lv .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u60paTV0lv .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u60paTV0lv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u60paTV0lv .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u60paTV0lv .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u60paTV0lv .mbr-section-title {
  color: #F9F6E0;
}
.cid-u60paTV0lv .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u60paTV0lv .mbr-text {
  color: #F9F6E0;
}
.cid-uUtpq14oJa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtpq14oJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtpq14oJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtpq14oJa .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtpq14oJa .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtpq14oJa .container {
    padding: 0 26px;
  }
}
.cid-uUtpq14oJa .row {
  justify-content: center;
}
.cid-uUtpq14oJa .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtpq14oJa .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtpq14oJa .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtpq14oJa .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpq14oJa .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtpq14oJa .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtpq14oJa .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtpq14oJa .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtpq14oJa .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpq14oJa .item-title {
  color: #ffcc00;
}
.cid-uUtpq14oJa .mbr-date {
  color: #cacaca;
}
.cid-uUtpq14oJa .mbr-desc {
  color: #cacaca;
}
.cid-uUtprfypc8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtprfypc8 .container-fluid {
  padding: 0 2rem;
}
.cid-uUtprfypc8 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtprfypc8 .mbr-title {
  padding: 0 1rem;
}
.cid-uUtprfypc8 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtprfypc8 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtprfypc8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtprfypc8 .image-wrap {
  width: 100%;
}
.cid-uUtprfypc8 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtprfypc8 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtprfypc8 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtprfypc8 .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtprfypc8 .mbr-text,
.cid-uUtprfypc8 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yDuBT.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yDuBT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yDuBT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yDuBT .modal-content,
.cid-up8Q2yDuBT .modal-dialog {
  height: auto;
}
.cid-up8Q2yDuBT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yDuBT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yDuBT .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yDuBT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yDuBT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yDuBT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yDuBT .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yDuBT .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yDuBT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yDuBT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yDuBT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yDuBT .modal-open {
  overflow: hidden;
}
.cid-up8Q2yDuBT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yDuBT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yDuBT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yDuBT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yDuBT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yDuBT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yDuBT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yDuBT .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yDuBT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yDuBT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yDuBT .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yDuBT .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yDuBT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yDuBT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yDuBT .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yDuBT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yDuBT .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yDuBT .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yDuBT .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yDuBT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yDuBT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yDuBT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yDuBT .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yDuBT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yDuBT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yDuBT .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yDuBT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yDuBT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yDuBT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yDuBT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yDuBT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yDuBT .modal-lg,
  .cid-up8Q2yDuBT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yDuBT .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yDuBT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yDuBT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yDuBT .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yDuBT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yDuBT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yDuBT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yDuBT .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yDuBT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPbufO9Ml {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVPbufO9Ml H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPbufO9Ml h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPbufO9Ml img {
  width: 100%;
}
.cid-tVPbufO9Ml .mbr-text,
.cid-tVPbufO9Ml .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPbufYd25 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tVPbufYd25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPbufYd25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPbufYd25 .row {
  justify-content: left;
}
.cid-tVPbufYd25 .main-col {
  display: flex;
}
.cid-tVPbufYd25 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPbufYd25 .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPbufYd25 .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPbufYd25 .mbr-text {
  color: #faf8d5;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPbufYd25 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u60pj7qKjM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u60pj7qKjM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u60pj7qKjM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u60pj7qKjM .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u60pj7qKjM .container {
    padding: 0 24px;
  }
}
.cid-u60pj7qKjM .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u60pj7qKjM .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .row {
    border: none;
  }
}
.cid-u60pj7qKjM .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .row .item {
    padding: 0 16px;
  }
}
.cid-u60pj7qKjM .item-wrapper {
  height: 100%;
}
.cid-u60pj7qKjM .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .item-wrapper .card-box {
    display: block;
  }
}
.cid-u60pj7qKjM .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .subtitle-wrap {
    display: block;
  }
}
.cid-u60pj7qKjM .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u60pj7qKjM .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u60pj7qKjM .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u60pj7qKjM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u60pj7qKjM .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u60pj7qKjM .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u60pj7qKjM .mbr-section-title {
  color: #F9F6E0;
}
.cid-u60pj7qKjM .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u60pj7qKjM .mbr-text {
  color: #F9F6E0;
}
.cid-uUtpyxsoKe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtpyxsoKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtpyxsoKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtpyxsoKe .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtpyxsoKe .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtpyxsoKe .container {
    padding: 0 26px;
  }
}
.cid-uUtpyxsoKe .row {
  justify-content: center;
}
.cid-uUtpyxsoKe .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtpyxsoKe .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtpyxsoKe .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtpyxsoKe .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpyxsoKe .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtpyxsoKe .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtpyxsoKe .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtpyxsoKe .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtpyxsoKe .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpyxsoKe .item-title {
  color: #ffcc00;
}
.cid-uUtpyxsoKe .mbr-date {
  color: #cacaca;
}
.cid-uUtpyxsoKe .mbr-desc {
  color: #cacaca;
}
.cid-uUsS1G3H0D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUsS1G3H0D .container-fluid {
  padding: 0 2rem;
}
.cid-uUsS1G3H0D .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUsS1G3H0D .mbr-title {
  padding: 0 1rem;
}
.cid-uUsS1G3H0D .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUsS1G3H0D .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUsS1G3H0D .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUsS1G3H0D .image-wrap {
  width: 100%;
}
.cid-uUsS1G3H0D .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUsS1G3H0D .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUsS1G3H0D .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUsS1G3H0D .container-fluid {
    padding: 0rem;
  }
}
.cid-uUsS1G3H0D .mbr-text,
.cid-uUsS1G3H0D .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yDf39.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yDf39.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yDf39.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yDf39 .modal-content,
.cid-up8Q2yDf39 .modal-dialog {
  height: auto;
}
.cid-up8Q2yDf39 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yDf39 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yDf39 .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yDf39 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yDf39 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yDf39 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yDf39 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yDf39 .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yDf39 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yDf39 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yDf39 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yDf39 .modal-open {
  overflow: hidden;
}
.cid-up8Q2yDf39 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yDf39 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yDf39 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yDf39 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yDf39 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yDf39 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yDf39 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yDf39 .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yDf39 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yDf39 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yDf39 .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yDf39 .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yDf39 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yDf39 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yDf39 .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yDf39 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yDf39 .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yDf39 .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yDf39 .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yDf39 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yDf39 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yDf39 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yDf39 .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yDf39 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yDf39 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yDf39 .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yDf39 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yDf39 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yDf39 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yDf39 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yDf39 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yDf39 .modal-lg,
  .cid-up8Q2yDf39 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yDf39 .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yDf39 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yDf39 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yDf39 .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yDf39 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yDf39 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yDf39 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yDf39 .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yDf39 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-tVPbvqfyir {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-tVPbvqfyir H1 {
  color: #ffcc00;
  text-align: center;
}
.cid-tVPbvqfyir h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tVPbvqfyir img {
  width: 100%;
}
.cid-tVPbvqfyir .mbr-text,
.cid-tVPbvqfyir .mbr-section-btn {
  color: #0095ff;
  text-align: center;
}
.cid-tVPbvqqhzA {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tVPbvqqhzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPbvqqhzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPbvqqhzA .row {
  justify-content: left;
}
.cid-tVPbvqqhzA .main-col {
  display: flex;
}
.cid-tVPbvqqhzA .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tVPbvqqhzA .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tVPbvqqhzA .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tVPbvqqhzA .mbr-text {
  color: #ffcc00;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tVPbvqqhzA .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u60ptXJw7M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u60ptXJw7M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u60ptXJw7M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u60ptXJw7M .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u60ptXJw7M .container {
    padding: 0 24px;
  }
}
.cid-u60ptXJw7M .row {
  justify-content: center;
  border-top: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-u60ptXJw7M .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .row {
    border: none;
  }
}
.cid-u60ptXJw7M .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .row .item {
    padding: 0 16px;
  }
}
.cid-u60ptXJw7M .item-wrapper {
  height: 100%;
}
.cid-u60ptXJw7M .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .item-wrapper .card-box {
    display: block;
  }
}
.cid-u60ptXJw7M .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .subtitle-wrap {
    display: block;
  }
}
.cid-u60ptXJw7M .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #000000;
    text-align: left;
  }
}
.cid-u60ptXJw7M .content-wrapper {
  padding: 32px;
  border-left: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .content-wrapper {
    padding: 24px;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
  }
}
.cid-u60ptXJw7M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-u60ptXJw7M .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u60ptXJw7M .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u60ptXJw7M .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u60ptXJw7M .mbr-section-title {
  color: #F9F6E0;
}
.cid-u60ptXJw7M .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-u60ptXJw7M .mbr-text {
  color: #F9F6E0;
}
.cid-uUtpNcX4aA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtpNcX4aA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtpNcX4aA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtpNcX4aA .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtpNcX4aA .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtpNcX4aA .container {
    padding: 0 26px;
  }
}
.cid-uUtpNcX4aA .row {
  justify-content: center;
}
.cid-uUtpNcX4aA .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtpNcX4aA .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtpNcX4aA .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtpNcX4aA .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpNcX4aA .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtpNcX4aA .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtpNcX4aA .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtpNcX4aA .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtpNcX4aA .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtpNcX4aA .item-title {
  color: #ffcc00;
}
.cid-uUtpNcX4aA .mbr-date {
  color: #cacaca;
}
.cid-uUtpNcX4aA .mbr-desc {
  color: #cacaca;
}
.cid-uUtpOyeTu6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtpOyeTu6 .container-fluid {
  padding: 0 2rem;
}
.cid-uUtpOyeTu6 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtpOyeTu6 .mbr-title {
  padding: 0 1rem;
}
.cid-uUtpOyeTu6 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtpOyeTu6 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtpOyeTu6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtpOyeTu6 .image-wrap {
  width: 100%;
}
.cid-uUtpOyeTu6 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtpOyeTu6 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtpOyeTu6 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtpOyeTu6 .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtpOyeTu6 .mbr-text,
.cid-uUtpOyeTu6 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUtpQvRDym {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUtpQvRDym .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUtpQvRDym .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUtpQvRDym .card_topic,
.cid-uUtpQvRDym .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUtpQvRDym .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUtpQvRDym .image {
  position: relative;
}
.cid-uUtpQvRDym .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUtpQvRDym .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUtpQvRDym .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUtpQvRDym .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUtpQvRDym .mbr-section-btn .btn-secondary-outline .active,
.cid-uUtpQvRDym .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUtpQvRDym .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUtpQvRDym .content_block {
    padding: 30px 15px;
  }
  .cid-uUtpQvRDym .mbr-figure {
    padding: 0;
  }
  .cid-uUtpQvRDym .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUtpQvRDym .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUtpQvRDym .mbr-text,
.cid-uUtpQvRDym .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUtpQvRDym .category_content,
.cid-uUtpQvRDym .card_topic {
  color: #e53712;
}
.cid-uUtpRVXfh6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUtpRVXfh6 .container-fluid {
  padding: 0 2rem;
}
.cid-uUtpRVXfh6 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUtpRVXfh6 .mbr-title {
  padding: 0 1rem;
}
.cid-uUtpRVXfh6 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUtpRVXfh6 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUtpRVXfh6 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUtpRVXfh6 .image-wrap {
  width: 100%;
}
.cid-uUtpRVXfh6 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUtpRVXfh6 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUtpRVXfh6 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUtpRVXfh6 .container-fluid {
    padding: 0rem;
  }
}
.cid-uUtpRVXfh6 .mbr-text,
.cid-uUtpRVXfh6 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-up8Q2yD8Y4.popup-builder {
  background-color: #ffffff;
}
.cid-up8Q2yD8Y4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-up8Q2yD8Y4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-up8Q2yD8Y4 .modal-content,
.cid-up8Q2yD8Y4 .modal-dialog {
  height: auto;
}
.cid-up8Q2yD8Y4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-up8Q2yD8Y4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-up8Q2yD8Y4 .form-wrapper .mbr-form .form-group,
  .cid-up8Q2yD8Y4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-up8Q2yD8Y4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-up8Q2yD8Y4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-up8Q2yD8Y4 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-up8Q2yD8Y4 .pt-0 {
  padding-top: 0 !important;
}
.cid-up8Q2yD8Y4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-up8Q2yD8Y4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-up8Q2yD8Y4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-up8Q2yD8Y4 .modal-open {
  overflow: hidden;
}
.cid-up8Q2yD8Y4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-up8Q2yD8Y4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-up8Q2yD8Y4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-up8Q2yD8Y4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-up8Q2yD8Y4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-up8Q2yD8Y4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-up8Q2yD8Y4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-up8Q2yD8Y4 .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-up8Q2yD8Y4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-up8Q2yD8Y4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-up8Q2yD8Y4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-up8Q2yD8Y4 .modal-backdrop.show {
  opacity: .5;
}
.cid-up8Q2yD8Y4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-up8Q2yD8Y4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yD8Y4 .modal-header {
    padding: 1rem;
  }
}
.cid-up8Q2yD8Y4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-up8Q2yD8Y4 .modal-header .close svg {
  fill: #ff0000;
}
.cid-up8Q2yD8Y4 .modal-header .close:hover {
  opacity: 1;
}
.cid-up8Q2yD8Y4 .modal-header .close:focus {
  outline: none;
}
.cid-up8Q2yD8Y4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-up8Q2yD8Y4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-up8Q2yD8Y4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yD8Y4 .modal-body {
    padding: 1rem;
  }
}
.cid-up8Q2yD8Y4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-up8Q2yD8Y4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up8Q2yD8Y4 .modal-footer {
    padding: 1rem;
  }
}
.cid-up8Q2yD8Y4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-up8Q2yD8Y4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-up8Q2yD8Y4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-up8Q2yD8Y4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-up8Q2yD8Y4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-up8Q2yD8Y4 .modal-lg,
  .cid-up8Q2yD8Y4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-up8Q2yD8Y4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-up8Q2yD8Y4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-up8Q2yD8Y4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-up8Q2yD8Y4 .form-group {
  margin-bottom: 1rem;
}
.cid-up8Q2yD8Y4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-up8Q2yD8Y4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-up8Q2yD8Y4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-up8Q2yD8Y4 .mbr-section-btn {
  margin: 0;
}
.cid-up8Q2yD8Y4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uETu6cQZuI {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uETu6cQZuI H1 {
  color: #e2090d;
  text-align: center;
}
.cid-uETu6cQZuI h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uETu6cQZuI img {
  width: 100%;
}
.cid-uETu6cQZuI .mbr-text,
.cid-uETu6cQZuI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTTQUOLCBF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTTQUOLCBF .container-fluid {
  padding: 0 2rem;
}
.cid-uTTQUOLCBF .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTTQUOLCBF .mbr-title {
  padding: 0 1rem;
}
.cid-uTTQUOLCBF .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTTQUOLCBF .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTTQUOLCBF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTTQUOLCBF .image-wrap {
  width: 100%;
}
.cid-uTTQUOLCBF .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTTQUOLCBF .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTTQUOLCBF .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTTQUOLCBF .container-fluid {
    padding: 0rem;
  }
}
.cid-uTTQUOLCBF .mbr-text,
.cid-uTTQUOLCBF .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uTTOu4jaay {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTTOu4jaay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTTOu4jaay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTTOu4jaay .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uTTOu4jaay .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uTTOu4jaay .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uTTOu4jaay .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uTTOu4jaay .mbr-section-title {
    text-align: center;
  }
}
.cid-uTTOu4jaay .mbr-section-subtitle {
  color: #04d5ff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uTTOu4jaay .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uTTOu4jaay .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-uTTOu4jaay .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #123700, #3a341c);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-uTTOu4jaay .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uTTOu4jaay .item-wrapper {
    padding: 20px;
  }
}
.cid-uTTOu4jaay .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTTOu4jaay .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-uTTOu4jaay .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-uTTOu4jaay .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uTTOu4jaay .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-uTTOu4jaay .item-right {
    flex-basis: 100%;
  }
}
.cid-uTTOu4jaay .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-uTTOu4jaay .item-img {
    max-width: 250px;
  }
}
.cid-uTTOu4jaay .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTTOu4jaay .item-img:hover img {
  transform: scale(1.05);
}
.cid-uTTOu4jaay .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-uTTOu4jaay .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-uTTOu4jaay .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-uTTOu4jaay .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-uTTOu4jaay .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uTTOu4jaay .card-title {
  color: #ffd600;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uTTOu4jaay .card-title {
    margin-bottom: 10px;
  }
}
.cid-uTTOu4jaay .card-subtitle {
  color: #04d5ff;
  margin-bottom: 7px;
  text-align: center;
}
.cid-uTTOu4jaay .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTTOu4jaay .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-uTTOylAFal {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTTOylAFal .container-fluid {
  padding: 0 2rem;
}
.cid-uTTOylAFal .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTTOylAFal .mbr-title {
  padding: 0 1rem;
}
.cid-uTTOylAFal .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTTOylAFal .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTTOylAFal .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTTOylAFal .image-wrap {
  width: 100%;
}
.cid-uTTOylAFal .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTTOylAFal .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTTOylAFal .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTTOylAFal .container-fluid {
    padding: 0rem;
  }
}
.cid-uTTOylAFal .mbr-text,
.cid-uTTOylAFal .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uMkg6E2POq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: linear-gradient(to bottom, #000000, #465052);
}
.cid-uMkg6E2POq .item-subtitle {
  line-height: 1.2;
  color: #00a7fd;
  text-align: left;
}
.cid-uMkg6E2POq .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uMkg6E2POq img,
.cid-uMkg6E2POq .item-img {
  width: 80%;
}
.cid-uMkg6E2POq .item:focus,
.cid-uMkg6E2POq span:focus {
  outline: none;
}
.cid-uMkg6E2POq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMkg6E2POq .item {
    margin-bottom: 1rem;
  }
}
.cid-uMkg6E2POq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uMkg6E2POq .item {
  padding: 0;
  margin: 0;
}
.cid-uMkg6E2POq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMkg6E2POq .mbr-section-title {
  color: #ffc800;
}
.cid-uMkg6E2POq .mbr-text,
.cid-uMkg6E2POq .mbr-section-btn {
  color: #232323;
}
.cid-uMkg6E2POq .content-head {
  max-width: 800px;
}
.cid-uMkg8gpjIz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(to bottom, #465052, #000000);
}
.cid-uMkg8gpjIz .item-subtitle {
  line-height: 1.2;
  color: #00a7fd;
  text-align: left;
}
.cid-uMkg8gpjIz .item-title {
  border-bottom: 1px solid currentColor;
  color: #232323;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.cid-uMkg8gpjIz img,
.cid-uMkg8gpjIz .item-img {
  width: 80%;
}
.cid-uMkg8gpjIz .item:focus,
.cid-uMkg8gpjIz span:focus {
  outline: none;
}
.cid-uMkg8gpjIz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMkg8gpjIz .item {
    margin-bottom: 1rem;
  }
}
.cid-uMkg8gpjIz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uMkg8gpjIz .item {
  padding: 0;
  margin: 0;
}
.cid-uMkg8gpjIz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMkg8gpjIz .mbr-section-title {
  color: #ffc800;
}
.cid-uMkg8gpjIz .mbr-text,
.cid-uMkg8gpjIz .mbr-section-btn {
  color: #232323;
}
.cid-uMkg8gpjIz .content-head {
  max-width: 800px;
}
.cid-uTTOx21GkT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTTOx21GkT .container-fluid {
  padding: 0 2rem;
}
.cid-uTTOx21GkT .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTTOx21GkT .mbr-title {
  padding: 0 1rem;
}
.cid-uTTOx21GkT .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTTOx21GkT .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTTOx21GkT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTTOx21GkT .image-wrap {
  width: 100%;
}
.cid-uTTOx21GkT .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTTOx21GkT .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTTOx21GkT .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTTOx21GkT .container-fluid {
    padding: 0rem;
  }
}
.cid-uTTOx21GkT .mbr-text,
.cid-uTTOx21GkT .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uETu6d4atH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uETu6d4atH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uETu6d4atH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uETu6d4atH .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uETu6d4atH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uETu6d4atH .container {
    padding: 0 26px;
  }
}
.cid-uETu6d4atH .row {
  justify-content: center;
}
.cid-uETu6d4atH .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uETu6d4atH .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uETu6d4atH .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uETu6d4atH .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uETu6d4atH .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uETu6d4atH .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uETu6d4atH .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uETu6d4atH .item .item-wrapper .item-content a .mbr-desc,
.cid-uETu6d4atH .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uETu6d4atH .item-title {
  color: #ffcc00;
}
.cid-uETu6d4atH .mbr-date {
  color: #cacaca;
}
.cid-uETu6d4atH .mbr-desc {
  color: #cacaca;
}
.cid-uTTOA9yIwr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uTTOA9yIwr .container-fluid {
  padding: 0 2rem;
}
.cid-uTTOA9yIwr .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uTTOA9yIwr .mbr-title {
  padding: 0 1rem;
}
.cid-uTTOA9yIwr .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uTTOA9yIwr .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uTTOA9yIwr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uTTOA9yIwr .image-wrap {
  width: 100%;
}
.cid-uTTOA9yIwr .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uTTOA9yIwr .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uTTOA9yIwr .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uTTOA9yIwr .container-fluid {
    padding: 0rem;
  }
}
.cid-uTTOA9yIwr .mbr-text,
.cid-uTTOA9yIwr .mbr-section-btn {
  color: #e2090d;
  text-align: center;
}
.cid-uETu6eGwT9.popup-builder {
  background-color: #ffffff;
}
.cid-uETu6eGwT9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uETu6eGwT9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uETu6eGwT9 .modal-content,
.cid-uETu6eGwT9 .modal-dialog {
  height: auto;
}
.cid-uETu6eGwT9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uETu6eGwT9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uETu6eGwT9 .form-wrapper .mbr-form .form-group,
  .cid-uETu6eGwT9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uETu6eGwT9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uETu6eGwT9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uETu6eGwT9 .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uETu6eGwT9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uETu6eGwT9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uETu6eGwT9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uETu6eGwT9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uETu6eGwT9 .modal-open {
  overflow: hidden;
}
.cid-uETu6eGwT9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uETu6eGwT9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uETu6eGwT9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uETu6eGwT9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uETu6eGwT9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uETu6eGwT9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uETu6eGwT9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uETu6eGwT9 .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uETu6eGwT9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uETu6eGwT9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uETu6eGwT9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uETu6eGwT9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uETu6eGwT9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uETu6eGwT9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uETu6eGwT9 .modal-header {
    padding: 1rem;
  }
}
.cid-uETu6eGwT9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uETu6eGwT9 .modal-header .close svg {
  fill: #ff0000;
}
.cid-uETu6eGwT9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uETu6eGwT9 .modal-header .close:focus {
  outline: none;
}
.cid-uETu6eGwT9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-uETu6eGwT9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uETu6eGwT9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uETu6eGwT9 .modal-body {
    padding: 1rem;
  }
}
.cid-uETu6eGwT9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uETu6eGwT9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uETu6eGwT9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uETu6eGwT9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uETu6eGwT9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uETu6eGwT9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uETu6eGwT9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uETu6eGwT9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uETu6eGwT9 .modal-lg,
  .cid-uETu6eGwT9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uETu6eGwT9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uETu6eGwT9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uETu6eGwT9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uETu6eGwT9 .form-group {
  margin-bottom: 1rem;
}
.cid-uETu6eGwT9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uETu6eGwT9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uETu6eGwT9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uETu6eGwT9 .mbr-section-btn {
  margin: 0;
}
.cid-uETu6eGwT9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUyGqoMvZ7 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .btn {
  white-space: nowrap;
}
.cid-uUyGqoMvZ7 .nav-link,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont,
.cid-uUyGqoMvZ7 .dropdown-item {
  transition: all 0.1s;
}
.cid-uUyGqoMvZ7 .nav-link:hover,
.cid-uUyGqoMvZ7 .icons-menu .mbr-iconfont:hover,
.cid-uUyGqoMvZ7 .dropdown-item:hover {
  color: #ffcc00 !important;
}
@media (max-width: 992px) {
  .cid-uUyGqoMvZ7 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uUyGqoMvZ7 .container {
  display: flex;
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-uUyGqoMvZ7 .navbar.opened {
  transition: all .3s;
}
.cid-uUyGqoMvZ7 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUyGqoMvZ7 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUyGqoMvZ7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUyGqoMvZ7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUyGqoMvZ7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUyGqoMvZ7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUyGqoMvZ7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUyGqoMvZ7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUyGqoMvZ7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUyGqoMvZ7 .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUyGqoMvZ7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUyGqoMvZ7 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUyGqoMvZ7 .mbr-iconfont {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUyGqoMvZ7 .navbar-caption {
  padding-right: 4rem;
}
.cid-uUyGqoMvZ7 .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-uUyGqoMvZ7 .dropdown-menu,
.cid-uUyGqoMvZ7 .navbar.opened {
  background: #191919 !important;
}
.cid-uUyGqoMvZ7 .nav-item:focus,
.cid-uUyGqoMvZ7 .nav-link:focus {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUyGqoMvZ7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUyGqoMvZ7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-uUyGqoMvZ7 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUyGqoMvZ7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUyGqoMvZ7 .dropdown-item.active,
.cid-uUyGqoMvZ7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUyGqoMvZ7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUyGqoMvZ7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-uUyGqoMvZ7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUyGqoMvZ7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUyGqoMvZ7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUyGqoMvZ7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUyGqoMvZ7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUyGqoMvZ7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUyGqoMvZ7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUyGqoMvZ7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUyGqoMvZ7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUyGqoMvZ7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUyGqoMvZ7 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUyGqoMvZ7 .navbar {
    height: 77px;
  }
  .cid-uUyGqoMvZ7 .navbar.opened {
    height: auto;
  }
  .cid-uUyGqoMvZ7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUyGqoMvZ7 .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uScyb6hsQy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uScyb6hsQy H1 {
  color: #e2090d;
  text-align: center;
}
.cid-uScyb6hsQy h1 {
  background: linear-gradient(to left, #ffcc00, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uScyb6hsQy img {
  width: 100%;
}
.cid-uScyb6hsQy .mbr-text,
.cid-uScyb6hsQy .mbr-section-btn {
  color: #ffffff;
  text-align: justify;
}
.cid-uScFx8OXYd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uScFx8OXYd img,
.cid-uScFx8OXYd .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uScFx8OXYd .item:focus,
.cid-uScFx8OXYd span:focus {
  outline: none;
}
.cid-uScFx8OXYd .item-wrapper {
  position: relative;
}
.cid-uScFx8OXYd .slide-content {
  position: relative;
  border-radius: 4px;
  background: #000000;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uScFx8OXYd .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uScFx8OXYd .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uScFx8OXYd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uScFx8OXYd .mbr-section-title {
  color: #0095ff;
}
.cid-uScFx8OXYd .mbr-text,
.cid-uScFx8OXYd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uScFx8OXYd .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uScFx8OXYd .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uScFx8OXYd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uScFx8OXYd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uScFx8OXYd .embla__button--next,
.cid-uScFx8OXYd .embla__button--prev {
  display: flex;
}
.cid-uScFx8OXYd .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uScFx8OXYd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uScFx8OXYd .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uScFx8OXYd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uScFx8OXYd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uScFx8OXYd .embla__button {
    top: auto;
  }
}
.cid-uScFx8OXYd .embla {
  position: relative;
  width: 100%;
}
.cid-uScFx8OXYd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uScFx8OXYd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uScFx8OXYd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uScFx8OXYd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uScFx8OXYd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uUtqjrb5xl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uUtqjrb5xl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUtqjrb5xl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUtqjrb5xl .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uUtqjrb5xl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uUtqjrb5xl .container {
    padding: 0 26px;
  }
}
.cid-uUtqjrb5xl .row {
  justify-content: center;
}
.cid-uUtqjrb5xl .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uUtqjrb5xl .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uUtqjrb5xl .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uUtqjrb5xl .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uUtqjrb5xl .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uUtqjrb5xl .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uUtqjrb5xl .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uUtqjrb5xl .item .item-wrapper .item-content a .mbr-desc,
.cid-uUtqjrb5xl .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUtqjrb5xl .item-title {
  color: #ffcc00;
}
.cid-uUtqjrb5xl .mbr-date {
  color: #cacaca;
}
.cid-uUtqjrb5xl .mbr-desc {
  color: #cacaca;
}
.cid-uUndNnZ7xm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUndNnZ7xm .container-fluid {
  padding: 0 2rem;
}
.cid-uUndNnZ7xm .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUndNnZ7xm .mbr-title {
  padding: 0 1rem;
}
.cid-uUndNnZ7xm .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUndNnZ7xm .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUndNnZ7xm .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUndNnZ7xm .image-wrap {
  width: 100%;
}
.cid-uUndNnZ7xm .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUndNnZ7xm .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUndNnZ7xm .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUndNnZ7xm .container-fluid {
    padding: 0rem;
  }
}
.cid-uUndNnZ7xm .mbr-text,
.cid-uUndNnZ7xm .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUndLMpDVr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUndLMpDVr .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUndLMpDVr .content_block:hover .mbr-section-title a {
  color: #ffcc00 !important;
}
.cid-uUndLMpDVr .card_topic,
.cid-uUndLMpDVr .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUndLMpDVr .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffcc00;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUndLMpDVr .image {
  position: relative;
}
.cid-uUndLMpDVr .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #000000);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #000000);
}
.cid-uUndLMpDVr .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUndLMpDVr .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUndLMpDVr .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUndLMpDVr .mbr-section-btn .btn-secondary-outline .active,
.cid-uUndLMpDVr .mbr-section-btn .btn-secondary-outline:focus {
  color: #53ff00 !important;
}
.cid-uUndLMpDVr .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUndLMpDVr .content_block {
    padding: 30px 15px;
  }
  .cid-uUndLMpDVr .mbr-figure {
    padding: 0;
  }
  .cid-uUndLMpDVr .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.99));
  }
}
.cid-uUndLMpDVr .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUndLMpDVr .mbr-text,
.cid-uUndLMpDVr .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUndLMpDVr .category_content,
.cid-uUndLMpDVr .card_topic {
  color: #e53712;
}
.cid-uUg2H4tHmX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUg2H4tHmX .container-fluid {
  padding: 0 2rem;
}
.cid-uUg2H4tHmX .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUg2H4tHmX .mbr-title {
  padding: 0 1rem;
}
.cid-uUg2H4tHmX .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUg2H4tHmX .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUg2H4tHmX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #53ff00, #ffcc00);
  display: inline-block;
}
.cid-uUg2H4tHmX .image-wrap {
  width: 100%;
}
.cid-uUg2H4tHmX .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUg2H4tHmX .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUg2H4tHmX .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUg2H4tHmX .container-fluid {
    padding: 0rem;
  }
}
.cid-uUg2H4tHmX .mbr-text,
.cid-uUg2H4tHmX .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uScyb7B7Gz.popup-builder {
  background-color: #ffffff;
}
.cid-uScyb7B7Gz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uScyb7B7Gz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uScyb7B7Gz .modal-content,
.cid-uScyb7B7Gz .modal-dialog {
  height: auto;
}
.cid-uScyb7B7Gz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uScyb7B7Gz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uScyb7B7Gz .form-wrapper .mbr-form .form-group,
  .cid-uScyb7B7Gz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uScyb7B7Gz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uScyb7B7Gz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uScyb7B7Gz .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uScyb7B7Gz .pt-0 {
  padding-top: 0 !important;
}
.cid-uScyb7B7Gz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uScyb7B7Gz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uScyb7B7Gz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uScyb7B7Gz .modal-open {
  overflow: hidden;
}
.cid-uScyb7B7Gz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uScyb7B7Gz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uScyb7B7Gz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uScyb7B7Gz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uScyb7B7Gz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uScyb7B7Gz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uScyb7B7Gz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uScyb7B7Gz .modal-content {
  background: #012b3a;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uScyb7B7Gz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uScyb7B7Gz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uScyb7B7Gz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uScyb7B7Gz .modal-backdrop.show {
  opacity: .5;
}
.cid-uScyb7B7Gz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uScyb7B7Gz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uScyb7B7Gz .modal-header {
    padding: 1rem;
  }
}
.cid-uScyb7B7Gz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uScyb7B7Gz .modal-header .close svg {
  fill: #ff0000;
}
.cid-uScyb7B7Gz .modal-header .close:hover {
  opacity: 1;
}
.cid-uScyb7B7Gz .modal-header .close:focus {
  outline: none;
}
.cid-uScyb7B7Gz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #10ff00;
}
.cid-uScyb7B7Gz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uScyb7B7Gz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uScyb7B7Gz .modal-body {
    padding: 1rem;
  }
}
.cid-uScyb7B7Gz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uScyb7B7Gz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uScyb7B7Gz .modal-footer {
    padding: 1rem;
  }
}
.cid-uScyb7B7Gz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uScyb7B7Gz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uScyb7B7Gz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uScyb7B7Gz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uScyb7B7Gz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uScyb7B7Gz .modal-lg,
  .cid-uScyb7B7Gz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uScyb7B7Gz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uScyb7B7Gz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uScyb7B7Gz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uScyb7B7Gz .form-group {
  margin-bottom: 1rem;
}
.cid-uScyb7B7Gz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uScyb7B7Gz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uScyb7B7Gz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uScyb7B7Gz .mbr-section-btn {
  margin: 0;
}
.cid-uScyb7B7Gz .mbr-section-btn .btn {
  margin: 0;
}
