body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ab121c !important;
}
.bg-success {
  background-color: #2c4043 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #f6871f !important;
}
.bg-danger {
  background-color: #f7941d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ab121c !important;
  border-color: #ab121c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5d0a0f !important;
  border-color: #5d0a0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5d0a0f !important;
  border-color: #5d0a0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #590056 !important;
  border-color: #590056 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #020002 !important;
  border-color: #020002 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #020002 !important;
  border-color: #020002 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #2c4043 !important;
  border-color: #2c4043 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0a0e0f !important;
  border-color: #0a0e0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0e0f !important;
  border-color: #0a0e0f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f6871f !important;
  border-color: #f6871f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b75c07 !important;
  border-color: #b75c07 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b75c07 !important;
  border-color: #b75c07 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7941d !important;
  border-color: #f7941d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b76706 !important;
  border-color: #b76706 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b76706 !important;
  border-color: #b76706 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ab121c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #5d0a0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ab121c !important;
  border-color: #ab121c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #590056;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #020002 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #590056 !important;
  border-color: #590056 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2c4043;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0e0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2c4043 !important;
  border-color: #2c4043 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f6871f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b75c07 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f6871f !important;
  border-color: #f6871f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7941d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b76706 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941d !important;
  border-color: #f7941d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ab121c !important;
}
.text-secondary {
  color: #590056 !important;
}
.text-success {
  color: #2c4043 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #f6871f !important;
}
.text-danger {
  color: #f7941d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4f080d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #040505 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a85507 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a85e06 !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: #ab121c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #f6871f;
}
.alert-danger {
  background-color: #f7941d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ab121c;
  border-color: #ab121c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ab121c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ed505a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #99b7bc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef0e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef1e2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ab121c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ab121c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ab121c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ab121c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ab121c;
  border-bottom-color: #ab121c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ab121c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #590056 !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='%23ab121c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tPS119kAFE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPS119kAFE nav.navbar {
  position: fixed;
}
.cid-tPS119kAFE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPS119kAFE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPS119kAFE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPS119kAFE .dropdown-item:hover,
.cid-tPS119kAFE .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tPS119kAFE .dropdown-item:hover span {
  color: white;
}
.cid-tPS119kAFE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPS119kAFE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPS119kAFE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPS119kAFE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPS119kAFE .nav-link {
  position: relative;
}
.cid-tPS119kAFE .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPS119kAFE .container {
    flex-wrap: wrap;
  }
}
.cid-tPS119kAFE .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPS119kAFE .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tPS119kAFE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPS119kAFE .dropdown-menu,
.cid-tPS119kAFE .navbar.opened {
  background: #ffffff !important;
}
.cid-tPS119kAFE .nav-item:focus,
.cid-tPS119kAFE .nav-link:focus {
  outline: none;
}
.cid-tPS119kAFE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPS119kAFE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPS119kAFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPS119kAFE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPS119kAFE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPS119kAFE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPS119kAFE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tPS119kAFE .navbar.opened {
  transition: all 0.3s;
}
.cid-tPS119kAFE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPS119kAFE .navbar .navbar-logo img {
  width: auto;
}
.cid-tPS119kAFE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPS119kAFE .navbar.collapsed {
  justify-content: center;
}
.cid-tPS119kAFE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPS119kAFE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPS119kAFE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPS119kAFE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPS119kAFE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPS119kAFE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPS119kAFE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPS119kAFE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPS119kAFE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPS119kAFE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPS119kAFE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPS119kAFE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPS119kAFE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPS119kAFE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPS119kAFE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPS119kAFE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPS119kAFE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPS119kAFE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPS119kAFE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPS119kAFE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPS119kAFE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPS119kAFE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPS119kAFE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPS119kAFE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPS119kAFE .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-tPS119kAFE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPS119kAFE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPS119kAFE .dropdown-item.active,
.cid-tPS119kAFE .dropdown-item:active {
  background-color: transparent;
}
.cid-tPS119kAFE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPS119kAFE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPS119kAFE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPS119kAFE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPS119kAFE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPS119kAFE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPS119kAFE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPS119kAFE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPS119kAFE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPS119kAFE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPS119kAFE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPS119kAFE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPS119kAFE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPS119kAFE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPS119kAFE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPS119kAFE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPS119kAFE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPS119kAFE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPS119kAFE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPS119kAFE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPS119kAFE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPS119kAFE .navbar {
    height: 70px;
  }
  .cid-tPS119kAFE .navbar.opened {
    height: auto;
  }
  .cid-tPS119kAFE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSZDeFuMi0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cupacc-banner-1-1920x1080.png");
}
.cid-tSZDeFuMi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSZDeFuMi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSZDeFuMi0 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tSZDeFuMi0 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tSZDeFuMi0 .mbr-section-title {
  color: #ab121c;
}
.cid-tSZDeFuMi0 .mbr-text,
.cid-tSZDeFuMi0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tPS1A0aVrO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c4043;
}
.cid-tPS1A0aVrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPS1A0aVrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPS1A0aVrO .content-wrapper {
  background: #f7941d;
}
@media (max-width: 991px) {
  .cid-tPS1A0aVrO .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPS1A0aVrO .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tPS1A0aVrO .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPS1A0aVrO .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tPS1A0aVrO .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tPS1A0aVrO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tPS1A0aVrO .card-title {
  color: #ffffff;
}
.cid-tTgm1KPhOm {
  display: flex;
  background-image: url("../../../assets/images/cupacc-banner-7-1920x1080.png");
}
.cid-tTgm1KPhOm .mbr-overlay {
  background-color: #2c4043;
  opacity: 0.6;
}
.cid-tTgm1KPhOm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTgm1KPhOm {
    align-items: flex-end;
  }
  .cid-tTgm1KPhOm .row {
    justify-content: flex-start;
  }
  .cid-tTgm1KPhOm .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTgm1KPhOm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTgm1KPhOm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTgm1KPhOm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTgm1KPhOm .content-wrap {
    width: 100%;
  }
}
.cid-tT413D9lW1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c4043;
}
.cid-tT413D9lW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT413D9lW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT413D9lW1 .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-tT413D9lW1 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tT413D9lW1 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tT413D9lW1 .wrapper {
  padding: 30px 0;
}
.cid-tT413D9lW1 .mbr-section-title {
  color: #fafafa;
}
.cid-tT413D9lW1 .mbr-text,
.cid-tT413D9lW1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tTgmt4pkeX {
  display: flex;
  background-image: url("../../../assets/images/cupacc-banner-3-1920x1080.png");
}
.cid-tTgmt4pkeX .mbr-overlay {
  background-color: #2c4043;
  opacity: 0.6;
}
.cid-tTgmt4pkeX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tTgmt4pkeX {
    align-items: flex-end;
  }
  .cid-tTgmt4pkeX .row {
    justify-content: flex-start;
  }
  .cid-tTgmt4pkeX .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tTgmt4pkeX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tTgmt4pkeX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tTgmt4pkeX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tTgmt4pkeX .content-wrap {
    width: 100%;
  }
}
.cid-tT414RukbZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2c4043;
}
.cid-tT414RukbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT414RukbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT414RukbZ .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-tT414RukbZ .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tT414RukbZ .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tT414RukbZ .wrapper {
  padding: 30px 0;
}
.cid-tT414RukbZ .mbr-section-title {
  color: #fafafa;
}
.cid-tT414RukbZ .mbr-text,
.cid-tT414RukbZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tT419i76rt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7941d;
}
.cid-tT419i76rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT419i76rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT419i76rt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tT419i76rt .card {
    margin-bottom: 2rem!important;
  }
  .cid-tT419i76rt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tT419i76rt .link-wrap {
    align-items: center;
  }
}
.cid-tT419i76rt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tT419i76rt .card-title,
.cid-tT419i76rt .card-box {
  color: #232323;
}
.cid-tPS1GgcBh5 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/cupacc-banner-2-1920x1080.png");
}
.cid-tPS1GgcBh5 .mbr-overlay {
  background: #000000;
  opacity: 0.4;
}
.cid-tPS1GgcBh5 img,
.cid-tPS1GgcBh5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tPS1GgcBh5 .item:focus,
.cid-tPS1GgcBh5 span:focus {
  outline: none;
}
.cid-tPS1GgcBh5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tPS1GgcBh5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tPS1GgcBh5 .item {
  padding: 0;
  margin: 0;
}
.cid-tPS1GgcBh5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tPS1GgcBh5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tPS1GgcBh5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPS1GgcBh5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tPS1GgcBh5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tPS1GgcBh5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tPS1GgcBh5 .mbr-section-title {
  color: #ffffff;
}
.cid-tPS1GgcBh5 .mbr-text,
.cid-tPS1GgcBh5 .mbr-section-btn {
  text-align: center;
}
.cid-tPS1GgcBh5 .item-title {
  text-align: center;
}
.cid-tPS1GgcBh5 .item-subtitle {
  text-align: left;
}
.cid-tPS1GgcBh5 .mbr-section-subtitle {
  color: #232323;
}
.cid-tPS1EhBW1r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tPS1EhBW1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPS1EhBW1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPS1EhBW1r .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tPS1EhBW1r .team-card:hover {
  transform: translateY(-10px);
}
.cid-tPS1EhBW1r .card-wrap {
  background: #f6871f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tPS1EhBW1r .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tPS1EhBW1r .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tPS1EhBW1r .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPS1EhBW1r .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tPS1EhBW1r .social-row {
  text-align: center;
}
.cid-tPS1EhBW1r .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tPS1EhBW1r .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tPS1EhBW1r .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tPS1EhBW1r .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tPS1EhBW1r .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tPS1EhBW1r .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tPS1EhBW1r .embla__button--next,
.cid-tPS1EhBW1r .embla__button--prev {
  display: flex;
}
.cid-tPS1EhBW1r .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tPS1EhBW1r .embla__button {
    display: none;
  }
}
.cid-tPS1EhBW1r .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tPS1EhBW1r .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tPS1EhBW1r .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tPS1EhBW1r .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tPS1EhBW1r .embla__button {
    top: auto;
  }
}
.cid-tPS1EhBW1r .embla {
  position: relative;
  width: 100%;
}
.cid-tPS1EhBW1r .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tPS1EhBW1r .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tPS1EhBW1r .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tPS1EhBW1r .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tPS1EhBW1r .mbr-section-title {
  color: #f6871f;
}
.cid-tPS1EhBW1r .card-title,
.cid-tPS1EhBW1r .social-row {
  color: #ffffff;
}
.cid-tT41iAsU41 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tT41iAsU41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tT41iAsU41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tT41iAsU41 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tT41iAsU41 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tT41iAsU41 .card-wrap {
  background: #f6871f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tT41iAsU41 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tT41iAsU41 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tT41iAsU41 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tT41iAsU41 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tT41iAsU41 .social-row {
  text-align: center;
}
.cid-tT41iAsU41 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tT41iAsU41 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tT41iAsU41 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tT41iAsU41 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tT41iAsU41 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tT41iAsU41 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tT41iAsU41 .embla__button--next,
.cid-tT41iAsU41 .embla__button--prev {
  display: flex;
}
.cid-tT41iAsU41 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tT41iAsU41 .embla__button {
    display: none;
  }
}
.cid-tT41iAsU41 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tT41iAsU41 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tT41iAsU41 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tT41iAsU41 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tT41iAsU41 .embla__button {
    top: auto;
  }
}
.cid-tT41iAsU41 .embla {
  position: relative;
  width: 100%;
}
.cid-tT41iAsU41 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tT41iAsU41 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tT41iAsU41 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tT41iAsU41 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tT41iAsU41 .card-title,
.cid-tT41iAsU41 .social-row {
  color: #ffffff;
}
.cid-tT41hXmuHe {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tT41hXmuHe img,
.cid-tT41hXmuHe .item-img {
  width: 100%;
}
.cid-tT41hXmuHe .item:focus,
.cid-tT41hXmuHe span:focus {
  outline: none;
}
.cid-tT41hXmuHe .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tT41hXmuHe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tT41hXmuHe .item {
  padding: 0;
  margin: 0;
}
.cid-tT41hXmuHe .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tT41hXmuHe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tT41hXmuHe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tT41hXmuHe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tT41hXmuHe .mbr-section-title {
  color: #232323;
}
.cid-tWRAy6IfMz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tWRAy6IfMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWRAy6IfMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWRAy6IfMz .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tWRAy6IfMz .card {
    margin-bottom: 2rem!important;
  }
  .cid-tWRAy6IfMz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tWRAy6IfMz .link-wrap {
    align-items: center;
  }
}
.cid-tWRAy6IfMz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tWRAy6IfMz .card-title,
.cid-tWRAy6IfMz .card-box {
  text-align: left;
  color: #000000;
}
.cid-tT4bX6LJ9N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT4bX6LJ9N img {
  width: 120px;
  margin: auto;
}
.cid-tT4bX6LJ9N .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tT4bX6LJ9N .card {
    max-width: 12.5%;
  }
}
.cid-tT4bX6LJ9N .mbr-section-title {
  color: #ab121c;
}
.cid-tVR2B8R6RW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVR2B8R6RW img {
  width: 120px;
  margin: auto;
}
.cid-tVR2B8R6RW .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tVR2B8R6RW .card {
    max-width: 12.5%;
  }
}
.cid-tVR312u1Qg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tVR312u1Qg img {
  width: 120px;
  margin: auto;
}
.cid-tVR312u1Qg .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tVR312u1Qg .card {
    max-width: 12.5%;
  }
}
.cid-tPS2337CfK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tPS2337CfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPS2337CfK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPS2337CfK .mbr-text,
.cid-tPS2337CfK .mbr-section-btn {
  color: #232323;
}
.cid-tPS2337CfK .card-title,
.cid-tPS2337CfK .card-box {
  color: #f6871f;
}
.cid-tPS2337CfK .mbr-text,
.cid-tPS2337CfK .link-wrap {
  color: #ffffff;
}
.cid-tPS1SR5PCI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tPS1SR5PCI .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tPS1SR5PCI form {
    width: 50%;
  }
}
.cid-tPS1SR5PCI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tPS1SR5PCI form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tPS1YVDros {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tPS1YVDros .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tPS1YVDros .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tPS1YVDros .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tPS1YVDros .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tPS1YVDros .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tPS1YVDros .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tPS1YVDros .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tPS1YVDros .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tPS1YVDros .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tPS1YVDros .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tPS1YVDros .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tPS1YVDros .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tPS1YVDros .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tPS1YVDros .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzPtdvyeD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzPtdvyeD nav.navbar {
  position: fixed;
}
.cid-tUzPtdvyeD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzPtdvyeD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzPtdvyeD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzPtdvyeD .dropdown-item:hover,
.cid-tUzPtdvyeD .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUzPtdvyeD .dropdown-item:hover span {
  color: white;
}
.cid-tUzPtdvyeD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzPtdvyeD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzPtdvyeD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzPtdvyeD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzPtdvyeD .nav-link {
  position: relative;
}
.cid-tUzPtdvyeD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUzPtdvyeD .container {
    flex-wrap: wrap;
  }
}
.cid-tUzPtdvyeD .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUzPtdvyeD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUzPtdvyeD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzPtdvyeD .dropdown-menu,
.cid-tUzPtdvyeD .navbar.opened {
  background: #ffffff !important;
}
.cid-tUzPtdvyeD .nav-item:focus,
.cid-tUzPtdvyeD .nav-link:focus {
  outline: none;
}
.cid-tUzPtdvyeD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzPtdvyeD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzPtdvyeD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzPtdvyeD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzPtdvyeD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzPtdvyeD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzPtdvyeD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUzPtdvyeD .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzPtdvyeD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzPtdvyeD .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzPtdvyeD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzPtdvyeD .navbar.collapsed {
  justify-content: center;
}
.cid-tUzPtdvyeD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzPtdvyeD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzPtdvyeD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzPtdvyeD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzPtdvyeD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzPtdvyeD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUzPtdvyeD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzPtdvyeD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzPtdvyeD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzPtdvyeD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzPtdvyeD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzPtdvyeD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzPtdvyeD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzPtdvyeD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUzPtdvyeD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzPtdvyeD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzPtdvyeD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzPtdvyeD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzPtdvyeD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzPtdvyeD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzPtdvyeD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzPtdvyeD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzPtdvyeD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzPtdvyeD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzPtdvyeD .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-tUzPtdvyeD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzPtdvyeD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzPtdvyeD .dropdown-item.active,
.cid-tUzPtdvyeD .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzPtdvyeD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzPtdvyeD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzPtdvyeD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzPtdvyeD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUzPtdvyeD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzPtdvyeD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzPtdvyeD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzPtdvyeD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzPtdvyeD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzPtdvyeD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUzPtdvyeD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzPtdvyeD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzPtdvyeD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzPtdvyeD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzPtdvyeD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzPtdvyeD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzPtdvyeD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzPtdvyeD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzPtdvyeD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzPtdvyeD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzPtdvyeD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUzPtdvyeD .navbar {
    height: 70px;
  }
  .cid-tUzPtdvyeD .navbar.opened {
    height: auto;
  }
  .cid-tUzPtdvyeD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUzPRiWofQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-5-1181x738.png");
}
.cid-tUzPRiWofQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzPRiWofQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzPRiWofQ .mbr-section-title {
  color: #ffffff;
}
.cid-tUzQ5FZ6jK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUzQ5FZ6jK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzQ5FZ6jK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzQ5FZ6jK .mbr-section-title {
  color: #f6871f;
}
.cid-tUzQHP6NDx {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUzQHP6NDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzQHP6NDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzQHP6NDx ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUzQHP6NDx li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUzQHP6NDx ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUzRcnEA9D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUzRcnEA9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzRcnEA9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzRcnEA9D ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUzRcnEA9D li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUzRcnEA9D ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUzRcnEA9D H3 {
  color: #f6871f;
}
.cid-tUzRMm6XHp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUzRMm6XHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzRMm6XHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzRMm6XHp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUzRMm6XHp .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUzRMm6XHp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUzRMm6XHp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUzRMm6XHp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUzRMm6XHp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUzRMm6XHp .carousel-control,
.cid-tUzRMm6XHp .close {
  background: #1b1b1b;
}
.cid-tUzRMm6XHp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUzRMm6XHp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUzRMm6XHp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUzRMm6XHp .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUzRMm6XHp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUzRMm6XHp .close::before {
  content: '\e91a';
}
.cid-tUzRMm6XHp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUzRMm6XHp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUzRMm6XHp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUzRMm6XHp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUzRMm6XHp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUzRMm6XHp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUzRMm6XHp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUzRMm6XHp .carousel-indicators li.active,
.cid-tUzRMm6XHp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUzRMm6XHp .carousel-indicators li::after,
.cid-tUzRMm6XHp .carousel-indicators li::before {
  content: none;
}
.cid-tUzRMm6XHp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUzRMm6XHp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUzRMm6XHp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzRMm6XHp .carousel-indicators {
    display: none;
  }
}
.cid-tUzRMm6XHp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUzRMm6XHp .carousel-inner > .active {
  display: block;
}
.cid-tUzRMm6XHp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUzRMm6XHp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUzRMm6XHp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUzRMm6XHp .carousel-control,
  .cid-tUzRMm6XHp .carousel-indicators,
  .cid-tUzRMm6XHp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUzRMm6XHp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUzRMm6XHp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUzRMm6XHp .carousel-indicators .active,
.cid-tUzRMm6XHp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUzRMm6XHp .carousel-indicators .active {
  background: #fff;
}
.cid-tUzRMm6XHp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUzRMm6XHp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUzRMm6XHp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUzRMm6XHp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUzRMm6XHp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUzRMm6XHp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUzRMm6XHp .carousel {
  width: 100%;
}
.cid-tUzRMm6XHp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUzRMm6XHp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUzRMm6XHp .modal.fade .modal-dialog,
.cid-tUzRMm6XHp .modal.in .modal-dialog {
  transform: none;
}
.cid-tUzRMm6XHp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUzRMm6XHp H6 {
  text-align: center;
}
.cid-tUzRMm6XHp H3 {
  color: #ab121c;
}
.cid-tUzQ6wLYQA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzQ6wLYQA .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQfhaOh7i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfhaOh7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfhaOh7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfhaOh7i .mbr-text,
.cid-tVQfhaOh7i .mbr-section-btn {
  color: #232323;
}
.cid-tVQfhaOh7i .card-title,
.cid-tVQfhaOh7i .card-box {
  color: #f6871f;
}
.cid-tVQfhaOh7i .mbr-text,
.cid-tVQfhaOh7i .link-wrap {
  color: #ffffff;
}
.cid-tVQfhS948O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfhS948O .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfhS948O form {
    width: 50%;
  }
}
.cid-tVQfhS948O form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfhS948O form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUzPtjEQfU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUzPtjEQfU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUzPtjEQfU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUzPtjEQfU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUzPtjEQfU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUzPtjEQfU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUzPtjEQfU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUzPtjEQfU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUzPtjEQfU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUzPtjEQfU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUzPtjEQfU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUzPtjEQfU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUzPtjEQfU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUzPtjEQfU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUzPtjEQfU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUzVbf5igZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUzVbf5igZ nav.navbar {
  position: fixed;
}
.cid-tUzVbf5igZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzVbf5igZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUzVbf5igZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUzVbf5igZ .dropdown-item:hover,
.cid-tUzVbf5igZ .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUzVbf5igZ .dropdown-item:hover span {
  color: white;
}
.cid-tUzVbf5igZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUzVbf5igZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUzVbf5igZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUzVbf5igZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUzVbf5igZ .nav-link {
  position: relative;
}
.cid-tUzVbf5igZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUzVbf5igZ .container {
    flex-wrap: wrap;
  }
}
.cid-tUzVbf5igZ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUzVbf5igZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUzVbf5igZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUzVbf5igZ .dropdown-menu,
.cid-tUzVbf5igZ .navbar.opened {
  background: #ffffff !important;
}
.cid-tUzVbf5igZ .nav-item:focus,
.cid-tUzVbf5igZ .nav-link:focus {
  outline: none;
}
.cid-tUzVbf5igZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUzVbf5igZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUzVbf5igZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUzVbf5igZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUzVbf5igZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUzVbf5igZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUzVbf5igZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUzVbf5igZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tUzVbf5igZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUzVbf5igZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tUzVbf5igZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUzVbf5igZ .navbar.collapsed {
  justify-content: center;
}
.cid-tUzVbf5igZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUzVbf5igZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUzVbf5igZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUzVbf5igZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUzVbf5igZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUzVbf5igZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUzVbf5igZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUzVbf5igZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUzVbf5igZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUzVbf5igZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUzVbf5igZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUzVbf5igZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUzVbf5igZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUzVbf5igZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUzVbf5igZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUzVbf5igZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUzVbf5igZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUzVbf5igZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUzVbf5igZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUzVbf5igZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUzVbf5igZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUzVbf5igZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUzVbf5igZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUzVbf5igZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUzVbf5igZ .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-tUzVbf5igZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUzVbf5igZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUzVbf5igZ .dropdown-item.active,
.cid-tUzVbf5igZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tUzVbf5igZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUzVbf5igZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUzVbf5igZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUzVbf5igZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUzVbf5igZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUzVbf5igZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUzVbf5igZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUzVbf5igZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUzVbf5igZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUzVbf5igZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUzVbf5igZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUzVbf5igZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzVbf5igZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUzVbf5igZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUzVbf5igZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzVbf5igZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUzVbf5igZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUzVbf5igZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUzVbf5igZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUzVbf5igZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUzVbf5igZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUzVbf5igZ .navbar {
    height: 70px;
  }
  .cid-tUzVbf5igZ .navbar.opened {
    height: auto;
  }
  .cid-tUzVbf5igZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUzVbfqjoU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-11-1181x738.png");
}
.cid-tUzVbfqjoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzVbfqjoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzVbfqjoU .mbr-section-title {
  color: #ffffff;
}
.cid-tUzVbfwOXV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUzVbfwOXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzVbfwOXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzVbfwOXV .mbr-section-title {
  color: #f6871f;
}
.cid-tUzVbfCJGr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUzVbfCJGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzVbfCJGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzVbfCJGr ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUzVbfCJGr li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUzVbfCJGr ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUzVbfCJGr H3 {
  text-align: center;
  color: #f6871f;
}
.cid-tUzVbfPGTg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUzVbfPGTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzVbfPGTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzVbfPGTg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUzVbfPGTg .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUzVbfPGTg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUzVbfPGTg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUzVbfPGTg .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUzVbfPGTg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUzVbfPGTg .carousel-control,
.cid-tUzVbfPGTg .close {
  background: #1b1b1b;
}
.cid-tUzVbfPGTg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUzVbfPGTg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUzVbfPGTg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUzVbfPGTg .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUzVbfPGTg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUzVbfPGTg .close::before {
  content: '\e91a';
}
.cid-tUzVbfPGTg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUzVbfPGTg .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUzVbfPGTg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUzVbfPGTg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUzVbfPGTg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUzVbfPGTg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUzVbfPGTg .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUzVbfPGTg .carousel-indicators li.active,
.cid-tUzVbfPGTg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUzVbfPGTg .carousel-indicators li::after,
.cid-tUzVbfPGTg .carousel-indicators li::before {
  content: none;
}
.cid-tUzVbfPGTg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUzVbfPGTg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUzVbfPGTg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUzVbfPGTg .carousel-indicators {
    display: none;
  }
}
.cid-tUzVbfPGTg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUzVbfPGTg .carousel-inner > .active {
  display: block;
}
.cid-tUzVbfPGTg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUzVbfPGTg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUzVbfPGTg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUzVbfPGTg .carousel-control,
  .cid-tUzVbfPGTg .carousel-indicators,
  .cid-tUzVbfPGTg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUzVbfPGTg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUzVbfPGTg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUzVbfPGTg .carousel-indicators .active,
.cid-tUzVbfPGTg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUzVbfPGTg .carousel-indicators .active {
  background: #fff;
}
.cid-tUzVbfPGTg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUzVbfPGTg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUzVbfPGTg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUzVbfPGTg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUzVbfPGTg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUzVbfPGTg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUzVbfPGTg .carousel {
  width: 100%;
}
.cid-tUzVbfPGTg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUzVbfPGTg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUzVbfPGTg .modal.fade .modal-dialog,
.cid-tUzVbfPGTg .modal.in .modal-dialog {
  transform: none;
}
.cid-tUzVbfPGTg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUzVbfPGTg H6 {
  text-align: center;
}
.cid-tUzVbfPGTg H3 {
  color: #ab121c;
}
.cid-tUzVbg4SJb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUzVbg4SJb .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQfoWrNP5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfoWrNP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfoWrNP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfoWrNP5 .mbr-text,
.cid-tVQfoWrNP5 .mbr-section-btn {
  color: #232323;
}
.cid-tVQfoWrNP5 .card-title,
.cid-tVQfoWrNP5 .card-box {
  color: #f6871f;
}
.cid-tVQfoWrNP5 .mbr-text,
.cid-tVQfoWrNP5 .link-wrap {
  color: #ffffff;
}
.cid-tVQfpXHLi9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfpXHLi9 .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfpXHLi9 form {
    width: 50%;
  }
}
.cid-tVQfpXHLi9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfpXHLi9 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUzVbhb2pN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUzVbhb2pN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUzVbhb2pN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUzVbhb2pN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUzVbhb2pN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUzVbhb2pN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUzVbhb2pN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUzVbhb2pN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUzVbhb2pN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUzVbhb2pN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUzVbhb2pN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUzVbhb2pN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUzVbhb2pN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUzVbhb2pN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUzVbhb2pN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWwRzg9lI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWwRzg9lI nav.navbar {
  position: fixed;
}
.cid-tUWwRzg9lI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWwRzg9lI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWwRzg9lI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWwRzg9lI .dropdown-item:hover,
.cid-tUWwRzg9lI .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWwRzg9lI .dropdown-item:hover span {
  color: white;
}
.cid-tUWwRzg9lI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWwRzg9lI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWwRzg9lI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWwRzg9lI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWwRzg9lI .nav-link {
  position: relative;
}
.cid-tUWwRzg9lI .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWwRzg9lI .container {
    flex-wrap: wrap;
  }
}
.cid-tUWwRzg9lI .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWwRzg9lI .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWwRzg9lI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWwRzg9lI .dropdown-menu,
.cid-tUWwRzg9lI .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWwRzg9lI .nav-item:focus,
.cid-tUWwRzg9lI .nav-link:focus {
  outline: none;
}
.cid-tUWwRzg9lI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWwRzg9lI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWwRzg9lI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWwRzg9lI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWwRzg9lI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWwRzg9lI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWwRzg9lI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWwRzg9lI .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWwRzg9lI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWwRzg9lI .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWwRzg9lI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWwRzg9lI .navbar.collapsed {
  justify-content: center;
}
.cid-tUWwRzg9lI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWwRzg9lI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWwRzg9lI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWwRzg9lI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWwRzg9lI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWwRzg9lI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWwRzg9lI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWwRzg9lI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWwRzg9lI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWwRzg9lI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWwRzg9lI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWwRzg9lI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWwRzg9lI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWwRzg9lI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWwRzg9lI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWwRzg9lI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWwRzg9lI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWwRzg9lI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWwRzg9lI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWwRzg9lI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWwRzg9lI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWwRzg9lI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWwRzg9lI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWwRzg9lI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWwRzg9lI .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-tUWwRzg9lI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWwRzg9lI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWwRzg9lI .dropdown-item.active,
.cid-tUWwRzg9lI .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWwRzg9lI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWwRzg9lI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWwRzg9lI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWwRzg9lI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWwRzg9lI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWwRzg9lI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWwRzg9lI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWwRzg9lI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWwRzg9lI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWwRzg9lI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWwRzg9lI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWwRzg9lI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWwRzg9lI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWwRzg9lI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWwRzg9lI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWwRzg9lI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWwRzg9lI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWwRzg9lI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWwRzg9lI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWwRzg9lI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWwRzg9lI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWwRzg9lI .navbar {
    height: 70px;
  }
  .cid-tUWwRzg9lI .navbar.opened {
    height: auto;
  }
  .cid-tUWwRzg9lI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWwRzR6Hk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-1-1181x738.png");
}
.cid-tUWwRzR6Hk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWwRzR6Hk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWwRzR6Hk .mbr-section-title {
  color: #ffffff;
}
.cid-tUWwRA5Mh1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWwRA5Mh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWwRA5Mh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWwRA5Mh1 .mbr-section-title {
  color: #f6871f;
}
.cid-tUWwRAjP4c {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWwRAjP4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWwRAjP4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWwRAjP4c ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWwRAjP4c li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWwRAjP4c ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWwRAjP4c H3 {
  text-align: center;
  color: #f6871f;
}
.cid-tUWwRAs3xz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUWwRAs3xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWwRAs3xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWwRAs3xz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUWwRAs3xz .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUWwRAs3xz .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUWwRAs3xz .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUWwRAs3xz .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUWwRAs3xz .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUWwRAs3xz .carousel-control,
.cid-tUWwRAs3xz .close {
  background: #1b1b1b;
}
.cid-tUWwRAs3xz .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUWwRAs3xz .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUWwRAs3xz .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUWwRAs3xz .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUWwRAs3xz .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUWwRAs3xz .close::before {
  content: '\e91a';
}
.cid-tUWwRAs3xz .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUWwRAs3xz .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUWwRAs3xz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWwRAs3xz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWwRAs3xz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUWwRAs3xz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUWwRAs3xz .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUWwRAs3xz .carousel-indicators li.active,
.cid-tUWwRAs3xz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUWwRAs3xz .carousel-indicators li::after,
.cid-tUWwRAs3xz .carousel-indicators li::before {
  content: none;
}
.cid-tUWwRAs3xz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUWwRAs3xz .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUWwRAs3xz .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWwRAs3xz .carousel-indicators {
    display: none;
  }
}
.cid-tUWwRAs3xz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUWwRAs3xz .carousel-inner > .active {
  display: block;
}
.cid-tUWwRAs3xz .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWwRAs3xz .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUWwRAs3xz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUWwRAs3xz .carousel-control,
  .cid-tUWwRAs3xz .carousel-indicators,
  .cid-tUWwRAs3xz .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUWwRAs3xz .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUWwRAs3xz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUWwRAs3xz .carousel-indicators .active,
.cid-tUWwRAs3xz .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUWwRAs3xz .carousel-indicators .active {
  background: #fff;
}
.cid-tUWwRAs3xz .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUWwRAs3xz .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUWwRAs3xz .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUWwRAs3xz .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUWwRAs3xz .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUWwRAs3xz .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUWwRAs3xz .carousel {
  width: 100%;
}
.cid-tUWwRAs3xz .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUWwRAs3xz .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUWwRAs3xz .modal.fade .modal-dialog,
.cid-tUWwRAs3xz .modal.in .modal-dialog {
  transform: none;
}
.cid-tUWwRAs3xz .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUWwRAs3xz H6 {
  text-align: center;
}
.cid-tUWwRAs3xz H3 {
  color: #ab121c;
}
.cid-tUWwRAMfpB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWwRAMfpB .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQfugyYep {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfugyYep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfugyYep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfugyYep .mbr-text,
.cid-tVQfugyYep .mbr-section-btn {
  color: #232323;
}
.cid-tVQfugyYep .card-title,
.cid-tVQfugyYep .card-box {
  color: #f6871f;
}
.cid-tVQfugyYep .mbr-text,
.cid-tVQfugyYep .link-wrap {
  color: #ffffff;
}
.cid-tVQfv0RVgc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfv0RVgc .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfv0RVgc form {
    width: 50%;
  }
}
.cid-tVQfv0RVgc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfv0RVgc form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWwRBbMTd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWwRBbMTd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWwRBbMTd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWwRBbMTd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWwRBbMTd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWwRBbMTd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWwRBbMTd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWwRBbMTd .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWwRBbMTd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWwRBbMTd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWwRBbMTd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWwRBbMTd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWwRBbMTd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWwRBbMTd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWwRBbMTd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWzF97Jmq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWzF97Jmq nav.navbar {
  position: fixed;
}
.cid-tUWzF97Jmq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWzF97Jmq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWzF97Jmq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWzF97Jmq .dropdown-item:hover,
.cid-tUWzF97Jmq .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWzF97Jmq .dropdown-item:hover span {
  color: white;
}
.cid-tUWzF97Jmq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWzF97Jmq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWzF97Jmq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWzF97Jmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWzF97Jmq .nav-link {
  position: relative;
}
.cid-tUWzF97Jmq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWzF97Jmq .container {
    flex-wrap: wrap;
  }
}
.cid-tUWzF97Jmq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWzF97Jmq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWzF97Jmq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWzF97Jmq .dropdown-menu,
.cid-tUWzF97Jmq .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWzF97Jmq .nav-item:focus,
.cid-tUWzF97Jmq .nav-link:focus {
  outline: none;
}
.cid-tUWzF97Jmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWzF97Jmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWzF97Jmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWzF97Jmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWzF97Jmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWzF97Jmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWzF97Jmq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWzF97Jmq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWzF97Jmq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWzF97Jmq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWzF97Jmq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWzF97Jmq .navbar.collapsed {
  justify-content: center;
}
.cid-tUWzF97Jmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWzF97Jmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWzF97Jmq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWzF97Jmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWzF97Jmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWzF97Jmq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWzF97Jmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWzF97Jmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWzF97Jmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWzF97Jmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWzF97Jmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWzF97Jmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWzF97Jmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWzF97Jmq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWzF97Jmq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWzF97Jmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWzF97Jmq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWzF97Jmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWzF97Jmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWzF97Jmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWzF97Jmq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWzF97Jmq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWzF97Jmq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWzF97Jmq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWzF97Jmq .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-tUWzF97Jmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWzF97Jmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWzF97Jmq .dropdown-item.active,
.cid-tUWzF97Jmq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWzF97Jmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWzF97Jmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWzF97Jmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWzF97Jmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWzF97Jmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWzF97Jmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWzF97Jmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWzF97Jmq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWzF97Jmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWzF97Jmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWzF97Jmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWzF97Jmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWzF97Jmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWzF97Jmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWzF97Jmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWzF97Jmq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWzF97Jmq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWzF97Jmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWzF97Jmq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWzF97Jmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWzF97Jmq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWzF97Jmq .navbar {
    height: 70px;
  }
  .cid-tUWzF97Jmq .navbar.opened {
    height: auto;
  }
  .cid-tUWzF97Jmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWzF9thGZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-1-1181x738.png");
}
.cid-tUWzF9thGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWzF9thGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWzF9thGZ .mbr-section-title {
  color: #ffffff;
}
.cid-tUWzF9A2mu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWzF9A2mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWzF9A2mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWzF9A2mu .mbr-section-title {
  color: #f6871f;
}
.cid-tUWzF9GTx7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWzF9GTx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWzF9GTx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWzF9GTx7 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWzF9GTx7 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWzF9GTx7 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWzF9GTx7 H3 {
  text-align: center;
  color: #f6871f;
}
.cid-tUWzF9N9HG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUWzF9N9HG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWzF9N9HG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWzF9N9HG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUWzF9N9HG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUWzF9N9HG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUWzF9N9HG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUWzF9N9HG .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUWzF9N9HG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUWzF9N9HG .carousel-control,
.cid-tUWzF9N9HG .close {
  background: #1b1b1b;
}
.cid-tUWzF9N9HG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUWzF9N9HG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUWzF9N9HG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUWzF9N9HG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUWzF9N9HG .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUWzF9N9HG .close::before {
  content: '\e91a';
}
.cid-tUWzF9N9HG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUWzF9N9HG .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUWzF9N9HG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWzF9N9HG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWzF9N9HG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUWzF9N9HG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUWzF9N9HG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUWzF9N9HG .carousel-indicators li.active,
.cid-tUWzF9N9HG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUWzF9N9HG .carousel-indicators li::after,
.cid-tUWzF9N9HG .carousel-indicators li::before {
  content: none;
}
.cid-tUWzF9N9HG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUWzF9N9HG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUWzF9N9HG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWzF9N9HG .carousel-indicators {
    display: none;
  }
}
.cid-tUWzF9N9HG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUWzF9N9HG .carousel-inner > .active {
  display: block;
}
.cid-tUWzF9N9HG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWzF9N9HG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUWzF9N9HG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUWzF9N9HG .carousel-control,
  .cid-tUWzF9N9HG .carousel-indicators,
  .cid-tUWzF9N9HG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUWzF9N9HG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUWzF9N9HG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUWzF9N9HG .carousel-indicators .active,
.cid-tUWzF9N9HG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUWzF9N9HG .carousel-indicators .active {
  background: #fff;
}
.cid-tUWzF9N9HG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUWzF9N9HG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUWzF9N9HG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUWzF9N9HG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUWzF9N9HG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUWzF9N9HG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUWzF9N9HG .carousel {
  width: 100%;
}
.cid-tUWzF9N9HG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUWzF9N9HG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUWzF9N9HG .modal.fade .modal-dialog,
.cid-tUWzF9N9HG .modal.in .modal-dialog {
  transform: none;
}
.cid-tUWzF9N9HG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUWzF9N9HG H6 {
  text-align: center;
}
.cid-tUWzF9N9HG H3 {
  color: #ab121c;
}
.cid-tUWzF9ZUDl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWzF9ZUDl .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQfzKTQS1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfzKTQS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfzKTQS1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfzKTQS1 .mbr-text,
.cid-tVQfzKTQS1 .mbr-section-btn {
  color: #232323;
}
.cid-tVQfzKTQS1 .card-title,
.cid-tVQfzKTQS1 .card-box {
  color: #f6871f;
}
.cid-tVQfzKTQS1 .mbr-text,
.cid-tVQfzKTQS1 .link-wrap {
  color: #ffffff;
}
.cid-tVQfApcVwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfApcVwH .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfApcVwH form {
    width: 50%;
  }
}
.cid-tVQfApcVwH form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfApcVwH form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWzFaezct {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWzFaezct .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWzFaezct .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWzFaezct .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWzFaezct .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWzFaezct .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWzFaezct .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWzFaezct .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWzFaezct .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWzFaezct .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWzFaezct .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWzFaezct .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWzFaezct .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWzFaezct .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWzFaezct .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWAXnOlGj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWAXnOlGj nav.navbar {
  position: fixed;
}
.cid-tUWAXnOlGj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWAXnOlGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWAXnOlGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWAXnOlGj .dropdown-item:hover,
.cid-tUWAXnOlGj .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWAXnOlGj .dropdown-item:hover span {
  color: white;
}
.cid-tUWAXnOlGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWAXnOlGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWAXnOlGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWAXnOlGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWAXnOlGj .nav-link {
  position: relative;
}
.cid-tUWAXnOlGj .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWAXnOlGj .container {
    flex-wrap: wrap;
  }
}
.cid-tUWAXnOlGj .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWAXnOlGj .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWAXnOlGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWAXnOlGj .dropdown-menu,
.cid-tUWAXnOlGj .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWAXnOlGj .nav-item:focus,
.cid-tUWAXnOlGj .nav-link:focus {
  outline: none;
}
.cid-tUWAXnOlGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWAXnOlGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWAXnOlGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWAXnOlGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWAXnOlGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWAXnOlGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWAXnOlGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWAXnOlGj .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWAXnOlGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWAXnOlGj .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWAXnOlGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWAXnOlGj .navbar.collapsed {
  justify-content: center;
}
.cid-tUWAXnOlGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWAXnOlGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWAXnOlGj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWAXnOlGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWAXnOlGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWAXnOlGj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWAXnOlGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWAXnOlGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWAXnOlGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWAXnOlGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWAXnOlGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWAXnOlGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWAXnOlGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWAXnOlGj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWAXnOlGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWAXnOlGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWAXnOlGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWAXnOlGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWAXnOlGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWAXnOlGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWAXnOlGj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWAXnOlGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWAXnOlGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWAXnOlGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWAXnOlGj .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-tUWAXnOlGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWAXnOlGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWAXnOlGj .dropdown-item.active,
.cid-tUWAXnOlGj .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWAXnOlGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWAXnOlGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWAXnOlGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWAXnOlGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWAXnOlGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWAXnOlGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWAXnOlGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWAXnOlGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWAXnOlGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWAXnOlGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWAXnOlGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWAXnOlGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWAXnOlGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWAXnOlGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWAXnOlGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWAXnOlGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWAXnOlGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWAXnOlGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWAXnOlGj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWAXnOlGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWAXnOlGj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWAXnOlGj .navbar {
    height: 70px;
  }
  .cid-tUWAXnOlGj .navbar.opened {
    height: auto;
  }
  .cid-tUWAXnOlGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWAXoozad {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-7-1181x738.png");
}
.cid-tUWAXoozad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWAXoozad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWAXoozad .mbr-section-title {
  color: #ffffff;
}
.cid-tUWAXozzIF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWAXozzIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWAXozzIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWAXozzIF .mbr-section-title {
  color: #f6871f;
}
.cid-tUWCt300Lh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWCt300Lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWCt300Lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWCt300Lh ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWCt300Lh li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWCt300Lh ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWCt300Lh H3 {
  color: #f6871f;
}
.cid-tUWCM06lf3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWCM06lf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWCM06lf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWCM06lf3 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWCM06lf3 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWCM06lf3 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWCM06lf3 H3 {
  color: #f6871f;
}
.cid-tUWCXcEA65 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWCXcEA65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWCXcEA65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWCXcEA65 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWCXcEA65 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWCXcEA65 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWCXcEA65 H3 {
  color: #f6871f;
}
.cid-tUWD7xsOTK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWD7xsOTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWD7xsOTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWD7xsOTK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWD7xsOTK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWD7xsOTK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWD7xsOTK H3 {
  color: #f6871f;
}
.cid-tUWAXoOxpX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUWAXoOxpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWAXoOxpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWAXoOxpX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUWAXoOxpX .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUWAXoOxpX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUWAXoOxpX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUWAXoOxpX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUWAXoOxpX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUWAXoOxpX .carousel-control,
.cid-tUWAXoOxpX .close {
  background: #1b1b1b;
}
.cid-tUWAXoOxpX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUWAXoOxpX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUWAXoOxpX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUWAXoOxpX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUWAXoOxpX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUWAXoOxpX .close::before {
  content: '\e91a';
}
.cid-tUWAXoOxpX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUWAXoOxpX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUWAXoOxpX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWAXoOxpX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWAXoOxpX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUWAXoOxpX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUWAXoOxpX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUWAXoOxpX .carousel-indicators li.active,
.cid-tUWAXoOxpX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUWAXoOxpX .carousel-indicators li::after,
.cid-tUWAXoOxpX .carousel-indicators li::before {
  content: none;
}
.cid-tUWAXoOxpX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUWAXoOxpX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUWAXoOxpX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWAXoOxpX .carousel-indicators {
    display: none;
  }
}
.cid-tUWAXoOxpX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUWAXoOxpX .carousel-inner > .active {
  display: block;
}
.cid-tUWAXoOxpX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWAXoOxpX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUWAXoOxpX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUWAXoOxpX .carousel-control,
  .cid-tUWAXoOxpX .carousel-indicators,
  .cid-tUWAXoOxpX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUWAXoOxpX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUWAXoOxpX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUWAXoOxpX .carousel-indicators .active,
.cid-tUWAXoOxpX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUWAXoOxpX .carousel-indicators .active {
  background: #fff;
}
.cid-tUWAXoOxpX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUWAXoOxpX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUWAXoOxpX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUWAXoOxpX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUWAXoOxpX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUWAXoOxpX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUWAXoOxpX .carousel {
  width: 100%;
}
.cid-tUWAXoOxpX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUWAXoOxpX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUWAXoOxpX .modal.fade .modal-dialog,
.cid-tUWAXoOxpX .modal.in .modal-dialog {
  transform: none;
}
.cid-tUWAXoOxpX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUWAXoOxpX H6 {
  text-align: center;
}
.cid-tUWAXoOxpX H3 {
  color: #ab121c;
}
.cid-tUWAXp5hIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWAXp5hIt .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQfDI8y2s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfDI8y2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfDI8y2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfDI8y2s .mbr-text,
.cid-tVQfDI8y2s .mbr-section-btn {
  color: #232323;
}
.cid-tVQfDI8y2s .card-title,
.cid-tVQfDI8y2s .card-box {
  color: #f6871f;
}
.cid-tVQfDI8y2s .mbr-text,
.cid-tVQfDI8y2s .link-wrap {
  color: #ffffff;
}
.cid-tVQfEf11ld {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfEf11ld .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfEf11ld form {
    width: 50%;
  }
}
.cid-tVQfEf11ld form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfEf11ld form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWAXpqfA8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWAXpqfA8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWAXpqfA8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWAXpqfA8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWAXpqfA8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWAXpqfA8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWAXpqfA8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWAXpqfA8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWAXpqfA8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWAXpqfA8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWAXpqfA8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWAXpqfA8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWAXpqfA8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWAXpqfA8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWAXpqfA8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWDqOSqPw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWDqOSqPw nav.navbar {
  position: fixed;
}
.cid-tUWDqOSqPw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWDqOSqPw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWDqOSqPw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWDqOSqPw .dropdown-item:hover,
.cid-tUWDqOSqPw .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWDqOSqPw .dropdown-item:hover span {
  color: white;
}
.cid-tUWDqOSqPw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWDqOSqPw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWDqOSqPw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWDqOSqPw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWDqOSqPw .nav-link {
  position: relative;
}
.cid-tUWDqOSqPw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWDqOSqPw .container {
    flex-wrap: wrap;
  }
}
.cid-tUWDqOSqPw .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWDqOSqPw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWDqOSqPw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWDqOSqPw .dropdown-menu,
.cid-tUWDqOSqPw .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWDqOSqPw .nav-item:focus,
.cid-tUWDqOSqPw .nav-link:focus {
  outline: none;
}
.cid-tUWDqOSqPw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWDqOSqPw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWDqOSqPw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWDqOSqPw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWDqOSqPw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWDqOSqPw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWDqOSqPw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWDqOSqPw .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWDqOSqPw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWDqOSqPw .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWDqOSqPw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWDqOSqPw .navbar.collapsed {
  justify-content: center;
}
.cid-tUWDqOSqPw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWDqOSqPw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWDqOSqPw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWDqOSqPw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWDqOSqPw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWDqOSqPw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWDqOSqPw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWDqOSqPw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWDqOSqPw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWDqOSqPw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWDqOSqPw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWDqOSqPw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWDqOSqPw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWDqOSqPw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWDqOSqPw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWDqOSqPw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWDqOSqPw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWDqOSqPw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWDqOSqPw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWDqOSqPw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWDqOSqPw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWDqOSqPw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWDqOSqPw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWDqOSqPw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWDqOSqPw .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-tUWDqOSqPw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWDqOSqPw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWDqOSqPw .dropdown-item.active,
.cid-tUWDqOSqPw .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWDqOSqPw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWDqOSqPw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWDqOSqPw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWDqOSqPw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWDqOSqPw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWDqOSqPw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWDqOSqPw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWDqOSqPw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWDqOSqPw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWDqOSqPw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWDqOSqPw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWDqOSqPw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWDqOSqPw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWDqOSqPw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWDqOSqPw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWDqOSqPw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWDqOSqPw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWDqOSqPw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWDqOSqPw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWDqOSqPw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWDqOSqPw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWDqOSqPw .navbar {
    height: 70px;
  }
  .cid-tUWDqOSqPw .navbar.opened {
    height: auto;
  }
  .cid-tUWDqOSqPw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWDqPA7vZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-9-1181x738.png");
}
.cid-tUWDqPA7vZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWDqPA7vZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWDqPA7vZ .mbr-section-title {
  color: #ffffff;
}
.cid-tUWDqPKuOQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWDqPKuOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWDqPKuOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWDqPKuOQ .mbr-section-title {
  color: #f6871f;
}
.cid-tUWDqPSQXO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWDqPSQXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWDqPSQXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWDqPSQXO ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWDqPSQXO li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWDqPSQXO ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWDqPSQXO H3 {
  color: #f6871f;
}
.cid-tUWDqQoDcq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUWDqQoDcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWDqQoDcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWDqQoDcq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUWDqQoDcq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUWDqQoDcq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUWDqQoDcq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUWDqQoDcq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUWDqQoDcq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUWDqQoDcq .carousel-control,
.cid-tUWDqQoDcq .close {
  background: #1b1b1b;
}
.cid-tUWDqQoDcq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUWDqQoDcq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUWDqQoDcq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUWDqQoDcq .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUWDqQoDcq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUWDqQoDcq .close::before {
  content: '\e91a';
}
.cid-tUWDqQoDcq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUWDqQoDcq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUWDqQoDcq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWDqQoDcq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWDqQoDcq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUWDqQoDcq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUWDqQoDcq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUWDqQoDcq .carousel-indicators li.active,
.cid-tUWDqQoDcq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUWDqQoDcq .carousel-indicators li::after,
.cid-tUWDqQoDcq .carousel-indicators li::before {
  content: none;
}
.cid-tUWDqQoDcq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUWDqQoDcq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUWDqQoDcq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWDqQoDcq .carousel-indicators {
    display: none;
  }
}
.cid-tUWDqQoDcq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUWDqQoDcq .carousel-inner > .active {
  display: block;
}
.cid-tUWDqQoDcq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWDqQoDcq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUWDqQoDcq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUWDqQoDcq .carousel-control,
  .cid-tUWDqQoDcq .carousel-indicators,
  .cid-tUWDqQoDcq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUWDqQoDcq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUWDqQoDcq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUWDqQoDcq .carousel-indicators .active,
.cid-tUWDqQoDcq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUWDqQoDcq .carousel-indicators .active {
  background: #fff;
}
.cid-tUWDqQoDcq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUWDqQoDcq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUWDqQoDcq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUWDqQoDcq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUWDqQoDcq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUWDqQoDcq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUWDqQoDcq .carousel {
  width: 100%;
}
.cid-tUWDqQoDcq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUWDqQoDcq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUWDqQoDcq .modal.fade .modal-dialog,
.cid-tUWDqQoDcq .modal.in .modal-dialog {
  transform: none;
}
.cid-tUWDqQoDcq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUWDqQoDcq H6 {
  text-align: center;
}
.cid-tUWDqQoDcq H3 {
  color: #ab121c;
}
.cid-tUWDqQF9t0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWDqQF9t0 .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQfH5lHEs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfH5lHEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfH5lHEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfH5lHEs .mbr-text,
.cid-tVQfH5lHEs .mbr-section-btn {
  color: #232323;
}
.cid-tVQfH5lHEs .card-title,
.cid-tVQfH5lHEs .card-box {
  color: #f6871f;
}
.cid-tVQfH5lHEs .mbr-text,
.cid-tVQfH5lHEs .link-wrap {
  color: #ffffff;
}
.cid-tVQfHIgLFR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfHIgLFR .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfHIgLFR form {
    width: 50%;
  }
}
.cid-tVQfHIgLFR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfHIgLFR form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWDqR1Ot7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWDqR1Ot7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWDqR1Ot7 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWDqR1Ot7 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWDqR1Ot7 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWDqR1Ot7 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWDqR1Ot7 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWDqR1Ot7 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWDqR1Ot7 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWDqR1Ot7 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWDqR1Ot7 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWDqR1Ot7 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWDqR1Ot7 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWDqR1Ot7 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWDqR1Ot7 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWE779169 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWE779169 nav.navbar {
  position: fixed;
}
.cid-tUWE779169 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWE779169 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWE779169 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWE779169 .dropdown-item:hover,
.cid-tUWE779169 .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWE779169 .dropdown-item:hover span {
  color: white;
}
.cid-tUWE779169 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWE779169 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWE779169 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWE779169 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWE779169 .nav-link {
  position: relative;
}
.cid-tUWE779169 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWE779169 .container {
    flex-wrap: wrap;
  }
}
.cid-tUWE779169 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWE779169 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWE779169 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWE779169 .dropdown-menu,
.cid-tUWE779169 .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWE779169 .nav-item:focus,
.cid-tUWE779169 .nav-link:focus {
  outline: none;
}
.cid-tUWE779169 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWE779169 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWE779169 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWE779169 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWE779169 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWE779169 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWE779169 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWE779169 .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWE779169 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWE779169 .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWE779169 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWE779169 .navbar.collapsed {
  justify-content: center;
}
.cid-tUWE779169 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWE779169 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWE779169 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWE779169 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWE779169 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWE779169 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWE779169 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWE779169 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWE779169 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWE779169 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWE779169 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWE779169 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWE779169 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWE779169 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWE779169 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWE779169 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWE779169 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWE779169 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWE779169 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWE779169 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWE779169 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWE779169 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWE779169 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWE779169 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWE779169 .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-tUWE779169 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWE779169 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWE779169 .dropdown-item.active,
.cid-tUWE779169 .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWE779169 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWE779169 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWE779169 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWE779169 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWE779169 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWE779169 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWE779169 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWE779169 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWE779169 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWE779169 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWE779169 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWE779169 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWE779169 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWE779169 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWE779169 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWE779169 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWE779169 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWE779169 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWE779169 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWE779169 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWE779169 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWE779169 .navbar {
    height: 70px;
  }
  .cid-tUWE779169 .navbar.opened {
    height: auto;
  }
  .cid-tUWE779169 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWE77REIm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-8-1181x738.png");
}
.cid-tUWE77REIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWE77REIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWE77REIm .mbr-section-title {
  color: #ffffff;
}
.cid-tUWE782uBf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWE782uBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWE782uBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWE782uBf .mbr-section-title {
  color: #f6871f;
}
.cid-tUWE78anHS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWE78anHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWE78anHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWE78anHS ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWE78anHS li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWE78anHS ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWE78anHS H3 {
  color: #f6871f;
}
.cid-tUWE78ga9a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUWE78ga9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWE78ga9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWE78ga9a .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUWE78ga9a .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUWE78ga9a .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUWE78ga9a .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUWE78ga9a .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUWE78ga9a .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUWE78ga9a .carousel-control,
.cid-tUWE78ga9a .close {
  background: #1b1b1b;
}
.cid-tUWE78ga9a .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUWE78ga9a .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUWE78ga9a .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUWE78ga9a .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUWE78ga9a .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUWE78ga9a .close::before {
  content: '\e91a';
}
.cid-tUWE78ga9a .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUWE78ga9a .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUWE78ga9a .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWE78ga9a .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWE78ga9a .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUWE78ga9a .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUWE78ga9a .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUWE78ga9a .carousel-indicators li.active,
.cid-tUWE78ga9a .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUWE78ga9a .carousel-indicators li::after,
.cid-tUWE78ga9a .carousel-indicators li::before {
  content: none;
}
.cid-tUWE78ga9a .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUWE78ga9a .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUWE78ga9a .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWE78ga9a .carousel-indicators {
    display: none;
  }
}
.cid-tUWE78ga9a .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUWE78ga9a .carousel-inner > .active {
  display: block;
}
.cid-tUWE78ga9a .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWE78ga9a .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUWE78ga9a .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUWE78ga9a .carousel-control,
  .cid-tUWE78ga9a .carousel-indicators,
  .cid-tUWE78ga9a .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUWE78ga9a .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUWE78ga9a .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUWE78ga9a .carousel-indicators .active,
.cid-tUWE78ga9a .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUWE78ga9a .carousel-indicators .active {
  background: #fff;
}
.cid-tUWE78ga9a .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUWE78ga9a .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUWE78ga9a .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUWE78ga9a .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUWE78ga9a .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUWE78ga9a .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUWE78ga9a .carousel {
  width: 100%;
}
.cid-tUWE78ga9a .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUWE78ga9a .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUWE78ga9a .modal.fade .modal-dialog,
.cid-tUWE78ga9a .modal.in .modal-dialog {
  transform: none;
}
.cid-tUWE78ga9a .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUWE78ga9a H6 {
  text-align: center;
}
.cid-tUWE78ga9a H3 {
  color: #ab121c;
}
.cid-tUWE78wvK3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWE78wvK3 .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQfKJ20Y9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfKJ20Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfKJ20Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfKJ20Y9 .mbr-text,
.cid-tVQfKJ20Y9 .mbr-section-btn {
  color: #232323;
}
.cid-tVQfKJ20Y9 .card-title,
.cid-tVQfKJ20Y9 .card-box {
  color: #f6871f;
}
.cid-tVQfKJ20Y9 .mbr-text,
.cid-tVQfKJ20Y9 .link-wrap {
  color: #ffffff;
}
.cid-tVQfLkwKlq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfLkwKlq .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfLkwKlq form {
    width: 50%;
  }
}
.cid-tVQfLkwKlq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfLkwKlq form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWE79y3kW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWE79y3kW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWE79y3kW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWE79y3kW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWE79y3kW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWE79y3kW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWE79y3kW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWE79y3kW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWE79y3kW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWE79y3kW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWE79y3kW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWE79y3kW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWE79y3kW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWE79y3kW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWE79y3kW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWELsrgwg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWELsrgwg nav.navbar {
  position: fixed;
}
.cid-tUWELsrgwg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWELsrgwg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWELsrgwg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWELsrgwg .dropdown-item:hover,
.cid-tUWELsrgwg .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWELsrgwg .dropdown-item:hover span {
  color: white;
}
.cid-tUWELsrgwg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWELsrgwg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWELsrgwg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWELsrgwg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWELsrgwg .nav-link {
  position: relative;
}
.cid-tUWELsrgwg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWELsrgwg .container {
    flex-wrap: wrap;
  }
}
.cid-tUWELsrgwg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWELsrgwg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWELsrgwg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWELsrgwg .dropdown-menu,
.cid-tUWELsrgwg .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWELsrgwg .nav-item:focus,
.cid-tUWELsrgwg .nav-link:focus {
  outline: none;
}
.cid-tUWELsrgwg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWELsrgwg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWELsrgwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWELsrgwg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWELsrgwg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWELsrgwg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWELsrgwg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWELsrgwg .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWELsrgwg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWELsrgwg .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWELsrgwg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWELsrgwg .navbar.collapsed {
  justify-content: center;
}
.cid-tUWELsrgwg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWELsrgwg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWELsrgwg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWELsrgwg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWELsrgwg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWELsrgwg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWELsrgwg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWELsrgwg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWELsrgwg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWELsrgwg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWELsrgwg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWELsrgwg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWELsrgwg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWELsrgwg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWELsrgwg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWELsrgwg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWELsrgwg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWELsrgwg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWELsrgwg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWELsrgwg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWELsrgwg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWELsrgwg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWELsrgwg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWELsrgwg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWELsrgwg .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-tUWELsrgwg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWELsrgwg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWELsrgwg .dropdown-item.active,
.cid-tUWELsrgwg .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWELsrgwg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWELsrgwg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWELsrgwg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWELsrgwg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWELsrgwg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWELsrgwg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWELsrgwg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWELsrgwg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWELsrgwg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWELsrgwg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWELsrgwg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWELsrgwg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWELsrgwg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWELsrgwg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWELsrgwg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWELsrgwg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWELsrgwg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWELsrgwg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWELsrgwg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWELsrgwg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWELsrgwg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWELsrgwg .navbar {
    height: 70px;
  }
  .cid-tUWELsrgwg .navbar.opened {
    height: auto;
  }
  .cid-tUWELsrgwg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWELt3uzm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-8-1181x738.png");
}
.cid-tUWELt3uzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWELt3uzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWELt3uzm .mbr-section-title {
  color: #ffffff;
}
.cid-tUWELtf8Wi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWELtf8Wi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWELtf8Wi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWELtf8Wi .mbr-section-title {
  color: #f6871f;
}
.cid-tUWELtqzxI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWELtqzxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWELtqzxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWELtqzxI ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tUWELtqzxI li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tUWELtqzxI ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ab121c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tUWELtqzxI H3 {
  color: #f6871f;
}
.cid-tUWELtxcx7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUWELtxcx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWELtxcx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWELtxcx7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tUWELtxcx7 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tUWELtxcx7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tUWELtxcx7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tUWELtxcx7 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tUWELtxcx7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tUWELtxcx7 .carousel-control,
.cid-tUWELtxcx7 .close {
  background: #1b1b1b;
}
.cid-tUWELtxcx7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tUWELtxcx7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tUWELtxcx7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tUWELtxcx7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tUWELtxcx7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tUWELtxcx7 .close::before {
  content: '\e91a';
}
.cid-tUWELtxcx7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tUWELtxcx7 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tUWELtxcx7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWELtxcx7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWELtxcx7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tUWELtxcx7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tUWELtxcx7 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tUWELtxcx7 .carousel-indicators li.active,
.cid-tUWELtxcx7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tUWELtxcx7 .carousel-indicators li::after,
.cid-tUWELtxcx7 .carousel-indicators li::before {
  content: none;
}
.cid-tUWELtxcx7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tUWELtxcx7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tUWELtxcx7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWELtxcx7 .carousel-indicators {
    display: none;
  }
}
.cid-tUWELtxcx7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tUWELtxcx7 .carousel-inner > .active {
  display: block;
}
.cid-tUWELtxcx7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWELtxcx7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tUWELtxcx7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tUWELtxcx7 .carousel-control,
  .cid-tUWELtxcx7 .carousel-indicators,
  .cid-tUWELtxcx7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tUWELtxcx7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tUWELtxcx7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tUWELtxcx7 .carousel-indicators .active,
.cid-tUWELtxcx7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tUWELtxcx7 .carousel-indicators .active {
  background: #fff;
}
.cid-tUWELtxcx7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tUWELtxcx7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tUWELtxcx7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tUWELtxcx7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tUWELtxcx7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tUWELtxcx7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tUWELtxcx7 .carousel {
  width: 100%;
}
.cid-tUWELtxcx7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tUWELtxcx7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tUWELtxcx7 .modal.fade .modal-dialog,
.cid-tUWELtxcx7 .modal.in .modal-dialog {
  transform: none;
}
.cid-tUWELtxcx7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tUWELtxcx7 H6 {
  text-align: center;
}
.cid-tUWELtxcx7 H3 {
  color: #ab121c;
}
.cid-tUWELtRMUY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWELtRMUY .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQfOAkUVF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfOAkUVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfOAkUVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfOAkUVF .mbr-text,
.cid-tVQfOAkUVF .mbr-section-btn {
  color: #232323;
}
.cid-tVQfOAkUVF .card-title,
.cid-tVQfOAkUVF .card-box {
  color: #f6871f;
}
.cid-tVQfOAkUVF .mbr-text,
.cid-tVQfOAkUVF .link-wrap {
  color: #ffffff;
}
.cid-tVQfP84r1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfP84r1k .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfP84r1k form {
    width: 50%;
  }
}
.cid-tVQfP84r1k form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfP84r1k form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWELudyQ5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWELudyQ5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWELudyQ5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWELudyQ5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWELudyQ5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWELudyQ5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWELudyQ5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWELudyQ5 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWELudyQ5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWELudyQ5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWELudyQ5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWELudyQ5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWELudyQ5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWELudyQ5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWELudyQ5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWHslO0Xr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWHslO0Xr nav.navbar {
  position: fixed;
}
.cid-tUWHslO0Xr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWHslO0Xr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWHslO0Xr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWHslO0Xr .dropdown-item:hover,
.cid-tUWHslO0Xr .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWHslO0Xr .dropdown-item:hover span {
  color: white;
}
.cid-tUWHslO0Xr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWHslO0Xr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWHslO0Xr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWHslO0Xr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWHslO0Xr .nav-link {
  position: relative;
}
.cid-tUWHslO0Xr .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWHslO0Xr .container {
    flex-wrap: wrap;
  }
}
.cid-tUWHslO0Xr .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWHslO0Xr .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWHslO0Xr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWHslO0Xr .dropdown-menu,
.cid-tUWHslO0Xr .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWHslO0Xr .nav-item:focus,
.cid-tUWHslO0Xr .nav-link:focus {
  outline: none;
}
.cid-tUWHslO0Xr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWHslO0Xr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWHslO0Xr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWHslO0Xr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWHslO0Xr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWHslO0Xr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWHslO0Xr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWHslO0Xr .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWHslO0Xr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWHslO0Xr .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWHslO0Xr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWHslO0Xr .navbar.collapsed {
  justify-content: center;
}
.cid-tUWHslO0Xr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWHslO0Xr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWHslO0Xr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWHslO0Xr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWHslO0Xr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWHslO0Xr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWHslO0Xr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWHslO0Xr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWHslO0Xr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWHslO0Xr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWHslO0Xr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWHslO0Xr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWHslO0Xr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWHslO0Xr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWHslO0Xr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWHslO0Xr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWHslO0Xr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWHslO0Xr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWHslO0Xr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWHslO0Xr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWHslO0Xr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWHslO0Xr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWHslO0Xr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWHslO0Xr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWHslO0Xr .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-tUWHslO0Xr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWHslO0Xr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWHslO0Xr .dropdown-item.active,
.cid-tUWHslO0Xr .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWHslO0Xr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWHslO0Xr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWHslO0Xr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWHslO0Xr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWHslO0Xr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWHslO0Xr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWHslO0Xr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWHslO0Xr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWHslO0Xr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWHslO0Xr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWHslO0Xr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWHslO0Xr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWHslO0Xr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWHslO0Xr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWHslO0Xr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWHslO0Xr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWHslO0Xr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWHslO0Xr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWHslO0Xr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWHslO0Xr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWHslO0Xr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWHslO0Xr .navbar {
    height: 70px;
  }
  .cid-tUWHslO0Xr .navbar.opened {
    height: auto;
  }
  .cid-tUWHslO0Xr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWHsmnTZ2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cupacc-banner-1-1920x1080.png");
}
.cid-tUWHsmnTZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWHsmnTZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWHsmnTZ2 .mbr-section-title {
  color: #ffffff;
}
.cid-tUWISKcg6J {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tUWISKcg6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWISKcg6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWISKcg6J .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUWISKcg6J .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tUWISKcg6J .mbr-section-title {
  color: #f6871f;
}
.cid-tUWISKcg6J .mbr-text,
.cid-tUWISKcg6J .mbr-section-btn {
  color: #ffffff;
}
.cid-tUWIYKCRmg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWHsn3bWk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tUWHsn3bWk .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUWInqvFqR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWInqvFqR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWInqvFqR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWInqvFqR .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWInqvFqR .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWInqvFqR .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWInqvFqR .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWInqvFqR .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWInqvFqR .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWInqvFqR .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWInqvFqR .social-row {
  text-align: center;
}
.cid-tUWInqvFqR .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWInqvFqR .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWInqvFqR .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWInqvFqR .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWInqvFqR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWInqvFqR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWInqvFqR .embla__button--next,
.cid-tUWInqvFqR .embla__button--prev {
  display: flex;
}
.cid-tUWInqvFqR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWInqvFqR .embla__button {
    display: none;
  }
}
.cid-tUWInqvFqR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWInqvFqR .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWInqvFqR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWInqvFqR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWInqvFqR .embla__button {
    top: auto;
  }
}
.cid-tUWInqvFqR .embla {
  position: relative;
  width: 100%;
}
.cid-tUWInqvFqR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWInqvFqR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWInqvFqR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWInqvFqR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWInqvFqR .mbr-section-title {
  color: #f6871f;
}
.cid-tUWIovOJAY {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWIovOJAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWIovOJAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWIovOJAY .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWIovOJAY .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWIovOJAY .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWIovOJAY .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWIovOJAY .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWIovOJAY .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWIovOJAY .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWIovOJAY .social-row {
  text-align: center;
}
.cid-tUWIovOJAY .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWIovOJAY .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWIovOJAY .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWIovOJAY .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWIovOJAY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWIovOJAY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWIovOJAY .embla__button--next,
.cid-tUWIovOJAY .embla__button--prev {
  display: flex;
}
.cid-tUWIovOJAY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWIovOJAY .embla__button {
    display: none;
  }
}
.cid-tUWIovOJAY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWIovOJAY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWIovOJAY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWIovOJAY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWIovOJAY .embla__button {
    top: auto;
  }
}
.cid-tUWIovOJAY .embla {
  position: relative;
  width: 100%;
}
.cid-tUWIovOJAY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWIovOJAY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWIovOJAY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWIovOJAY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWIovOJAY .card-title,
.cid-tUWIovOJAY .social-row {
  color: #f6871f;
}
.cid-tVQfSwKLOx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfSwKLOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfSwKLOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfSwKLOx .mbr-text,
.cid-tVQfSwKLOx .mbr-section-btn {
  color: #232323;
}
.cid-tVQfSwKLOx .card-title,
.cid-tVQfSwKLOx .card-box {
  color: #f6871f;
}
.cid-tVQfSwKLOx .mbr-text,
.cid-tVQfSwKLOx .link-wrap {
  color: #ffffff;
}
.cid-tVQfSUNLkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQfSUNLkF .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQfSUNLkF form {
    width: 50%;
  }
}
.cid-tVQfSUNLkF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQfSUNLkF form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWHsnogfF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWHsnogfF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWHsnogfF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWHsnogfF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWHsnogfF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWHsnogfF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWHsnogfF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWHsnogfF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWHsnogfF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWHsnogfF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWHsnogfF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWHsnogfF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWHsnogfF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWHsnogfF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWHsnogfF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWL0yCJSg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWL0yCJSg nav.navbar {
  position: fixed;
}
.cid-tUWL0yCJSg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWL0yCJSg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWL0yCJSg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWL0yCJSg .dropdown-item:hover,
.cid-tUWL0yCJSg .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWL0yCJSg .dropdown-item:hover span {
  color: white;
}
.cid-tUWL0yCJSg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWL0yCJSg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWL0yCJSg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWL0yCJSg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWL0yCJSg .nav-link {
  position: relative;
}
.cid-tUWL0yCJSg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWL0yCJSg .container {
    flex-wrap: wrap;
  }
}
.cid-tUWL0yCJSg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWL0yCJSg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWL0yCJSg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWL0yCJSg .dropdown-menu,
.cid-tUWL0yCJSg .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWL0yCJSg .nav-item:focus,
.cid-tUWL0yCJSg .nav-link:focus {
  outline: none;
}
.cid-tUWL0yCJSg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWL0yCJSg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWL0yCJSg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWL0yCJSg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWL0yCJSg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWL0yCJSg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWL0yCJSg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWL0yCJSg .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWL0yCJSg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWL0yCJSg .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWL0yCJSg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWL0yCJSg .navbar.collapsed {
  justify-content: center;
}
.cid-tUWL0yCJSg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWL0yCJSg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWL0yCJSg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWL0yCJSg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWL0yCJSg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWL0yCJSg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWL0yCJSg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWL0yCJSg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWL0yCJSg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWL0yCJSg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWL0yCJSg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWL0yCJSg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWL0yCJSg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWL0yCJSg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWL0yCJSg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWL0yCJSg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWL0yCJSg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWL0yCJSg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWL0yCJSg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWL0yCJSg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWL0yCJSg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWL0yCJSg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWL0yCJSg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWL0yCJSg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWL0yCJSg .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-tUWL0yCJSg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWL0yCJSg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWL0yCJSg .dropdown-item.active,
.cid-tUWL0yCJSg .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWL0yCJSg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWL0yCJSg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWL0yCJSg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWL0yCJSg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWL0yCJSg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWL0yCJSg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWL0yCJSg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWL0yCJSg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWL0yCJSg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWL0yCJSg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWL0yCJSg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWL0yCJSg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWL0yCJSg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWL0yCJSg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWL0yCJSg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWL0yCJSg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWL0yCJSg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWL0yCJSg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWL0yCJSg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWL0yCJSg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWL0yCJSg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWL0yCJSg .navbar {
    height: 70px;
  }
  .cid-tUWL0yCJSg .navbar.opened {
    height: auto;
  }
  .cid-tUWL0yCJSg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWL0zd8dj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cupacc-banner-1-1920x1080.png");
}
.cid-tUWL0zd8dj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWL0zd8dj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWL0zd8dj .mbr-section-title {
  color: #ffffff;
}
.cid-tUWL0zn2iM {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tUWL0zn2iM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWL0zn2iM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWL0zn2iM .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUWL0zn2iM .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tUWL0zn2iM .mbr-section-title {
  color: #f6871f;
}
.cid-tUWL0zn2iM .mbr-text,
.cid-tUWL0zn2iM .mbr-section-btn {
  color: #ffffff;
}
.cid-tUWL0zwSiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQx56L3Nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQx56L3Nf .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUWL0zBU2v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWL0zBU2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWL0zBU2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWL0zBU2v .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWL0zBU2v .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWL0zBU2v .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWL0zBU2v .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWL0zBU2v .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWL0zBU2v .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWL0zBU2v .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWL0zBU2v .social-row {
  text-align: center;
}
.cid-tUWL0zBU2v .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWL0zBU2v .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWL0zBU2v .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWL0zBU2v .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWL0zBU2v .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWL0zBU2v .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWL0zBU2v .embla__button--next,
.cid-tUWL0zBU2v .embla__button--prev {
  display: flex;
}
.cid-tUWL0zBU2v .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWL0zBU2v .embla__button {
    display: none;
  }
}
.cid-tUWL0zBU2v .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWL0zBU2v .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWL0zBU2v .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWL0zBU2v .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWL0zBU2v .embla__button {
    top: auto;
  }
}
.cid-tUWL0zBU2v .embla {
  position: relative;
  width: 100%;
}
.cid-tUWL0zBU2v .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWL0zBU2v .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWL0zBU2v .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWL0zBU2v .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWL0zBU2v .mbr-section-title {
  color: #f6871f;
}
.cid-tUWL0A62Y7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWL0A62Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWL0A62Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWL0A62Y7 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWL0A62Y7 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWL0A62Y7 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWL0A62Y7 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWL0A62Y7 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWL0A62Y7 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWL0A62Y7 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWL0A62Y7 .social-row {
  text-align: center;
}
.cid-tUWL0A62Y7 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWL0A62Y7 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWL0A62Y7 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWL0A62Y7 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWL0A62Y7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWL0A62Y7 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWL0A62Y7 .embla__button--next,
.cid-tUWL0A62Y7 .embla__button--prev {
  display: flex;
}
.cid-tUWL0A62Y7 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWL0A62Y7 .embla__button {
    display: none;
  }
}
.cid-tUWL0A62Y7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWL0A62Y7 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWL0A62Y7 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWL0A62Y7 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWL0A62Y7 .embla__button {
    top: auto;
  }
}
.cid-tUWL0A62Y7 .embla {
  position: relative;
  width: 100%;
}
.cid-tUWL0A62Y7 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWL0A62Y7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWL0A62Y7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWL0A62Y7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWL0A62Y7 .card-title,
.cid-tUWL0A62Y7 .social-row {
  color: #f6871f;
}
.cid-tVQfZKvNo3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQfZKvNo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQfZKvNo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQfZKvNo3 .mbr-text,
.cid-tVQfZKvNo3 .mbr-section-btn {
  color: #232323;
}
.cid-tVQfZKvNo3 .card-title,
.cid-tVQfZKvNo3 .card-box {
  color: #f6871f;
}
.cid-tVQfZKvNo3 .mbr-text,
.cid-tVQfZKvNo3 .link-wrap {
  color: #ffffff;
}
.cid-tVQg0mulId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQg0mulId .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQg0mulId form {
    width: 50%;
  }
}
.cid-tVQg0mulId form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQg0mulId form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWL0ARzEu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWL0ARzEu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWL0ARzEu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWL0ARzEu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWL0ARzEu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWL0ARzEu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWL0ARzEu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWL0ARzEu .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWL0ARzEu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWL0ARzEu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWL0ARzEu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWL0ARzEu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWL0ARzEu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWL0ARzEu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWL0ARzEu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWMyNQlvL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWMyNQlvL nav.navbar {
  position: fixed;
}
.cid-tUWMyNQlvL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWMyNQlvL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWMyNQlvL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWMyNQlvL .dropdown-item:hover,
.cid-tUWMyNQlvL .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWMyNQlvL .dropdown-item:hover span {
  color: white;
}
.cid-tUWMyNQlvL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWMyNQlvL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWMyNQlvL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWMyNQlvL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWMyNQlvL .nav-link {
  position: relative;
}
.cid-tUWMyNQlvL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWMyNQlvL .container {
    flex-wrap: wrap;
  }
}
.cid-tUWMyNQlvL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWMyNQlvL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWMyNQlvL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWMyNQlvL .dropdown-menu,
.cid-tUWMyNQlvL .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWMyNQlvL .nav-item:focus,
.cid-tUWMyNQlvL .nav-link:focus {
  outline: none;
}
.cid-tUWMyNQlvL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWMyNQlvL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWMyNQlvL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWMyNQlvL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWMyNQlvL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWMyNQlvL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWMyNQlvL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWMyNQlvL .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWMyNQlvL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWMyNQlvL .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWMyNQlvL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWMyNQlvL .navbar.collapsed {
  justify-content: center;
}
.cid-tUWMyNQlvL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWMyNQlvL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWMyNQlvL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWMyNQlvL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWMyNQlvL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWMyNQlvL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWMyNQlvL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWMyNQlvL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWMyNQlvL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWMyNQlvL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWMyNQlvL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWMyNQlvL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWMyNQlvL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWMyNQlvL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWMyNQlvL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWMyNQlvL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWMyNQlvL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWMyNQlvL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWMyNQlvL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWMyNQlvL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWMyNQlvL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWMyNQlvL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWMyNQlvL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWMyNQlvL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWMyNQlvL .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-tUWMyNQlvL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWMyNQlvL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWMyNQlvL .dropdown-item.active,
.cid-tUWMyNQlvL .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWMyNQlvL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWMyNQlvL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWMyNQlvL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWMyNQlvL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWMyNQlvL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWMyNQlvL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWMyNQlvL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWMyNQlvL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWMyNQlvL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWMyNQlvL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWMyNQlvL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWMyNQlvL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWMyNQlvL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWMyNQlvL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWMyNQlvL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWMyNQlvL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWMyNQlvL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWMyNQlvL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWMyNQlvL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWMyNQlvL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWMyNQlvL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWMyNQlvL .navbar {
    height: 70px;
  }
  .cid-tUWMyNQlvL .navbar.opened {
    height: auto;
  }
  .cid-tUWMyNQlvL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWMyOwhYG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cupacc-banner-1-1920x1080.png");
}
.cid-tUWMyOwhYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWMyOwhYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWMyOwhYG .mbr-section-title {
  color: #ffffff;
}
.cid-tUWMyOI8M5 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tUWMyOI8M5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWMyOI8M5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWMyOI8M5 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUWMyOI8M5 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tUWMyOI8M5 .mbr-section-title {
  color: #f6871f;
}
.cid-tUWMyOI8M5 .mbr-text,
.cid-tUWMyOI8M5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tUWMyOODa0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQxaniWsN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQxaniWsN .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUWMyOVfWn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWMyOVfWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWMyOVfWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWMyOVfWn .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWMyOVfWn .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWMyOVfWn .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWMyOVfWn .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWMyOVfWn .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWMyOVfWn .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWMyOVfWn .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWMyOVfWn .social-row {
  text-align: center;
}
.cid-tUWMyOVfWn .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWMyOVfWn .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWMyOVfWn .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWMyOVfWn .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWMyOVfWn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWMyOVfWn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWMyOVfWn .embla__button--next,
.cid-tUWMyOVfWn .embla__button--prev {
  display: flex;
}
.cid-tUWMyOVfWn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWMyOVfWn .embla__button {
    display: none;
  }
}
.cid-tUWMyOVfWn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWMyOVfWn .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWMyOVfWn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWMyOVfWn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWMyOVfWn .embla__button {
    top: auto;
  }
}
.cid-tUWMyOVfWn .embla {
  position: relative;
  width: 100%;
}
.cid-tUWMyOVfWn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWMyOVfWn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWMyOVfWn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWMyOVfWn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWMyOVfWn .mbr-section-title {
  color: #f6871f;
}
.cid-tUWMyPnC1M {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWMyPnC1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWMyPnC1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWMyPnC1M .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWMyPnC1M .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWMyPnC1M .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWMyPnC1M .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWMyPnC1M .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWMyPnC1M .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWMyPnC1M .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWMyPnC1M .social-row {
  text-align: center;
}
.cid-tUWMyPnC1M .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWMyPnC1M .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWMyPnC1M .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWMyPnC1M .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWMyPnC1M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWMyPnC1M .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWMyPnC1M .embla__button--next,
.cid-tUWMyPnC1M .embla__button--prev {
  display: flex;
}
.cid-tUWMyPnC1M .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWMyPnC1M .embla__button {
    display: none;
  }
}
.cid-tUWMyPnC1M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWMyPnC1M .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWMyPnC1M .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWMyPnC1M .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWMyPnC1M .embla__button {
    top: auto;
  }
}
.cid-tUWMyPnC1M .embla {
  position: relative;
  width: 100%;
}
.cid-tUWMyPnC1M .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWMyPnC1M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWMyPnC1M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWMyPnC1M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWMyPnC1M .card-title,
.cid-tUWMyPnC1M .social-row {
  color: #f6871f;
}
.cid-tVQgoUUDEc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQgoUUDEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQgoUUDEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQgoUUDEc .mbr-text,
.cid-tVQgoUUDEc .mbr-section-btn {
  color: #232323;
}
.cid-tVQgoUUDEc .card-title,
.cid-tVQgoUUDEc .card-box {
  color: #f6871f;
}
.cid-tVQgoUUDEc .mbr-text,
.cid-tVQgoUUDEc .link-wrap {
  color: #ffffff;
}
.cid-tVQgpszVR3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQgpszVR3 .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQgpszVR3 form {
    width: 50%;
  }
}
.cid-tVQgpszVR3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQgpszVR3 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWMyQ7QM6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWMyQ7QM6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWMyQ7QM6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWMyQ7QM6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWMyQ7QM6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWMyQ7QM6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWMyQ7QM6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWMyQ7QM6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWMyQ7QM6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWMyQ7QM6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWMyQ7QM6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWMyQ7QM6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWMyQ7QM6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWMyQ7QM6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWMyQ7QM6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWMAvjL4u {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWMAvjL4u nav.navbar {
  position: fixed;
}
.cid-tUWMAvjL4u .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWMAvjL4u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWMAvjL4u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWMAvjL4u .dropdown-item:hover,
.cid-tUWMAvjL4u .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWMAvjL4u .dropdown-item:hover span {
  color: white;
}
.cid-tUWMAvjL4u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWMAvjL4u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWMAvjL4u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWMAvjL4u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWMAvjL4u .nav-link {
  position: relative;
}
.cid-tUWMAvjL4u .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWMAvjL4u .container {
    flex-wrap: wrap;
  }
}
.cid-tUWMAvjL4u .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWMAvjL4u .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWMAvjL4u .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWMAvjL4u .dropdown-menu,
.cid-tUWMAvjL4u .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWMAvjL4u .nav-item:focus,
.cid-tUWMAvjL4u .nav-link:focus {
  outline: none;
}
.cid-tUWMAvjL4u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWMAvjL4u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWMAvjL4u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWMAvjL4u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWMAvjL4u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWMAvjL4u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWMAvjL4u .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWMAvjL4u .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWMAvjL4u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWMAvjL4u .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWMAvjL4u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWMAvjL4u .navbar.collapsed {
  justify-content: center;
}
.cid-tUWMAvjL4u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWMAvjL4u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWMAvjL4u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWMAvjL4u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWMAvjL4u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWMAvjL4u .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWMAvjL4u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWMAvjL4u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWMAvjL4u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWMAvjL4u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWMAvjL4u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWMAvjL4u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWMAvjL4u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWMAvjL4u .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWMAvjL4u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWMAvjL4u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWMAvjL4u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWMAvjL4u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWMAvjL4u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWMAvjL4u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWMAvjL4u .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWMAvjL4u .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWMAvjL4u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWMAvjL4u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWMAvjL4u .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-tUWMAvjL4u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWMAvjL4u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWMAvjL4u .dropdown-item.active,
.cid-tUWMAvjL4u .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWMAvjL4u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWMAvjL4u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWMAvjL4u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWMAvjL4u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWMAvjL4u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWMAvjL4u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWMAvjL4u ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWMAvjL4u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWMAvjL4u button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWMAvjL4u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWMAvjL4u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWMAvjL4u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWMAvjL4u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWMAvjL4u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWMAvjL4u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWMAvjL4u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWMAvjL4u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWMAvjL4u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWMAvjL4u .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWMAvjL4u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWMAvjL4u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWMAvjL4u .navbar {
    height: 70px;
  }
  .cid-tUWMAvjL4u .navbar.opened {
    height: auto;
  }
  .cid-tUWMAvjL4u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWMAvY4Ze {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cupacc-banner-1-1920x1080.png");
}
.cid-tUWMAvY4Ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWMAvY4Ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWMAvY4Ze .mbr-section-title {
  color: #ffffff;
}
.cid-tUWMAwcE0B {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tUWMAwcE0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWMAwcE0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWMAwcE0B .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUWMAwcE0B .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tUWMAwcE0B .mbr-section-title {
  color: #f6871f;
}
.cid-tUWMAwcE0B .mbr-text,
.cid-tUWMAwcE0B .mbr-section-btn {
  color: #ffffff;
}
.cid-tUWMAwiQFs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQxhnBDcE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQxhnBDcE .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUWPp7gqq9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWPp7gqq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWPp7gqq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWPp7gqq9 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWPp7gqq9 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWPp7gqq9 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWPp7gqq9 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWPp7gqq9 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWPp7gqq9 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWPp7gqq9 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWPp7gqq9 .social-row {
  text-align: center;
}
.cid-tUWPp7gqq9 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWPp7gqq9 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWPp7gqq9 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWPp7gqq9 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWPp7gqq9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWPp7gqq9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWPp7gqq9 .embla__button--next,
.cid-tUWPp7gqq9 .embla__button--prev {
  display: flex;
}
.cid-tUWPp7gqq9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWPp7gqq9 .embla__button {
    display: none;
  }
}
.cid-tUWPp7gqq9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWPp7gqq9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWPp7gqq9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWPp7gqq9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWPp7gqq9 .embla__button {
    top: auto;
  }
}
.cid-tUWPp7gqq9 .embla {
  position: relative;
  width: 100%;
}
.cid-tUWPp7gqq9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWPp7gqq9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWPp7gqq9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWPp7gqq9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWPp7gqq9 .mbr-section-title {
  color: #f6871f;
}
.cid-tUWPqqyULC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWPqqyULC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWPqqyULC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWPqqyULC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWPqqyULC .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWPqqyULC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWPqqyULC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWPqqyULC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWPqqyULC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWPqqyULC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWPqqyULC .social-row {
  text-align: center;
}
.cid-tUWPqqyULC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWPqqyULC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWPqqyULC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWPqqyULC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWPqqyULC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWPqqyULC .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWPqqyULC .embla__button--next,
.cid-tUWPqqyULC .embla__button--prev {
  display: flex;
}
.cid-tUWPqqyULC .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWPqqyULC .embla__button {
    display: none;
  }
}
.cid-tUWPqqyULC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWPqqyULC .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWPqqyULC .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWPqqyULC .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWPqqyULC .embla__button {
    top: auto;
  }
}
.cid-tUWPqqyULC .embla {
  position: relative;
  width: 100%;
}
.cid-tUWPqqyULC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWPqqyULC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWPqqyULC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWPqqyULC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWPqqyULC .card-title,
.cid-tUWPqqyULC .social-row {
  color: #f6871f;
}
.cid-tVQgsy3EKT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQgsy3EKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQgsy3EKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQgsy3EKT .mbr-text,
.cid-tVQgsy3EKT .mbr-section-btn {
  color: #232323;
}
.cid-tVQgsy3EKT .card-title,
.cid-tVQgsy3EKT .card-box {
  color: #f6871f;
}
.cid-tVQgsy3EKT .mbr-text,
.cid-tVQgsy3EKT .link-wrap {
  color: #ffffff;
}
.cid-tVQgtaj10Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQgtaj10Q .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQgtaj10Q form {
    width: 50%;
  }
}
.cid-tVQgtaj10Q form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQgtaj10Q form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWMAxwp5X {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWMAxwp5X .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWMAxwp5X .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWMAxwp5X .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWMAxwp5X .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWMAxwp5X .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWMAxwp5X .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWMAxwp5X .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWMAxwp5X .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWMAxwp5X .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWMAxwp5X .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWMAxwp5X .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWMAxwp5X .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWMAxwp5X .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWMAxwp5X .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWQ3hyDNW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWQ3hyDNW nav.navbar {
  position: fixed;
}
.cid-tUWQ3hyDNW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWQ3hyDNW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWQ3hyDNW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWQ3hyDNW .dropdown-item:hover,
.cid-tUWQ3hyDNW .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWQ3hyDNW .dropdown-item:hover span {
  color: white;
}
.cid-tUWQ3hyDNW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWQ3hyDNW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWQ3hyDNW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWQ3hyDNW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWQ3hyDNW .nav-link {
  position: relative;
}
.cid-tUWQ3hyDNW .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWQ3hyDNW .container {
    flex-wrap: wrap;
  }
}
.cid-tUWQ3hyDNW .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWQ3hyDNW .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWQ3hyDNW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWQ3hyDNW .dropdown-menu,
.cid-tUWQ3hyDNW .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWQ3hyDNW .nav-item:focus,
.cid-tUWQ3hyDNW .nav-link:focus {
  outline: none;
}
.cid-tUWQ3hyDNW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWQ3hyDNW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWQ3hyDNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWQ3hyDNW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWQ3hyDNW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWQ3hyDNW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWQ3hyDNW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWQ3hyDNW .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWQ3hyDNW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWQ3hyDNW .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWQ3hyDNW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWQ3hyDNW .navbar.collapsed {
  justify-content: center;
}
.cid-tUWQ3hyDNW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWQ3hyDNW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWQ3hyDNW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWQ3hyDNW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWQ3hyDNW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWQ3hyDNW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWQ3hyDNW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWQ3hyDNW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWQ3hyDNW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWQ3hyDNW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWQ3hyDNW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWQ3hyDNW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWQ3hyDNW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWQ3hyDNW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWQ3hyDNW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWQ3hyDNW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWQ3hyDNW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWQ3hyDNW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWQ3hyDNW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWQ3hyDNW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWQ3hyDNW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWQ3hyDNW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWQ3hyDNW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWQ3hyDNW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWQ3hyDNW .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-tUWQ3hyDNW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWQ3hyDNW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWQ3hyDNW .dropdown-item.active,
.cid-tUWQ3hyDNW .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWQ3hyDNW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWQ3hyDNW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWQ3hyDNW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWQ3hyDNW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWQ3hyDNW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWQ3hyDNW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWQ3hyDNW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWQ3hyDNW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWQ3hyDNW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWQ3hyDNW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWQ3hyDNW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWQ3hyDNW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWQ3hyDNW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWQ3hyDNW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWQ3hyDNW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWQ3hyDNW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWQ3hyDNW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWQ3hyDNW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWQ3hyDNW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWQ3hyDNW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWQ3hyDNW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWQ3hyDNW .navbar {
    height: 70px;
  }
  .cid-tUWQ3hyDNW .navbar.opened {
    height: auto;
  }
  .cid-tUWQ3hyDNW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWQ3idSXf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cupacc-banner-1-1920x1080.png");
}
.cid-tUWQ3idSXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWQ3idSXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWQ3idSXf .mbr-section-title {
  color: #ffffff;
}
.cid-tUWQ3iqxBL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tUWQ3iqxBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWQ3iqxBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWQ3iqxBL .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUWQ3iqxBL .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tUWQ3iqxBL .mbr-section-title {
  color: #f6871f;
}
.cid-tUWQ3iqxBL .mbr-text,
.cid-tUWQ3iqxBL .mbr-section-btn {
  color: #ffffff;
}
.cid-tUWQ3izX89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQxp8VzYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQxp8VzYW .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUWQ3iFUx1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWQ3iFUx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWQ3iFUx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWQ3iFUx1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWQ3iFUx1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWQ3iFUx1 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWQ3iFUx1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWQ3iFUx1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWQ3iFUx1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWQ3iFUx1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWQ3iFUx1 .social-row {
  text-align: center;
}
.cid-tUWQ3iFUx1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWQ3iFUx1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWQ3iFUx1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWQ3iFUx1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWQ3iFUx1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWQ3iFUx1 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWQ3iFUx1 .embla__button--next,
.cid-tUWQ3iFUx1 .embla__button--prev {
  display: flex;
}
.cid-tUWQ3iFUx1 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWQ3iFUx1 .embla__button {
    display: none;
  }
}
.cid-tUWQ3iFUx1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWQ3iFUx1 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWQ3iFUx1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWQ3iFUx1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWQ3iFUx1 .embla__button {
    top: auto;
  }
}
.cid-tUWQ3iFUx1 .embla {
  position: relative;
  width: 100%;
}
.cid-tUWQ3iFUx1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWQ3iFUx1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWQ3iFUx1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWQ3iFUx1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWQ3iFUx1 .mbr-section-title {
  color: #f6871f;
}
.cid-tUWQ3j7fTS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWQ3j7fTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWQ3j7fTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWQ3j7fTS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWQ3j7fTS .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWQ3j7fTS .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWQ3j7fTS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWQ3j7fTS .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWQ3j7fTS .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWQ3j7fTS .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWQ3j7fTS .social-row {
  text-align: center;
}
.cid-tUWQ3j7fTS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWQ3j7fTS .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWQ3j7fTS .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWQ3j7fTS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWQ3j7fTS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWQ3j7fTS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWQ3j7fTS .embla__button--next,
.cid-tUWQ3j7fTS .embla__button--prev {
  display: flex;
}
.cid-tUWQ3j7fTS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWQ3j7fTS .embla__button {
    display: none;
  }
}
.cid-tUWQ3j7fTS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWQ3j7fTS .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWQ3j7fTS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWQ3j7fTS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWQ3j7fTS .embla__button {
    top: auto;
  }
}
.cid-tUWQ3j7fTS .embla {
  position: relative;
  width: 100%;
}
.cid-tUWQ3j7fTS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWQ3j7fTS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWQ3j7fTS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWQ3j7fTS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWQ3j7fTS .card-title,
.cid-tUWQ3j7fTS .social-row {
  color: #f6871f;
}
.cid-tVQgUhhHS4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQgUhhHS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQgUhhHS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQgUhhHS4 .mbr-text,
.cid-tVQgUhhHS4 .mbr-section-btn {
  color: #232323;
}
.cid-tVQgUhhHS4 .card-title,
.cid-tVQgUhhHS4 .card-box {
  color: #f6871f;
}
.cid-tVQgUhhHS4 .mbr-text,
.cid-tVQgUhhHS4 .link-wrap {
  color: #ffffff;
}
.cid-tVQgUDEn9V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQgUDEn9V .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQgUDEn9V form {
    width: 50%;
  }
}
.cid-tVQgUDEn9V form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQgUDEn9V form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWQ3jQ9aa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWQ3jQ9aa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWQ3jQ9aa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWQ3jQ9aa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWQ3jQ9aa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWQ3jQ9aa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWQ3jQ9aa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWQ3jQ9aa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWQ3jQ9aa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWQ3jQ9aa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWQ3jQ9aa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWQ3jQ9aa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWQ3jQ9aa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWQ3jQ9aa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWQ3jQ9aa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tUWQO1Wu7q {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUWQO1Wu7q nav.navbar {
  position: fixed;
}
.cid-tUWQO1Wu7q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWQO1Wu7q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUWQO1Wu7q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUWQO1Wu7q .dropdown-item:hover,
.cid-tUWQO1Wu7q .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tUWQO1Wu7q .dropdown-item:hover span {
  color: white;
}
.cid-tUWQO1Wu7q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUWQO1Wu7q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUWQO1Wu7q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUWQO1Wu7q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUWQO1Wu7q .nav-link {
  position: relative;
}
.cid-tUWQO1Wu7q .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWQO1Wu7q .container {
    flex-wrap: wrap;
  }
}
.cid-tUWQO1Wu7q .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tUWQO1Wu7q .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tUWQO1Wu7q .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUWQO1Wu7q .dropdown-menu,
.cid-tUWQO1Wu7q .navbar.opened {
  background: #ffffff !important;
}
.cid-tUWQO1Wu7q .nav-item:focus,
.cid-tUWQO1Wu7q .nav-link:focus {
  outline: none;
}
.cid-tUWQO1Wu7q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUWQO1Wu7q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUWQO1Wu7q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUWQO1Wu7q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUWQO1Wu7q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUWQO1Wu7q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUWQO1Wu7q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tUWQO1Wu7q .navbar.opened {
  transition: all 0.3s;
}
.cid-tUWQO1Wu7q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUWQO1Wu7q .navbar .navbar-logo img {
  width: auto;
}
.cid-tUWQO1Wu7q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUWQO1Wu7q .navbar.collapsed {
  justify-content: center;
}
.cid-tUWQO1Wu7q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUWQO1Wu7q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUWQO1Wu7q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUWQO1Wu7q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUWQO1Wu7q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUWQO1Wu7q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tUWQO1Wu7q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUWQO1Wu7q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUWQO1Wu7q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUWQO1Wu7q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUWQO1Wu7q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUWQO1Wu7q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUWQO1Wu7q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUWQO1Wu7q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tUWQO1Wu7q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUWQO1Wu7q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUWQO1Wu7q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUWQO1Wu7q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUWQO1Wu7q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUWQO1Wu7q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUWQO1Wu7q .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUWQO1Wu7q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUWQO1Wu7q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUWQO1Wu7q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUWQO1Wu7q .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-tUWQO1Wu7q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUWQO1Wu7q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUWQO1Wu7q .dropdown-item.active,
.cid-tUWQO1Wu7q .dropdown-item:active {
  background-color: transparent;
}
.cid-tUWQO1Wu7q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUWQO1Wu7q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUWQO1Wu7q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUWQO1Wu7q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUWQO1Wu7q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUWQO1Wu7q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUWQO1Wu7q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUWQO1Wu7q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUWQO1Wu7q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUWQO1Wu7q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tUWQO1Wu7q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUWQO1Wu7q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWQO1Wu7q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUWQO1Wu7q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUWQO1Wu7q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWQO1Wu7q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUWQO1Wu7q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUWQO1Wu7q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUWQO1Wu7q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUWQO1Wu7q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUWQO1Wu7q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUWQO1Wu7q .navbar {
    height: 70px;
  }
  .cid-tUWQO1Wu7q .navbar.opened {
    height: auto;
  }
  .cid-tUWQO1Wu7q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUWQO2AnNm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/cupacc-banner-1-1920x1080.png");
}
.cid-tUWQO2AnNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWQO2AnNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWQO2AnNm .mbr-section-title {
  color: #ffffff;
}
.cid-tUWQO2KTuR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-tUWQO2KTuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWQO2KTuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWQO2KTuR .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUWQO2KTuR .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tUWQO2KTuR .mbr-section-title {
  color: #f6871f;
}
.cid-tUWQO2KTuR .mbr-text,
.cid-tUWQO2KTuR .mbr-section-btn {
  color: #ffffff;
}
.cid-tUWQO2SVLH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQxvCqb8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQxvCqb8B .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tUWQO2ZZRe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWQO2ZZRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWQO2ZZRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWQO2ZZRe .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWQO2ZZRe .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWQO2ZZRe .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWQO2ZZRe .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWQO2ZZRe .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWQO2ZZRe .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWQO2ZZRe .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWQO2ZZRe .social-row {
  text-align: center;
}
.cid-tUWQO2ZZRe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWQO2ZZRe .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWQO2ZZRe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWQO2ZZRe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWQO2ZZRe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWQO2ZZRe .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWQO2ZZRe .embla__button--next,
.cid-tUWQO2ZZRe .embla__button--prev {
  display: flex;
}
.cid-tUWQO2ZZRe .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWQO2ZZRe .embla__button {
    display: none;
  }
}
.cid-tUWQO2ZZRe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWQO2ZZRe .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWQO2ZZRe .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWQO2ZZRe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWQO2ZZRe .embla__button {
    top: auto;
  }
}
.cid-tUWQO2ZZRe .embla {
  position: relative;
  width: 100%;
}
.cid-tUWQO2ZZRe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWQO2ZZRe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWQO2ZZRe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWQO2ZZRe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWQO2ZZRe .mbr-section-title {
  color: #f6871f;
}
.cid-tUWQO3sEQQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #2c4043;
}
.cid-tUWQO3sEQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUWQO3sEQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUWQO3sEQQ .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tUWQO3sEQQ .team-card:hover {
  transform: translateY(-10px);
}
.cid-tUWQO3sEQQ .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tUWQO3sEQQ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tUWQO3sEQQ .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tUWQO3sEQQ .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tUWQO3sEQQ .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tUWQO3sEQQ .social-row {
  text-align: center;
}
.cid-tUWQO3sEQQ .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tUWQO3sEQQ .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tUWQO3sEQQ .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tUWQO3sEQQ .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tUWQO3sEQQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tUWQO3sEQQ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tUWQO3sEQQ .embla__button--next,
.cid-tUWQO3sEQQ .embla__button--prev {
  display: flex;
}
.cid-tUWQO3sEQQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tUWQO3sEQQ .embla__button {
    display: none;
  }
}
.cid-tUWQO3sEQQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tUWQO3sEQQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tUWQO3sEQQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tUWQO3sEQQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tUWQO3sEQQ .embla__button {
    top: auto;
  }
}
.cid-tUWQO3sEQQ .embla {
  position: relative;
  width: 100%;
}
.cid-tUWQO3sEQQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tUWQO3sEQQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tUWQO3sEQQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tUWQO3sEQQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tUWQO3sEQQ .card-title,
.cid-tUWQO3sEQQ .social-row {
  color: #f6871f;
}
.cid-tVQgXR2fUT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQgXR2fUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQgXR2fUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQgXR2fUT .mbr-text,
.cid-tVQgXR2fUT .mbr-section-btn {
  color: #232323;
}
.cid-tVQgXR2fUT .card-title,
.cid-tVQgXR2fUT .card-box {
  color: #f6871f;
}
.cid-tVQgXR2fUT .mbr-text,
.cid-tVQgXR2fUT .link-wrap {
  color: #ffffff;
}
.cid-tVQgYrMLY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQgYrMLY9 .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQgYrMLY9 form {
    width: 50%;
  }
}
.cid-tVQgYrMLY9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQgYrMLY9 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tUWQO49yYo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tUWQO49yYo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tUWQO49yYo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tUWQO49yYo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tUWQO49yYo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tUWQO49yYo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tUWQO49yYo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tUWQO49yYo .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tUWQO49yYo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tUWQO49yYo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tUWQO49yYo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tUWQO49yYo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tUWQO49yYo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tUWQO49yYo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tUWQO49yYo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tVQvTL828s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVQvTL828s nav.navbar {
  position: fixed;
}
.cid-tVQvTL828s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVQvTL828s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVQvTL828s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVQvTL828s .dropdown-item:hover,
.cid-tVQvTL828s .dropdown-item:focus {
  background: #ab121c !important;
  color: white !important;
}
.cid-tVQvTL828s .dropdown-item:hover span {
  color: white;
}
.cid-tVQvTL828s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVQvTL828s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVQvTL828s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVQvTL828s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVQvTL828s .nav-link {
  position: relative;
}
.cid-tVQvTL828s .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVQvTL828s .container {
    flex-wrap: wrap;
  }
}
.cid-tVQvTL828s .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVQvTL828s .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tVQvTL828s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVQvTL828s .dropdown-menu,
.cid-tVQvTL828s .navbar.opened {
  background: #ffffff !important;
}
.cid-tVQvTL828s .nav-item:focus,
.cid-tVQvTL828s .nav-link:focus {
  outline: none;
}
.cid-tVQvTL828s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVQvTL828s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVQvTL828s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVQvTL828s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVQvTL828s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVQvTL828s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVQvTL828s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tVQvTL828s .navbar.opened {
  transition: all 0.3s;
}
.cid-tVQvTL828s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVQvTL828s .navbar .navbar-logo img {
  width: auto;
}
.cid-tVQvTL828s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVQvTL828s .navbar.collapsed {
  justify-content: center;
}
.cid-tVQvTL828s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVQvTL828s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVQvTL828s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVQvTL828s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVQvTL828s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVQvTL828s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tVQvTL828s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVQvTL828s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVQvTL828s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVQvTL828s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVQvTL828s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVQvTL828s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVQvTL828s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVQvTL828s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tVQvTL828s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVQvTL828s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVQvTL828s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVQvTL828s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVQvTL828s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVQvTL828s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tVQvTL828s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tVQvTL828s .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVQvTL828s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVQvTL828s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVQvTL828s .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-tVQvTL828s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVQvTL828s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVQvTL828s .dropdown-item.active,
.cid-tVQvTL828s .dropdown-item:active {
  background-color: transparent;
}
.cid-tVQvTL828s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVQvTL828s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVQvTL828s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVQvTL828s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVQvTL828s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVQvTL828s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVQvTL828s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVQvTL828s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVQvTL828s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVQvTL828s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tVQvTL828s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVQvTL828s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVQvTL828s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVQvTL828s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVQvTL828s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVQvTL828s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVQvTL828s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVQvTL828s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVQvTL828s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVQvTL828s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVQvTL828s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVQvTL828s .navbar {
    height: 70px;
  }
  .cid-tVQvTL828s .navbar.opened {
    height: auto;
  }
  .cid-tVQvTL828s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVQvTMsOGP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQvTMsOGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQvTMsOGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQvTMsOGP .mbr-section-title {
  color: #ffffff;
}
.cid-tVQwmVWUOD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tVQwmVWUOD img,
.cid-tVQwmVWUOD .item-img {
  width: 100%;
}
.cid-tVQwmVWUOD .item:focus,
.cid-tVQwmVWUOD span:focus {
  outline: none;
}
.cid-tVQwmVWUOD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tVQwmVWUOD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tVQwmVWUOD .item {
  padding: 0;
  margin: 0;
}
.cid-tVQwmVWUOD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tVQwmVWUOD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVQwmVWUOD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tVQwmVWUOD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tVQwmVWUOD .mbr-section-title {
  color: #232323;
}
.cid-tVQvTQuijY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQvTQuijY .line {
  background-color: #f6871f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tVQvTQKLVr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/areas-10-1280x800.png");
}
.cid-tVQvTQKLVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQvTQKLVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQvTQKLVr .mbr-text,
.cid-tVQvTQKLVr .mbr-section-btn {
  color: #232323;
}
.cid-tVQvTQKLVr .card-title,
.cid-tVQvTQKLVr .card-box {
  color: #f6871f;
}
.cid-tVQvTQKLVr .mbr-text,
.cid-tVQvTQKLVr .link-wrap {
  color: #ffffff;
}
.cid-tVQvTR29S4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7941d;
}
.cid-tVQvTR29S4 .mbr-overlay {
  background-color: #f6871f;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-tVQvTR29S4 form {
    width: 50%;
  }
}
.cid-tVQvTR29S4 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tVQvTR29S4 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tVQvTRuTRF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tVQvTRuTRF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tVQvTRuTRF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tVQvTRuTRF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tVQvTRuTRF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tVQvTRuTRF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tVQvTRuTRF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tVQvTRuTRF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tVQvTRuTRF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tVQvTRuTRF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tVQvTRuTRF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tVQvTRuTRF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tVQvTRuTRF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tVQvTRuTRF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tVQvTRuTRF .media-container-row .row-copirayt p {
  width: 100%;
}
