.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'space_bd_bt_bold';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'space_bd_bt_bold';
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'space_bd_bt_bold';
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Gideon Roman', display;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffd600 !important;
}
.bg-success {
  background-color: #00ffe6 !important;
}
.bg-info {
  background-color: #66fc06 !important;
}
.bg-warning {
  background-color: #00ffe6 !important;
}
.bg-danger {
  background-color: #66fc06 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffd600 !important;
  border-color: #ffd600 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffde33 !important;
  border-color: #ffde33 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ffde33 !important;
  border-color: #ffde33 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00ffe6 !important;
  border-color: #00ffe6 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #33ffeb !important;
  border-color: #33ffeb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #33ffeb !important;
  border-color: #33ffeb !important;
}
.btn-info,
.btn-info:active {
  background-color: #66fc06 !important;
  border-color: #66fc06 !important;
  color: #010300 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #85fd38 !important;
  border-color: #85fd38 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #010300 !important;
  background-color: #85fd38 !important;
  border-color: #85fd38 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00ffe6 !important;
  border-color: #00ffe6 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #33ffeb !important;
  border-color: #33ffeb !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #33ffeb !important;
  border-color: #33ffeb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00ffe6 !important;
  border-color: #00ffe6 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #33ffeb !important;
  border-color: #33ffeb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #33ffeb !important;
  border-color: #33ffeb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #66fc06 !important;
  border-color: #66fc06 !important;
  color: #010300 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #85fd38 !important;
  border-color: #85fd38 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #010300 !important;
  background-color: #85fd38 !important;
  border-color: #85fd38 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffd600;
  color: #ffd600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a88d00 !important;
  background-color: transparent !important;
  border-color: #a88d00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #ffd600 !important;
  border-color: #ffd600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00ffe6;
  color: #00ffe6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00a898 !important;
  background-color: transparent !important;
  border-color: #00a898 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #00ffe6 !important;
  border-color: #00ffe6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #66fc06;
  color: #66fc06;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #43a902 !important;
  background-color: transparent !important;
  border-color: #43a902 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #010300 !important;
  background-color: #66fc06 !important;
  border-color: #66fc06 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00ffe6;
  color: #00ffe6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #00a898 !important;
  background-color: transparent !important;
  border-color: #00a898 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #00ffe6 !important;
  border-color: #00ffe6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #00ffe6;
  color: #00ffe6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00a898 !important;
  background-color: transparent !important;
  border-color: #00a898 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #00ffe6 !important;
  border-color: #00ffe6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #66fc06;
  color: #66fc06;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #43a902 !important;
  background-color: transparent !important;
  border-color: #43a902 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #010300 !important;
  background-color: #66fc06 !important;
  border-color: #66fc06 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffd600 !important;
}
.text-secondary {
  color: #00ffe6 !important;
}
.text-success {
  color: #00ffe6 !important;
}
.text-info {
  color: #66fc06 !important;
}
.text-warning {
  color: #00ffe6 !important;
}
.text-danger {
  color: #66fc06 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #998000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00998a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #00998a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3d9a02 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #00998a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3d9a02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffd600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #66fc06;
}
.alert-warning {
  background-color: #00ffe6;
}
.alert-danger {
  background-color: #66fc06;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffd600;
  border-color: #ffd600;
  color: #191500;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffd600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff7cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ccfffa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e2fed0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ccfffa;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2fed0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Gideon Roman', display;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffd600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gideon Roman', display;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffd600;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #ffd600;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffd600;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffd600;
  border-bottom-color: #ffd600;
}
.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: #ffd600 !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: #00ffe6 !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='%23ffd600' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tT5oboq6j4 {
  z-index: 1000;
  width: 100%;
}
.cid-tT5oboq6j4 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-tT5oboq6j4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-tT5oboq6j4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tT5oboq6j4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tT5oboq6j4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tT5oboq6j4 .menu_box .navbar.opened,
  .cid-tT5oboq6j4 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tT5oboq6j4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tT5oboq6j4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tT5oboq6j4 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tT5oboq6j4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tT5oboq6j4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tT5oboq6j4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tT5oboq6j4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-tT5oboq6j4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tT5oboq6j4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tT5oboq6j4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tT5oboq6j4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tT5oboq6j4 .offcanvas-body .mbr-text,
  .cid-tT5oboq6j4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tT5oboq6j4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tT5oboq6j4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tT5oboq6j4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tT5oboq6j4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tT5oboq6j4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tT5oboq6j4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tT5oboq6j4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tT5oboq6j4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tT5oboq6j4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tT5oboq6j4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tT5oboq6j4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tT5oboq6j4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tT5oboq6j4 .lg_brand {
    margin: 0 1rem;
  }
  .cid-tT5oboq6j4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-tT5oboq6j4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tT5oboq6j4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tT5oboq6j4 .nav-item {
    margin: 0 !important;
  }
}
.cid-tT5oboq6j4 .nav-item .nav-link {
  position: relative;
}
.cid-tT5oboq6j4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-tT5oboq6j4 .nav-item .nav-link:hover,
.cid-tT5oboq6j4 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-tT5oboq6j4 .nav-item .nav-link:hover::before,
.cid-tT5oboq6j4 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tT5oboq6j4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tT5oboq6j4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tT5oboq6j4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tT5oboq6j4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tT5oboq6j4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tT5oboq6j4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tT5oboq6j4 .offcanvas_box {
    display: none;
  }
}
.cid-tT5oboq6j4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tT5oboq6j4 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tT5oboq6j4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tT5oboq6j4 .container {
  display: flex;
  margin: auto;
}
.cid-tT5oboq6j4 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tT5oboq6j4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tT5oboq6j4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tT5oboq6j4 .navbar-caption {
  color: #ffffff;
}
.cid-tT5oboq6j4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tT5oboq6j4 .navbar-nav {
    margin: 0;
  }
}
.cid-tT5oboq6j4 .dropdown-menu,
.cid-tT5oboq6j4 .navbar.opened {
  background-color: true !important;
}
.cid-tT5oboq6j4 .nav-item:focus,
.cid-tT5oboq6j4 .nav-link:focus {
  outline: none;
}
.cid-tT5oboq6j4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tT5oboq6j4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tT5oboq6j4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tT5oboq6j4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tT5oboq6j4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tT5oboq6j4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tT5oboq6j4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tT5oboq6j4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tT5oboq6j4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tT5oboq6j4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tT5oboq6j4 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-tT5oboq6j4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tT5oboq6j4 .navbar.collapsed {
  justify-content: center;
}
.cid-tT5oboq6j4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tT5oboq6j4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tT5oboq6j4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tT5oboq6j4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tT5oboq6j4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tT5oboq6j4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tT5oboq6j4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tT5oboq6j4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tT5oboq6j4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tT5oboq6j4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tT5oboq6j4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tT5oboq6j4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tT5oboq6j4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tT5oboq6j4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tT5oboq6j4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tT5oboq6j4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tT5oboq6j4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tT5oboq6j4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tT5oboq6j4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tT5oboq6j4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tT5oboq6j4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tT5oboq6j4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tT5oboq6j4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tT5oboq6j4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tT5oboq6j4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tT5oboq6j4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tT5oboq6j4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tT5oboq6j4 .dropdown-item.active,
.cid-tT5oboq6j4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tT5oboq6j4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tT5oboq6j4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tT5oboq6j4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tT5oboq6j4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tT5oboq6j4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tT5oboq6j4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tT5oboq6j4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-tT5oboq6j4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tT5oboq6j4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tT5oboq6j4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT5oboq6j4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tT5oboq6j4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tT5oboq6j4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT5oboq6j4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tT5oboq6j4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tT5oboq6j4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tT5oboq6j4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tT5oboq6j4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tT5oboq6j4 .navbar {
    height: 70px;
  }
  .cid-tT5oboq6j4 .navbar.opened {
    height: auto;
  }
  .cid-tT5oboq6j4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tT5oboq6j4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tT5oboq6j4 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tT5oboq6j4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tT5oboq6j4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-tT5oboq6j4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tT5oboq6j4 .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-tT5oboq6j4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tT5oboq6j4 .text_widget {
  margin-bottom: 32px;
}
.cid-tT5oboq6j4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tT5oboq6j4 .text_widget a:hover {
  opacity: .5;
}
.cid-tT5oboq6j4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tT5oboq6j4 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tT5oboq6j4 .mbr-section-subtitle,
.cid-tT5oboq6j4 .text_widget,
.cid-tT5oboq6j4 .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-tT5oboq6j4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tMiWksBqVP {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/16500feetmilkywaykc2-brunier-1800x1164.jpg");
}
.cid-tMiWksBqVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMiWksBqVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMiWksBqVP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMiWksBqVP .row {
  flex-direction: row-reverse;
}
.cid-tMiWksBqVP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tMiWksBqVP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tMiWksBqVP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tMiWksBqVP .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-tMiWksBqVP .mbr-text,
.cid-tMiWksBqVP .mbr-section-btn {
  color: #ffcf00;
  text-align: center;
}
.cid-tNuCCFxdtZ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tNuCCFxdtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNuCCFxdtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNuCCFxdtZ .row {
  justify-content: left;
}
.cid-tNuCCFxdtZ .main-col {
  display: flex;
}
.cid-tNuCCFxdtZ .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-tNuCCFxdtZ .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-tNuCCFxdtZ .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-tNuCCFxdtZ .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-tNuCCFxdtZ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-tNuDM4TVWg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-tNuDM4TVWg .container-fluid {
  padding: 0 2rem;
}
.cid-tNuDM4TVWg .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-tNuDM4TVWg .mbr-title {
  padding: 0 1rem;
}
.cid-tNuDM4TVWg .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-tNuDM4TVWg .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tNuDM4TVWg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-tNuDM4TVWg .image-wrap {
  width: 100%;
}
.cid-tNuDM4TVWg .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-tNuDM4TVWg .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-tNuDM4TVWg .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-tNuDM4TVWg .container-fluid {
    padding: 0rem;
  }
}
.cid-tNuDM4TVWg .mbr-text,
.cid-tNuDM4TVWg .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUnmpXRcFe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnmpXRcFe .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnmpXRcFe .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnmpXRcFe .card_topic,
.cid-uUnmpXRcFe .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnmpXRcFe .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnmpXRcFe .image {
  position: relative;
}
.cid-uUnmpXRcFe .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-uUnmpXRcFe .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnmpXRcFe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnmpXRcFe .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnmpXRcFe .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnmpXRcFe .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnmpXRcFe .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnmpXRcFe .content_block {
    padding: 30px 15px;
  }
  .cid-uUnmpXRcFe .mbr-figure {
    padding: 0;
  }
  .cid-uUnmpXRcFe .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-uUnmpXRcFe .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnmpXRcFe .mbr-text,
.cid-uUnmpXRcFe .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnmpXRcFe .category_content,
.cid-uUnmpXRcFe .card_topic {
  color: #e53712;
}
.cid-uUfYtjxX9t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfYtjxX9t .container-fluid {
  padding: 0 2rem;
}
.cid-uUfYtjxX9t .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfYtjxX9t .mbr-title {
  padding: 0 1rem;
}
.cid-uUfYtjxX9t .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfYtjxX9t .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfYtjxX9t .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfYtjxX9t .image-wrap {
  width: 100%;
}
.cid-uUfYtjxX9t .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfYtjxX9t .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfYtjxX9t .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfYtjxX9t .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfYtjxX9t .mbr-text,
.cid-uUfYtjxX9t .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7B1d1tnNQ {
  z-index: 1000;
  width: 100%;
}
.cid-u7B1d1tnNQ .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7B1d1tnNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7B1d1tnNQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7B1d1tnNQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7B1d1tnNQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7B1d1tnNQ .menu_box .navbar.opened,
  .cid-u7B1d1tnNQ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7B1d1tnNQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7B1d1tnNQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7B1d1tnNQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7B1d1tnNQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7B1d1tnNQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7B1d1tnNQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7B1d1tnNQ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7B1d1tnNQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7B1d1tnNQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7B1d1tnNQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7B1d1tnNQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7B1d1tnNQ .offcanvas-body .mbr-text,
  .cid-u7B1d1tnNQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7B1d1tnNQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7B1d1tnNQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7B1d1tnNQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7B1d1tnNQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7B1d1tnNQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7B1d1tnNQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7B1d1tnNQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7B1d1tnNQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7B1d1tnNQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B1d1tnNQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7B1d1tnNQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7B1d1tnNQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7B1d1tnNQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7B1d1tnNQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7B1d1tnNQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7B1d1tnNQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7B1d1tnNQ .nav-item {
    margin: 0 !important;
  }
}
.cid-u7B1d1tnNQ .nav-item .nav-link {
  position: relative;
}
.cid-u7B1d1tnNQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7B1d1tnNQ .nav-item .nav-link:hover,
.cid-u7B1d1tnNQ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7B1d1tnNQ .nav-item .nav-link:hover::before,
.cid-u7B1d1tnNQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7B1d1tnNQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7B1d1tnNQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7B1d1tnNQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7B1d1tnNQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B1d1tnNQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7B1d1tnNQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7B1d1tnNQ .offcanvas_box {
    display: none;
  }
}
.cid-u7B1d1tnNQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7B1d1tnNQ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7B1d1tnNQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7B1d1tnNQ .container {
  display: flex;
  margin: auto;
}
.cid-u7B1d1tnNQ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7B1d1tnNQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7B1d1tnNQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7B1d1tnNQ .navbar-caption {
  color: #ffffff;
}
.cid-u7B1d1tnNQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7B1d1tnNQ .navbar-nav {
    margin: 0;
  }
}
.cid-u7B1d1tnNQ .dropdown-menu,
.cid-u7B1d1tnNQ .navbar.opened {
  background-color: true !important;
}
.cid-u7B1d1tnNQ .nav-item:focus,
.cid-u7B1d1tnNQ .nav-link:focus {
  outline: none;
}
.cid-u7B1d1tnNQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7B1d1tnNQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7B1d1tnNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7B1d1tnNQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7B1d1tnNQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7B1d1tnNQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7B1d1tnNQ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7B1d1tnNQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7B1d1tnNQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u7B1d1tnNQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7B1d1tnNQ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7B1d1tnNQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7B1d1tnNQ .navbar.collapsed {
  justify-content: center;
}
.cid-u7B1d1tnNQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7B1d1tnNQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7B1d1tnNQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7B1d1tnNQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7B1d1tnNQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7B1d1tnNQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7B1d1tnNQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7B1d1tnNQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7B1d1tnNQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7B1d1tnNQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7B1d1tnNQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7B1d1tnNQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7B1d1tnNQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7B1d1tnNQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7B1d1tnNQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7B1d1tnNQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7B1d1tnNQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7B1d1tnNQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7B1d1tnNQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7B1d1tnNQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7B1d1tnNQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7B1d1tnNQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7B1d1tnNQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7B1d1tnNQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7B1d1tnNQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7B1d1tnNQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7B1d1tnNQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7B1d1tnNQ .dropdown-item.active,
.cid-u7B1d1tnNQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u7B1d1tnNQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7B1d1tnNQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7B1d1tnNQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7B1d1tnNQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7B1d1tnNQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7B1d1tnNQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7B1d1tnNQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7B1d1tnNQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7B1d1tnNQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7B1d1tnNQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B1d1tnNQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B1d1tnNQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7B1d1tnNQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B1d1tnNQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7B1d1tnNQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7B1d1tnNQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B1d1tnNQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7B1d1tnNQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7B1d1tnNQ .navbar {
    height: 70px;
  }
  .cid-u7B1d1tnNQ .navbar.opened {
    height: auto;
  }
  .cid-u7B1d1tnNQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7B1d1tnNQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7B1d1tnNQ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7B1d1tnNQ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7B1d1tnNQ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7B1d1tnNQ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7B1d1tnNQ .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7B1d1tnNQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7B1d1tnNQ .text_widget {
  margin-bottom: 32px;
}
.cid-u7B1d1tnNQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7B1d1tnNQ .text_widget a:hover {
  opacity: .5;
}
.cid-u7B1d1tnNQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7B1d1tnNQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7B1d1tnNQ .mbr-section-subtitle,
.cid-u7B1d1tnNQ .text_widget,
.cid-u7B1d1tnNQ .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7B1d1tnNQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7B1d204RV {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/16500feetmilkywaykc2-brunier-1800x1164.jpg");
}
.cid-u7B1d204RV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B1d204RV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7B1d204RV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7B1d204RV .row {
  flex-direction: row-reverse;
}
.cid-u7B1d204RV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7B1d204RV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7B1d204RV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7B1d204RV .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7B1d204RV .mbr-text,
.cid-u7B1d204RV .mbr-section-btn {
  color: #ffcf00;
  text-align: center;
}
.cid-u7B1d2kEVp {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7B1d2kEVp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B1d2kEVp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7B1d2kEVp .row {
  justify-content: left;
}
.cid-u7B1d2kEVp .main-col {
  display: flex;
}
.cid-u7B1d2kEVp .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7B1d2kEVp .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-u7B1d2kEVp .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7B1d2kEVp .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7B1d2kEVp .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u7B1d2GMbv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7B1d2GMbv .container-fluid {
  padding: 0 2rem;
}
.cid-u7B1d2GMbv .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7B1d2GMbv .mbr-title {
  padding: 0 1rem;
}
.cid-u7B1d2GMbv .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7B1d2GMbv .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7B1d2GMbv .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7B1d2GMbv .image-wrap {
  width: 100%;
}
.cid-u7B1d2GMbv .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7B1d2GMbv .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7B1d2GMbv .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7B1d2GMbv .container-fluid {
    padding: 0rem;
  }
}
.cid-u7B1d2GMbv .mbr-text,
.cid-u7B1d2GMbv .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUnmw3beaP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnmw3beaP .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnmw3beaP .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnmw3beaP .card_topic,
.cid-uUnmw3beaP .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnmw3beaP .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnmw3beaP .image {
  position: relative;
}
.cid-uUnmw3beaP .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-uUnmw3beaP .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnmw3beaP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnmw3beaP .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnmw3beaP .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnmw3beaP .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnmw3beaP .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnmw3beaP .content_block {
    padding: 30px 15px;
  }
  .cid-uUnmw3beaP .mbr-figure {
    padding: 0;
  }
  .cid-uUnmw3beaP .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-uUnmw3beaP .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnmw3beaP .mbr-text,
.cid-uUnmw3beaP .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnmw3beaP .category_content,
.cid-uUnmw3beaP .card_topic {
  color: #e53712;
}
.cid-uUfYywQe7k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfYywQe7k .container-fluid {
  padding: 0 2rem;
}
.cid-uUfYywQe7k .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfYywQe7k .mbr-title {
  padding: 0 1rem;
}
.cid-uUfYywQe7k .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfYywQe7k .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfYywQe7k .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfYywQe7k .image-wrap {
  width: 100%;
}
.cid-uUfYywQe7k .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfYywQe7k .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfYywQe7k .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfYywQe7k .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfYywQe7k .mbr-text,
.cid-uUfYywQe7k .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7B1eqEi0P {
  z-index: 1000;
  width: 100%;
}
.cid-u7B1eqEi0P .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7B1eqEi0P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7B1eqEi0P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7B1eqEi0P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7B1eqEi0P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7B1eqEi0P .menu_box .navbar.opened,
  .cid-u7B1eqEi0P .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7B1eqEi0P nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7B1eqEi0P .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7B1eqEi0P .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7B1eqEi0P .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7B1eqEi0P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7B1eqEi0P .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7B1eqEi0P .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7B1eqEi0P .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7B1eqEi0P .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7B1eqEi0P .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7B1eqEi0P .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7B1eqEi0P .offcanvas-body .mbr-text,
  .cid-u7B1eqEi0P .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7B1eqEi0P .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7B1eqEi0P .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7B1eqEi0P .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7B1eqEi0P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7B1eqEi0P .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7B1eqEi0P .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7B1eqEi0P .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7B1eqEi0P ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7B1eqEi0P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B1eqEi0P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7B1eqEi0P .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7B1eqEi0P li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7B1eqEi0P .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7B1eqEi0P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7B1eqEi0P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7B1eqEi0P .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7B1eqEi0P .nav-item {
    margin: 0 !important;
  }
}
.cid-u7B1eqEi0P .nav-item .nav-link {
  position: relative;
}
.cid-u7B1eqEi0P .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7B1eqEi0P .nav-item .nav-link:hover,
.cid-u7B1eqEi0P .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7B1eqEi0P .nav-item .nav-link:hover::before,
.cid-u7B1eqEi0P .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7B1eqEi0P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7B1eqEi0P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7B1eqEi0P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7B1eqEi0P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B1eqEi0P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7B1eqEi0P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7B1eqEi0P .offcanvas_box {
    display: none;
  }
}
.cid-u7B1eqEi0P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7B1eqEi0P .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7B1eqEi0P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7B1eqEi0P .container {
  display: flex;
  margin: auto;
}
.cid-u7B1eqEi0P .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7B1eqEi0P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7B1eqEi0P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7B1eqEi0P .navbar-caption {
  color: #ffffff;
}
.cid-u7B1eqEi0P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7B1eqEi0P .navbar-nav {
    margin: 0;
  }
}
.cid-u7B1eqEi0P .dropdown-menu,
.cid-u7B1eqEi0P .navbar.opened {
  background-color: true !important;
}
.cid-u7B1eqEi0P .nav-item:focus,
.cid-u7B1eqEi0P .nav-link:focus {
  outline: none;
}
.cid-u7B1eqEi0P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7B1eqEi0P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7B1eqEi0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7B1eqEi0P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7B1eqEi0P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7B1eqEi0P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7B1eqEi0P .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7B1eqEi0P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7B1eqEi0P .navbar.opened {
  transition: all 0.3s;
}
.cid-u7B1eqEi0P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7B1eqEi0P .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7B1eqEi0P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7B1eqEi0P .navbar.collapsed {
  justify-content: center;
}
.cid-u7B1eqEi0P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7B1eqEi0P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7B1eqEi0P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7B1eqEi0P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7B1eqEi0P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7B1eqEi0P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7B1eqEi0P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7B1eqEi0P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7B1eqEi0P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7B1eqEi0P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7B1eqEi0P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7B1eqEi0P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7B1eqEi0P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7B1eqEi0P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7B1eqEi0P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7B1eqEi0P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7B1eqEi0P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7B1eqEi0P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7B1eqEi0P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7B1eqEi0P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7B1eqEi0P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7B1eqEi0P .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7B1eqEi0P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7B1eqEi0P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7B1eqEi0P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7B1eqEi0P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7B1eqEi0P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7B1eqEi0P .dropdown-item.active,
.cid-u7B1eqEi0P .dropdown-item:active {
  background-color: transparent;
}
.cid-u7B1eqEi0P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7B1eqEi0P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7B1eqEi0P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7B1eqEi0P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7B1eqEi0P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7B1eqEi0P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7B1eqEi0P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7B1eqEi0P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7B1eqEi0P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7B1eqEi0P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B1eqEi0P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B1eqEi0P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7B1eqEi0P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B1eqEi0P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7B1eqEi0P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7B1eqEi0P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B1eqEi0P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7B1eqEi0P .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7B1eqEi0P .navbar {
    height: 70px;
  }
  .cid-u7B1eqEi0P .navbar.opened {
    height: auto;
  }
  .cid-u7B1eqEi0P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7B1eqEi0P .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7B1eqEi0P .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7B1eqEi0P .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7B1eqEi0P .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7B1eqEi0P .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7B1eqEi0P .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7B1eqEi0P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7B1eqEi0P .text_widget {
  margin-bottom: 32px;
}
.cid-u7B1eqEi0P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7B1eqEi0P .text_widget a:hover {
  opacity: .5;
}
.cid-u7B1eqEi0P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7B1eqEi0P .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7B1eqEi0P .mbr-section-subtitle,
.cid-u7B1eqEi0P .text_widget,
.cid-u7B1eqEi0P .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7B1eqEi0P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7B1eraKWW {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/16500feetmilkywaykc2-brunier-1800x1164.jpg");
}
.cid-u7B1eraKWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B1eraKWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7B1eraKWW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7B1eraKWW .row {
  flex-direction: row-reverse;
}
.cid-u7B1eraKWW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7B1eraKWW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7B1eraKWW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7B1eraKWW .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7B1eraKWW .mbr-text,
.cid-u7B1eraKWW .mbr-section-btn {
  color: #ffcf00;
  text-align: center;
}
.cid-u7B1ertnuA {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7B1ertnuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B1ertnuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7B1ertnuA .row {
  justify-content: left;
}
.cid-u7B1ertnuA .main-col {
  display: flex;
}
.cid-u7B1ertnuA .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7B1ertnuA .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-u7B1ertnuA .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7B1ertnuA .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7B1ertnuA .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7B1erOb78 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7B1erOb78 .container-fluid {
  padding: 0 2rem;
}
.cid-u7B1erOb78 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7B1erOb78 .mbr-title {
  padding: 0 1rem;
}
.cid-u7B1erOb78 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7B1erOb78 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7B1erOb78 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7B1erOb78 .image-wrap {
  width: 100%;
}
.cid-u7B1erOb78 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7B1erOb78 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7B1erOb78 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7B1erOb78 .container-fluid {
    padding: 0rem;
  }
}
.cid-u7B1erOb78 .mbr-text,
.cid-u7B1erOb78 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUnmAOtgcb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnmAOtgcb .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnmAOtgcb .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnmAOtgcb .card_topic,
.cid-uUnmAOtgcb .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnmAOtgcb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnmAOtgcb .image {
  position: relative;
}
.cid-uUnmAOtgcb .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-uUnmAOtgcb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnmAOtgcb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnmAOtgcb .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnmAOtgcb .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnmAOtgcb .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnmAOtgcb .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnmAOtgcb .content_block {
    padding: 30px 15px;
  }
  .cid-uUnmAOtgcb .mbr-figure {
    padding: 0;
  }
  .cid-uUnmAOtgcb .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-uUnmAOtgcb .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnmAOtgcb .mbr-text,
.cid-uUnmAOtgcb .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnmAOtgcb .category_content,
.cid-uUnmAOtgcb .card_topic {
  color: #e53712;
}
.cid-uUfYEw0SlR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfYEw0SlR .container-fluid {
  padding: 0 2rem;
}
.cid-uUfYEw0SlR .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfYEw0SlR .mbr-title {
  padding: 0 1rem;
}
.cid-uUfYEw0SlR .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfYEw0SlR .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfYEw0SlR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfYEw0SlR .image-wrap {
  width: 100%;
}
.cid-uUfYEw0SlR .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfYEw0SlR .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfYEw0SlR .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfYEw0SlR .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfYEw0SlR .mbr-text,
.cid-uUfYEw0SlR .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7B1ffaSpZ {
  z-index: 1000;
  width: 100%;
}
.cid-u7B1ffaSpZ .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7B1ffaSpZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7B1ffaSpZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7B1ffaSpZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7B1ffaSpZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7B1ffaSpZ .menu_box .navbar.opened,
  .cid-u7B1ffaSpZ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7B1ffaSpZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7B1ffaSpZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7B1ffaSpZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7B1ffaSpZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7B1ffaSpZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7B1ffaSpZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7B1ffaSpZ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7B1ffaSpZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7B1ffaSpZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7B1ffaSpZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7B1ffaSpZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7B1ffaSpZ .offcanvas-body .mbr-text,
  .cid-u7B1ffaSpZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7B1ffaSpZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7B1ffaSpZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7B1ffaSpZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7B1ffaSpZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7B1ffaSpZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7B1ffaSpZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7B1ffaSpZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7B1ffaSpZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7B1ffaSpZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B1ffaSpZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7B1ffaSpZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7B1ffaSpZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7B1ffaSpZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7B1ffaSpZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7B1ffaSpZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7B1ffaSpZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7B1ffaSpZ .nav-item {
    margin: 0 !important;
  }
}
.cid-u7B1ffaSpZ .nav-item .nav-link {
  position: relative;
}
.cid-u7B1ffaSpZ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7B1ffaSpZ .nav-item .nav-link:hover,
.cid-u7B1ffaSpZ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7B1ffaSpZ .nav-item .nav-link:hover::before,
.cid-u7B1ffaSpZ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7B1ffaSpZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7B1ffaSpZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7B1ffaSpZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7B1ffaSpZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B1ffaSpZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7B1ffaSpZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7B1ffaSpZ .offcanvas_box {
    display: none;
  }
}
.cid-u7B1ffaSpZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7B1ffaSpZ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7B1ffaSpZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7B1ffaSpZ .container {
  display: flex;
  margin: auto;
}
.cid-u7B1ffaSpZ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7B1ffaSpZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7B1ffaSpZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7B1ffaSpZ .navbar-caption {
  color: #ffffff;
}
.cid-u7B1ffaSpZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7B1ffaSpZ .navbar-nav {
    margin: 0;
  }
}
.cid-u7B1ffaSpZ .dropdown-menu,
.cid-u7B1ffaSpZ .navbar.opened {
  background-color: true !important;
}
.cid-u7B1ffaSpZ .nav-item:focus,
.cid-u7B1ffaSpZ .nav-link:focus {
  outline: none;
}
.cid-u7B1ffaSpZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7B1ffaSpZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7B1ffaSpZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7B1ffaSpZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7B1ffaSpZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7B1ffaSpZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7B1ffaSpZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7B1ffaSpZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7B1ffaSpZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u7B1ffaSpZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7B1ffaSpZ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7B1ffaSpZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7B1ffaSpZ .navbar.collapsed {
  justify-content: center;
}
.cid-u7B1ffaSpZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7B1ffaSpZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7B1ffaSpZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7B1ffaSpZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7B1ffaSpZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7B1ffaSpZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7B1ffaSpZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7B1ffaSpZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7B1ffaSpZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7B1ffaSpZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7B1ffaSpZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7B1ffaSpZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7B1ffaSpZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7B1ffaSpZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7B1ffaSpZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7B1ffaSpZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7B1ffaSpZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7B1ffaSpZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7B1ffaSpZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7B1ffaSpZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7B1ffaSpZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7B1ffaSpZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7B1ffaSpZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7B1ffaSpZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7B1ffaSpZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7B1ffaSpZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7B1ffaSpZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7B1ffaSpZ .dropdown-item.active,
.cid-u7B1ffaSpZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u7B1ffaSpZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7B1ffaSpZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7B1ffaSpZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7B1ffaSpZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7B1ffaSpZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7B1ffaSpZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7B1ffaSpZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7B1ffaSpZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7B1ffaSpZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7B1ffaSpZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B1ffaSpZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B1ffaSpZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7B1ffaSpZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B1ffaSpZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7B1ffaSpZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7B1ffaSpZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B1ffaSpZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7B1ffaSpZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7B1ffaSpZ .navbar {
    height: 70px;
  }
  .cid-u7B1ffaSpZ .navbar.opened {
    height: auto;
  }
  .cid-u7B1ffaSpZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7B1ffaSpZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7B1ffaSpZ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7B1ffaSpZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7B1ffaSpZ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7B1ffaSpZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7B1ffaSpZ .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7B1ffaSpZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7B1ffaSpZ .text_widget {
  margin-bottom: 32px;
}
.cid-u7B1ffaSpZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7B1ffaSpZ .text_widget a:hover {
  opacity: .5;
}
.cid-u7B1ffaSpZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7B1ffaSpZ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7B1ffaSpZ .mbr-section-subtitle,
.cid-u7B1ffaSpZ .text_widget,
.cid-u7B1ffaSpZ .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7B1ffaSpZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7B1ffEIop {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/16500feetmilkywaykc2-brunier-1800x1164.jpg");
}
.cid-u7B1ffEIop .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B1ffEIop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7B1ffEIop .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7B1ffEIop .row {
  flex-direction: row-reverse;
}
.cid-u7B1ffEIop .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7B1ffEIop .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7B1ffEIop .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7B1ffEIop .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7B1ffEIop .mbr-text,
.cid-u7B1ffEIop .mbr-section-btn {
  color: #ffcf00;
  text-align: center;
}
.cid-u7B1ffX6S1 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7B1ffX6S1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B1ffX6S1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7B1ffX6S1 .row {
  justify-content: left;
}
.cid-u7B1ffX6S1 .main-col {
  display: flex;
}
.cid-u7B1ffX6S1 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7B1ffX6S1 .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-u7B1ffX6S1 .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7B1ffX6S1 .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7B1ffX6S1 .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7B1fgivIL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7B1fgivIL .container-fluid {
  padding: 0 2rem;
}
.cid-u7B1fgivIL .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7B1fgivIL .mbr-title {
  padding: 0 1rem;
}
.cid-u7B1fgivIL .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7B1fgivIL .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7B1fgivIL .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7B1fgivIL .image-wrap {
  width: 100%;
}
.cid-u7B1fgivIL .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7B1fgivIL .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7B1fgivIL .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7B1fgivIL .container-fluid {
    padding: 0rem;
  }
}
.cid-u7B1fgivIL .mbr-text,
.cid-u7B1fgivIL .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUnn8sCK6E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnn8sCK6E .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnn8sCK6E .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnn8sCK6E .card_topic,
.cid-uUnn8sCK6E .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnn8sCK6E .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnn8sCK6E .image {
  position: relative;
}
.cid-uUnn8sCK6E .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-uUnn8sCK6E .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnn8sCK6E .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnn8sCK6E .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnn8sCK6E .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnn8sCK6E .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnn8sCK6E .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnn8sCK6E .content_block {
    padding: 30px 15px;
  }
  .cid-uUnn8sCK6E .mbr-figure {
    padding: 0;
  }
  .cid-uUnn8sCK6E .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-uUnn8sCK6E .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnn8sCK6E .mbr-text,
.cid-uUnn8sCK6E .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnn8sCK6E .category_content,
.cid-uUnn8sCK6E .card_topic {
  color: #e53712;
}
.cid-uUfZBcuohD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfZBcuohD .container-fluid {
  padding: 0 2rem;
}
.cid-uUfZBcuohD .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfZBcuohD .mbr-title {
  padding: 0 1rem;
}
.cid-uUfZBcuohD .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfZBcuohD .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfZBcuohD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfZBcuohD .image-wrap {
  width: 100%;
}
.cid-uUfZBcuohD .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfZBcuohD .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfZBcuohD .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfZBcuohD .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfZBcuohD .mbr-text,
.cid-uUfZBcuohD .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7B5PXQJXJ {
  z-index: 1000;
  width: 100%;
}
.cid-u7B5PXQJXJ .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7B5PXQJXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7B5PXQJXJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7B5PXQJXJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7B5PXQJXJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7B5PXQJXJ .menu_box .navbar.opened,
  .cid-u7B5PXQJXJ .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7B5PXQJXJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7B5PXQJXJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7B5PXQJXJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7B5PXQJXJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7B5PXQJXJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7B5PXQJXJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7B5PXQJXJ .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7B5PXQJXJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7B5PXQJXJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7B5PXQJXJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7B5PXQJXJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7B5PXQJXJ .offcanvas-body .mbr-text,
  .cid-u7B5PXQJXJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7B5PXQJXJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7B5PXQJXJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7B5PXQJXJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7B5PXQJXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7B5PXQJXJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7B5PXQJXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7B5PXQJXJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7B5PXQJXJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7B5PXQJXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B5PXQJXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7B5PXQJXJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7B5PXQJXJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7B5PXQJXJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7B5PXQJXJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7B5PXQJXJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7B5PXQJXJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7B5PXQJXJ .nav-item {
    margin: 0 !important;
  }
}
.cid-u7B5PXQJXJ .nav-item .nav-link {
  position: relative;
}
.cid-u7B5PXQJXJ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7B5PXQJXJ .nav-item .nav-link:hover,
.cid-u7B5PXQJXJ .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7B5PXQJXJ .nav-item .nav-link:hover::before,
.cid-u7B5PXQJXJ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7B5PXQJXJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7B5PXQJXJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7B5PXQJXJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7B5PXQJXJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B5PXQJXJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7B5PXQJXJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7B5PXQJXJ .offcanvas_box {
    display: none;
  }
}
.cid-u7B5PXQJXJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7B5PXQJXJ .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7B5PXQJXJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7B5PXQJXJ .container {
  display: flex;
  margin: auto;
}
.cid-u7B5PXQJXJ .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7B5PXQJXJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7B5PXQJXJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7B5PXQJXJ .navbar-caption {
  color: #ffffff;
}
.cid-u7B5PXQJXJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7B5PXQJXJ .navbar-nav {
    margin: 0;
  }
}
.cid-u7B5PXQJXJ .dropdown-menu,
.cid-u7B5PXQJXJ .navbar.opened {
  background-color: true !important;
}
.cid-u7B5PXQJXJ .nav-item:focus,
.cid-u7B5PXQJXJ .nav-link:focus {
  outline: none;
}
.cid-u7B5PXQJXJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7B5PXQJXJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7B5PXQJXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7B5PXQJXJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7B5PXQJXJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7B5PXQJXJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7B5PXQJXJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7B5PXQJXJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7B5PXQJXJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u7B5PXQJXJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7B5PXQJXJ .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7B5PXQJXJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7B5PXQJXJ .navbar.collapsed {
  justify-content: center;
}
.cid-u7B5PXQJXJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7B5PXQJXJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7B5PXQJXJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7B5PXQJXJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7B5PXQJXJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7B5PXQJXJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7B5PXQJXJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7B5PXQJXJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7B5PXQJXJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7B5PXQJXJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7B5PXQJXJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7B5PXQJXJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7B5PXQJXJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7B5PXQJXJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7B5PXQJXJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7B5PXQJXJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7B5PXQJXJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7B5PXQJXJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7B5PXQJXJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7B5PXQJXJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7B5PXQJXJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7B5PXQJXJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7B5PXQJXJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7B5PXQJXJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7B5PXQJXJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7B5PXQJXJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7B5PXQJXJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7B5PXQJXJ .dropdown-item.active,
.cid-u7B5PXQJXJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u7B5PXQJXJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7B5PXQJXJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7B5PXQJXJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7B5PXQJXJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7B5PXQJXJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7B5PXQJXJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7B5PXQJXJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7B5PXQJXJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7B5PXQJXJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7B5PXQJXJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B5PXQJXJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B5PXQJXJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7B5PXQJXJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B5PXQJXJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7B5PXQJXJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7B5PXQJXJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B5PXQJXJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7B5PXQJXJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7B5PXQJXJ .navbar {
    height: 70px;
  }
  .cid-u7B5PXQJXJ .navbar.opened {
    height: auto;
  }
  .cid-u7B5PXQJXJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7B5PXQJXJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7B5PXQJXJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7B5PXQJXJ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7B5PXQJXJ .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7B5PXQJXJ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7B5PXQJXJ .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7B5PXQJXJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7B5PXQJXJ .text_widget {
  margin-bottom: 32px;
}
.cid-u7B5PXQJXJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7B5PXQJXJ .text_widget a:hover {
  opacity: .5;
}
.cid-u7B5PXQJXJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7B5PXQJXJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7B5PXQJXJ .mbr-section-subtitle,
.cid-u7B5PXQJXJ .text_widget,
.cid-u7B5PXQJXJ .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7B5PXQJXJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7B5PYpweq {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-u7B5PYpweq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B5PYpweq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7B5PYpweq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7B5PYpweq .row {
  flex-direction: row-reverse;
}
.cid-u7B5PYpweq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7B5PYpweq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7B5PYpweq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7B5PYpweq .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7B5PYpweq .mbr-text,
.cid-u7B5PYpweq .mbr-section-btn {
  color: #ffd600;
  text-align: center;
}
.cid-u7B5PYKztH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u7B5PYKztH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B5PYKztH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7B5PYKztH .row {
  justify-content: left;
}
.cid-u7B5PYKztH .main-col {
  display: flex;
}
.cid-u7B5PYKztH .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7B5PYKztH .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7B5PYKztH .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7B5PYKztH .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7B5PYKztH .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7B5PZ7r2H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7B5PZ7r2H .container-fluid {
  padding: 0 2rem;
}
.cid-u7B5PZ7r2H .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7B5PZ7r2H .mbr-title {
  padding: 0 1rem;
}
.cid-u7B5PZ7r2H .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7B5PZ7r2H .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7B5PZ7r2H .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7B5PZ7r2H .image-wrap {
  width: 100%;
}
.cid-u7B5PZ7r2H .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7B5PZ7r2H .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7B5PZ7r2H .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7B5PZ7r2H .container-fluid {
    padding: 0rem;
  }
}
.cid-u7B5PZ7r2H .mbr-text,
.cid-u7B5PZ7r2H .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7B5RQojli {
  z-index: 1000;
  width: 100%;
}
.cid-u7B5RQojli .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7B5RQojli .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7B5RQojli .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7B5RQojli .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7B5RQojli .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7B5RQojli .menu_box .navbar.opened,
  .cid-u7B5RQojli .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7B5RQojli nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7B5RQojli .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7B5RQojli .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7B5RQojli .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7B5RQojli .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7B5RQojli .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7B5RQojli .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7B5RQojli .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7B5RQojli .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7B5RQojli .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7B5RQojli .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7B5RQojli .offcanvas-body .mbr-text,
  .cid-u7B5RQojli .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7B5RQojli .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7B5RQojli .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7B5RQojli .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7B5RQojli .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7B5RQojli .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7B5RQojli .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7B5RQojli .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7B5RQojli ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7B5RQojli .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B5RQojli .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7B5RQojli .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7B5RQojli li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7B5RQojli .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7B5RQojli .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7B5RQojli .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7B5RQojli .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7B5RQojli .nav-item {
    margin: 0 !important;
  }
}
.cid-u7B5RQojli .nav-item .nav-link {
  position: relative;
}
.cid-u7B5RQojli .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7B5RQojli .nav-item .nav-link:hover,
.cid-u7B5RQojli .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7B5RQojli .nav-item .nav-link:hover::before,
.cid-u7B5RQojli .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7B5RQojli .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7B5RQojli .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7B5RQojli .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7B5RQojli .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B5RQojli .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7B5RQojli .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7B5RQojli .offcanvas_box {
    display: none;
  }
}
.cid-u7B5RQojli .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7B5RQojli .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7B5RQojli .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7B5RQojli .container {
  display: flex;
  margin: auto;
}
.cid-u7B5RQojli .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7B5RQojli .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7B5RQojli .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7B5RQojli .navbar-caption {
  color: #ffffff;
}
.cid-u7B5RQojli .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7B5RQojli .navbar-nav {
    margin: 0;
  }
}
.cid-u7B5RQojli .dropdown-menu,
.cid-u7B5RQojli .navbar.opened {
  background-color: true !important;
}
.cid-u7B5RQojli .nav-item:focus,
.cid-u7B5RQojli .nav-link:focus {
  outline: none;
}
.cid-u7B5RQojli .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7B5RQojli .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7B5RQojli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7B5RQojli .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7B5RQojli .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7B5RQojli .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7B5RQojli .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7B5RQojli .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7B5RQojli .navbar.opened {
  transition: all 0.3s;
}
.cid-u7B5RQojli .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7B5RQojli .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7B5RQojli .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7B5RQojli .navbar.collapsed {
  justify-content: center;
}
.cid-u7B5RQojli .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7B5RQojli .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7B5RQojli .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7B5RQojli .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7B5RQojli .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7B5RQojli .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7B5RQojli .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7B5RQojli .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7B5RQojli .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7B5RQojli .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7B5RQojli .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7B5RQojli .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7B5RQojli .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7B5RQojli .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7B5RQojli .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7B5RQojli .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7B5RQojli .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7B5RQojli .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7B5RQojli .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7B5RQojli .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7B5RQojli .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7B5RQojli .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7B5RQojli .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7B5RQojli .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7B5RQojli .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7B5RQojli .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7B5RQojli .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7B5RQojli .dropdown-item.active,
.cid-u7B5RQojli .dropdown-item:active {
  background-color: transparent;
}
.cid-u7B5RQojli .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7B5RQojli .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7B5RQojli .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7B5RQojli .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7B5RQojli ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7B5RQojli .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7B5RQojli button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7B5RQojli button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7B5RQojli button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7B5RQojli button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B5RQojli button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B5RQojli button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7B5RQojli nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B5RQojli nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7B5RQojli nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7B5RQojli nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B5RQojli a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7B5RQojli .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7B5RQojli .navbar {
    height: 70px;
  }
  .cid-u7B5RQojli .navbar.opened {
    height: auto;
  }
  .cid-u7B5RQojli .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7B5RQojli .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7B5RQojli .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7B5RQojli .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7B5RQojli .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7B5RQojli .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7B5RQojli .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7B5RQojli .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7B5RQojli .text_widget {
  margin-bottom: 32px;
}
.cid-u7B5RQojli .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7B5RQojli .text_widget a:hover {
  opacity: .5;
}
.cid-u7B5RQojli .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7B5RQojli .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7B5RQojli .mbr-section-subtitle,
.cid-u7B5RQojli .text_widget,
.cid-u7B5RQojli .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7B5RQojli a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWIWOZQIAH {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWIWOZQIAH .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uWIWOZQIAH .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uWIWOZQIAH .card_topic,
.cid-uWIWOZQIAH .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uWIWOZQIAH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uWIWOZQIAH .image {
  position: relative;
}
.cid-uWIWOZQIAH .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-uWIWOZQIAH .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWIWOZQIAH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uWIWOZQIAH .mbr-section-btn .btn-secondary-outline:hover,
.cid-uWIWOZQIAH .mbr-section-btn .btn-secondary-outline .active,
.cid-uWIWOZQIAH .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uWIWOZQIAH .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uWIWOZQIAH .content_block {
    padding: 30px 15px;
  }
  .cid-uWIWOZQIAH .mbr-figure {
    padding: 0;
  }
  .cid-uWIWOZQIAH .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-uWIWOZQIAH .mbr-section-title {
  color: #31ff00;
  text-align: center;
}
.cid-uWIWOZQIAH .mbr-text,
.cid-uWIWOZQIAH .mbr-section-btn {
  color: #04d5ff;
  text-align: center;
}
.cid-uWIWOZQIAH .category_estimate,
.cid-uWIWOZQIAH .card_topic {
  color: #ffc800;
}
.cid-uWIWOZQIAH .category_content,
.cid-uWIWOZQIAH .card_topic {
  text-align: center;
  color: #04d5ff;
}
.cid-u7B5RRHeGM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7B5RRHeGM .container-fluid {
  padding: 0 2rem;
}
.cid-u7B5RRHeGM .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7B5RRHeGM .mbr-title {
  padding: 0 1rem;
}
.cid-u7B5RRHeGM .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7B5RRHeGM .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7B5RRHeGM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7B5RRHeGM .image-wrap {
  width: 100%;
}
.cid-u7B5RRHeGM .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7B5RRHeGM .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7B5RRHeGM .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7B5RRHeGM .container-fluid {
    padding: 0rem;
  }
}
.cid-u7B5RRHeGM .mbr-text,
.cid-u7B5RRHeGM .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7B5RRizaJ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7B5RRizaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B5RRizaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7B5RRizaJ .row {
  justify-content: left;
}
.cid-u7B5RRizaJ .main-col {
  display: flex;
}
.cid-u7B5RRizaJ .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7B5RRizaJ .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: justify;
}
.cid-u7B5RRizaJ .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7B5RRizaJ .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7B5RRizaJ .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-uWIY0KHiUF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uWIY0KHiUF .container-fluid {
  padding: 0 2rem;
}
.cid-uWIY0KHiUF .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uWIY0KHiUF .mbr-title {
  padding: 0 1rem;
}
.cid-uWIY0KHiUF .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uWIY0KHiUF .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uWIY0KHiUF .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uWIY0KHiUF .image-wrap {
  width: 100%;
}
.cid-uWIY0KHiUF .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uWIY0KHiUF .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uWIY0KHiUF .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uWIY0KHiUF .container-fluid {
    padding: 0rem;
  }
}
.cid-uWIY0KHiUF .mbr-text,
.cid-uWIY0KHiUF .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUnmJoxR9u {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnmJoxR9u .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnmJoxR9u .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnmJoxR9u .card_topic,
.cid-uUnmJoxR9u .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnmJoxR9u .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnmJoxR9u .image {
  position: relative;
}
.cid-uUnmJoxR9u .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-uUnmJoxR9u .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnmJoxR9u .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnmJoxR9u .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnmJoxR9u .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnmJoxR9u .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnmJoxR9u .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnmJoxR9u .content_block {
    padding: 30px 15px;
  }
  .cid-uUnmJoxR9u .mbr-figure {
    padding: 0;
  }
  .cid-uUnmJoxR9u .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-uUnmJoxR9u .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnmJoxR9u .mbr-text,
.cid-uUnmJoxR9u .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnmJoxR9u .category_content,
.cid-uUnmJoxR9u .card_topic {
  color: #e53712;
}
.cid-uUfZ3mAOeb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfZ3mAOeb .container-fluid {
  padding: 0 2rem;
}
.cid-uUfZ3mAOeb .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfZ3mAOeb .mbr-title {
  padding: 0 1rem;
}
.cid-uUfZ3mAOeb .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfZ3mAOeb .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfZ3mAOeb .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfZ3mAOeb .image-wrap {
  width: 100%;
}
.cid-uUfZ3mAOeb .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfZ3mAOeb .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfZ3mAOeb .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfZ3mAOeb .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfZ3mAOeb .mbr-text,
.cid-uUfZ3mAOeb .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7B6KwgFjg {
  z-index: 1000;
  width: 100%;
}
.cid-u7B6KwgFjg .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7B6KwgFjg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7B6KwgFjg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7B6KwgFjg .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7B6KwgFjg .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7B6KwgFjg .menu_box .navbar.opened,
  .cid-u7B6KwgFjg .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7B6KwgFjg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7B6KwgFjg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7B6KwgFjg .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7B6KwgFjg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7B6KwgFjg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7B6KwgFjg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7B6KwgFjg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7B6KwgFjg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7B6KwgFjg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7B6KwgFjg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7B6KwgFjg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7B6KwgFjg .offcanvas-body .mbr-text,
  .cid-u7B6KwgFjg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7B6KwgFjg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7B6KwgFjg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7B6KwgFjg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7B6KwgFjg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7B6KwgFjg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7B6KwgFjg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7B6KwgFjg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7B6KwgFjg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7B6KwgFjg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B6KwgFjg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7B6KwgFjg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7B6KwgFjg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7B6KwgFjg .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7B6KwgFjg .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7B6KwgFjg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7B6KwgFjg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7B6KwgFjg .nav-item {
    margin: 0 !important;
  }
}
.cid-u7B6KwgFjg .nav-item .nav-link {
  position: relative;
}
.cid-u7B6KwgFjg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7B6KwgFjg .nav-item .nav-link:hover,
.cid-u7B6KwgFjg .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7B6KwgFjg .nav-item .nav-link:hover::before,
.cid-u7B6KwgFjg .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7B6KwgFjg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7B6KwgFjg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7B6KwgFjg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7B6KwgFjg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B6KwgFjg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7B6KwgFjg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7B6KwgFjg .offcanvas_box {
    display: none;
  }
}
.cid-u7B6KwgFjg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7B6KwgFjg .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7B6KwgFjg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7B6KwgFjg .container {
  display: flex;
  margin: auto;
}
.cid-u7B6KwgFjg .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7B6KwgFjg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7B6KwgFjg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7B6KwgFjg .navbar-caption {
  color: #ffffff;
}
.cid-u7B6KwgFjg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7B6KwgFjg .navbar-nav {
    margin: 0;
  }
}
.cid-u7B6KwgFjg .dropdown-menu,
.cid-u7B6KwgFjg .navbar.opened {
  background-color: true !important;
}
.cid-u7B6KwgFjg .nav-item:focus,
.cid-u7B6KwgFjg .nav-link:focus {
  outline: none;
}
.cid-u7B6KwgFjg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7B6KwgFjg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7B6KwgFjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7B6KwgFjg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7B6KwgFjg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7B6KwgFjg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7B6KwgFjg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7B6KwgFjg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7B6KwgFjg .navbar.opened {
  transition: all 0.3s;
}
.cid-u7B6KwgFjg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7B6KwgFjg .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7B6KwgFjg .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7B6KwgFjg .navbar.collapsed {
  justify-content: center;
}
.cid-u7B6KwgFjg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7B6KwgFjg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7B6KwgFjg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7B6KwgFjg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7B6KwgFjg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7B6KwgFjg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7B6KwgFjg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7B6KwgFjg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7B6KwgFjg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7B6KwgFjg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7B6KwgFjg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7B6KwgFjg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7B6KwgFjg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7B6KwgFjg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7B6KwgFjg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7B6KwgFjg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7B6KwgFjg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7B6KwgFjg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7B6KwgFjg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7B6KwgFjg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7B6KwgFjg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7B6KwgFjg .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7B6KwgFjg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7B6KwgFjg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7B6KwgFjg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7B6KwgFjg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7B6KwgFjg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7B6KwgFjg .dropdown-item.active,
.cid-u7B6KwgFjg .dropdown-item:active {
  background-color: transparent;
}
.cid-u7B6KwgFjg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7B6KwgFjg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7B6KwgFjg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7B6KwgFjg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7B6KwgFjg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7B6KwgFjg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7B6KwgFjg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7B6KwgFjg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7B6KwgFjg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7B6KwgFjg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B6KwgFjg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B6KwgFjg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7B6KwgFjg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B6KwgFjg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7B6KwgFjg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7B6KwgFjg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B6KwgFjg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7B6KwgFjg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7B6KwgFjg .navbar {
    height: 70px;
  }
  .cid-u7B6KwgFjg .navbar.opened {
    height: auto;
  }
  .cid-u7B6KwgFjg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7B6KwgFjg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7B6KwgFjg .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7B6KwgFjg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7B6KwgFjg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7B6KwgFjg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7B6KwgFjg .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7B6KwgFjg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7B6KwgFjg .text_widget {
  margin-bottom: 32px;
}
.cid-u7B6KwgFjg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7B6KwgFjg .text_widget a:hover {
  opacity: .5;
}
.cid-u7B6KwgFjg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7B6KwgFjg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7B6KwgFjg .mbr-section-subtitle,
.cid-u7B6KwgFjg .text_widget,
.cid-u7B6KwgFjg .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7B6KwgFjg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWIVNX690d {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWIVNX690d .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uWIVNX690d .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uWIVNX690d .card_topic,
.cid-uWIVNX690d .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uWIVNX690d .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uWIVNX690d .image {
  position: relative;
}
.cid-uWIVNX690d .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-uWIVNX690d .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWIVNX690d .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uWIVNX690d .mbr-section-btn .btn-secondary-outline:hover,
.cid-uWIVNX690d .mbr-section-btn .btn-secondary-outline .active,
.cid-uWIVNX690d .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uWIVNX690d .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uWIVNX690d .content_block {
    padding: 30px 15px;
  }
  .cid-uWIVNX690d .mbr-figure {
    padding: 0;
  }
  .cid-uWIVNX690d .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-uWIVNX690d .mbr-section-title {
  color: #31ff00;
  text-align: center;
}
.cid-uWIVNX690d .mbr-text,
.cid-uWIVNX690d .mbr-section-btn {
  color: #04d5ff;
  text-align: center;
}
.cid-uWIVNX690d .category_estimate,
.cid-uWIVNX690d .card_topic {
  color: #ffc800;
}
.cid-uWIVNX690d .category_content,
.cid-uWIVNX690d .card_topic {
  text-align: center;
  color: #04d5ff;
}
.cid-u7B6Kxe3Pp {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7B6Kxe3Pp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B6Kxe3Pp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7B6Kxe3Pp .row {
  justify-content: left;
}
.cid-u7B6Kxe3Pp .main-col {
  display: flex;
}
.cid-u7B6Kxe3Pp .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7B6Kxe3Pp .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7B6Kxe3Pp .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7B6Kxe3Pp .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7B6Kxe3Pp .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7B6KxAjv8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7B6KxAjv8 .container-fluid {
  padding: 0 2rem;
}
.cid-u7B6KxAjv8 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7B6KxAjv8 .mbr-title {
  padding: 0 1rem;
}
.cid-u7B6KxAjv8 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7B6KxAjv8 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7B6KxAjv8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7B6KxAjv8 .image-wrap {
  width: 100%;
}
.cid-u7B6KxAjv8 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7B6KxAjv8 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7B6KxAjv8 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7B6KxAjv8 .container-fluid {
    padding: 0rem;
  }
}
.cid-u7B6KxAjv8 .mbr-text,
.cid-u7B6KxAjv8 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUnn2FNu71 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnn2FNu71 .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnn2FNu71 .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnn2FNu71 .card_topic,
.cid-uUnn2FNu71 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnn2FNu71 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnn2FNu71 .image {
  position: relative;
}
.cid-uUnn2FNu71 .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-uUnn2FNu71 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnn2FNu71 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnn2FNu71 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnn2FNu71 .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnn2FNu71 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnn2FNu71 .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnn2FNu71 .content_block {
    padding: 30px 15px;
  }
  .cid-uUnn2FNu71 .mbr-figure {
    padding: 0;
  }
  .cid-uUnn2FNu71 .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-uUnn2FNu71 .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnn2FNu71 .mbr-text,
.cid-uUnn2FNu71 .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnn2FNu71 .category_content,
.cid-uUnn2FNu71 .card_topic {
  color: #e53712;
}
.cid-uUfZv3vfj1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfZv3vfj1 .container-fluid {
  padding: 0 2rem;
}
.cid-uUfZv3vfj1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfZv3vfj1 .mbr-title {
  padding: 0 1rem;
}
.cid-uUfZv3vfj1 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfZv3vfj1 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfZv3vfj1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfZv3vfj1 .image-wrap {
  width: 100%;
}
.cid-uUfZv3vfj1 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfZv3vfj1 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfZv3vfj1 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfZv3vfj1 .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfZv3vfj1 .mbr-text,
.cid-uUfZv3vfj1 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BeIIqPx2 {
  z-index: 1000;
  width: 100%;
}
.cid-u7BeIIqPx2 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BeIIqPx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BeIIqPx2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BeIIqPx2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BeIIqPx2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BeIIqPx2 .menu_box .navbar.opened,
  .cid-u7BeIIqPx2 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BeIIqPx2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BeIIqPx2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BeIIqPx2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BeIIqPx2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BeIIqPx2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BeIIqPx2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BeIIqPx2 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BeIIqPx2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BeIIqPx2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BeIIqPx2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BeIIqPx2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BeIIqPx2 .offcanvas-body .mbr-text,
  .cid-u7BeIIqPx2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BeIIqPx2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BeIIqPx2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BeIIqPx2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BeIIqPx2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BeIIqPx2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BeIIqPx2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BeIIqPx2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BeIIqPx2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BeIIqPx2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BeIIqPx2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BeIIqPx2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BeIIqPx2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BeIIqPx2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BeIIqPx2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BeIIqPx2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BeIIqPx2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BeIIqPx2 .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BeIIqPx2 .nav-item .nav-link {
  position: relative;
}
.cid-u7BeIIqPx2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BeIIqPx2 .nav-item .nav-link:hover,
.cid-u7BeIIqPx2 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BeIIqPx2 .nav-item .nav-link:hover::before,
.cid-u7BeIIqPx2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BeIIqPx2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BeIIqPx2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BeIIqPx2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BeIIqPx2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BeIIqPx2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BeIIqPx2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BeIIqPx2 .offcanvas_box {
    display: none;
  }
}
.cid-u7BeIIqPx2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BeIIqPx2 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BeIIqPx2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BeIIqPx2 .container {
  display: flex;
  margin: auto;
}
.cid-u7BeIIqPx2 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BeIIqPx2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BeIIqPx2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BeIIqPx2 .navbar-caption {
  color: #ffffff;
}
.cid-u7BeIIqPx2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BeIIqPx2 .navbar-nav {
    margin: 0;
  }
}
.cid-u7BeIIqPx2 .dropdown-menu,
.cid-u7BeIIqPx2 .navbar.opened {
  background-color: true !important;
}
.cid-u7BeIIqPx2 .nav-item:focus,
.cid-u7BeIIqPx2 .nav-link:focus {
  outline: none;
}
.cid-u7BeIIqPx2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BeIIqPx2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BeIIqPx2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BeIIqPx2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BeIIqPx2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BeIIqPx2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BeIIqPx2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BeIIqPx2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BeIIqPx2 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BeIIqPx2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BeIIqPx2 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BeIIqPx2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BeIIqPx2 .navbar.collapsed {
  justify-content: center;
}
.cid-u7BeIIqPx2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BeIIqPx2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BeIIqPx2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BeIIqPx2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BeIIqPx2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BeIIqPx2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BeIIqPx2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BeIIqPx2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BeIIqPx2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BeIIqPx2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BeIIqPx2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BeIIqPx2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BeIIqPx2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BeIIqPx2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BeIIqPx2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BeIIqPx2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BeIIqPx2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BeIIqPx2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BeIIqPx2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BeIIqPx2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BeIIqPx2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BeIIqPx2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BeIIqPx2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BeIIqPx2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BeIIqPx2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BeIIqPx2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BeIIqPx2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BeIIqPx2 .dropdown-item.active,
.cid-u7BeIIqPx2 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BeIIqPx2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BeIIqPx2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BeIIqPx2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BeIIqPx2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BeIIqPx2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BeIIqPx2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BeIIqPx2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BeIIqPx2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BeIIqPx2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BeIIqPx2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BeIIqPx2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BeIIqPx2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BeIIqPx2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BeIIqPx2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BeIIqPx2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BeIIqPx2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BeIIqPx2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BeIIqPx2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BeIIqPx2 .navbar {
    height: 70px;
  }
  .cid-u7BeIIqPx2 .navbar.opened {
    height: auto;
  }
  .cid-u7BeIIqPx2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BeIIqPx2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BeIIqPx2 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BeIIqPx2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BeIIqPx2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BeIIqPx2 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BeIIqPx2 .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BeIIqPx2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BeIIqPx2 .text_widget {
  margin-bottom: 32px;
}
.cid-u7BeIIqPx2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BeIIqPx2 .text_widget a:hover {
  opacity: .5;
}
.cid-u7BeIIqPx2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BeIIqPx2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BeIIqPx2 .mbr-section-subtitle,
.cid-u7BeIIqPx2 .text_widget,
.cid-u7BeIIqPx2 .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BeIIqPx2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7BeIJ6JuF {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7BeIJ6JuF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BeIJ6JuF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7BeIJ6JuF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7BeIJ6JuF .row {
  flex-direction: row-reverse;
}
.cid-u7BeIJ6JuF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7BeIJ6JuF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7BeIJ6JuF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7BeIJ6JuF .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7BeIJ6JuF .mbr-text,
.cid-u7BeIJ6JuF .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7BeIJtbAt {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BeIJtbAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BeIJtbAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BeIJtbAt .row {
  justify-content: left;
}
.cid-u7BeIJtbAt .main-col {
  display: flex;
}
.cid-u7BeIJtbAt .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BeIJtbAt .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7BeIJtbAt .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BeIJtbAt .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BeIJtbAt .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7BeIJQFLU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BeIJQFLU .container-fluid {
  padding: 0 2rem;
}
.cid-u7BeIJQFLU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BeIJQFLU .mbr-title {
  padding: 0 1rem;
}
.cid-u7BeIJQFLU .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BeIJQFLU .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BeIJQFLU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BeIJQFLU .image-wrap {
  width: 100%;
}
.cid-u7BeIJQFLU .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BeIJQFLU .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BeIJQFLU .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BeIJQFLU .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BeIJQFLU .mbr-text,
.cid-u7BeIJQFLU .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BiLDvSJt {
  z-index: 1000;
  width: 100%;
}
.cid-u7BiLDvSJt .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BiLDvSJt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BiLDvSJt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BiLDvSJt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BiLDvSJt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BiLDvSJt .menu_box .navbar.opened,
  .cid-u7BiLDvSJt .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BiLDvSJt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BiLDvSJt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BiLDvSJt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BiLDvSJt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BiLDvSJt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BiLDvSJt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BiLDvSJt .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BiLDvSJt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BiLDvSJt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BiLDvSJt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BiLDvSJt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BiLDvSJt .offcanvas-body .mbr-text,
  .cid-u7BiLDvSJt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BiLDvSJt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BiLDvSJt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BiLDvSJt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BiLDvSJt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BiLDvSJt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BiLDvSJt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BiLDvSJt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BiLDvSJt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BiLDvSJt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BiLDvSJt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BiLDvSJt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BiLDvSJt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BiLDvSJt .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BiLDvSJt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BiLDvSJt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BiLDvSJt .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BiLDvSJt .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BiLDvSJt .nav-item .nav-link {
  position: relative;
}
.cid-u7BiLDvSJt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BiLDvSJt .nav-item .nav-link:hover,
.cid-u7BiLDvSJt .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BiLDvSJt .nav-item .nav-link:hover::before,
.cid-u7BiLDvSJt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BiLDvSJt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BiLDvSJt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BiLDvSJt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BiLDvSJt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BiLDvSJt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BiLDvSJt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BiLDvSJt .offcanvas_box {
    display: none;
  }
}
.cid-u7BiLDvSJt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BiLDvSJt .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BiLDvSJt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BiLDvSJt .container {
  display: flex;
  margin: auto;
}
.cid-u7BiLDvSJt .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BiLDvSJt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BiLDvSJt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BiLDvSJt .navbar-caption {
  color: #ffffff;
}
.cid-u7BiLDvSJt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BiLDvSJt .navbar-nav {
    margin: 0;
  }
}
.cid-u7BiLDvSJt .dropdown-menu,
.cid-u7BiLDvSJt .navbar.opened {
  background-color: true !important;
}
.cid-u7BiLDvSJt .nav-item:focus,
.cid-u7BiLDvSJt .nav-link:focus {
  outline: none;
}
.cid-u7BiLDvSJt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BiLDvSJt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BiLDvSJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BiLDvSJt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BiLDvSJt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BiLDvSJt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BiLDvSJt .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BiLDvSJt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BiLDvSJt .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BiLDvSJt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BiLDvSJt .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BiLDvSJt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BiLDvSJt .navbar.collapsed {
  justify-content: center;
}
.cid-u7BiLDvSJt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BiLDvSJt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BiLDvSJt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BiLDvSJt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BiLDvSJt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BiLDvSJt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BiLDvSJt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BiLDvSJt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BiLDvSJt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BiLDvSJt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BiLDvSJt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BiLDvSJt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BiLDvSJt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BiLDvSJt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BiLDvSJt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BiLDvSJt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BiLDvSJt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BiLDvSJt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BiLDvSJt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BiLDvSJt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BiLDvSJt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BiLDvSJt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BiLDvSJt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BiLDvSJt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BiLDvSJt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BiLDvSJt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BiLDvSJt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BiLDvSJt .dropdown-item.active,
.cid-u7BiLDvSJt .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BiLDvSJt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BiLDvSJt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BiLDvSJt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BiLDvSJt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BiLDvSJt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BiLDvSJt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BiLDvSJt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BiLDvSJt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BiLDvSJt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BiLDvSJt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BiLDvSJt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BiLDvSJt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BiLDvSJt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BiLDvSJt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BiLDvSJt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BiLDvSJt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BiLDvSJt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BiLDvSJt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BiLDvSJt .navbar {
    height: 70px;
  }
  .cid-u7BiLDvSJt .navbar.opened {
    height: auto;
  }
  .cid-u7BiLDvSJt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BiLDvSJt .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BiLDvSJt .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BiLDvSJt .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BiLDvSJt .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BiLDvSJt .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BiLDvSJt .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BiLDvSJt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BiLDvSJt .text_widget {
  margin-bottom: 32px;
}
.cid-u7BiLDvSJt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BiLDvSJt .text_widget a:hover {
  opacity: .5;
}
.cid-u7BiLDvSJt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BiLDvSJt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BiLDvSJt .mbr-section-subtitle,
.cid-u7BiLDvSJt .text_widget,
.cid-u7BiLDvSJt .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BiLDvSJt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7BiLE8bcf {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7BiLE8bcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BiLE8bcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7BiLE8bcf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7BiLE8bcf .row {
  flex-direction: row-reverse;
}
.cid-u7BiLE8bcf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7BiLE8bcf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7BiLE8bcf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7BiLE8bcf .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7BiLE8bcf .mbr-text,
.cid-u7BiLE8bcf .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7BiLEuFbM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BiLEuFbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BiLEuFbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BiLEuFbM .row {
  justify-content: left;
}
.cid-u7BiLEuFbM .main-col {
  display: flex;
}
.cid-u7BiLEuFbM .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BiLEuFbM .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7BiLEuFbM .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BiLEuFbM .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BiLEuFbM .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7BiLEQVeT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BiLEQVeT .container-fluid {
  padding: 0 2rem;
}
.cid-u7BiLEQVeT .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BiLEQVeT .mbr-title {
  padding: 0 1rem;
}
.cid-u7BiLEQVeT .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BiLEQVeT .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BiLEQVeT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BiLEQVeT .image-wrap {
  width: 100%;
}
.cid-u7BiLEQVeT .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BiLEQVeT .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BiLEQVeT .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BiLEQVeT .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BiLEQVeT .mbr-text,
.cid-u7BiLEQVeT .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BmI2lffs {
  z-index: 1000;
  width: 100%;
}
.cid-u7BmI2lffs .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BmI2lffs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BmI2lffs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BmI2lffs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BmI2lffs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BmI2lffs .menu_box .navbar.opened,
  .cid-u7BmI2lffs .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BmI2lffs nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BmI2lffs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BmI2lffs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BmI2lffs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BmI2lffs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BmI2lffs .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BmI2lffs .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BmI2lffs .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BmI2lffs .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BmI2lffs .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BmI2lffs .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BmI2lffs .offcanvas-body .mbr-text,
  .cid-u7BmI2lffs .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BmI2lffs .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BmI2lffs .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BmI2lffs .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BmI2lffs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BmI2lffs .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BmI2lffs .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BmI2lffs .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BmI2lffs ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BmI2lffs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmI2lffs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BmI2lffs .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BmI2lffs li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BmI2lffs .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BmI2lffs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BmI2lffs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BmI2lffs .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BmI2lffs .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BmI2lffs .nav-item .nav-link {
  position: relative;
}
.cid-u7BmI2lffs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BmI2lffs .nav-item .nav-link:hover,
.cid-u7BmI2lffs .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BmI2lffs .nav-item .nav-link:hover::before,
.cid-u7BmI2lffs .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BmI2lffs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BmI2lffs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BmI2lffs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BmI2lffs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmI2lffs .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BmI2lffs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BmI2lffs .offcanvas_box {
    display: none;
  }
}
.cid-u7BmI2lffs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BmI2lffs .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BmI2lffs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BmI2lffs .container {
  display: flex;
  margin: auto;
}
.cid-u7BmI2lffs .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BmI2lffs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BmI2lffs .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BmI2lffs .navbar-caption {
  color: #ffffff;
}
.cid-u7BmI2lffs .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BmI2lffs .navbar-nav {
    margin: 0;
  }
}
.cid-u7BmI2lffs .dropdown-menu,
.cid-u7BmI2lffs .navbar.opened {
  background-color: true !important;
}
.cid-u7BmI2lffs .nav-item:focus,
.cid-u7BmI2lffs .nav-link:focus {
  outline: none;
}
.cid-u7BmI2lffs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BmI2lffs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BmI2lffs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BmI2lffs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BmI2lffs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BmI2lffs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BmI2lffs .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BmI2lffs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BmI2lffs .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BmI2lffs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BmI2lffs .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BmI2lffs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BmI2lffs .navbar.collapsed {
  justify-content: center;
}
.cid-u7BmI2lffs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BmI2lffs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BmI2lffs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BmI2lffs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BmI2lffs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BmI2lffs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BmI2lffs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BmI2lffs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BmI2lffs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BmI2lffs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BmI2lffs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BmI2lffs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BmI2lffs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BmI2lffs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BmI2lffs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BmI2lffs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BmI2lffs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BmI2lffs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BmI2lffs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BmI2lffs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BmI2lffs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BmI2lffs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BmI2lffs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BmI2lffs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BmI2lffs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BmI2lffs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BmI2lffs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BmI2lffs .dropdown-item.active,
.cid-u7BmI2lffs .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BmI2lffs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BmI2lffs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BmI2lffs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BmI2lffs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BmI2lffs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BmI2lffs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BmI2lffs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BmI2lffs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BmI2lffs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BmI2lffs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmI2lffs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmI2lffs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BmI2lffs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmI2lffs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BmI2lffs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BmI2lffs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmI2lffs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BmI2lffs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BmI2lffs .navbar {
    height: 70px;
  }
  .cid-u7BmI2lffs .navbar.opened {
    height: auto;
  }
  .cid-u7BmI2lffs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BmI2lffs .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BmI2lffs .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BmI2lffs .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BmI2lffs .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BmI2lffs .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BmI2lffs .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BmI2lffs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BmI2lffs .text_widget {
  margin-bottom: 32px;
}
.cid-u7BmI2lffs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BmI2lffs .text_widget a:hover {
  opacity: .5;
}
.cid-u7BmI2lffs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmI2lffs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmI2lffs .mbr-section-subtitle,
.cid-u7BmI2lffs .text_widget,
.cid-u7BmI2lffs .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BmI2lffs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7BmI2RB4h {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7BmI2RB4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmI2RB4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7BmI2RB4h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7BmI2RB4h .row {
  flex-direction: row-reverse;
}
.cid-u7BmI2RB4h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7BmI2RB4h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7BmI2RB4h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7BmI2RB4h .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7BmI2RB4h .mbr-text,
.cid-u7BmI2RB4h .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7BmI38sEk {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BmI38sEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmI38sEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BmI38sEk .row {
  justify-content: left;
}
.cid-u7BmI38sEk .main-col {
  display: flex;
}
.cid-u7BmI38sEk .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BmI38sEk .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7BmI38sEk .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BmI38sEk .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BmI38sEk .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7BmI3o8kA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BmI3o8kA .container-fluid {
  padding: 0 2rem;
}
.cid-u7BmI3o8kA .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BmI3o8kA .mbr-title {
  padding: 0 1rem;
}
.cid-u7BmI3o8kA .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BmI3o8kA .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BmI3o8kA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BmI3o8kA .image-wrap {
  width: 100%;
}
.cid-u7BmI3o8kA .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BmI3o8kA .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BmI3o8kA .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BmI3o8kA .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BmI3o8kA .mbr-text,
.cid-u7BmI3o8kA .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BmPHjK1v {
  z-index: 1000;
  width: 100%;
}
.cid-u7BmPHjK1v .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BmPHjK1v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BmPHjK1v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BmPHjK1v .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BmPHjK1v .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BmPHjK1v .menu_box .navbar.opened,
  .cid-u7BmPHjK1v .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BmPHjK1v nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BmPHjK1v .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BmPHjK1v .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BmPHjK1v .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BmPHjK1v .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BmPHjK1v .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BmPHjK1v .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BmPHjK1v .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BmPHjK1v .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BmPHjK1v .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BmPHjK1v .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BmPHjK1v .offcanvas-body .mbr-text,
  .cid-u7BmPHjK1v .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BmPHjK1v .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BmPHjK1v .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BmPHjK1v .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BmPHjK1v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BmPHjK1v .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BmPHjK1v .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BmPHjK1v .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BmPHjK1v ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BmPHjK1v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmPHjK1v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BmPHjK1v .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BmPHjK1v li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BmPHjK1v .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BmPHjK1v .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BmPHjK1v .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BmPHjK1v .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BmPHjK1v .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BmPHjK1v .nav-item .nav-link {
  position: relative;
}
.cid-u7BmPHjK1v .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BmPHjK1v .nav-item .nav-link:hover,
.cid-u7BmPHjK1v .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BmPHjK1v .nav-item .nav-link:hover::before,
.cid-u7BmPHjK1v .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BmPHjK1v .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BmPHjK1v .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BmPHjK1v .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BmPHjK1v .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmPHjK1v .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BmPHjK1v .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BmPHjK1v .offcanvas_box {
    display: none;
  }
}
.cid-u7BmPHjK1v .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BmPHjK1v .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BmPHjK1v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BmPHjK1v .container {
  display: flex;
  margin: auto;
}
.cid-u7BmPHjK1v .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BmPHjK1v .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BmPHjK1v .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BmPHjK1v .navbar-caption {
  color: #ffffff;
}
.cid-u7BmPHjK1v .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BmPHjK1v .navbar-nav {
    margin: 0;
  }
}
.cid-u7BmPHjK1v .dropdown-menu,
.cid-u7BmPHjK1v .navbar.opened {
  background-color: true !important;
}
.cid-u7BmPHjK1v .nav-item:focus,
.cid-u7BmPHjK1v .nav-link:focus {
  outline: none;
}
.cid-u7BmPHjK1v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BmPHjK1v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BmPHjK1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BmPHjK1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BmPHjK1v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BmPHjK1v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BmPHjK1v .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BmPHjK1v .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BmPHjK1v .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BmPHjK1v .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BmPHjK1v .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BmPHjK1v .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BmPHjK1v .navbar.collapsed {
  justify-content: center;
}
.cid-u7BmPHjK1v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BmPHjK1v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BmPHjK1v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BmPHjK1v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BmPHjK1v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BmPHjK1v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BmPHjK1v .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BmPHjK1v .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BmPHjK1v .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BmPHjK1v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BmPHjK1v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BmPHjK1v .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BmPHjK1v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BmPHjK1v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BmPHjK1v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BmPHjK1v .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BmPHjK1v .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BmPHjK1v .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BmPHjK1v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BmPHjK1v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BmPHjK1v .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BmPHjK1v .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BmPHjK1v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BmPHjK1v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BmPHjK1v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BmPHjK1v .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BmPHjK1v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BmPHjK1v .dropdown-item.active,
.cid-u7BmPHjK1v .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BmPHjK1v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BmPHjK1v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BmPHjK1v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BmPHjK1v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BmPHjK1v ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BmPHjK1v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BmPHjK1v button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BmPHjK1v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BmPHjK1v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BmPHjK1v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmPHjK1v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmPHjK1v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BmPHjK1v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmPHjK1v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BmPHjK1v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BmPHjK1v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmPHjK1v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BmPHjK1v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BmPHjK1v .navbar {
    height: 70px;
  }
  .cid-u7BmPHjK1v .navbar.opened {
    height: auto;
  }
  .cid-u7BmPHjK1v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BmPHjK1v .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BmPHjK1v .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BmPHjK1v .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BmPHjK1v .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BmPHjK1v .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BmPHjK1v .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BmPHjK1v .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BmPHjK1v .text_widget {
  margin-bottom: 32px;
}
.cid-u7BmPHjK1v .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BmPHjK1v .text_widget a:hover {
  opacity: .5;
}
.cid-u7BmPHjK1v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmPHjK1v .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmPHjK1v .mbr-section-subtitle,
.cid-u7BmPHjK1v .text_widget,
.cid-u7BmPHjK1v .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BmPHjK1v a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7BmPHQG0b {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7BmPHQG0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmPHQG0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7BmPHQG0b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7BmPHQG0b .row {
  flex-direction: row-reverse;
}
.cid-u7BmPHQG0b .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7BmPHQG0b .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7BmPHQG0b .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7BmPHQG0b .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7BmPHQG0b .mbr-text,
.cid-u7BmPHQG0b .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7BmPI9t9m {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BmPI9t9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmPI9t9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BmPI9t9m .row {
  justify-content: left;
}
.cid-u7BmPI9t9m .main-col {
  display: flex;
}
.cid-u7BmPI9t9m .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BmPI9t9m .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7BmPI9t9m .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BmPI9t9m .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BmPI9t9m .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7BmPIpOJ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BmPIpOJ1 .container-fluid {
  padding: 0 2rem;
}
.cid-u7BmPIpOJ1 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BmPIpOJ1 .mbr-title {
  padding: 0 1rem;
}
.cid-u7BmPIpOJ1 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BmPIpOJ1 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BmPIpOJ1 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BmPIpOJ1 .image-wrap {
  width: 100%;
}
.cid-u7BmPIpOJ1 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BmPIpOJ1 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BmPIpOJ1 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BmPIpOJ1 .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BmPIpOJ1 .mbr-text,
.cid-u7BmPIpOJ1 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BmRTyFbm {
  z-index: 1000;
  width: 100%;
}
.cid-u7BmRTyFbm .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BmRTyFbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BmRTyFbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BmRTyFbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BmRTyFbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BmRTyFbm .menu_box .navbar.opened,
  .cid-u7BmRTyFbm .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BmRTyFbm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BmRTyFbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BmRTyFbm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BmRTyFbm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BmRTyFbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BmRTyFbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BmRTyFbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BmRTyFbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BmRTyFbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BmRTyFbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BmRTyFbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BmRTyFbm .offcanvas-body .mbr-text,
  .cid-u7BmRTyFbm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BmRTyFbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BmRTyFbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BmRTyFbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BmRTyFbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BmRTyFbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BmRTyFbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BmRTyFbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BmRTyFbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BmRTyFbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmRTyFbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BmRTyFbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BmRTyFbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BmRTyFbm .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BmRTyFbm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BmRTyFbm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BmRTyFbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BmRTyFbm .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BmRTyFbm .nav-item .nav-link {
  position: relative;
}
.cid-u7BmRTyFbm .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BmRTyFbm .nav-item .nav-link:hover,
.cid-u7BmRTyFbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BmRTyFbm .nav-item .nav-link:hover::before,
.cid-u7BmRTyFbm .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BmRTyFbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BmRTyFbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BmRTyFbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BmRTyFbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmRTyFbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BmRTyFbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BmRTyFbm .offcanvas_box {
    display: none;
  }
}
.cid-u7BmRTyFbm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BmRTyFbm .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BmRTyFbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BmRTyFbm .container {
  display: flex;
  margin: auto;
}
.cid-u7BmRTyFbm .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BmRTyFbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BmRTyFbm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BmRTyFbm .navbar-caption {
  color: #ffffff;
}
.cid-u7BmRTyFbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BmRTyFbm .navbar-nav {
    margin: 0;
  }
}
.cid-u7BmRTyFbm .dropdown-menu,
.cid-u7BmRTyFbm .navbar.opened {
  background-color: true !important;
}
.cid-u7BmRTyFbm .nav-item:focus,
.cid-u7BmRTyFbm .nav-link:focus {
  outline: none;
}
.cid-u7BmRTyFbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BmRTyFbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BmRTyFbm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BmRTyFbm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BmRTyFbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BmRTyFbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BmRTyFbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BmRTyFbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BmRTyFbm .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BmRTyFbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BmRTyFbm .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BmRTyFbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BmRTyFbm .navbar.collapsed {
  justify-content: center;
}
.cid-u7BmRTyFbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BmRTyFbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BmRTyFbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BmRTyFbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BmRTyFbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BmRTyFbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BmRTyFbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BmRTyFbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BmRTyFbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BmRTyFbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BmRTyFbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BmRTyFbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BmRTyFbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BmRTyFbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BmRTyFbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BmRTyFbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BmRTyFbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BmRTyFbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BmRTyFbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BmRTyFbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BmRTyFbm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BmRTyFbm .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BmRTyFbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BmRTyFbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BmRTyFbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BmRTyFbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BmRTyFbm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BmRTyFbm .dropdown-item.active,
.cid-u7BmRTyFbm .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BmRTyFbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BmRTyFbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BmRTyFbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BmRTyFbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BmRTyFbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BmRTyFbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BmRTyFbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BmRTyFbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BmRTyFbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BmRTyFbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmRTyFbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmRTyFbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BmRTyFbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmRTyFbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BmRTyFbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BmRTyFbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmRTyFbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BmRTyFbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BmRTyFbm .navbar {
    height: 70px;
  }
  .cid-u7BmRTyFbm .navbar.opened {
    height: auto;
  }
  .cid-u7BmRTyFbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BmRTyFbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BmRTyFbm .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BmRTyFbm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BmRTyFbm .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BmRTyFbm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BmRTyFbm .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BmRTyFbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BmRTyFbm .text_widget {
  margin-bottom: 32px;
}
.cid-u7BmRTyFbm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BmRTyFbm .text_widget a:hover {
  opacity: .5;
}
.cid-u7BmRTyFbm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmRTyFbm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmRTyFbm .mbr-section-subtitle,
.cid-u7BmRTyFbm .text_widget,
.cid-u7BmRTyFbm .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BmRTyFbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7BmRTZZT1 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7BmRTZZT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmRTZZT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7BmRTZZT1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7BmRTZZT1 .row {
  flex-direction: row-reverse;
}
.cid-u7BmRTZZT1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7BmRTZZT1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7BmRTZZT1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7BmRTZZT1 .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7BmRTZZT1 .mbr-text,
.cid-u7BmRTZZT1 .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7BmRUfLTL {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BmRUfLTL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmRUfLTL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BmRUfLTL .row {
  justify-content: left;
}
.cid-u7BmRUfLTL .main-col {
  display: flex;
}
.cid-u7BmRUfLTL .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BmRUfLTL .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7BmRUfLTL .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BmRUfLTL .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BmRUfLTL .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7BmRUxGTd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BmRUxGTd .container-fluid {
  padding: 0 2rem;
}
.cid-u7BmRUxGTd .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BmRUxGTd .mbr-title {
  padding: 0 1rem;
}
.cid-u7BmRUxGTd .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BmRUxGTd .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BmRUxGTd .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BmRUxGTd .image-wrap {
  width: 100%;
}
.cid-u7BmRUxGTd .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BmRUxGTd .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BmRUxGTd .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BmRUxGTd .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BmRUxGTd .mbr-text,
.cid-u7BmRUxGTd .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BmU4v4b7 {
  z-index: 1000;
  width: 100%;
}
.cid-u7BmU4v4b7 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BmU4v4b7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BmU4v4b7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BmU4v4b7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BmU4v4b7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BmU4v4b7 .menu_box .navbar.opened,
  .cid-u7BmU4v4b7 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BmU4v4b7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BmU4v4b7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BmU4v4b7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BmU4v4b7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BmU4v4b7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BmU4v4b7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BmU4v4b7 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BmU4v4b7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BmU4v4b7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BmU4v4b7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BmU4v4b7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BmU4v4b7 .offcanvas-body .mbr-text,
  .cid-u7BmU4v4b7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BmU4v4b7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BmU4v4b7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BmU4v4b7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BmU4v4b7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BmU4v4b7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BmU4v4b7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BmU4v4b7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BmU4v4b7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BmU4v4b7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmU4v4b7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BmU4v4b7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BmU4v4b7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BmU4v4b7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BmU4v4b7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BmU4v4b7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BmU4v4b7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BmU4v4b7 .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BmU4v4b7 .nav-item .nav-link {
  position: relative;
}
.cid-u7BmU4v4b7 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BmU4v4b7 .nav-item .nav-link:hover,
.cid-u7BmU4v4b7 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BmU4v4b7 .nav-item .nav-link:hover::before,
.cid-u7BmU4v4b7 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BmU4v4b7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BmU4v4b7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BmU4v4b7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BmU4v4b7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmU4v4b7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BmU4v4b7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BmU4v4b7 .offcanvas_box {
    display: none;
  }
}
.cid-u7BmU4v4b7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BmU4v4b7 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BmU4v4b7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BmU4v4b7 .container {
  display: flex;
  margin: auto;
}
.cid-u7BmU4v4b7 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BmU4v4b7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BmU4v4b7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BmU4v4b7 .navbar-caption {
  color: #ffffff;
}
.cid-u7BmU4v4b7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BmU4v4b7 .navbar-nav {
    margin: 0;
  }
}
.cid-u7BmU4v4b7 .dropdown-menu,
.cid-u7BmU4v4b7 .navbar.opened {
  background-color: true !important;
}
.cid-u7BmU4v4b7 .nav-item:focus,
.cid-u7BmU4v4b7 .nav-link:focus {
  outline: none;
}
.cid-u7BmU4v4b7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BmU4v4b7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BmU4v4b7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BmU4v4b7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BmU4v4b7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BmU4v4b7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BmU4v4b7 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BmU4v4b7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BmU4v4b7 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BmU4v4b7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BmU4v4b7 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BmU4v4b7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BmU4v4b7 .navbar.collapsed {
  justify-content: center;
}
.cid-u7BmU4v4b7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BmU4v4b7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BmU4v4b7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BmU4v4b7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BmU4v4b7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BmU4v4b7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BmU4v4b7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BmU4v4b7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BmU4v4b7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BmU4v4b7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BmU4v4b7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BmU4v4b7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BmU4v4b7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BmU4v4b7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BmU4v4b7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BmU4v4b7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BmU4v4b7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BmU4v4b7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BmU4v4b7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BmU4v4b7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BmU4v4b7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BmU4v4b7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BmU4v4b7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BmU4v4b7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BmU4v4b7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BmU4v4b7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BmU4v4b7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BmU4v4b7 .dropdown-item.active,
.cid-u7BmU4v4b7 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BmU4v4b7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BmU4v4b7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BmU4v4b7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BmU4v4b7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BmU4v4b7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BmU4v4b7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BmU4v4b7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BmU4v4b7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BmU4v4b7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BmU4v4b7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmU4v4b7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmU4v4b7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BmU4v4b7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmU4v4b7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BmU4v4b7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BmU4v4b7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmU4v4b7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BmU4v4b7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BmU4v4b7 .navbar {
    height: 70px;
  }
  .cid-u7BmU4v4b7 .navbar.opened {
    height: auto;
  }
  .cid-u7BmU4v4b7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BmU4v4b7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BmU4v4b7 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BmU4v4b7 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BmU4v4b7 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BmU4v4b7 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BmU4v4b7 .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BmU4v4b7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BmU4v4b7 .text_widget {
  margin-bottom: 32px;
}
.cid-u7BmU4v4b7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BmU4v4b7 .text_widget a:hover {
  opacity: .5;
}
.cid-u7BmU4v4b7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmU4v4b7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmU4v4b7 .mbr-section-subtitle,
.cid-u7BmU4v4b7 .text_widget,
.cid-u7BmU4v4b7 .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BmU4v4b7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7BmU4WN86 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7BmU4WN86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmU4WN86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7BmU4WN86 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7BmU4WN86 .row {
  flex-direction: row-reverse;
}
.cid-u7BmU4WN86 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7BmU4WN86 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7BmU4WN86 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7BmU4WN86 .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7BmU4WN86 .mbr-text,
.cid-u7BmU4WN86 .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7BmU5bNoG {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BmU5bNoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmU5bNoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BmU5bNoG .row {
  justify-content: left;
}
.cid-u7BmU5bNoG .main-col {
  display: flex;
}
.cid-u7BmU5bNoG .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BmU5bNoG .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7BmU5bNoG .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BmU5bNoG .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BmU5bNoG .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7BmU5tCDN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BmU5tCDN .container-fluid {
  padding: 0 2rem;
}
.cid-u7BmU5tCDN .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BmU5tCDN .mbr-title {
  padding: 0 1rem;
}
.cid-u7BmU5tCDN .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BmU5tCDN .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BmU5tCDN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BmU5tCDN .image-wrap {
  width: 100%;
}
.cid-u7BmU5tCDN .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BmU5tCDN .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BmU5tCDN .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BmU5tCDN .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BmU5tCDN .mbr-text,
.cid-u7BmU5tCDN .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BmVPNU2u {
  z-index: 1000;
  width: 100%;
}
.cid-u7BmVPNU2u .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BmVPNU2u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BmVPNU2u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BmVPNU2u .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BmVPNU2u .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BmVPNU2u .menu_box .navbar.opened,
  .cid-u7BmVPNU2u .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BmVPNU2u nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BmVPNU2u .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BmVPNU2u .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BmVPNU2u .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BmVPNU2u .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BmVPNU2u .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BmVPNU2u .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BmVPNU2u .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BmVPNU2u .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BmVPNU2u .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BmVPNU2u .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BmVPNU2u .offcanvas-body .mbr-text,
  .cid-u7BmVPNU2u .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BmVPNU2u .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BmVPNU2u .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BmVPNU2u .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BmVPNU2u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BmVPNU2u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BmVPNU2u .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BmVPNU2u .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BmVPNU2u ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BmVPNU2u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmVPNU2u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BmVPNU2u .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BmVPNU2u li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BmVPNU2u .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BmVPNU2u .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BmVPNU2u .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BmVPNU2u .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BmVPNU2u .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BmVPNU2u .nav-item .nav-link {
  position: relative;
}
.cid-u7BmVPNU2u .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BmVPNU2u .nav-item .nav-link:hover,
.cid-u7BmVPNU2u .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BmVPNU2u .nav-item .nav-link:hover::before,
.cid-u7BmVPNU2u .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BmVPNU2u .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BmVPNU2u .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BmVPNU2u .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BmVPNU2u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmVPNU2u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BmVPNU2u .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BmVPNU2u .offcanvas_box {
    display: none;
  }
}
.cid-u7BmVPNU2u .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BmVPNU2u .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BmVPNU2u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BmVPNU2u .container {
  display: flex;
  margin: auto;
}
.cid-u7BmVPNU2u .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BmVPNU2u .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BmVPNU2u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BmVPNU2u .navbar-caption {
  color: #ffffff;
}
.cid-u7BmVPNU2u .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BmVPNU2u .navbar-nav {
    margin: 0;
  }
}
.cid-u7BmVPNU2u .dropdown-menu,
.cid-u7BmVPNU2u .navbar.opened {
  background-color: true !important;
}
.cid-u7BmVPNU2u .nav-item:focus,
.cid-u7BmVPNU2u .nav-link:focus {
  outline: none;
}
.cid-u7BmVPNU2u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BmVPNU2u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BmVPNU2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BmVPNU2u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BmVPNU2u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BmVPNU2u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BmVPNU2u .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BmVPNU2u .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BmVPNU2u .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BmVPNU2u .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BmVPNU2u .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BmVPNU2u .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BmVPNU2u .navbar.collapsed {
  justify-content: center;
}
.cid-u7BmVPNU2u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BmVPNU2u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BmVPNU2u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BmVPNU2u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BmVPNU2u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BmVPNU2u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BmVPNU2u .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BmVPNU2u .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BmVPNU2u .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BmVPNU2u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BmVPNU2u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BmVPNU2u .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BmVPNU2u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BmVPNU2u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BmVPNU2u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BmVPNU2u .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BmVPNU2u .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BmVPNU2u .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BmVPNU2u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BmVPNU2u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BmVPNU2u .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BmVPNU2u .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BmVPNU2u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BmVPNU2u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BmVPNU2u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BmVPNU2u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BmVPNU2u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BmVPNU2u .dropdown-item.active,
.cid-u7BmVPNU2u .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BmVPNU2u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BmVPNU2u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BmVPNU2u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BmVPNU2u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BmVPNU2u ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BmVPNU2u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BmVPNU2u button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BmVPNU2u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BmVPNU2u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BmVPNU2u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmVPNU2u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmVPNU2u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BmVPNU2u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmVPNU2u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BmVPNU2u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BmVPNU2u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmVPNU2u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BmVPNU2u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BmVPNU2u .navbar {
    height: 70px;
  }
  .cid-u7BmVPNU2u .navbar.opened {
    height: auto;
  }
  .cid-u7BmVPNU2u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BmVPNU2u .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BmVPNU2u .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BmVPNU2u .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BmVPNU2u .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BmVPNU2u .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BmVPNU2u .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BmVPNU2u .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BmVPNU2u .text_widget {
  margin-bottom: 32px;
}
.cid-u7BmVPNU2u .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BmVPNU2u .text_widget a:hover {
  opacity: .5;
}
.cid-u7BmVPNU2u .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmVPNU2u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmVPNU2u .mbr-section-subtitle,
.cid-u7BmVPNU2u .text_widget,
.cid-u7BmVPNU2u .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BmVPNU2u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7BmVQigtx {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7BmVQigtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmVQigtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7BmVQigtx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7BmVQigtx .row {
  flex-direction: row-reverse;
}
.cid-u7BmVQigtx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7BmVQigtx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7BmVQigtx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7BmVQigtx .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7BmVQigtx .mbr-text,
.cid-u7BmVQigtx .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7BmVQy0Md {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BmVQy0Md .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmVQy0Md .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BmVQy0Md .row {
  justify-content: left;
}
.cid-u7BmVQy0Md .main-col {
  display: flex;
}
.cid-u7BmVQy0Md .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BmVQy0Md .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7BmVQy0Md .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BmVQy0Md .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BmVQy0Md .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7BmVQOMZS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BmVQOMZS .container-fluid {
  padding: 0 2rem;
}
.cid-u7BmVQOMZS .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BmVQOMZS .mbr-title {
  padding: 0 1rem;
}
.cid-u7BmVQOMZS .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BmVQOMZS .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BmVQOMZS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BmVQOMZS .image-wrap {
  width: 100%;
}
.cid-u7BmVQOMZS .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BmVQOMZS .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BmVQOMZS .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BmVQOMZS .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BmVQOMZS .mbr-text,
.cid-u7BmVQOMZS .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7Bvy3WqN5 {
  z-index: 1000;
  width: 100%;
}
.cid-u7Bvy3WqN5 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7Bvy3WqN5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7Bvy3WqN5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7Bvy3WqN5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7Bvy3WqN5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7Bvy3WqN5 .menu_box .navbar.opened,
  .cid-u7Bvy3WqN5 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7Bvy3WqN5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7Bvy3WqN5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7Bvy3WqN5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7Bvy3WqN5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7Bvy3WqN5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7Bvy3WqN5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7Bvy3WqN5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7Bvy3WqN5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7Bvy3WqN5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7Bvy3WqN5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7Bvy3WqN5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7Bvy3WqN5 .offcanvas-body .mbr-text,
  .cid-u7Bvy3WqN5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7Bvy3WqN5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7Bvy3WqN5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7Bvy3WqN5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7Bvy3WqN5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7Bvy3WqN5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7Bvy3WqN5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7Bvy3WqN5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7Bvy3WqN5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7Bvy3WqN5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7Bvy3WqN5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7Bvy3WqN5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7Bvy3WqN5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7Bvy3WqN5 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7Bvy3WqN5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7Bvy3WqN5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7Bvy3WqN5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7Bvy3WqN5 .nav-item {
    margin: 0 !important;
  }
}
.cid-u7Bvy3WqN5 .nav-item .nav-link {
  position: relative;
}
.cid-u7Bvy3WqN5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7Bvy3WqN5 .nav-item .nav-link:hover,
.cid-u7Bvy3WqN5 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7Bvy3WqN5 .nav-item .nav-link:hover::before,
.cid-u7Bvy3WqN5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7Bvy3WqN5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7Bvy3WqN5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7Bvy3WqN5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7Bvy3WqN5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7Bvy3WqN5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7Bvy3WqN5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7Bvy3WqN5 .offcanvas_box {
    display: none;
  }
}
.cid-u7Bvy3WqN5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7Bvy3WqN5 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7Bvy3WqN5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7Bvy3WqN5 .container {
  display: flex;
  margin: auto;
}
.cid-u7Bvy3WqN5 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7Bvy3WqN5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7Bvy3WqN5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7Bvy3WqN5 .navbar-caption {
  color: #ffffff;
}
.cid-u7Bvy3WqN5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7Bvy3WqN5 .navbar-nav {
    margin: 0;
  }
}
.cid-u7Bvy3WqN5 .dropdown-menu,
.cid-u7Bvy3WqN5 .navbar.opened {
  background-color: true !important;
}
.cid-u7Bvy3WqN5 .nav-item:focus,
.cid-u7Bvy3WqN5 .nav-link:focus {
  outline: none;
}
.cid-u7Bvy3WqN5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7Bvy3WqN5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7Bvy3WqN5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7Bvy3WqN5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7Bvy3WqN5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7Bvy3WqN5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7Bvy3WqN5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7Bvy3WqN5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7Bvy3WqN5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7Bvy3WqN5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7Bvy3WqN5 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7Bvy3WqN5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7Bvy3WqN5 .navbar.collapsed {
  justify-content: center;
}
.cid-u7Bvy3WqN5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7Bvy3WqN5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7Bvy3WqN5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7Bvy3WqN5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7Bvy3WqN5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7Bvy3WqN5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7Bvy3WqN5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7Bvy3WqN5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7Bvy3WqN5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7Bvy3WqN5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7Bvy3WqN5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7Bvy3WqN5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7Bvy3WqN5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7Bvy3WqN5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7Bvy3WqN5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7Bvy3WqN5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7Bvy3WqN5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7Bvy3WqN5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7Bvy3WqN5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7Bvy3WqN5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7Bvy3WqN5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7Bvy3WqN5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7Bvy3WqN5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7Bvy3WqN5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7Bvy3WqN5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7Bvy3WqN5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7Bvy3WqN5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7Bvy3WqN5 .dropdown-item.active,
.cid-u7Bvy3WqN5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7Bvy3WqN5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7Bvy3WqN5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7Bvy3WqN5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7Bvy3WqN5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7Bvy3WqN5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7Bvy3WqN5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7Bvy3WqN5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7Bvy3WqN5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7Bvy3WqN5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7Bvy3WqN5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7Bvy3WqN5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7Bvy3WqN5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7Bvy3WqN5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7Bvy3WqN5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7Bvy3WqN5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7Bvy3WqN5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7Bvy3WqN5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7Bvy3WqN5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7Bvy3WqN5 .navbar {
    height: 70px;
  }
  .cid-u7Bvy3WqN5 .navbar.opened {
    height: auto;
  }
  .cid-u7Bvy3WqN5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7Bvy3WqN5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7Bvy3WqN5 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7Bvy3WqN5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7Bvy3WqN5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7Bvy3WqN5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7Bvy3WqN5 .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7Bvy3WqN5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7Bvy3WqN5 .text_widget {
  margin-bottom: 32px;
}
.cid-u7Bvy3WqN5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7Bvy3WqN5 .text_widget a:hover {
  opacity: .5;
}
.cid-u7Bvy3WqN5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7Bvy3WqN5 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7Bvy3WqN5 .mbr-section-subtitle,
.cid-u7Bvy3WqN5 .text_widget,
.cid-u7Bvy3WqN5 .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7Bvy3WqN5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWIXKSq2rY {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWIXKSq2rY .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uWIXKSq2rY .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uWIXKSq2rY .card_topic,
.cid-uWIXKSq2rY .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uWIXKSq2rY .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uWIXKSq2rY .image {
  position: relative;
}
.cid-uWIXKSq2rY .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-uWIXKSq2rY .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWIXKSq2rY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uWIXKSq2rY .mbr-section-btn .btn-secondary-outline:hover,
.cid-uWIXKSq2rY .mbr-section-btn .btn-secondary-outline .active,
.cid-uWIXKSq2rY .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uWIXKSq2rY .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uWIXKSq2rY .content_block {
    padding: 30px 15px;
  }
  .cid-uWIXKSq2rY .mbr-figure {
    padding: 0;
  }
  .cid-uWIXKSq2rY .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-uWIXKSq2rY .mbr-section-title {
  color: #31ff00;
  text-align: center;
}
.cid-uWIXKSq2rY .mbr-text,
.cid-uWIXKSq2rY .mbr-section-btn {
  color: #04d5ff;
  text-align: center;
}
.cid-uWIXKSq2rY .category_estimate,
.cid-uWIXKSq2rY .card_topic {
  color: #ffc800;
}
.cid-uWIXKSq2rY .category_content,
.cid-uWIXKSq2rY .card_topic {
  text-align: center;
  color: #04d5ff;
}
.cid-u7Bvy4NmNq {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7Bvy4NmNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Bvy4NmNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Bvy4NmNq .row {
  justify-content: left;
}
.cid-u7Bvy4NmNq .main-col {
  display: flex;
}
.cid-u7Bvy4NmNq .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7Bvy4NmNq .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-u7Bvy4NmNq .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7Bvy4NmNq .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7Bvy4NmNq .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7Bvy5gZFT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7Bvy5gZFT .container-fluid {
  padding: 0 2rem;
}
.cid-u7Bvy5gZFT .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7Bvy5gZFT .mbr-title {
  padding: 0 1rem;
}
.cid-u7Bvy5gZFT .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7Bvy5gZFT .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7Bvy5gZFT .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7Bvy5gZFT .image-wrap {
  width: 100%;
}
.cid-u7Bvy5gZFT .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7Bvy5gZFT .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7Bvy5gZFT .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7Bvy5gZFT .container-fluid {
    padding: 0rem;
  }
}
.cid-u7Bvy5gZFT .mbr-text,
.cid-u7Bvy5gZFT .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUnmXUZyWf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnmXUZyWf .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnmXUZyWf .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnmXUZyWf .card_topic,
.cid-uUnmXUZyWf .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnmXUZyWf .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnmXUZyWf .image {
  position: relative;
}
.cid-uUnmXUZyWf .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-uUnmXUZyWf .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnmXUZyWf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnmXUZyWf .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnmXUZyWf .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnmXUZyWf .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnmXUZyWf .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnmXUZyWf .content_block {
    padding: 30px 15px;
  }
  .cid-uUnmXUZyWf .mbr-figure {
    padding: 0;
  }
  .cid-uUnmXUZyWf .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-uUnmXUZyWf .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnmXUZyWf .mbr-text,
.cid-uUnmXUZyWf .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnmXUZyWf .category_content,
.cid-uUnmXUZyWf .card_topic {
  color: #e53712;
}
.cid-uUfZo4Adj4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfZo4Adj4 .container-fluid {
  padding: 0 2rem;
}
.cid-uUfZo4Adj4 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfZo4Adj4 .mbr-title {
  padding: 0 1rem;
}
.cid-uUfZo4Adj4 .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfZo4Adj4 .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfZo4Adj4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfZo4Adj4 .image-wrap {
  width: 100%;
}
.cid-uUfZo4Adj4 .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfZo4Adj4 .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfZo4Adj4 .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfZo4Adj4 .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfZo4Adj4 .mbr-text,
.cid-uUfZo4Adj4 .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BtR2uTob {
  z-index: 1000;
  width: 100%;
}
.cid-u7BtR2uTob .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BtR2uTob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BtR2uTob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BtR2uTob .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BtR2uTob .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BtR2uTob .menu_box .navbar.opened,
  .cid-u7BtR2uTob .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BtR2uTob nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BtR2uTob .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BtR2uTob .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BtR2uTob .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BtR2uTob .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BtR2uTob .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BtR2uTob .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BtR2uTob .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BtR2uTob .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BtR2uTob .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BtR2uTob .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BtR2uTob .offcanvas-body .mbr-text,
  .cid-u7BtR2uTob .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BtR2uTob .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BtR2uTob .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BtR2uTob .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BtR2uTob .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BtR2uTob .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BtR2uTob .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BtR2uTob .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BtR2uTob ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BtR2uTob .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BtR2uTob .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BtR2uTob .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BtR2uTob li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BtR2uTob .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BtR2uTob .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BtR2uTob .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BtR2uTob .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BtR2uTob .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BtR2uTob .nav-item .nav-link {
  position: relative;
}
.cid-u7BtR2uTob .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BtR2uTob .nav-item .nav-link:hover,
.cid-u7BtR2uTob .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BtR2uTob .nav-item .nav-link:hover::before,
.cid-u7BtR2uTob .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BtR2uTob .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BtR2uTob .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BtR2uTob .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BtR2uTob .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BtR2uTob .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BtR2uTob .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BtR2uTob .offcanvas_box {
    display: none;
  }
}
.cid-u7BtR2uTob .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BtR2uTob .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BtR2uTob .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BtR2uTob .container {
  display: flex;
  margin: auto;
}
.cid-u7BtR2uTob .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BtR2uTob .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BtR2uTob .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BtR2uTob .navbar-caption {
  color: #ffffff;
}
.cid-u7BtR2uTob .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BtR2uTob .navbar-nav {
    margin: 0;
  }
}
.cid-u7BtR2uTob .dropdown-menu,
.cid-u7BtR2uTob .navbar.opened {
  background-color: true !important;
}
.cid-u7BtR2uTob .nav-item:focus,
.cid-u7BtR2uTob .nav-link:focus {
  outline: none;
}
.cid-u7BtR2uTob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BtR2uTob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BtR2uTob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BtR2uTob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BtR2uTob .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BtR2uTob .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BtR2uTob .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BtR2uTob .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BtR2uTob .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BtR2uTob .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BtR2uTob .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BtR2uTob .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BtR2uTob .navbar.collapsed {
  justify-content: center;
}
.cid-u7BtR2uTob .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BtR2uTob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BtR2uTob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BtR2uTob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BtR2uTob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BtR2uTob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BtR2uTob .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BtR2uTob .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BtR2uTob .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BtR2uTob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BtR2uTob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BtR2uTob .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BtR2uTob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BtR2uTob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BtR2uTob .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BtR2uTob .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BtR2uTob .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BtR2uTob .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BtR2uTob .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BtR2uTob .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BtR2uTob .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BtR2uTob .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BtR2uTob .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BtR2uTob .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BtR2uTob .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BtR2uTob .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BtR2uTob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BtR2uTob .dropdown-item.active,
.cid-u7BtR2uTob .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BtR2uTob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BtR2uTob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BtR2uTob .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BtR2uTob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BtR2uTob ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BtR2uTob .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BtR2uTob button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BtR2uTob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BtR2uTob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BtR2uTob button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BtR2uTob button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BtR2uTob button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BtR2uTob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BtR2uTob nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BtR2uTob nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BtR2uTob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BtR2uTob a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BtR2uTob .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BtR2uTob .navbar {
    height: 70px;
  }
  .cid-u7BtR2uTob .navbar.opened {
    height: auto;
  }
  .cid-u7BtR2uTob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BtR2uTob .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BtR2uTob .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BtR2uTob .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BtR2uTob .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BtR2uTob .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BtR2uTob .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BtR2uTob .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BtR2uTob .text_widget {
  margin-bottom: 32px;
}
.cid-u7BtR2uTob .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BtR2uTob .text_widget a:hover {
  opacity: .5;
}
.cid-u7BtR2uTob .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BtR2uTob .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BtR2uTob .mbr-section-subtitle,
.cid-u7BtR2uTob .text_widget,
.cid-u7BtR2uTob .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BtR2uTob a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uWIXEjIUBZ {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uWIXEjIUBZ .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uWIXEjIUBZ .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uWIXEjIUBZ .card_topic,
.cid-uWIXEjIUBZ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uWIXEjIUBZ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uWIXEjIUBZ .image {
  position: relative;
}
.cid-uWIXEjIUBZ .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-uWIXEjIUBZ .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uWIXEjIUBZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uWIXEjIUBZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uWIXEjIUBZ .mbr-section-btn .btn-secondary-outline .active,
.cid-uWIXEjIUBZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uWIXEjIUBZ .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uWIXEjIUBZ .content_block {
    padding: 30px 15px;
  }
  .cid-uWIXEjIUBZ .mbr-figure {
    padding: 0;
  }
  .cid-uWIXEjIUBZ .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-uWIXEjIUBZ .mbr-section-title {
  color: #31ff00;
  text-align: center;
}
.cid-uWIXEjIUBZ .mbr-text,
.cid-uWIXEjIUBZ .mbr-section-btn {
  color: #04d5ff;
  text-align: center;
}
.cid-uWIXEjIUBZ .category_estimate,
.cid-uWIXEjIUBZ .card_topic {
  color: #ffc800;
}
.cid-uWIXEjIUBZ .category_content,
.cid-uWIXEjIUBZ .card_topic {
  text-align: center;
  color: #04d5ff;
}
.cid-u7BtR3K0Wh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BtR3K0Wh .container-fluid {
  padding: 0 2rem;
}
.cid-u7BtR3K0Wh .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BtR3K0Wh .mbr-title {
  padding: 0 1rem;
}
.cid-u7BtR3K0Wh .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BtR3K0Wh .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BtR3K0Wh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BtR3K0Wh .image-wrap {
  width: 100%;
}
.cid-u7BtR3K0Wh .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BtR3K0Wh .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BtR3K0Wh .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BtR3K0Wh .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BtR3K0Wh .mbr-text,
.cid-u7BtR3K0Wh .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BtR3kcNN {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BtR3kcNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BtR3kcNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BtR3kcNN .row {
  justify-content: left;
}
.cid-u7BtR3kcNN .main-col {
  display: flex;
}
.cid-u7BtR3kcNN .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BtR3kcNN .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-u7BtR3kcNN .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BtR3kcNN .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BtR3kcNN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUnmQHrLFZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnmQHrLFZ .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnmQHrLFZ .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnmQHrLFZ .card_topic,
.cid-uUnmQHrLFZ .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnmQHrLFZ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnmQHrLFZ .image {
  position: relative;
}
.cid-uUnmQHrLFZ .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-uUnmQHrLFZ .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnmQHrLFZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnmQHrLFZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnmQHrLFZ .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnmQHrLFZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnmQHrLFZ .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnmQHrLFZ .content_block {
    padding: 30px 15px;
  }
  .cid-uUnmQHrLFZ .mbr-figure {
    padding: 0;
  }
  .cid-uUnmQHrLFZ .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-uUnmQHrLFZ .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnmQHrLFZ .mbr-text,
.cid-uUnmQHrLFZ .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnmQHrLFZ .category_content,
.cid-uUnmQHrLFZ .card_topic {
  color: #e53712;
}
.cid-uUfZh2YNYN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfZh2YNYN .container-fluid {
  padding: 0 2rem;
}
.cid-uUfZh2YNYN .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfZh2YNYN .mbr-title {
  padding: 0 1rem;
}
.cid-uUfZh2YNYN .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfZh2YNYN .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfZh2YNYN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfZh2YNYN .image-wrap {
  width: 100%;
}
.cid-uUfZh2YNYN .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfZh2YNYN .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfZh2YNYN .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfZh2YNYN .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfZh2YNYN .mbr-text,
.cid-uUfZh2YNYN .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7BmOvuYSC {
  z-index: 1000;
  width: 100%;
}
.cid-u7BmOvuYSC .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7BmOvuYSC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7BmOvuYSC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7BmOvuYSC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7BmOvuYSC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7BmOvuYSC .menu_box .navbar.opened,
  .cid-u7BmOvuYSC .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7BmOvuYSC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7BmOvuYSC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7BmOvuYSC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7BmOvuYSC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7BmOvuYSC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7BmOvuYSC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7BmOvuYSC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7BmOvuYSC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7BmOvuYSC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7BmOvuYSC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7BmOvuYSC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7BmOvuYSC .offcanvas-body .mbr-text,
  .cid-u7BmOvuYSC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7BmOvuYSC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7BmOvuYSC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7BmOvuYSC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7BmOvuYSC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7BmOvuYSC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7BmOvuYSC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7BmOvuYSC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7BmOvuYSC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7BmOvuYSC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmOvuYSC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7BmOvuYSC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7BmOvuYSC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7BmOvuYSC .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7BmOvuYSC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7BmOvuYSC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7BmOvuYSC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7BmOvuYSC .nav-item {
    margin: 0 !important;
  }
}
.cid-u7BmOvuYSC .nav-item .nav-link {
  position: relative;
}
.cid-u7BmOvuYSC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7BmOvuYSC .nav-item .nav-link:hover,
.cid-u7BmOvuYSC .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7BmOvuYSC .nav-item .nav-link:hover::before,
.cid-u7BmOvuYSC .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7BmOvuYSC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7BmOvuYSC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7BmOvuYSC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7BmOvuYSC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7BmOvuYSC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7BmOvuYSC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7BmOvuYSC .offcanvas_box {
    display: none;
  }
}
.cid-u7BmOvuYSC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7BmOvuYSC .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7BmOvuYSC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7BmOvuYSC .container {
  display: flex;
  margin: auto;
}
.cid-u7BmOvuYSC .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7BmOvuYSC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7BmOvuYSC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7BmOvuYSC .navbar-caption {
  color: #ffffff;
}
.cid-u7BmOvuYSC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7BmOvuYSC .navbar-nav {
    margin: 0;
  }
}
.cid-u7BmOvuYSC .dropdown-menu,
.cid-u7BmOvuYSC .navbar.opened {
  background-color: true !important;
}
.cid-u7BmOvuYSC .nav-item:focus,
.cid-u7BmOvuYSC .nav-link:focus {
  outline: none;
}
.cid-u7BmOvuYSC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7BmOvuYSC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7BmOvuYSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7BmOvuYSC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7BmOvuYSC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7BmOvuYSC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7BmOvuYSC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7BmOvuYSC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7BmOvuYSC .navbar.opened {
  transition: all 0.3s;
}
.cid-u7BmOvuYSC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7BmOvuYSC .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7BmOvuYSC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7BmOvuYSC .navbar.collapsed {
  justify-content: center;
}
.cid-u7BmOvuYSC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7BmOvuYSC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7BmOvuYSC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7BmOvuYSC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7BmOvuYSC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7BmOvuYSC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7BmOvuYSC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7BmOvuYSC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7BmOvuYSC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7BmOvuYSC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7BmOvuYSC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7BmOvuYSC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7BmOvuYSC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7BmOvuYSC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7BmOvuYSC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7BmOvuYSC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7BmOvuYSC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7BmOvuYSC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7BmOvuYSC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7BmOvuYSC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7BmOvuYSC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7BmOvuYSC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7BmOvuYSC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7BmOvuYSC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7BmOvuYSC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7BmOvuYSC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7BmOvuYSC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7BmOvuYSC .dropdown-item.active,
.cid-u7BmOvuYSC .dropdown-item:active {
  background-color: transparent;
}
.cid-u7BmOvuYSC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7BmOvuYSC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7BmOvuYSC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7BmOvuYSC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7BmOvuYSC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7BmOvuYSC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7BmOvuYSC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7BmOvuYSC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7BmOvuYSC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7BmOvuYSC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmOvuYSC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7BmOvuYSC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7BmOvuYSC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmOvuYSC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7BmOvuYSC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7BmOvuYSC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7BmOvuYSC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7BmOvuYSC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7BmOvuYSC .navbar {
    height: 70px;
  }
  .cid-u7BmOvuYSC .navbar.opened {
    height: auto;
  }
  .cid-u7BmOvuYSC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7BmOvuYSC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7BmOvuYSC .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7BmOvuYSC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7BmOvuYSC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7BmOvuYSC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7BmOvuYSC .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7BmOvuYSC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7BmOvuYSC .text_widget {
  margin-bottom: 32px;
}
.cid-u7BmOvuYSC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7BmOvuYSC .text_widget a:hover {
  opacity: .5;
}
.cid-u7BmOvuYSC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmOvuYSC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7BmOvuYSC .mbr-section-subtitle,
.cid-u7BmOvuYSC .text_widget,
.cid-u7BmOvuYSC .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7BmOvuYSC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7BmOw4y78 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7BmOw4y78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmOw4y78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7BmOw4y78 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7BmOw4y78 .row {
  flex-direction: row-reverse;
}
.cid-u7BmOw4y78 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7BmOw4y78 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7BmOw4y78 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7BmOw4y78 .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7BmOw4y78 .mbr-text,
.cid-u7BmOw4y78 .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7BmOwk2wm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7BmOwk2wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7BmOwk2wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7BmOwk2wm .row {
  justify-content: left;
}
.cid-u7BmOwk2wm .main-col {
  display: flex;
}
.cid-u7BmOwk2wm .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7BmOwk2wm .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7BmOwk2wm .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7BmOwk2wm .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7BmOwk2wm .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7BmOwBuvM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7BmOwBuvM .container-fluid {
  padding: 0 2rem;
}
.cid-u7BmOwBuvM .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7BmOwBuvM .mbr-title {
  padding: 0 1rem;
}
.cid-u7BmOwBuvM .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7BmOwBuvM .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7BmOwBuvM .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7BmOwBuvM .image-wrap {
  width: 100%;
}
.cid-u7BmOwBuvM .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7BmOwBuvM .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7BmOwBuvM .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7BmOwBuvM .container-fluid {
    padding: 0rem;
  }
}
.cid-u7BmOwBuvM .mbr-text,
.cid-u7BmOwBuvM .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7NMYEIOuF {
  z-index: 1000;
  width: 100%;
}
.cid-u7NMYEIOuF .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7NMYEIOuF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7NMYEIOuF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7NMYEIOuF .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7NMYEIOuF .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7NMYEIOuF .menu_box .navbar.opened,
  .cid-u7NMYEIOuF .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7NMYEIOuF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7NMYEIOuF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7NMYEIOuF .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7NMYEIOuF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7NMYEIOuF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7NMYEIOuF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7NMYEIOuF .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7NMYEIOuF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7NMYEIOuF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7NMYEIOuF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7NMYEIOuF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7NMYEIOuF .offcanvas-body .mbr-text,
  .cid-u7NMYEIOuF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7NMYEIOuF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7NMYEIOuF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7NMYEIOuF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7NMYEIOuF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7NMYEIOuF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7NMYEIOuF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7NMYEIOuF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7NMYEIOuF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7NMYEIOuF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7NMYEIOuF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7NMYEIOuF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7NMYEIOuF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7NMYEIOuF .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7NMYEIOuF .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7NMYEIOuF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7NMYEIOuF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7NMYEIOuF .nav-item {
    margin: 0 !important;
  }
}
.cid-u7NMYEIOuF .nav-item .nav-link {
  position: relative;
}
.cid-u7NMYEIOuF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7NMYEIOuF .nav-item .nav-link:hover,
.cid-u7NMYEIOuF .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7NMYEIOuF .nav-item .nav-link:hover::before,
.cid-u7NMYEIOuF .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7NMYEIOuF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7NMYEIOuF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7NMYEIOuF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7NMYEIOuF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7NMYEIOuF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7NMYEIOuF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7NMYEIOuF .offcanvas_box {
    display: none;
  }
}
.cid-u7NMYEIOuF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7NMYEIOuF .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7NMYEIOuF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7NMYEIOuF .container {
  display: flex;
  margin: auto;
}
.cid-u7NMYEIOuF .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7NMYEIOuF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7NMYEIOuF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7NMYEIOuF .navbar-caption {
  color: #ffffff;
}
.cid-u7NMYEIOuF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7NMYEIOuF .navbar-nav {
    margin: 0;
  }
}
.cid-u7NMYEIOuF .dropdown-menu,
.cid-u7NMYEIOuF .navbar.opened {
  background-color: true !important;
}
.cid-u7NMYEIOuF .nav-item:focus,
.cid-u7NMYEIOuF .nav-link:focus {
  outline: none;
}
.cid-u7NMYEIOuF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7NMYEIOuF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7NMYEIOuF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7NMYEIOuF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7NMYEIOuF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7NMYEIOuF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7NMYEIOuF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7NMYEIOuF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7NMYEIOuF .navbar.opened {
  transition: all 0.3s;
}
.cid-u7NMYEIOuF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7NMYEIOuF .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7NMYEIOuF .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7NMYEIOuF .navbar.collapsed {
  justify-content: center;
}
.cid-u7NMYEIOuF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7NMYEIOuF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7NMYEIOuF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7NMYEIOuF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7NMYEIOuF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7NMYEIOuF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7NMYEIOuF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7NMYEIOuF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7NMYEIOuF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7NMYEIOuF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7NMYEIOuF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7NMYEIOuF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7NMYEIOuF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7NMYEIOuF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7NMYEIOuF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7NMYEIOuF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7NMYEIOuF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7NMYEIOuF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7NMYEIOuF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7NMYEIOuF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7NMYEIOuF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7NMYEIOuF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7NMYEIOuF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7NMYEIOuF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7NMYEIOuF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7NMYEIOuF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7NMYEIOuF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7NMYEIOuF .dropdown-item.active,
.cid-u7NMYEIOuF .dropdown-item:active {
  background-color: transparent;
}
.cid-u7NMYEIOuF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7NMYEIOuF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7NMYEIOuF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7NMYEIOuF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7NMYEIOuF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7NMYEIOuF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7NMYEIOuF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7NMYEIOuF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7NMYEIOuF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7NMYEIOuF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7NMYEIOuF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7NMYEIOuF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7NMYEIOuF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7NMYEIOuF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7NMYEIOuF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7NMYEIOuF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7NMYEIOuF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7NMYEIOuF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7NMYEIOuF .navbar {
    height: 70px;
  }
  .cid-u7NMYEIOuF .navbar.opened {
    height: auto;
  }
  .cid-u7NMYEIOuF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7NMYEIOuF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7NMYEIOuF .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7NMYEIOuF .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7NMYEIOuF .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7NMYEIOuF .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7NMYEIOuF .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7NMYEIOuF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7NMYEIOuF .text_widget {
  margin-bottom: 32px;
}
.cid-u7NMYEIOuF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7NMYEIOuF .text_widget a:hover {
  opacity: .5;
}
.cid-u7NMYEIOuF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7NMYEIOuF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7NMYEIOuF .mbr-section-subtitle,
.cid-u7NMYEIOuF .text_widget,
.cid-u7NMYEIOuF .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7NMYEIOuF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7NMYFjMEP {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-u7NMYFjMEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7NMYFjMEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7NMYFjMEP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7NMYFjMEP .row {
  flex-direction: row-reverse;
}
.cid-u7NMYFjMEP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7NMYFjMEP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7NMYFjMEP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7NMYFjMEP .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7NMYFjMEP .mbr-text,
.cid-u7NMYFjMEP .mbr-section-btn {
  color: #31ff00;
  text-align: center;
}
.cid-u7NMYFxGgM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7NMYFxGgM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7NMYFxGgM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7NMYFxGgM .row {
  justify-content: left;
}
.cid-u7NMYFxGgM .main-col {
  display: flex;
}
.cid-u7NMYFxGgM .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7NMYFxGgM .mbr-section-title {
  color: #04d5ff;
  width: 100%;
  text-align: center;
}
.cid-u7NMYFxGgM .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7NMYFxGgM .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7NMYFxGgM .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7NOZip3nZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u7NOZip3nZ .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-u7NOZip3nZ input,
.cid-u7NOZip3nZ textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-u7NOZip3nZ input:hover,
.cid-u7NOZip3nZ textarea:hover {
  border-color: transparent!important;
}
.cid-u7NOZip3nZ .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-u7NOZip3nZ h4 {
  margin-bottom: 3rem;
}
.cid-u7NOZip3nZ .col-auto {
  width: 100%;
}
.cid-u7NOZip3nZ textarea {
  min-height: 250px;
}
.cid-u7NOZip3nZ .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u7NOZip3nZ .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-u7NOZip3nZ .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-u7NOZip3nZ H4 {
  text-align: center;
  color: #263d5a;
}
.cid-u7NMYG4BxU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7NMYG4BxU .container-fluid {
  padding: 0 2rem;
}
.cid-u7NMYG4BxU .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7NMYG4BxU .mbr-title {
  padding: 0 1rem;
}
.cid-u7NMYG4BxU .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7NMYG4BxU .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7NMYG4BxU .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7NMYG4BxU .image-wrap {
  width: 100%;
}
.cid-u7NMYG4BxU .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7NMYG4BxU .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7NMYG4BxU .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7NMYG4BxU .container-fluid {
    padding: 0rem;
  }
}
.cid-u7NMYG4BxU .mbr-text,
.cid-u7NMYG4BxU .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-u7B1ggJzR6 {
  z-index: 1000;
  width: 100%;
}
.cid-u7B1ggJzR6 .navbar-dropdown {
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0;
  position: fixed;
}
.cid-u7B1ggJzR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000000;
}
.cid-u7B1ggJzR6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7B1ggJzR6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u7B1ggJzR6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u7B1ggJzR6 .menu_box .navbar.opened,
  .cid-u7B1ggJzR6 .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u7B1ggJzR6 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u7B1ggJzR6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u7B1ggJzR6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7B1ggJzR6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u7B1ggJzR6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u7B1ggJzR6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u7B1ggJzR6 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #000000;
  }
  .cid-u7B1ggJzR6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u7B1ggJzR6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u7B1ggJzR6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u7B1ggJzR6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u7B1ggJzR6 .offcanvas-body .mbr-text,
  .cid-u7B1ggJzR6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u7B1ggJzR6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u7B1ggJzR6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u7B1ggJzR6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-u7B1ggJzR6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u7B1ggJzR6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u7B1ggJzR6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u7B1ggJzR6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u7B1ggJzR6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u7B1ggJzR6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B1ggJzR6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u7B1ggJzR6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u7B1ggJzR6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u7B1ggJzR6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u7B1ggJzR6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-u7B1ggJzR6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u7B1ggJzR6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u7B1ggJzR6 .nav-item {
    margin: 0 !important;
  }
}
.cid-u7B1ggJzR6 .nav-item .nav-link {
  position: relative;
}
.cid-u7B1ggJzR6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffd600;
  transition: all 0.3s ease-out;
}
.cid-u7B1ggJzR6 .nav-item .nav-link:hover,
.cid-u7B1ggJzR6 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ffd600 !important;
}
.cid-u7B1ggJzR6 .nav-item .nav-link:hover::before,
.cid-u7B1ggJzR6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-u7B1ggJzR6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u7B1ggJzR6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u7B1ggJzR6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u7B1ggJzR6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u7B1ggJzR6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u7B1ggJzR6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u7B1ggJzR6 .offcanvas_box {
    display: none;
  }
}
.cid-u7B1ggJzR6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u7B1ggJzR6 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u7B1ggJzR6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u7B1ggJzR6 .container {
  display: flex;
  margin: auto;
}
.cid-u7B1ggJzR6 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u7B1ggJzR6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u7B1ggJzR6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u7B1ggJzR6 .navbar-caption {
  color: #ffffff;
}
.cid-u7B1ggJzR6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u7B1ggJzR6 .navbar-nav {
    margin: 0;
  }
}
.cid-u7B1ggJzR6 .dropdown-menu,
.cid-u7B1ggJzR6 .navbar.opened {
  background-color: true !important;
}
.cid-u7B1ggJzR6 .nav-item:focus,
.cid-u7B1ggJzR6 .nav-link:focus {
  outline: none;
}
.cid-u7B1ggJzR6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7B1ggJzR6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7B1ggJzR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7B1ggJzR6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7B1ggJzR6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7B1ggJzR6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7B1ggJzR6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u7B1ggJzR6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u7B1ggJzR6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u7B1ggJzR6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u7B1ggJzR6 .navbar .navbar-logo img {
  max-width: 70px;
  min-height: 70px;
  object-fit: contain;
}
.cid-u7B1ggJzR6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u7B1ggJzR6 .navbar.collapsed {
  justify-content: center;
}
.cid-u7B1ggJzR6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7B1ggJzR6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7B1ggJzR6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7B1ggJzR6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7B1ggJzR6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7B1ggJzR6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u7B1ggJzR6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u7B1ggJzR6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u7B1ggJzR6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u7B1ggJzR6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7B1ggJzR6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7B1ggJzR6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u7B1ggJzR6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7B1ggJzR6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u7B1ggJzR6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7B1ggJzR6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u7B1ggJzR6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u7B1ggJzR6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u7B1ggJzR6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u7B1ggJzR6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7B1ggJzR6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u7B1ggJzR6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u7B1ggJzR6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u7B1ggJzR6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u7B1ggJzR6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u7B1ggJzR6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-u7B1ggJzR6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7B1ggJzR6 .dropdown-item.active,
.cid-u7B1ggJzR6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u7B1ggJzR6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7B1ggJzR6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7B1ggJzR6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7B1ggJzR6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7B1ggJzR6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u7B1ggJzR6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7B1ggJzR6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #c2b299;
}
.cid-u7B1ggJzR6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u7B1ggJzR6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7B1ggJzR6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B1ggJzR6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7B1ggJzR6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7B1ggJzR6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B1ggJzR6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7B1ggJzR6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7B1ggJzR6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7B1ggJzR6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u7B1ggJzR6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7B1ggJzR6 .navbar {
    height: 70px;
  }
  .cid-u7B1ggJzR6 .navbar.opened {
    height: auto;
  }
  .cid-u7B1ggJzR6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7B1ggJzR6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u7B1ggJzR6 .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-u7B1ggJzR6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-u7B1ggJzR6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 195px;
}
@media (max-width: 992px) {
  .cid-u7B1ggJzR6 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-u7B1ggJzR6 .navbar-caption:hover {
  color: #ffd600;
}
@media (min-width: 992px) {
  .cid-u7B1ggJzR6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u7B1ggJzR6 .text_widget {
  margin-bottom: 32px;
}
.cid-u7B1ggJzR6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u7B1ggJzR6 .text_widget a:hover {
  opacity: .5;
}
.cid-u7B1ggJzR6 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u7B1ggJzR6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-u7B1ggJzR6 .mbr-section-subtitle,
.cid-u7B1ggJzR6 .text_widget,
.cid-u7B1ggJzR6 .mbr-section-btn {
  text-align: center;
  color: #ffd600;
}
.cid-u7B1ggJzR6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7B1ghgJwv {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/16500feetmilkywaykc2-brunier-1800x1164.jpg");
}
.cid-u7B1ghgJwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B1ghgJwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7B1ghgJwv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7B1ghgJwv .row {
  flex-direction: row-reverse;
}
.cid-u7B1ghgJwv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u7B1ghgJwv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u7B1ghgJwv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u7B1ghgJwv .mbr-section-title {
  color: #04d5ff;
  text-align: center;
}
.cid-u7B1ghgJwv .mbr-text,
.cid-u7B1ghgJwv .mbr-section-btn {
  color: #ffcf00;
  text-align: center;
}
.cid-u7B1ghyBsf {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u7B1ghyBsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7B1ghyBsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7B1ghyBsf .row {
  justify-content: left;
}
.cid-u7B1ghyBsf .main-col {
  display: flex;
}
.cid-u7B1ghyBsf .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-u7B1ghyBsf .mbr-section-title {
  color: #ffd600;
  width: 100%;
  text-align: center;
}
.cid-u7B1ghyBsf .mbr-section-subtitle {
  color: #faf8d5;
  width: 100%;
  margin-top: 20px;
}
.cid-u7B1ghyBsf .mbr-text {
  color: #04d5ff;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-u7B1ghyBsf .mbr-section-subtitle DIV {
  text-align: justify;
}
.cid-u7B1ghTDfp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-u7B1ghTDfp .container-fluid {
  padding: 0 2rem;
}
.cid-u7B1ghTDfp .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-u7B1ghTDfp .mbr-title {
  padding: 0 1rem;
}
.cid-u7B1ghTDfp .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-u7B1ghTDfp .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-u7B1ghTDfp .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-u7B1ghTDfp .image-wrap {
  width: 100%;
}
.cid-u7B1ghTDfp .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-u7B1ghTDfp .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-u7B1ghTDfp .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-u7B1ghTDfp .container-fluid {
    padding: 0rem;
  }
}
.cid-u7B1ghTDfp .mbr-text,
.cid-u7B1ghTDfp .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
.cid-uUnnfqoT9D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUnnfqoT9D .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-uUnnfqoT9D .content_block:hover .mbr-section-title a {
  color: #00ffe6 !important;
}
.cid-uUnnfqoT9D .card_topic,
.cid-uUnnfqoT9D .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uUnnfqoT9D .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #00ffe6;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uUnnfqoT9D .image {
  position: relative;
}
.cid-uUnnfqoT9D .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-uUnnfqoT9D .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUnnfqoT9D .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUnnfqoT9D .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUnnfqoT9D .mbr-section-btn .btn-secondary-outline .active,
.cid-uUnnfqoT9D .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffd600 !important;
}
.cid-uUnnfqoT9D .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-uUnnfqoT9D .content_block {
    padding: 30px 15px;
  }
  .cid-uUnnfqoT9D .mbr-figure {
    padding: 0;
  }
  .cid-uUnnfqoT9D .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-uUnnfqoT9D .mbr-section-title {
  text-align: center;
  color: #ffef00;
}
.cid-uUnnfqoT9D .mbr-text,
.cid-uUnnfqoT9D .mbr-section-btn {
  color: #e5f1f2;
  text-align: center;
}
.cid-uUnnfqoT9D .category_content,
.cid-uUnnfqoT9D .card_topic {
  color: #e53712;
}
.cid-uUfZIwhcSE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mw-2000x1000.jpg");
}
.cid-uUfZIwhcSE .container-fluid {
  padding: 0 2rem;
}
.cid-uUfZIwhcSE .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffe500;
}
.cid-uUfZIwhcSE .mbr-title {
  padding: 0 1rem;
}
.cid-uUfZIwhcSE .mbr-section-subtitle {
  margin-top: .8rem;
  margin-bottom: 1.3rem;
  color: #ffd600;
  text-align: center;
}
.cid-uUfZIwhcSE .underline {
  padding: .5rem 1rem .5rem 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uUfZIwhcSE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ffd600, #00ffe6);
  display: inline-block;
}
.cid-uUfZIwhcSE .image-wrap {
  width: 100%;
}
.cid-uUfZIwhcSE .image-wrap img {
  padding-bottom: 1rem;
  width: 100%;
  height: 100%;
}
.cid-uUfZIwhcSE .btn {
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uUfZIwhcSE .card-wrapper {
  padding: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-uUfZIwhcSE .container-fluid {
    padding: 0rem;
  }
}
.cid-uUfZIwhcSE .mbr-text,
.cid-uUfZIwhcSE .mbr-section-btn {
  color: #fafafa;
  text-align: center;
}
