.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Heroking-Regular';
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Heroking-Regular';
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffa600 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffa600 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffa600;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffa600;
  border-bottom-color: #ffa600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffa600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23ffa600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uzBLWFouF4 {
  z-index: 1000;
  width: 100%;
}
.cid-uzBLWFouF4 nav.navbar {
  position: fixed;
}
.cid-uzBLWFouF4 .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-uzBLWFouF4 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzBLWFouF4 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uzBLWFouF4 .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uzBLWFouF4 .dropdown-item:hover,
.cid-uzBLWFouF4 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uzBLWFouF4 .dropdown-item:hover span {
  color: white;
}
.cid-uzBLWFouF4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzBLWFouF4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzBLWFouF4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzBLWFouF4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzBLWFouF4 .nav-link {
  position: relative;
}
.cid-uzBLWFouF4 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uzBLWFouF4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uzBLWFouF4 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzBLWFouF4 .navbar-nav {
  padding: 5px !important;
}
.cid-uzBLWFouF4 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uzBLWFouF4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uzBLWFouF4 .dropdown-menu,
.cid-uzBLWFouF4 .navbar.opened {
  background: #000000 !important;
}
.cid-uzBLWFouF4 .nav-item:focus,
.cid-uzBLWFouF4 .nav-link:focus {
  outline: none;
}
.cid-uzBLWFouF4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzBLWFouF4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzBLWFouF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzBLWFouF4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzBLWFouF4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzBLWFouF4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzBLWFouF4 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uzBLWFouF4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzBLWFouF4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uzBLWFouF4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzBLWFouF4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzBLWFouF4 .navbar.collapsed {
  justify-content: center;
}
.cid-uzBLWFouF4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzBLWFouF4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzBLWFouF4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uzBLWFouF4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzBLWFouF4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzBLWFouF4 .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-uzBLWFouF4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzBLWFouF4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzBLWFouF4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzBLWFouF4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzBLWFouF4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzBLWFouF4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzBLWFouF4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzBLWFouF4 .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-uzBLWFouF4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzBLWFouF4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzBLWFouF4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzBLWFouF4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzBLWFouF4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzBLWFouF4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzBLWFouF4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzBLWFouF4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzBLWFouF4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzBLWFouF4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzBLWFouF4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzBLWFouF4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzBLWFouF4 .dropdown-item.active,
.cid-uzBLWFouF4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzBLWFouF4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzBLWFouF4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzBLWFouF4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzBLWFouF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzBLWFouF4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzBLWFouF4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzBLWFouF4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzBLWFouF4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzBLWFouF4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzBLWFouF4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzBLWFouF4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzBLWFouF4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzBLWFouF4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzBLWFouF4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzBLWFouF4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzBLWFouF4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzBLWFouF4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzBLWFouF4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzBLWFouF4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzBLWFouF4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzBLWFouF4 .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-uzBLWFouF4 .navbar {
    height: 70px;
  }
  .cid-uzBLWFouF4 .navbar.opened {
    height: auto;
  }
  .cid-uzBLWFouF4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzBLWFouF4 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uzBLWFouF4 .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uzBLWFouF4 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uzBLWFouF4 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uzBLWFouF4 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uzBLWFouF4 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uzBLWFouF4 .container {
    overflow: hidden;
  }
  .cid-uzBLWFouF4 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uzBLWFouF4 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uzBLWFouF4 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uzBLWFouF4 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uzBLWFouF4 .navbar-nav {
    padding: 0 !important;
  }
  .cid-uzBLWFouF4 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uzBLWFouF4 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uzBLWFouF4 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uzBLWFouF4 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uzBLWFouF4 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uzBLWFouF4 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uzBLWFouF4 .container {
    padding: 25px 15px !important;
  }
  .cid-uzBLWFouF4 .container-head {
    padding: 10px !important;
  }
  .cid-uzBLWFouF4 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uzBLWFouF4 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uzBLWFouF4 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uzBoptTZR6 {
  padding-top: 12rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ddev4e-aie-resize-2000x1500.webp");
}
.cid-uzBoptTZR6 .mbr-overlay {
  background: #232323;
  opacity: 0.1;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .container {
    padding: 0 30px;
  }
}
.cid-uzBoptTZR6 .item:focus,
.cid-uzBoptTZR6 span:focus {
  outline: none;
}
.cid-uzBoptTZR6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .cid-uzBoptTZR6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzBoptTZR6 .embla__slide .slide-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .embla__slide .slide-content {
    display: block;
  }
}
.cid-uzBoptTZR6 .embla__slide .slide-content .social-wrapper {
  width: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .embla__slide .slide-content .social-wrapper .social-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 45px;
  }
}
.cid-uzBoptTZR6 .embla__slide .slide-content .social-wrapper .social-row .soc-item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .embla__slide .slide-content .social-wrapper .social-row .soc-item {
    margin: 0 10px;
  }
}
.cid-uzBoptTZR6 .embla__slide .slide-content .social-wrapper .social-row .soc-item a {
  display: block;
}
.cid-uzBoptTZR6 .embla__slide .slide-content .social-wrapper .social-row .soc-item a:hover .mbr-iconfont,
.cid-uzBoptTZR6 .embla__slide .slide-content .social-wrapper .social-row .soc-item a:focus .mbr-iconfont {
  opacity: .6;
}
.cid-uzBoptTZR6 .embla__slide .slide-content .social-wrapper .social-row .soc-item a .mbr-iconfont {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper:hover .item-img .icon-wrapper,
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper:focus .item-img .icon-wrapper {
  opacity: 1;
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper:hover .item-img .icon-wrapper::before,
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper:focus .item-img .icon-wrapper::before {
  opacity: .6;
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 650px;
  max-width: 450px;
  object-fit: cover;
  filter: drop-shadow(10px 10px 10px #000000);
  transform: rotate(-14deg);
}
@media (max-width: 1400px) {
  .cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img img {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 450px;
    max-width: 310px;
  }
}
@media (max-width: 768px) {
  .cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img img {
    transform: rotate(0);
    height: 350px;
  }
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper {
    display: none;
  }
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  font-size: 35px;
  color: #ffffff;
  z-index: 1;
  transform: rotate(45deg);
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper .item-img .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #ffa600;
  opacity: 0;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uzBoptTZR6 .embla__slide .slide-content .item-wrapper a {
  display: block;
}
.cid-uzBoptTZR6 .embla__slide .item-content {
  position: relative;
  z-index: 1;
  width: 450px;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .embla__slide .item-content {
    margin-top: 45px;
    width: 100%;
  }
}
.cid-uzBoptTZR6 .embla__slide .item-content .item-subtitle {
  opacity: .6;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .embla__slide .item-content .item-subtitle {
    margin-bottom: 30px;
    opacity: 1;
    text-align: center;
  }
}
.cid-uzBoptTZR6 .embla__slide .item-content .item-title {
  margin-bottom: 0;
  text-shadow: 8px 8px 8px #000000;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .embla__slide .item-content .item-title {
    text-align: center;
  }
}
.cid-uzBoptTZR6 .embla__slide .item-content .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzBoptTZR6 .embla__slide .item-content .item-text {
    text-align: center;
  }
}
.cid-uzBoptTZR6 .embla__button--next,
.cid-uzBoptTZR6 .embla__button--prev {
  display: flex;
}
.cid-uzBoptTZR6 .embla__button {
  top: 50%;
  width: 100px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6;
  display: none;
}
.cid-uzBoptTZR6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzBoptTZR6 .embla__button:hover {
  opacity: 1;
}
.cid-uzBoptTZR6 .embla__button.embla__button--prev {
  left: 24%;
}
@media (max-width: 1199px) {
  .cid-uzBoptTZR6 .embla__button.embla__button--prev {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .cid-uzBoptTZR6 .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-uzBoptTZR6 .embla__button.embla__button--next {
  right: 24%;
}
@media (max-width: 1199px) {
  .cid-uzBoptTZR6 .embla__button.embla__button--next {
    right: 20%;
  }
}
@media (max-width: 768px) {
  .cid-uzBoptTZR6 .embla__button.embla__button--next {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-uzBoptTZR6 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uzBoptTZR6 .embla {
  position: relative;
  width: 100%;
}
.cid-uzBoptTZR6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uzBoptTZR6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzBoptTZR6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzBoptTZR6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzBoptTZR6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uzBoptTZR6 .item-subtitle {
  color: #ffa600;
  text-align: left;
}
.cid-uzBoptTZR6 .item-title {
  color: #ffa600;
  text-align: left;
}
.cid-uzBoptTZR6 .item-text {
  color: #ffffff;
}
.cid-uzBUQtCPHC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-uzBUQtCPHC .mbr-section-title {
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  text-align: left;
}
.cid-uzBUQtCPHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzBUQtCPHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzBUQtCPHC .btn {
  font-family: 'Oswald', sans-serif;
}
.cid-uzBTPYZ1G7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #757b62;
}
.cid-uzBTPYZ1G7 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uzBTPYZ1G7 .main_header {
    padding-top: 66px;
  }
  .cid-uzBTPYZ1G7 .main_header > .row {
    flex-direction: column;
  }
  .cid-uzBTPYZ1G7 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uzBTPYZ1G7 .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uzBTPYZ1G7 .mbr-section-title {
    text-align: center;
  }
}
.cid-uzBTPYZ1G7 .mbr-text {
  margin: 25px 0;
}
.cid-uzBTPYZ1G7 .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uzBTPYZ1G7 .bgImage {
    height: 65vh;
  }
}
.cid-uzBTPYZ1G7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzBTPYZ1G7 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uzEhhRKwuR {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzEhhRKwuR img,
.cid-uzEhhRKwuR .item-img {
  width: 100%;
}
.cid-uzEhhRKwuR .item:focus,
.cid-uzEhhRKwuR span:focus {
  outline: none;
}
.cid-uzEhhRKwuR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzEhhRKwuR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzEhhRKwuR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzEhhRKwuR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzEhhRKwuR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzEhhRKwuR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzEhhRKwuR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzEhhRKwuR .mbr-section-title {
  color: #ffa600;
}
.cid-uzEhhRKwuR .mbr-text,
.cid-uzEhhRKwuR .mbr-section-btn {
  text-align: left;
}
.cid-uzEhhRKwuR .item-title {
  text-align: left;
}
.cid-uzEhhRKwuR .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uzEhhRKwuR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzEj6xwA3I {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uzEj6xwA3I img,
.cid-uzEj6xwA3I .item-img {
  width: 100%;
}
.cid-uzEj6xwA3I .item:focus,
.cid-uzEj6xwA3I span:focus {
  outline: none;
}
.cid-uzEj6xwA3I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzEj6xwA3I .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzEj6xwA3I .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uzEj6xwA3I .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzEj6xwA3I .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uzEj6xwA3I .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uzEj6xwA3I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzEj6xwA3I .mbr-section-title {
  color: #ffa600;
}
.cid-uzEj6xwA3I .mbr-text,
.cid-uzEj6xwA3I .mbr-section-btn {
  text-align: left;
}
.cid-uzEj6xwA3I .item-title {
  text-align: left;
}
.cid-uzEj6xwA3I .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uzBUPgM5sw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uzBUPgM5sw .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uzBUPgM5sw .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uzBUPgM5sw .photo-split {
  padding: 0;
}
.cid-uzBUPgM5sw .photo-split img {
  width: 100%;
}
.cid-uzBUPgM5sw .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uzBUPgM5sw .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uzBUPgM5sw .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uzBUPgM5sw .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uzBUPgM5sw .wrap-block {
  padding: 3rem 3rem;
}
.cid-uzBUPgM5sw .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uzBUPgM5sw .wrap-block ul li {
  display: inline-block;
}
.cid-uzBUPgM5sw .wrap-block ul li span {
  text-align: center;
}
.cid-uzBUPgM5sw .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uzBUPgM5sw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uzBUPgM5sw .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uzBUPgM5sw .mbr-list,
.cid-uzBUPgM5sw .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uzBUPgM5sw .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uzBUPgM5sw .mbr-section-title,
  .cid-uzBUPgM5sw .mbr-section-subtitle,
  .cid-uzBUPgM5sw .mbr-text {
    text-align: center !important;
  }
  .cid-uzBUPgM5sw .social-list {
    text-align: center !important;
  }
}
.cid-uzBUPgM5sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzBUPgM5sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzBUPgM5sw .mbr-section-title {
  color: #ffa600;
}
.cid-uzBUPgM5sw .mbr-text {
  color: #000000;
}
.cid-uzBUPgM5sw .mbr-section-subtitle {
  color: #000000;
}
.cid-uzEx2I8O33 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uzEx2I8O33 .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uzEx2I8O33 .container {
    padding: 0 22px;
  }
}
.cid-uzEx2I8O33 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzEx2I8O33 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzEx2I8O33 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzEx2I8O33 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzEx2I8O33 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uzEx2I8O33 .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uzEx2I8O33 .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uzEx2I8O33 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uzEx2I8O33 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uzEx2I8O33 .embla__slide .slide-content {
  width: 100%;
}
.cid-uzEx2I8O33 .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uzEx2I8O33 .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uzEx2I8O33 .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uzEx2I8O33 .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uzEx2I8O33 .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uzEx2I8O33 .embla__button--next,
.cid-uzEx2I8O33 .embla__button--prev {
  display: flex;
}
.cid-uzEx2I8O33 .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uzEx2I8O33 .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uzEx2I8O33 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uzEx2I8O33 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uzEx2I8O33 .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uzEx2I8O33 .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uzEx2I8O33 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uzEx2I8O33 .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzEx2I8O33 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uzEx2I8O33 .card {
  justify-content: center;
}
.cid-uzEx2I8O33 .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uzEx2I8O33 .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uzEx2I8O33 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uzEx2I8O33 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uzEx2I8O33 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uzEx2I8O33 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uzEx2I8O33 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzEx2I8O33 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uzEx2I8O33 .item-date {
  color: #ffffff;
}
.cid-uzEx2I8O33 .list {
  color: #ffffff;
  text-align: center;
}
.cid-uzEx2I8O33 .item-date,
.cid-uzEx2I8O33 .icon-wrapper {
  text-align: center;
}
.cid-uzEx2I8O33 .mbr-section-title,
.cid-uzEx2I8O33 .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uzR6mym56c {
  z-index: 1000;
  width: 100%;
}
.cid-uzR6mym56c nav.navbar {
  position: fixed;
}
.cid-uzR6mym56c .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-uzR6mym56c .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzR6mym56c .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uzR6mym56c .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uzR6mym56c .dropdown-item:hover,
.cid-uzR6mym56c .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uzR6mym56c .dropdown-item:hover span {
  color: white;
}
.cid-uzR6mym56c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzR6mym56c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzR6mym56c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzR6mym56c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzR6mym56c .nav-link {
  position: relative;
}
.cid-uzR6mym56c .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uzR6mym56c .container {
    flex-wrap: nowrap;
  }
}
.cid-uzR6mym56c .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzR6mym56c .navbar-nav {
  padding: 5px !important;
}
.cid-uzR6mym56c .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uzR6mym56c .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uzR6mym56c .dropdown-menu,
.cid-uzR6mym56c .navbar.opened {
  background: #000000 !important;
}
.cid-uzR6mym56c .nav-item:focus,
.cid-uzR6mym56c .nav-link:focus {
  outline: none;
}
.cid-uzR6mym56c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzR6mym56c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzR6mym56c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzR6mym56c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzR6mym56c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzR6mym56c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzR6mym56c .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uzR6mym56c .navbar.opened {
  transition: all 0.3s;
}
.cid-uzR6mym56c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uzR6mym56c .navbar .navbar-logo img {
  width: auto;
}
.cid-uzR6mym56c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzR6mym56c .navbar.collapsed {
  justify-content: center;
}
.cid-uzR6mym56c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzR6mym56c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzR6mym56c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uzR6mym56c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzR6mym56c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzR6mym56c .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-uzR6mym56c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzR6mym56c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzR6mym56c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzR6mym56c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzR6mym56c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzR6mym56c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzR6mym56c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzR6mym56c .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-uzR6mym56c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzR6mym56c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzR6mym56c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzR6mym56c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzR6mym56c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzR6mym56c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzR6mym56c .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzR6mym56c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzR6mym56c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzR6mym56c .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzR6mym56c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzR6mym56c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzR6mym56c .dropdown-item.active,
.cid-uzR6mym56c .dropdown-item:active {
  background-color: transparent;
}
.cid-uzR6mym56c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzR6mym56c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzR6mym56c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzR6mym56c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzR6mym56c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzR6mym56c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzR6mym56c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzR6mym56c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzR6mym56c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzR6mym56c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzR6mym56c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzR6mym56c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzR6mym56c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzR6mym56c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzR6mym56c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzR6mym56c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzR6mym56c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzR6mym56c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzR6mym56c .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzR6mym56c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzR6mym56c .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-uzR6mym56c .navbar {
    height: 70px;
  }
  .cid-uzR6mym56c .navbar.opened {
    height: auto;
  }
  .cid-uzR6mym56c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzR6mym56c .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uzR6mym56c .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uzR6mym56c .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uzR6mym56c .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uzR6mym56c .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uzR6mym56c .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uzR6mym56c .container {
    overflow: hidden;
  }
  .cid-uzR6mym56c .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uzR6mym56c .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uzR6mym56c .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uzR6mym56c .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uzR6mym56c .navbar-nav {
    padding: 0 !important;
  }
  .cid-uzR6mym56c .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uzR6mym56c .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uzR6mym56c .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uzR6mym56c .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uzR6mym56c .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uzR6mym56c .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uzR6mym56c .container {
    padding: 25px 15px !important;
  }
  .cid-uzR6mym56c .container-head {
    padding: 10px !important;
  }
  .cid-uzR6mym56c .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uzR6mym56c .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uzR6mym56c .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uA7tgNgdNj {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uA7tgNgdNj .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uA7tgNgdNj .main_header {
    padding-top: 66px;
  }
  .cid-uA7tgNgdNj .main_header > .row {
    flex-direction: column;
  }
  .cid-uA7tgNgdNj .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uA7tgNgdNj .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uA7tgNgdNj .mbr-section-title {
    text-align: center;
  }
}
.cid-uA7tgNgdNj .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uA7tgNgdNj .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uA7tgNgdNj .mbr-text {
  margin: 25px 0;
}
.cid-uA7tgNgdNj .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uA7tgNgdNj .bgImage {
    height: 65vh;
  }
}
.cid-uA7tgNgdNj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA7tgNgdNj .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uzR6mzwNMF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uzR6mzwNMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR6mzwNMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR6mzwNMF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzR6mzwNMF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzR6mzwNMF .content-head {
  max-width: 800px;
}
.cid-uzR6mzwNMF .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uzR6mzwNMF .img-wrapper img {
  width: 6rem;
}
.cid-uLLYeZIaJd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLLYeZIaJd img,
.cid-uLLYeZIaJd .item-img {
  width: 100%;
}
.cid-uLLYeZIaJd .item:focus,
.cid-uLLYeZIaJd span:focus {
  outline: none;
}
.cid-uLLYeZIaJd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLLYeZIaJd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLLYeZIaJd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLLYeZIaJd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLLYeZIaJd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLLYeZIaJd .mbr-section-title {
  color: #ffa600;
}
.cid-uLLYeZIaJd .mbr-text,
.cid-uLLYeZIaJd .mbr-section-btn {
  text-align: left;
}
.cid-uLLYeZIaJd .item-title {
  text-align: left;
}
.cid-uLLYeZIaJd .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLYeZIaJd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLYfC4uaE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uLLYfC4uaE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLLYfC4uaE .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLLYfC4uaE .photo-split {
  padding: 0;
}
.cid-uLLYfC4uaE .photo-split img {
  width: 100%;
}
.cid-uLLYfC4uaE .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uLLYfC4uaE .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLLYfC4uaE .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLLYfC4uaE .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLLYfC4uaE .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLLYfC4uaE .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLLYfC4uaE .wrap-block ul li {
  display: inline-block;
}
.cid-uLLYfC4uaE .wrap-block ul li span {
  text-align: center;
}
.cid-uLLYfC4uaE .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLLYfC4uaE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLYfC4uaE .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLLYfC4uaE .mbr-list,
.cid-uLLYfC4uaE .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLLYfC4uaE .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLLYfC4uaE .mbr-section-title,
  .cid-uLLYfC4uaE .mbr-section-subtitle,
  .cid-uLLYfC4uaE .mbr-text {
    text-align: center !important;
  }
  .cid-uLLYfC4uaE .social-list {
    text-align: center !important;
  }
}
.cid-uLLYfC4uaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLYfC4uaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLYfC4uaE .mbr-section-title {
  color: #ffa600;
}
.cid-uLLYfC4uaE .mbr-text {
  color: #000000;
}
.cid-uLLYfC4uaE .mbr-section-subtitle {
  color: #000000;
}
.cid-uLLYg9yzWG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLYg9yzWG .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLYg9yzWG .container {
    padding: 0 22px;
  }
}
.cid-uLLYg9yzWG .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLYg9yzWG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLYg9yzWG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLYg9yzWG .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLYg9yzWG .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLYg9yzWG .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLYg9yzWG .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLYg9yzWG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLYg9yzWG .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLYg9yzWG .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLYg9yzWG .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLYg9yzWG .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLYg9yzWG .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLYg9yzWG .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLYg9yzWG .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLYg9yzWG .embla__button--next,
.cid-uLLYg9yzWG .embla__button--prev {
  display: flex;
}
.cid-uLLYg9yzWG .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLYg9yzWG .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLYg9yzWG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLYg9yzWG .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLYg9yzWG .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLYg9yzWG .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLYg9yzWG .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLYg9yzWG .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLYg9yzWG .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLYg9yzWG .card {
  justify-content: center;
}
.cid-uLLYg9yzWG .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLYg9yzWG .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLYg9yzWG .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLYg9yzWG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLYg9yzWG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLYg9yzWG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLYg9yzWG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLYg9yzWG .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLYg9yzWG .item-date {
  color: #ffffff;
}
.cid-uLLYg9yzWG .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLYg9yzWG .item-date,
.cid-uLLYg9yzWG .icon-wrapper {
  text-align: center;
}
.cid-uLLYg9yzWG .mbr-section-title,
.cid-uLLYg9yzWG .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uB1pIoiSn7 {
  z-index: 1000;
  width: 100%;
}
.cid-uB1pIoiSn7 nav.navbar {
  position: fixed;
}
.cid-uB1pIoiSn7 .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-uB1pIoiSn7 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB1pIoiSn7 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uB1pIoiSn7 .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uB1pIoiSn7 .dropdown-item:hover,
.cid-uB1pIoiSn7 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uB1pIoiSn7 .dropdown-item:hover span {
  color: white;
}
.cid-uB1pIoiSn7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB1pIoiSn7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB1pIoiSn7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1pIoiSn7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1pIoiSn7 .nav-link {
  position: relative;
}
.cid-uB1pIoiSn7 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uB1pIoiSn7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uB1pIoiSn7 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1pIoiSn7 .navbar-nav {
  padding: 5px !important;
}
.cid-uB1pIoiSn7 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uB1pIoiSn7 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uB1pIoiSn7 .dropdown-menu,
.cid-uB1pIoiSn7 .navbar.opened {
  background: #000000 !important;
}
.cid-uB1pIoiSn7 .nav-item:focus,
.cid-uB1pIoiSn7 .nav-link:focus {
  outline: none;
}
.cid-uB1pIoiSn7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1pIoiSn7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1pIoiSn7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1pIoiSn7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1pIoiSn7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1pIoiSn7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1pIoiSn7 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uB1pIoiSn7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1pIoiSn7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uB1pIoiSn7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1pIoiSn7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1pIoiSn7 .navbar.collapsed {
  justify-content: center;
}
.cid-uB1pIoiSn7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1pIoiSn7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1pIoiSn7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uB1pIoiSn7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1pIoiSn7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1pIoiSn7 .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-uB1pIoiSn7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1pIoiSn7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1pIoiSn7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1pIoiSn7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1pIoiSn7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1pIoiSn7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1pIoiSn7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1pIoiSn7 .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-uB1pIoiSn7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1pIoiSn7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1pIoiSn7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1pIoiSn7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1pIoiSn7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1pIoiSn7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uB1pIoiSn7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uB1pIoiSn7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1pIoiSn7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB1pIoiSn7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB1pIoiSn7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1pIoiSn7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1pIoiSn7 .dropdown-item.active,
.cid-uB1pIoiSn7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1pIoiSn7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1pIoiSn7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1pIoiSn7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1pIoiSn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB1pIoiSn7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1pIoiSn7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1pIoiSn7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1pIoiSn7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1pIoiSn7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1pIoiSn7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB1pIoiSn7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1pIoiSn7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pIoiSn7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pIoiSn7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1pIoiSn7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pIoiSn7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1pIoiSn7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1pIoiSn7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pIoiSn7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB1pIoiSn7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1pIoiSn7 .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-uB1pIoiSn7 .navbar {
    height: 70px;
  }
  .cid-uB1pIoiSn7 .navbar.opened {
    height: auto;
  }
  .cid-uB1pIoiSn7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1pIoiSn7 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uB1pIoiSn7 .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uB1pIoiSn7 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uB1pIoiSn7 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uB1pIoiSn7 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uB1pIoiSn7 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uB1pIoiSn7 .container {
    overflow: hidden;
  }
  .cid-uB1pIoiSn7 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uB1pIoiSn7 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uB1pIoiSn7 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uB1pIoiSn7 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uB1pIoiSn7 .navbar-nav {
    padding: 0 !important;
  }
  .cid-uB1pIoiSn7 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uB1pIoiSn7 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uB1pIoiSn7 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pIoiSn7 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uB1pIoiSn7 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pIoiSn7 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uB1pIoiSn7 .container {
    padding: 25px 15px !important;
  }
  .cid-uB1pIoiSn7 .container-head {
    padding: 10px !important;
  }
  .cid-uB1pIoiSn7 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uB1pIoiSn7 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uB1pIoiSn7 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uB1pIoXgBr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uB1pIoXgBr .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uB1pIoXgBr .main_header {
    padding-top: 66px;
  }
  .cid-uB1pIoXgBr .main_header > .row {
    flex-direction: column;
  }
  .cid-uB1pIoXgBr .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uB1pIoXgBr .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uB1pIoXgBr .mbr-section-title {
    text-align: center;
  }
}
.cid-uB1pIoXgBr .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB1pIoXgBr .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uB1pIoXgBr .mbr-text {
  margin: 25px 0;
}
.cid-uB1pIoXgBr .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uB1pIoXgBr .bgImage {
    height: 65vh;
  }
}
.cid-uB1pIoXgBr img {
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.cid-uB1pIoXgBr .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uB1pIpkNOp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uB1pIpkNOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1pIpkNOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1pIpkNOp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uB1pIpkNOp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB1pIpkNOp .content-head {
  max-width: 800px;
}
.cid-uB1pIpkNOp .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uB1pIpkNOp .img-wrapper img {
  width: 6rem;
}
.cid-uLLWmVVSBh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLLWmVVSBh img,
.cid-uLLWmVVSBh .item-img {
  width: 100%;
}
.cid-uLLWmVVSBh .item:focus,
.cid-uLLWmVVSBh span:focus {
  outline: none;
}
.cid-uLLWmVVSBh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLLWmVVSBh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLLWmVVSBh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLLWmVVSBh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLLWmVVSBh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLLWmVVSBh .mbr-section-title {
  color: #ffa600;
}
.cid-uLLWmVVSBh .mbr-text,
.cid-uLLWmVVSBh .mbr-section-btn {
  text-align: left;
}
.cid-uLLWmVVSBh .item-title {
  text-align: left;
}
.cid-uLLWmVVSBh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLWmVVSBh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLWnMtrQi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uLLWnMtrQi .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLLWnMtrQi .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLLWnMtrQi .photo-split {
  padding: 0;
}
.cid-uLLWnMtrQi .photo-split img {
  width: 100%;
}
.cid-uLLWnMtrQi .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uLLWnMtrQi .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLLWnMtrQi .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLLWnMtrQi .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLLWnMtrQi .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLLWnMtrQi .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLLWnMtrQi .wrap-block ul li {
  display: inline-block;
}
.cid-uLLWnMtrQi .wrap-block ul li span {
  text-align: center;
}
.cid-uLLWnMtrQi .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLLWnMtrQi .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLWnMtrQi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLLWnMtrQi .mbr-list,
.cid-uLLWnMtrQi .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLLWnMtrQi .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLLWnMtrQi .mbr-section-title,
  .cid-uLLWnMtrQi .mbr-section-subtitle,
  .cid-uLLWnMtrQi .mbr-text {
    text-align: center !important;
  }
  .cid-uLLWnMtrQi .social-list {
    text-align: center !important;
  }
}
.cid-uLLWnMtrQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLWnMtrQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLWnMtrQi .mbr-section-title {
  color: #ffa600;
}
.cid-uLLWnMtrQi .mbr-text {
  color: #000000;
}
.cid-uLLWnMtrQi .mbr-section-subtitle {
  color: #000000;
}
.cid-uLLWoueS8u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLWoueS8u .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLWoueS8u .container {
    padding: 0 22px;
  }
}
.cid-uLLWoueS8u .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLWoueS8u .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLWoueS8u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLWoueS8u .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLWoueS8u .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLWoueS8u .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLWoueS8u .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLWoueS8u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLWoueS8u .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLWoueS8u .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLWoueS8u .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLWoueS8u .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLWoueS8u .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLWoueS8u .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLWoueS8u .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLWoueS8u .embla__button--next,
.cid-uLLWoueS8u .embla__button--prev {
  display: flex;
}
.cid-uLLWoueS8u .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLWoueS8u .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLWoueS8u .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLWoueS8u .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLWoueS8u .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLWoueS8u .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLWoueS8u .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLWoueS8u .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLWoueS8u .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLWoueS8u .card {
  justify-content: center;
}
.cid-uLLWoueS8u .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLWoueS8u .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLWoueS8u .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLWoueS8u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLWoueS8u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLWoueS8u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLWoueS8u .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLWoueS8u .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLWoueS8u .item-date {
  color: #ffffff;
}
.cid-uLLWoueS8u .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLWoueS8u .item-date,
.cid-uLLWoueS8u .icon-wrapper {
  text-align: center;
}
.cid-uLLWoueS8u .mbr-section-title,
.cid-uLLWoueS8u .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uB1pBaqV7I {
  z-index: 1000;
  width: 100%;
}
.cid-uB1pBaqV7I nav.navbar {
  position: fixed;
}
.cid-uB1pBaqV7I .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-uB1pBaqV7I .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB1pBaqV7I .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uB1pBaqV7I .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uB1pBaqV7I .dropdown-item:hover,
.cid-uB1pBaqV7I .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uB1pBaqV7I .dropdown-item:hover span {
  color: white;
}
.cid-uB1pBaqV7I .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB1pBaqV7I .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB1pBaqV7I .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1pBaqV7I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1pBaqV7I .nav-link {
  position: relative;
}
.cid-uB1pBaqV7I .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uB1pBaqV7I .container {
    flex-wrap: nowrap;
  }
}
.cid-uB1pBaqV7I .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1pBaqV7I .navbar-nav {
  padding: 5px !important;
}
.cid-uB1pBaqV7I .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uB1pBaqV7I .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uB1pBaqV7I .dropdown-menu,
.cid-uB1pBaqV7I .navbar.opened {
  background: #000000 !important;
}
.cid-uB1pBaqV7I .nav-item:focus,
.cid-uB1pBaqV7I .nav-link:focus {
  outline: none;
}
.cid-uB1pBaqV7I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1pBaqV7I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1pBaqV7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1pBaqV7I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1pBaqV7I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1pBaqV7I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1pBaqV7I .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uB1pBaqV7I .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1pBaqV7I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uB1pBaqV7I .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1pBaqV7I .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1pBaqV7I .navbar.collapsed {
  justify-content: center;
}
.cid-uB1pBaqV7I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1pBaqV7I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1pBaqV7I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uB1pBaqV7I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1pBaqV7I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1pBaqV7I .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-uB1pBaqV7I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1pBaqV7I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1pBaqV7I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1pBaqV7I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1pBaqV7I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1pBaqV7I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1pBaqV7I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1pBaqV7I .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-uB1pBaqV7I .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1pBaqV7I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1pBaqV7I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1pBaqV7I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1pBaqV7I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1pBaqV7I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uB1pBaqV7I .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uB1pBaqV7I .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1pBaqV7I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB1pBaqV7I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB1pBaqV7I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1pBaqV7I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1pBaqV7I .dropdown-item.active,
.cid-uB1pBaqV7I .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1pBaqV7I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1pBaqV7I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1pBaqV7I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1pBaqV7I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB1pBaqV7I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1pBaqV7I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1pBaqV7I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1pBaqV7I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1pBaqV7I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1pBaqV7I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB1pBaqV7I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1pBaqV7I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pBaqV7I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pBaqV7I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1pBaqV7I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pBaqV7I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1pBaqV7I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1pBaqV7I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pBaqV7I .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB1pBaqV7I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1pBaqV7I .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-uB1pBaqV7I .navbar {
    height: 70px;
  }
  .cid-uB1pBaqV7I .navbar.opened {
    height: auto;
  }
  .cid-uB1pBaqV7I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1pBaqV7I .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uB1pBaqV7I .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uB1pBaqV7I .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uB1pBaqV7I .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uB1pBaqV7I .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uB1pBaqV7I .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uB1pBaqV7I .container {
    overflow: hidden;
  }
  .cid-uB1pBaqV7I .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uB1pBaqV7I .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uB1pBaqV7I .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uB1pBaqV7I .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uB1pBaqV7I .navbar-nav {
    padding: 0 !important;
  }
  .cid-uB1pBaqV7I .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uB1pBaqV7I .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uB1pBaqV7I .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pBaqV7I .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uB1pBaqV7I .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pBaqV7I .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uB1pBaqV7I .container {
    padding: 25px 15px !important;
  }
  .cid-uB1pBaqV7I .container-head {
    padding: 10px !important;
  }
  .cid-uB1pBaqV7I .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uB1pBaqV7I .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uB1pBaqV7I .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uB1pBaOsfe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uB1pBaOsfe .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uB1pBaOsfe .main_header {
    padding-top: 66px;
  }
  .cid-uB1pBaOsfe .main_header > .row {
    flex-direction: column;
  }
  .cid-uB1pBaOsfe .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uB1pBaOsfe .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uB1pBaOsfe .mbr-section-title {
    text-align: center;
  }
}
.cid-uB1pBaOsfe .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB1pBaOsfe .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uB1pBaOsfe .mbr-text {
  margin: 25px 0;
}
.cid-uB1pBaOsfe .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uB1pBaOsfe .bgImage {
    height: 65vh;
  }
}
.cid-uB1pBaOsfe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB1pBaOsfe .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uB1pBb6uDw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uB1pBb6uDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1pBb6uDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1pBb6uDw .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uB1pBb6uDw .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB1pBb6uDw .content-head {
  max-width: 800px;
}
.cid-uB1pBb6uDw .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uB1pBb6uDw .img-wrapper img {
  width: 6rem;
}
.cid-uLLUNapdaL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLLUNapdaL img,
.cid-uLLUNapdaL .item-img {
  width: 100%;
}
.cid-uLLUNapdaL .item:focus,
.cid-uLLUNapdaL span:focus {
  outline: none;
}
.cid-uLLUNapdaL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLLUNapdaL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLLUNapdaL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLLUNapdaL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLLUNapdaL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLLUNapdaL .mbr-section-title {
  color: #ffa600;
}
.cid-uLLUNapdaL .mbr-text,
.cid-uLLUNapdaL .mbr-section-btn {
  text-align: left;
}
.cid-uLLUNapdaL .item-title {
  text-align: left;
}
.cid-uLLUNapdaL .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLUNapdaL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLUO3DURr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uLLUO3DURr .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLLUO3DURr .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLLUO3DURr .photo-split {
  padding: 0;
}
.cid-uLLUO3DURr .photo-split img {
  width: 100%;
}
.cid-uLLUO3DURr .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uLLUO3DURr .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLLUO3DURr .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLLUO3DURr .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLLUO3DURr .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLLUO3DURr .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLLUO3DURr .wrap-block ul li {
  display: inline-block;
}
.cid-uLLUO3DURr .wrap-block ul li span {
  text-align: center;
}
.cid-uLLUO3DURr .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLLUO3DURr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLUO3DURr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLLUO3DURr .mbr-list,
.cid-uLLUO3DURr .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLLUO3DURr .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLLUO3DURr .mbr-section-title,
  .cid-uLLUO3DURr .mbr-section-subtitle,
  .cid-uLLUO3DURr .mbr-text {
    text-align: center !important;
  }
  .cid-uLLUO3DURr .social-list {
    text-align: center !important;
  }
}
.cid-uLLUO3DURr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLUO3DURr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLUO3DURr .mbr-section-title {
  color: #ffa600;
}
.cid-uLLUO3DURr .mbr-text {
  color: #000000;
}
.cid-uLLUO3DURr .mbr-section-subtitle {
  color: #000000;
}
.cid-uLLUOR07pB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLUOR07pB .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLUOR07pB .container {
    padding: 0 22px;
  }
}
.cid-uLLUOR07pB .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLUOR07pB .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLUOR07pB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLUOR07pB .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLUOR07pB .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLUOR07pB .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLUOR07pB .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLUOR07pB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLUOR07pB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLUOR07pB .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLUOR07pB .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLUOR07pB .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLUOR07pB .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLUOR07pB .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLUOR07pB .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLUOR07pB .embla__button--next,
.cid-uLLUOR07pB .embla__button--prev {
  display: flex;
}
.cid-uLLUOR07pB .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLUOR07pB .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLUOR07pB .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLUOR07pB .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLUOR07pB .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLUOR07pB .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLUOR07pB .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLUOR07pB .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLUOR07pB .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLUOR07pB .card {
  justify-content: center;
}
.cid-uLLUOR07pB .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLUOR07pB .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLUOR07pB .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLUOR07pB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLUOR07pB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLUOR07pB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLUOR07pB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUOR07pB .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUOR07pB .item-date {
  color: #ffffff;
}
.cid-uLLUOR07pB .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUOR07pB .item-date,
.cid-uLLUOR07pB .icon-wrapper {
  text-align: center;
}
.cid-uLLUOR07pB .mbr-section-title,
.cid-uLLUOR07pB .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uB1pyaXsLd {
  z-index: 1000;
  width: 100%;
}
.cid-uB1pyaXsLd nav.navbar {
  position: fixed;
}
.cid-uB1pyaXsLd .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-uB1pyaXsLd .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB1pyaXsLd .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uB1pyaXsLd .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uB1pyaXsLd .dropdown-item:hover,
.cid-uB1pyaXsLd .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uB1pyaXsLd .dropdown-item:hover span {
  color: white;
}
.cid-uB1pyaXsLd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB1pyaXsLd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB1pyaXsLd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1pyaXsLd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1pyaXsLd .nav-link {
  position: relative;
}
.cid-uB1pyaXsLd .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uB1pyaXsLd .container {
    flex-wrap: nowrap;
  }
}
.cid-uB1pyaXsLd .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1pyaXsLd .navbar-nav {
  padding: 5px !important;
}
.cid-uB1pyaXsLd .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uB1pyaXsLd .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uB1pyaXsLd .dropdown-menu,
.cid-uB1pyaXsLd .navbar.opened {
  background: #000000 !important;
}
.cid-uB1pyaXsLd .nav-item:focus,
.cid-uB1pyaXsLd .nav-link:focus {
  outline: none;
}
.cid-uB1pyaXsLd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1pyaXsLd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1pyaXsLd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1pyaXsLd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1pyaXsLd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1pyaXsLd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1pyaXsLd .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uB1pyaXsLd .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1pyaXsLd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uB1pyaXsLd .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1pyaXsLd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1pyaXsLd .navbar.collapsed {
  justify-content: center;
}
.cid-uB1pyaXsLd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1pyaXsLd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1pyaXsLd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uB1pyaXsLd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1pyaXsLd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1pyaXsLd .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-uB1pyaXsLd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1pyaXsLd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1pyaXsLd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1pyaXsLd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1pyaXsLd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1pyaXsLd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1pyaXsLd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1pyaXsLd .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-uB1pyaXsLd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1pyaXsLd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1pyaXsLd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1pyaXsLd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1pyaXsLd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1pyaXsLd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uB1pyaXsLd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uB1pyaXsLd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1pyaXsLd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB1pyaXsLd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB1pyaXsLd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1pyaXsLd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1pyaXsLd .dropdown-item.active,
.cid-uB1pyaXsLd .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1pyaXsLd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1pyaXsLd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1pyaXsLd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1pyaXsLd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB1pyaXsLd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1pyaXsLd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1pyaXsLd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1pyaXsLd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1pyaXsLd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1pyaXsLd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB1pyaXsLd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1pyaXsLd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pyaXsLd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pyaXsLd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1pyaXsLd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pyaXsLd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1pyaXsLd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1pyaXsLd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pyaXsLd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB1pyaXsLd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1pyaXsLd .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-uB1pyaXsLd .navbar {
    height: 70px;
  }
  .cid-uB1pyaXsLd .navbar.opened {
    height: auto;
  }
  .cid-uB1pyaXsLd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1pyaXsLd .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uB1pyaXsLd .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uB1pyaXsLd .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uB1pyaXsLd .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uB1pyaXsLd .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uB1pyaXsLd .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uB1pyaXsLd .container {
    overflow: hidden;
  }
  .cid-uB1pyaXsLd .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uB1pyaXsLd .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uB1pyaXsLd .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uB1pyaXsLd .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uB1pyaXsLd .navbar-nav {
    padding: 0 !important;
  }
  .cid-uB1pyaXsLd .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uB1pyaXsLd .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uB1pyaXsLd .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pyaXsLd .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uB1pyaXsLd .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pyaXsLd .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uB1pyaXsLd .container {
    padding: 25px 15px !important;
  }
  .cid-uB1pyaXsLd .container-head {
    padding: 10px !important;
  }
  .cid-uB1pyaXsLd .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uB1pyaXsLd .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uB1pyaXsLd .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uB1pybmzdf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uB1pybmzdf .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uB1pybmzdf .main_header {
    padding-top: 66px;
  }
  .cid-uB1pybmzdf .main_header > .row {
    flex-direction: column;
  }
  .cid-uB1pybmzdf .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uB1pybmzdf .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uB1pybmzdf .mbr-section-title {
    text-align: center;
  }
}
.cid-uB1pybmzdf .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB1pybmzdf .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uB1pybmzdf .mbr-text {
  margin: 25px 0;
}
.cid-uB1pybmzdf .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uB1pybmzdf .bgImage {
    height: 65vh;
  }
}
.cid-uB1pybmzdf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB1pybmzdf .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uB1pybFlel {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uB1pybFlel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1pybFlel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1pybFlel .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uB1pybFlel .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB1pybFlel .content-head {
  max-width: 800px;
}
.cid-uB1pybFlel .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uB1pybFlel .img-wrapper img {
  width: 6rem;
}
.cid-uLLUuphr6y {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLLUuphr6y img,
.cid-uLLUuphr6y .item-img {
  width: 100%;
}
.cid-uLLUuphr6y .item:focus,
.cid-uLLUuphr6y span:focus {
  outline: none;
}
.cid-uLLUuphr6y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLLUuphr6y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLLUuphr6y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLLUuphr6y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLLUuphr6y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLLUuphr6y .mbr-section-title {
  color: #ffa600;
}
.cid-uLLUuphr6y .mbr-text,
.cid-uLLUuphr6y .mbr-section-btn {
  text-align: left;
}
.cid-uLLUuphr6y .item-title {
  text-align: left;
}
.cid-uLLUuphr6y .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLUuphr6y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLUvdSFId {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uLLUvdSFId .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLLUvdSFId .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLLUvdSFId .photo-split {
  padding: 0;
}
.cid-uLLUvdSFId .photo-split img {
  width: 100%;
}
.cid-uLLUvdSFId .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uLLUvdSFId .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLLUvdSFId .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLLUvdSFId .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLLUvdSFId .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLLUvdSFId .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLLUvdSFId .wrap-block ul li {
  display: inline-block;
}
.cid-uLLUvdSFId .wrap-block ul li span {
  text-align: center;
}
.cid-uLLUvdSFId .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLLUvdSFId .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLUvdSFId .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLLUvdSFId .mbr-list,
.cid-uLLUvdSFId .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLLUvdSFId .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLLUvdSFId .mbr-section-title,
  .cid-uLLUvdSFId .mbr-section-subtitle,
  .cid-uLLUvdSFId .mbr-text {
    text-align: center !important;
  }
  .cid-uLLUvdSFId .social-list {
    text-align: center !important;
  }
}
.cid-uLLUvdSFId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLUvdSFId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLUvdSFId .mbr-section-title {
  color: #ffa600;
}
.cid-uLLUvdSFId .mbr-text {
  color: #000000;
}
.cid-uLLUvdSFId .mbr-section-subtitle {
  color: #000000;
}
.cid-uLLUwjy5R6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLUwjy5R6 .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLUwjy5R6 .container {
    padding: 0 22px;
  }
}
.cid-uLLUwjy5R6 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLUwjy5R6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLUwjy5R6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLUwjy5R6 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLUwjy5R6 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLUwjy5R6 .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLUwjy5R6 .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLUwjy5R6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLUwjy5R6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLUwjy5R6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLUwjy5R6 .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLUwjy5R6 .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLUwjy5R6 .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLUwjy5R6 .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLUwjy5R6 .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLUwjy5R6 .embla__button--next,
.cid-uLLUwjy5R6 .embla__button--prev {
  display: flex;
}
.cid-uLLUwjy5R6 .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLUwjy5R6 .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLUwjy5R6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLUwjy5R6 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLUwjy5R6 .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLUwjy5R6 .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLUwjy5R6 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLUwjy5R6 .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLUwjy5R6 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLUwjy5R6 .card {
  justify-content: center;
}
.cid-uLLUwjy5R6 .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLUwjy5R6 .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLUwjy5R6 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLUwjy5R6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLUwjy5R6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLUwjy5R6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLUwjy5R6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUwjy5R6 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUwjy5R6 .item-date {
  color: #ffffff;
}
.cid-uLLUwjy5R6 .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUwjy5R6 .item-date,
.cid-uLLUwjy5R6 .icon-wrapper {
  text-align: center;
}
.cid-uLLUwjy5R6 .mbr-section-title,
.cid-uLLUwjy5R6 .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uB1pvRYdhD {
  z-index: 1000;
  width: 100%;
}
.cid-uB1pvRYdhD nav.navbar {
  position: fixed;
}
.cid-uB1pvRYdhD .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-uB1pvRYdhD .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB1pvRYdhD .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uB1pvRYdhD .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uB1pvRYdhD .dropdown-item:hover,
.cid-uB1pvRYdhD .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uB1pvRYdhD .dropdown-item:hover span {
  color: white;
}
.cid-uB1pvRYdhD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB1pvRYdhD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB1pvRYdhD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1pvRYdhD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1pvRYdhD .nav-link {
  position: relative;
}
.cid-uB1pvRYdhD .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uB1pvRYdhD .container {
    flex-wrap: nowrap;
  }
}
.cid-uB1pvRYdhD .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1pvRYdhD .navbar-nav {
  padding: 5px !important;
}
.cid-uB1pvRYdhD .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uB1pvRYdhD .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uB1pvRYdhD .dropdown-menu,
.cid-uB1pvRYdhD .navbar.opened {
  background: #000000 !important;
}
.cid-uB1pvRYdhD .nav-item:focus,
.cid-uB1pvRYdhD .nav-link:focus {
  outline: none;
}
.cid-uB1pvRYdhD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1pvRYdhD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1pvRYdhD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1pvRYdhD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1pvRYdhD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1pvRYdhD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1pvRYdhD .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uB1pvRYdhD .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1pvRYdhD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uB1pvRYdhD .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1pvRYdhD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1pvRYdhD .navbar.collapsed {
  justify-content: center;
}
.cid-uB1pvRYdhD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1pvRYdhD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1pvRYdhD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uB1pvRYdhD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1pvRYdhD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1pvRYdhD .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-uB1pvRYdhD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1pvRYdhD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1pvRYdhD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1pvRYdhD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1pvRYdhD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1pvRYdhD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1pvRYdhD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1pvRYdhD .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-uB1pvRYdhD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1pvRYdhD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1pvRYdhD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1pvRYdhD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1pvRYdhD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1pvRYdhD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uB1pvRYdhD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uB1pvRYdhD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1pvRYdhD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB1pvRYdhD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB1pvRYdhD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1pvRYdhD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1pvRYdhD .dropdown-item.active,
.cid-uB1pvRYdhD .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1pvRYdhD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1pvRYdhD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1pvRYdhD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1pvRYdhD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB1pvRYdhD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1pvRYdhD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1pvRYdhD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1pvRYdhD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1pvRYdhD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1pvRYdhD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB1pvRYdhD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1pvRYdhD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pvRYdhD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pvRYdhD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1pvRYdhD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pvRYdhD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1pvRYdhD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1pvRYdhD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pvRYdhD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB1pvRYdhD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1pvRYdhD .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-uB1pvRYdhD .navbar {
    height: 70px;
  }
  .cid-uB1pvRYdhD .navbar.opened {
    height: auto;
  }
  .cid-uB1pvRYdhD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1pvRYdhD .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uB1pvRYdhD .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uB1pvRYdhD .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uB1pvRYdhD .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uB1pvRYdhD .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uB1pvRYdhD .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uB1pvRYdhD .container {
    overflow: hidden;
  }
  .cid-uB1pvRYdhD .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uB1pvRYdhD .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uB1pvRYdhD .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uB1pvRYdhD .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uB1pvRYdhD .navbar-nav {
    padding: 0 !important;
  }
  .cid-uB1pvRYdhD .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uB1pvRYdhD .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uB1pvRYdhD .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pvRYdhD .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uB1pvRYdhD .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pvRYdhD .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uB1pvRYdhD .container {
    padding: 25px 15px !important;
  }
  .cid-uB1pvRYdhD .container-head {
    padding: 10px !important;
  }
  .cid-uB1pvRYdhD .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uB1pvRYdhD .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uB1pvRYdhD .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uB1pvSqdD3 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uB1pvSqdD3 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uB1pvSqdD3 .main_header {
    padding-top: 66px;
  }
  .cid-uB1pvSqdD3 .main_header > .row {
    flex-direction: column;
  }
  .cid-uB1pvSqdD3 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uB1pvSqdD3 .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uB1pvSqdD3 .mbr-section-title {
    text-align: center;
  }
}
.cid-uB1pvSqdD3 .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB1pvSqdD3 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uB1pvSqdD3 .mbr-text {
  margin: 25px 0;
}
.cid-uB1pvSqdD3 .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uB1pvSqdD3 .bgImage {
    height: 65vh;
  }
}
.cid-uB1pvSqdD3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB1pvSqdD3 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uB1pvSIpE2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uB1pvSIpE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1pvSIpE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1pvSIpE2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uB1pvSIpE2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB1pvSIpE2 .content-head {
  max-width: 800px;
}
.cid-uB1pvSIpE2 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uB1pvSIpE2 .img-wrapper img {
  width: 6rem;
}
.cid-uLLUfSgLk1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLLUfSgLk1 img,
.cid-uLLUfSgLk1 .item-img {
  width: 100%;
}
.cid-uLLUfSgLk1 .item:focus,
.cid-uLLUfSgLk1 span:focus {
  outline: none;
}
.cid-uLLUfSgLk1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLLUfSgLk1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLLUfSgLk1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLLUfSgLk1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLLUfSgLk1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLLUfSgLk1 .mbr-section-title {
  color: #ffa600;
}
.cid-uLLUfSgLk1 .mbr-text,
.cid-uLLUfSgLk1 .mbr-section-btn {
  text-align: left;
}
.cid-uLLUfSgLk1 .item-title {
  text-align: left;
}
.cid-uLLUfSgLk1 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLUfSgLk1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLUgwikpW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uLLUgwikpW .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLLUgwikpW .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLLUgwikpW .photo-split {
  padding: 0;
}
.cid-uLLUgwikpW .photo-split img {
  width: 100%;
}
.cid-uLLUgwikpW .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uLLUgwikpW .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLLUgwikpW .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLLUgwikpW .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLLUgwikpW .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLLUgwikpW .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLLUgwikpW .wrap-block ul li {
  display: inline-block;
}
.cid-uLLUgwikpW .wrap-block ul li span {
  text-align: center;
}
.cid-uLLUgwikpW .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLLUgwikpW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLUgwikpW .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLLUgwikpW .mbr-list,
.cid-uLLUgwikpW .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLLUgwikpW .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLLUgwikpW .mbr-section-title,
  .cid-uLLUgwikpW .mbr-section-subtitle,
  .cid-uLLUgwikpW .mbr-text {
    text-align: center !important;
  }
  .cid-uLLUgwikpW .social-list {
    text-align: center !important;
  }
}
.cid-uLLUgwikpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLUgwikpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLUgwikpW .mbr-section-title {
  color: #ffa600;
}
.cid-uLLUgwikpW .mbr-text {
  color: #000000;
}
.cid-uLLUgwikpW .mbr-section-subtitle {
  color: #000000;
}
.cid-uLLUhDlW1p {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLUhDlW1p .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLUhDlW1p .container {
    padding: 0 22px;
  }
}
.cid-uLLUhDlW1p .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLUhDlW1p .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLUhDlW1p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLUhDlW1p .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLUhDlW1p .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLUhDlW1p .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLUhDlW1p .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLUhDlW1p .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLUhDlW1p .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLUhDlW1p .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLUhDlW1p .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLUhDlW1p .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLUhDlW1p .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLUhDlW1p .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLUhDlW1p .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLUhDlW1p .embla__button--next,
.cid-uLLUhDlW1p .embla__button--prev {
  display: flex;
}
.cid-uLLUhDlW1p .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLUhDlW1p .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLUhDlW1p .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLUhDlW1p .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLUhDlW1p .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLUhDlW1p .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLUhDlW1p .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLUhDlW1p .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLUhDlW1p .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLUhDlW1p .card {
  justify-content: center;
}
.cid-uLLUhDlW1p .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLUhDlW1p .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLUhDlW1p .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLUhDlW1p .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLUhDlW1p .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLUhDlW1p .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLUhDlW1p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUhDlW1p .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUhDlW1p .item-date {
  color: #ffffff;
}
.cid-uLLUhDlW1p .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLUhDlW1p .item-date,
.cid-uLLUhDlW1p .icon-wrapper {
  text-align: center;
}
.cid-uLLUhDlW1p .mbr-section-title,
.cid-uLLUhDlW1p .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uB1psLw5g4 {
  z-index: 1000;
  width: 100%;
}
.cid-uB1psLw5g4 nav.navbar {
  position: fixed;
}
.cid-uB1psLw5g4 .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-uB1psLw5g4 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB1psLw5g4 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uB1psLw5g4 .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uB1psLw5g4 .dropdown-item:hover,
.cid-uB1psLw5g4 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uB1psLw5g4 .dropdown-item:hover span {
  color: white;
}
.cid-uB1psLw5g4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB1psLw5g4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB1psLw5g4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1psLw5g4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1psLw5g4 .nav-link {
  position: relative;
}
.cid-uB1psLw5g4 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uB1psLw5g4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uB1psLw5g4 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1psLw5g4 .navbar-nav {
  padding: 5px !important;
}
.cid-uB1psLw5g4 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uB1psLw5g4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uB1psLw5g4 .dropdown-menu,
.cid-uB1psLw5g4 .navbar.opened {
  background: #000000 !important;
}
.cid-uB1psLw5g4 .nav-item:focus,
.cid-uB1psLw5g4 .nav-link:focus {
  outline: none;
}
.cid-uB1psLw5g4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1psLw5g4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1psLw5g4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1psLw5g4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1psLw5g4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1psLw5g4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1psLw5g4 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uB1psLw5g4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1psLw5g4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uB1psLw5g4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1psLw5g4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1psLw5g4 .navbar.collapsed {
  justify-content: center;
}
.cid-uB1psLw5g4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1psLw5g4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1psLw5g4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uB1psLw5g4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1psLw5g4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1psLw5g4 .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-uB1psLw5g4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1psLw5g4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1psLw5g4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1psLw5g4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1psLw5g4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1psLw5g4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1psLw5g4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1psLw5g4 .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-uB1psLw5g4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1psLw5g4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1psLw5g4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1psLw5g4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1psLw5g4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1psLw5g4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uB1psLw5g4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uB1psLw5g4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1psLw5g4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB1psLw5g4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB1psLw5g4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1psLw5g4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1psLw5g4 .dropdown-item.active,
.cid-uB1psLw5g4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1psLw5g4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1psLw5g4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1psLw5g4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1psLw5g4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB1psLw5g4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1psLw5g4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1psLw5g4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1psLw5g4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1psLw5g4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1psLw5g4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB1psLw5g4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1psLw5g4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1psLw5g4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1psLw5g4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1psLw5g4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1psLw5g4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1psLw5g4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1psLw5g4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1psLw5g4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB1psLw5g4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1psLw5g4 .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-uB1psLw5g4 .navbar {
    height: 70px;
  }
  .cid-uB1psLw5g4 .navbar.opened {
    height: auto;
  }
  .cid-uB1psLw5g4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1psLw5g4 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uB1psLw5g4 .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uB1psLw5g4 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uB1psLw5g4 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uB1psLw5g4 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uB1psLw5g4 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uB1psLw5g4 .container {
    overflow: hidden;
  }
  .cid-uB1psLw5g4 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uB1psLw5g4 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uB1psLw5g4 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uB1psLw5g4 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uB1psLw5g4 .navbar-nav {
    padding: 0 !important;
  }
  .cid-uB1psLw5g4 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uB1psLw5g4 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uB1psLw5g4 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1psLw5g4 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uB1psLw5g4 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1psLw5g4 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uB1psLw5g4 .container {
    padding: 25px 15px !important;
  }
  .cid-uB1psLw5g4 .container-head {
    padding: 10px !important;
  }
  .cid-uB1psLw5g4 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uB1psLw5g4 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uB1psLw5g4 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uB1psM0Wgb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uB1psM0Wgb .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uB1psM0Wgb .main_header {
    padding-top: 66px;
  }
  .cid-uB1psM0Wgb .main_header > .row {
    flex-direction: column;
  }
  .cid-uB1psM0Wgb .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uB1psM0Wgb .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uB1psM0Wgb .mbr-section-title {
    text-align: center;
  }
}
.cid-uB1psM0Wgb .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB1psM0Wgb .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uB1psM0Wgb .mbr-text {
  margin: 25px 0;
}
.cid-uB1psM0Wgb .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uB1psM0Wgb .bgImage {
    height: 65vh;
  }
}
.cid-uB1psM0Wgb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB1psM0Wgb .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uB1psMkJC9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uB1psMkJC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1psMkJC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1psMkJC9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uB1psMkJC9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB1psMkJC9 .content-head {
  max-width: 800px;
}
.cid-uB1psMkJC9 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uB1psMkJC9 .img-wrapper img {
  width: 6rem;
}
.cid-uLLU255j8U {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLLU255j8U img,
.cid-uLLU255j8U .item-img {
  width: 100%;
}
.cid-uLLU255j8U .item:focus,
.cid-uLLU255j8U span:focus {
  outline: none;
}
.cid-uLLU255j8U .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLLU255j8U .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLLU255j8U .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLLU255j8U .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLLU255j8U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLLU255j8U .mbr-section-title {
  color: #ffa600;
}
.cid-uLLU255j8U .mbr-text,
.cid-uLLU255j8U .mbr-section-btn {
  text-align: left;
}
.cid-uLLU255j8U .item-title {
  text-align: left;
}
.cid-uLLU255j8U .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLU255j8U .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLU2T4M9j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uLLU2T4M9j .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLLU2T4M9j .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLLU2T4M9j .photo-split {
  padding: 0;
}
.cid-uLLU2T4M9j .photo-split img {
  width: 100%;
}
.cid-uLLU2T4M9j .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uLLU2T4M9j .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLLU2T4M9j .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLLU2T4M9j .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLLU2T4M9j .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLLU2T4M9j .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLLU2T4M9j .wrap-block ul li {
  display: inline-block;
}
.cid-uLLU2T4M9j .wrap-block ul li span {
  text-align: center;
}
.cid-uLLU2T4M9j .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLLU2T4M9j .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLU2T4M9j .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLLU2T4M9j .mbr-list,
.cid-uLLU2T4M9j .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLLU2T4M9j .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLLU2T4M9j .mbr-section-title,
  .cid-uLLU2T4M9j .mbr-section-subtitle,
  .cid-uLLU2T4M9j .mbr-text {
    text-align: center !important;
  }
  .cid-uLLU2T4M9j .social-list {
    text-align: center !important;
  }
}
.cid-uLLU2T4M9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLU2T4M9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLU2T4M9j .mbr-section-title {
  color: #ffa600;
}
.cid-uLLU2T4M9j .mbr-text {
  color: #000000;
}
.cid-uLLU2T4M9j .mbr-section-subtitle {
  color: #000000;
}
.cid-uLLU3Rr4Zl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLU3Rr4Zl .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLU3Rr4Zl .container {
    padding: 0 22px;
  }
}
.cid-uLLU3Rr4Zl .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLU3Rr4Zl .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLU3Rr4Zl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLU3Rr4Zl .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLU3Rr4Zl .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLU3Rr4Zl .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLU3Rr4Zl .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLU3Rr4Zl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLU3Rr4Zl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLU3Rr4Zl .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLU3Rr4Zl .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLU3Rr4Zl .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLU3Rr4Zl .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLU3Rr4Zl .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLU3Rr4Zl .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLU3Rr4Zl .embla__button--next,
.cid-uLLU3Rr4Zl .embla__button--prev {
  display: flex;
}
.cid-uLLU3Rr4Zl .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLU3Rr4Zl .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLU3Rr4Zl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLU3Rr4Zl .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLU3Rr4Zl .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLU3Rr4Zl .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLU3Rr4Zl .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLU3Rr4Zl .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLU3Rr4Zl .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLU3Rr4Zl .card {
  justify-content: center;
}
.cid-uLLU3Rr4Zl .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLU3Rr4Zl .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLU3Rr4Zl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLU3Rr4Zl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLU3Rr4Zl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLU3Rr4Zl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLU3Rr4Zl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLU3Rr4Zl .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLU3Rr4Zl .item-date {
  color: #ffffff;
}
.cid-uLLU3Rr4Zl .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLU3Rr4Zl .item-date,
.cid-uLLU3Rr4Zl .icon-wrapper {
  text-align: center;
}
.cid-uLLU3Rr4Zl .mbr-section-title,
.cid-uLLU3Rr4Zl .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uB1pgi40i7 {
  z-index: 1000;
  width: 100%;
}
.cid-uB1pgi40i7 nav.navbar {
  position: fixed;
}
.cid-uB1pgi40i7 .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-uB1pgi40i7 .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB1pgi40i7 .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uB1pgi40i7 .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uB1pgi40i7 .dropdown-item:hover,
.cid-uB1pgi40i7 .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uB1pgi40i7 .dropdown-item:hover span {
  color: white;
}
.cid-uB1pgi40i7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB1pgi40i7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB1pgi40i7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1pgi40i7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1pgi40i7 .nav-link {
  position: relative;
}
.cid-uB1pgi40i7 .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uB1pgi40i7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uB1pgi40i7 .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1pgi40i7 .navbar-nav {
  padding: 5px !important;
}
.cid-uB1pgi40i7 .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uB1pgi40i7 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uB1pgi40i7 .dropdown-menu,
.cid-uB1pgi40i7 .navbar.opened {
  background: #000000 !important;
}
.cid-uB1pgi40i7 .nav-item:focus,
.cid-uB1pgi40i7 .nav-link:focus {
  outline: none;
}
.cid-uB1pgi40i7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1pgi40i7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1pgi40i7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1pgi40i7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1pgi40i7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1pgi40i7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1pgi40i7 .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uB1pgi40i7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1pgi40i7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uB1pgi40i7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1pgi40i7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1pgi40i7 .navbar.collapsed {
  justify-content: center;
}
.cid-uB1pgi40i7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1pgi40i7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1pgi40i7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uB1pgi40i7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1pgi40i7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1pgi40i7 .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-uB1pgi40i7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1pgi40i7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1pgi40i7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1pgi40i7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1pgi40i7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1pgi40i7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1pgi40i7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1pgi40i7 .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-uB1pgi40i7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1pgi40i7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1pgi40i7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1pgi40i7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1pgi40i7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1pgi40i7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uB1pgi40i7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uB1pgi40i7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1pgi40i7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB1pgi40i7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB1pgi40i7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1pgi40i7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1pgi40i7 .dropdown-item.active,
.cid-uB1pgi40i7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1pgi40i7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1pgi40i7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1pgi40i7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1pgi40i7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB1pgi40i7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1pgi40i7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1pgi40i7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1pgi40i7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1pgi40i7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1pgi40i7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB1pgi40i7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1pgi40i7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pgi40i7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pgi40i7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1pgi40i7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pgi40i7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1pgi40i7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1pgi40i7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pgi40i7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB1pgi40i7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1pgi40i7 .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-uB1pgi40i7 .navbar {
    height: 70px;
  }
  .cid-uB1pgi40i7 .navbar.opened {
    height: auto;
  }
  .cid-uB1pgi40i7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1pgi40i7 .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uB1pgi40i7 .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uB1pgi40i7 .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uB1pgi40i7 .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uB1pgi40i7 .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uB1pgi40i7 .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uB1pgi40i7 .container {
    overflow: hidden;
  }
  .cid-uB1pgi40i7 .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uB1pgi40i7 .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uB1pgi40i7 .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uB1pgi40i7 .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uB1pgi40i7 .navbar-nav {
    padding: 0 !important;
  }
  .cid-uB1pgi40i7 .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uB1pgi40i7 .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uB1pgi40i7 .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pgi40i7 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uB1pgi40i7 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pgi40i7 .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uB1pgi40i7 .container {
    padding: 25px 15px !important;
  }
  .cid-uB1pgi40i7 .container-head {
    padding: 10px !important;
  }
  .cid-uB1pgi40i7 .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uB1pgi40i7 .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uB1pgi40i7 .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uB1pgixSGE {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uB1pgixSGE .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uB1pgixSGE .main_header {
    padding-top: 66px;
  }
  .cid-uB1pgixSGE .main_header > .row {
    flex-direction: column;
  }
  .cid-uB1pgixSGE .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uB1pgixSGE .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uB1pgixSGE .mbr-section-title {
    text-align: center;
  }
}
.cid-uB1pgixSGE .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB1pgixSGE .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uB1pgixSGE .mbr-text {
  margin: 25px 0;
}
.cid-uB1pgixSGE .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uB1pgixSGE .bgImage {
    height: 65vh;
  }
}
.cid-uB1pgixSGE img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB1pgixSGE .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uB1pgiPUVK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uB1pgiPUVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1pgiPUVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1pgiPUVK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uB1pgiPUVK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB1pgiPUVK .content-head {
  max-width: 800px;
}
.cid-uB1pgiPUVK .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uB1pgiPUVK .img-wrapper img {
  width: 6rem;
}
.cid-uLLTPJmX2i {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLLTPJmX2i img,
.cid-uLLTPJmX2i .item-img {
  width: 100%;
}
.cid-uLLTPJmX2i .item:focus,
.cid-uLLTPJmX2i span:focus {
  outline: none;
}
.cid-uLLTPJmX2i .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLLTPJmX2i .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLLTPJmX2i .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLLTPJmX2i .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLLTPJmX2i .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLLTPJmX2i .mbr-section-title {
  color: #ffa600;
}
.cid-uLLTPJmX2i .mbr-text,
.cid-uLLTPJmX2i .mbr-section-btn {
  text-align: left;
}
.cid-uLLTPJmX2i .item-title {
  text-align: left;
}
.cid-uLLTPJmX2i .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLTPJmX2i .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLTQri9Vt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uLLTQri9Vt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLLTQri9Vt .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLLTQri9Vt .photo-split {
  padding: 0;
}
.cid-uLLTQri9Vt .photo-split img {
  width: 100%;
}
.cid-uLLTQri9Vt .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uLLTQri9Vt .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLLTQri9Vt .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLLTQri9Vt .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLLTQri9Vt .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLLTQri9Vt .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLLTQri9Vt .wrap-block ul li {
  display: inline-block;
}
.cid-uLLTQri9Vt .wrap-block ul li span {
  text-align: center;
}
.cid-uLLTQri9Vt .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLLTQri9Vt .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLTQri9Vt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLLTQri9Vt .mbr-list,
.cid-uLLTQri9Vt .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLLTQri9Vt .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLLTQri9Vt .mbr-section-title,
  .cid-uLLTQri9Vt .mbr-section-subtitle,
  .cid-uLLTQri9Vt .mbr-text {
    text-align: center !important;
  }
  .cid-uLLTQri9Vt .social-list {
    text-align: center !important;
  }
}
.cid-uLLTQri9Vt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLTQri9Vt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLTQri9Vt .mbr-section-title {
  color: #ffa600;
}
.cid-uLLTQri9Vt .mbr-text {
  color: #000000;
}
.cid-uLLTQri9Vt .mbr-section-subtitle {
  color: #000000;
}
.cid-uLLTRfX5tH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLTRfX5tH .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLTRfX5tH .container {
    padding: 0 22px;
  }
}
.cid-uLLTRfX5tH .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLTRfX5tH .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLTRfX5tH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLTRfX5tH .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLTRfX5tH .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLTRfX5tH .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLTRfX5tH .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLTRfX5tH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLTRfX5tH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLTRfX5tH .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLTRfX5tH .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLTRfX5tH .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLTRfX5tH .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLTRfX5tH .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLTRfX5tH .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLTRfX5tH .embla__button--next,
.cid-uLLTRfX5tH .embla__button--prev {
  display: flex;
}
.cid-uLLTRfX5tH .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLTRfX5tH .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLTRfX5tH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLTRfX5tH .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLTRfX5tH .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLTRfX5tH .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLTRfX5tH .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLTRfX5tH .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLTRfX5tH .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLTRfX5tH .card {
  justify-content: center;
}
.cid-uLLTRfX5tH .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLTRfX5tH .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLTRfX5tH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLTRfX5tH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLTRfX5tH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLTRfX5tH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLTRfX5tH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLTRfX5tH .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLTRfX5tH .item-date {
  color: #ffffff;
}
.cid-uLLTRfX5tH .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLTRfX5tH .item-date,
.cid-uLLTRfX5tH .icon-wrapper {
  text-align: center;
}
.cid-uLLTRfX5tH .mbr-section-title,
.cid-uLLTRfX5tH .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uzI2XfekMI {
  z-index: 1000;
  width: 100%;
}
.cid-uzI2XfekMI nav.navbar {
  position: fixed;
}
.cid-uzI2XfekMI .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-uzI2XfekMI .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzI2XfekMI .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uzI2XfekMI .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uzI2XfekMI .dropdown-item:hover,
.cid-uzI2XfekMI .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uzI2XfekMI .dropdown-item:hover span {
  color: white;
}
.cid-uzI2XfekMI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzI2XfekMI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzI2XfekMI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzI2XfekMI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzI2XfekMI .nav-link {
  position: relative;
}
.cid-uzI2XfekMI .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uzI2XfekMI .container {
    flex-wrap: nowrap;
  }
}
.cid-uzI2XfekMI .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzI2XfekMI .navbar-nav {
  padding: 5px !important;
}
.cid-uzI2XfekMI .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uzI2XfekMI .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uzI2XfekMI .dropdown-menu,
.cid-uzI2XfekMI .navbar.opened {
  background: #000000 !important;
}
.cid-uzI2XfekMI .nav-item:focus,
.cid-uzI2XfekMI .nav-link:focus {
  outline: none;
}
.cid-uzI2XfekMI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzI2XfekMI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzI2XfekMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzI2XfekMI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzI2XfekMI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzI2XfekMI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzI2XfekMI .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uzI2XfekMI .navbar.opened {
  transition: all 0.3s;
}
.cid-uzI2XfekMI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uzI2XfekMI .navbar .navbar-logo img {
  width: auto;
}
.cid-uzI2XfekMI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzI2XfekMI .navbar.collapsed {
  justify-content: center;
}
.cid-uzI2XfekMI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzI2XfekMI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzI2XfekMI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uzI2XfekMI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzI2XfekMI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzI2XfekMI .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-uzI2XfekMI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzI2XfekMI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzI2XfekMI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzI2XfekMI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzI2XfekMI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzI2XfekMI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzI2XfekMI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzI2XfekMI .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-uzI2XfekMI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzI2XfekMI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzI2XfekMI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzI2XfekMI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzI2XfekMI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzI2XfekMI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uzI2XfekMI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uzI2XfekMI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzI2XfekMI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uzI2XfekMI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzI2XfekMI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzI2XfekMI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzI2XfekMI .dropdown-item.active,
.cid-uzI2XfekMI .dropdown-item:active {
  background-color: transparent;
}
.cid-uzI2XfekMI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzI2XfekMI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzI2XfekMI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzI2XfekMI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uzI2XfekMI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzI2XfekMI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzI2XfekMI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzI2XfekMI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzI2XfekMI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzI2XfekMI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzI2XfekMI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzI2XfekMI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzI2XfekMI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzI2XfekMI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzI2XfekMI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzI2XfekMI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzI2XfekMI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzI2XfekMI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzI2XfekMI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzI2XfekMI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzI2XfekMI .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-uzI2XfekMI .navbar {
    height: 70px;
  }
  .cid-uzI2XfekMI .navbar.opened {
    height: auto;
  }
  .cid-uzI2XfekMI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzI2XfekMI .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uzI2XfekMI .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uzI2XfekMI .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uzI2XfekMI .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uzI2XfekMI .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uzI2XfekMI .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uzI2XfekMI .container {
    overflow: hidden;
  }
  .cid-uzI2XfekMI .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uzI2XfekMI .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uzI2XfekMI .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uzI2XfekMI .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uzI2XfekMI .navbar-nav {
    padding: 0 !important;
  }
  .cid-uzI2XfekMI .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uzI2XfekMI .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uzI2XfekMI .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uzI2XfekMI .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uzI2XfekMI .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uzI2XfekMI .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uzI2XfekMI .container {
    padding: 25px 15px !important;
  }
  .cid-uzI2XfekMI .container-head {
    padding: 10px !important;
  }
  .cid-uzI2XfekMI .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uzI2XfekMI .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uzI2XfekMI .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uzI2XhpxlH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uzI2XhpxlH .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uzI2XhpxlH .main_header {
    padding-top: 66px;
  }
  .cid-uzI2XhpxlH .main_header > .row {
    flex-direction: column;
  }
  .cid-uzI2XhpxlH .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uzI2XhpxlH .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uzI2XhpxlH .mbr-section-title {
    text-align: center;
  }
}
.cid-uzI2XhpxlH .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uzI2XhpxlH .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uzI2XhpxlH .mbr-text {
  margin: 25px 0;
}
.cid-uzI2XhpxlH .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uzI2XhpxlH .bgImage {
    height: 65vh;
  }
}
.cid-uzI2XhpxlH img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uzI2XhpxlH .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uzI2XhRQFJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzI2XhRQFJ img,
.cid-uzI2XhRQFJ .item-img {
  width: 100%;
}
.cid-uzI2XhRQFJ .item:focus,
.cid-uzI2XhRQFJ span:focus {
  outline: none;
}
.cid-uzI2XhRQFJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzI2XhRQFJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzI2XhRQFJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzI2XhRQFJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uzI2XhRQFJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzI2XhRQFJ .mbr-section-title {
  color: #ffa600;
}
.cid-uzI2XhRQFJ .mbr-text,
.cid-uzI2XhRQFJ .mbr-section-btn {
  text-align: left;
}
.cid-uzI2XhRQFJ .item-title {
  text-align: left;
}
.cid-uzI2XhRQFJ .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uzI2XhRQFJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLTwhfTwr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a9a9a;
}
.cid-uLLTwhfTwr .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #232323;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffa600 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uLLTwhfTwr .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uLLTwhfTwr .photo-split {
  padding: 0;
}
.cid-uLLTwhfTwr .photo-split img {
  width: 100%;
}
.cid-uLLTwhfTwr .icon-transition span:hover {
  background-color: #edefeb;
}
.cid-uLLTwhfTwr .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uLLTwhfTwr .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-uLLTwhfTwr .counter-container ul li:before {
  color: #ffbc00;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-uLLTwhfTwr .wrap-block {
  padding: 3rem 3rem;
}
.cid-uLLTwhfTwr .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-uLLTwhfTwr .wrap-block ul li {
  display: inline-block;
}
.cid-uLLTwhfTwr .wrap-block ul li span {
  text-align: center;
}
.cid-uLLTwhfTwr .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-uLLTwhfTwr .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uLLTwhfTwr .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uLLTwhfTwr .mbr-list,
.cid-uLLTwhfTwr .social-media ul {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-uLLTwhfTwr .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uLLTwhfTwr .mbr-section-title,
  .cid-uLLTwhfTwr .mbr-section-subtitle,
  .cid-uLLTwhfTwr .mbr-text {
    text-align: center !important;
  }
  .cid-uLLTwhfTwr .social-list {
    text-align: center !important;
  }
}
.cid-uLLTwhfTwr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLTwhfTwr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLTwhfTwr .mbr-section-title {
  color: #ffa600;
}
.cid-uLLTwhfTwr .mbr-text {
  color: #000000;
}
.cid-uLLTwhfTwr .mbr-section-subtitle {
  color: #000000;
}
.cid-uLLTD4nMN3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLTD4nMN3 .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLTD4nMN3 .container {
    padding: 0 22px;
  }
}
.cid-uLLTD4nMN3 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLTD4nMN3 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLTD4nMN3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLTD4nMN3 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLTD4nMN3 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLTD4nMN3 .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLTD4nMN3 .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLTD4nMN3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLTD4nMN3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLTD4nMN3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLTD4nMN3 .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLTD4nMN3 .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLTD4nMN3 .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLTD4nMN3 .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLTD4nMN3 .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLTD4nMN3 .embla__button--next,
.cid-uLLTD4nMN3 .embla__button--prev {
  display: flex;
}
.cid-uLLTD4nMN3 .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLTD4nMN3 .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLTD4nMN3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLTD4nMN3 .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLTD4nMN3 .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLTD4nMN3 .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLTD4nMN3 .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLTD4nMN3 .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLTD4nMN3 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLTD4nMN3 .card {
  justify-content: center;
}
.cid-uLLTD4nMN3 .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLTD4nMN3 .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLTD4nMN3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLTD4nMN3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLTD4nMN3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLTD4nMN3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLTD4nMN3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLTD4nMN3 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLTD4nMN3 .item-date {
  color: #ffffff;
}
.cid-uLLTD4nMN3 .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLTD4nMN3 .item-date,
.cid-uLLTD4nMN3 .icon-wrapper {
  text-align: center;
}
.cid-uLLTD4nMN3 .mbr-section-title,
.cid-uLLTD4nMN3 .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
.cid-uB1pUd4sJy {
  z-index: 1000;
  width: 100%;
}
.cid-uB1pUd4sJy nav.navbar {
  position: fixed;
}
.cid-uB1pUd4sJy .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-uB1pUd4sJy .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uB1pUd4sJy .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-uB1pUd4sJy .dropdown-menu .dropdown-item:hover {
  background-color: #112B6D !important;
  color: #FFFFFF !important;
}
.cid-uB1pUd4sJy .dropdown-item:hover,
.cid-uB1pUd4sJy .dropdown-item:focus {
  background: #112B6D !important;
  color: white !important;
}
.cid-uB1pUd4sJy .dropdown-item:hover span {
  color: white;
}
.cid-uB1pUd4sJy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uB1pUd4sJy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uB1pUd4sJy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1pUd4sJy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1pUd4sJy .nav-link {
  position: relative;
}
.cid-uB1pUd4sJy .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uB1pUd4sJy .container {
    flex-wrap: nowrap;
  }
}
.cid-uB1pUd4sJy .iconfont-wrapper {
  color: #112b6d !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1pUd4sJy .navbar-nav {
  padding: 5px !important;
}
.cid-uB1pUd4sJy .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-uB1pUd4sJy .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-uB1pUd4sJy .dropdown-menu,
.cid-uB1pUd4sJy .navbar.opened {
  background: #000000 !important;
}
.cid-uB1pUd4sJy .nav-item:focus,
.cid-uB1pUd4sJy .nav-link:focus {
  outline: none;
}
.cid-uB1pUd4sJy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1pUd4sJy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1pUd4sJy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1pUd4sJy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1pUd4sJy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1pUd4sJy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1pUd4sJy .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 !important;
  border: none !important;
}
.cid-uB1pUd4sJy .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1pUd4sJy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-uB1pUd4sJy .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1pUd4sJy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1pUd4sJy .navbar.collapsed {
  justify-content: center;
}
.cid-uB1pUd4sJy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1pUd4sJy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1pUd4sJy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-uB1pUd4sJy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1pUd4sJy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1pUd4sJy .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-uB1pUd4sJy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1pUd4sJy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1pUd4sJy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1pUd4sJy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1pUd4sJy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1pUd4sJy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1pUd4sJy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1pUd4sJy .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-uB1pUd4sJy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1pUd4sJy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1pUd4sJy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1pUd4sJy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1pUd4sJy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1pUd4sJy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uB1pUd4sJy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uB1pUd4sJy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1pUd4sJy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uB1pUd4sJy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB1pUd4sJy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1pUd4sJy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1pUd4sJy .dropdown-item.active,
.cid-uB1pUd4sJy .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1pUd4sJy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1pUd4sJy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1pUd4sJy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1pUd4sJy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB1pUd4sJy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1pUd4sJy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1pUd4sJy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1pUd4sJy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1pUd4sJy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1pUd4sJy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uB1pUd4sJy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1pUd4sJy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pUd4sJy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1pUd4sJy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1pUd4sJy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pUd4sJy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1pUd4sJy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1pUd4sJy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1pUd4sJy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uB1pUd4sJy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1pUd4sJy .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-uB1pUd4sJy .navbar {
    height: 70px;
  }
  .cid-uB1pUd4sJy .navbar.opened {
    height: auto;
  }
  .cid-uB1pUd4sJy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1pUd4sJy .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #232323;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uB1pUd4sJy .mbr-section-title {
  color: #ffffff;
  max-width: 50%;
  margin-right: auto;
}
.cid-uB1pUd4sJy .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
  font-size: 60%;
  font-weight: none;
}
.cid-uB1pUd4sJy .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-uB1pUd4sJy .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-uB1pUd4sJy .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-uB1pUd4sJy .container {
    overflow: hidden;
  }
  .cid-uB1pUd4sJy .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-uB1pUd4sJy .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-uB1pUd4sJy .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-uB1pUd4sJy .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-uB1pUd4sJy .navbar-nav {
    padding: 0 !important;
  }
  .cid-uB1pUd4sJy .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-uB1pUd4sJy .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-uB1pUd4sJy .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pUd4sJy .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-uB1pUd4sJy .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-uB1pUd4sJy .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-uB1pUd4sJy .container {
    padding: 25px 15px !important;
  }
  .cid-uB1pUd4sJy .container-head {
    padding: 10px !important;
  }
  .cid-uB1pUd4sJy .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-uB1pUd4sJy .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-uB1pUd4sJy .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-uB1pUdBWjQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  position: relative;
  background-color: #757b62;
}
.cid-uB1pUdBWjQ .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #a6a99c;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uB1pUdBWjQ .main_header {
    padding-top: 66px;
  }
  .cid-uB1pUdBWjQ .main_header > .row {
    flex-direction: column;
  }
  .cid-uB1pUdBWjQ .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uB1pUdBWjQ .mbr-section-title {
  color: #202020;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uB1pUdBWjQ .mbr-section-title {
    text-align: center;
  }
}
.cid-uB1pUdBWjQ .mbr-section-subtitle {
  color: #2e481a;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uB1pUdBWjQ .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uB1pUdBWjQ .mbr-text {
  margin: 25px 0;
}
.cid-uB1pUdBWjQ .bgImage {
  position: relative;
  width: 100%;
  height: 800px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uB1pUdBWjQ .bgImage {
    height: 65vh;
  }
}
.cid-uB1pUdBWjQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB1pUdBWjQ .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uBrAg3wrs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #757b62;
}
.cid-uBrAg3wrs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrAg3wrs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrAg3wrs3 .card-wrapper {
  background: #a6a99c;
}
@media (max-width: 767px) {
  .cid-uBrAg3wrs3 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBrAg3wrs3 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uBrAg3wrs3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBrAg3wrs3 .mbr-text,
.cid-uBrAg3wrs3 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uBrAg3wrs3 .card-title,
.cid-uBrAg3wrs3 .card-box {
  text-align: left;
  color: #000000;
}
.cid-uLLWQ91arh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uLLWQ91arh img,
.cid-uLLWQ91arh .item-img {
  width: 100%;
}
.cid-uLLWQ91arh .item:focus,
.cid-uLLWQ91arh span:focus {
  outline: none;
}
.cid-uLLWQ91arh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uLLWQ91arh .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLLWQ91arh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLLWQ91arh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLLWQ91arh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLLWQ91arh .mbr-section-title {
  color: #ffa600;
}
.cid-uLLWQ91arh .mbr-text,
.cid-uLLWQ91arh .mbr-section-btn {
  text-align: left;
}
.cid-uLLWQ91arh .item-title {
  text-align: left;
}
.cid-uLLWQ91arh .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uLLWQ91arh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLLWRiyUOb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-image: url("../../../assets/images/xckq8szbbe2pjrmvadi7-6-7zx0j-1024x768.webp");
}
.cid-uLLWRiyUOb .mbr-overlay {
  background: #232323;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-uLLWRiyUOb .container {
    padding: 0 22px;
  }
}
.cid-uLLWRiyUOb .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLWRiyUOb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLLWRiyUOb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLLWRiyUOb .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uLLWRiyUOb .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-uLLWRiyUOb .content-wrapper img {
  position: absolute;
  top: 0;
  width: 200vh;
  height: 100%;
  object-fit: cover;
}
.cid-uLLWRiyUOb .content-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 40%;
  z-index: 1;
}
.cid-uLLWRiyUOb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uLLWRiyUOb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLLWRiyUOb .embla__slide .slide-content {
  width: 100%;
}
.cid-uLLWRiyUOb .embla__slide .slide-content .item-wrapper .item-date {
  margin-bottom: 10px;
}
.cid-uLLWRiyUOb .embla__slide .slide-content .item-wrapper .list {
  padding: 0;
  margin-bottom: 30px;
  list-style-position: inside;
}
.cid-uLLWRiyUOb .embla__slide .slide-content .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uLLWRiyUOb .embla__slide .slide-content .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLLWRiyUOb .embla__slide .slide-content .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 30px;
  width: 32px;
  height: 32px;
  color: #ffa600;
}
.cid-uLLWRiyUOb .embla__button--next,
.cid-uLLWRiyUOb .embla__button--prev {
  display: flex;
}
.cid-uLLWRiyUOb .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLLWRiyUOb .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-uLLWRiyUOb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLLWRiyUOb .embla__button:hover {
  opacity: 1 !important;
}
.cid-uLLWRiyUOb .embla__button.embla__button--prev {
  left: 0;
}
@media (max-width: 992px) {
  .cid-uLLWRiyUOb .embla__button.embla__button--prev {
    left: 20px;
  }
}
.cid-uLLWRiyUOb .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 992px) {
  .cid-uLLWRiyUOb .embla__button.embla__button--next {
    right: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uLLWRiyUOb .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uLLWRiyUOb .card {
  justify-content: center;
}
.cid-uLLWRiyUOb .embla {
  position: relative;
  z-index: 1;
  padding: 40px 55px;
}
@media (max-width: 992px) {
  .cid-uLLWRiyUOb .embla {
    padding: 40px 20px 4rem;
  }
}
.cid-uLLWRiyUOb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLLWRiyUOb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLLWRiyUOb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLLWRiyUOb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLLWRiyUOb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLLWRiyUOb .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uLLWRiyUOb .item-date {
  color: #ffffff;
}
.cid-uLLWRiyUOb .list {
  color: #ffffff;
  text-align: center;
}
.cid-uLLWRiyUOb .item-date,
.cid-uLLWRiyUOb .icon-wrapper {
  text-align: center;
}
.cid-uLLWRiyUOb .mbr-section-title,
.cid-uLLWRiyUOb .mbr-section-btn {
  color: #ffa600;
}
.cid-uLM0Qg7hot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uLM0Qg7hot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLM0Qg7hot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLM0Qg7hot .row {
  justify-content: space-between;
}
.cid-uLM0Qg7hot .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uLM0Qg7hot .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:hover,
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:focus {
  color: #ffa600;
}
.cid-uLM0Qg7hot .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uLM0Qg7hot .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uLM0Qg7hot .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #ffa600;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLM0Qg7hot .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uLM0Qg7hot .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uLM0Qg7hot .mbr-section-title {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLM0Qg7hot .list {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-copy {
  color: #000000;
}
.cid-uLM0Qg7hot .mbr-desc,
.cid-uLM0Qg7hot .social-wrapper {
  text-align: center;
  color: #a6a99c;
}
.cid-uLM0Qg7hot .mbr-copy,
.cid-uLM0Qg7hot .mbr-section-btn-main {
  text-align: center;
  color: #ffa600;
}
.cid-uLM0Qg7hot .mbr-section-title,
.cid-uLM0Qg7hot .mbr-section-btn {
  color: #ffa600;
  text-align: center;
}
.cid-uLM0Qg7hot .list,
.cid-uLM0Qg7hot .item-wrap {
  color: #ffffff;
}
